Skip to content

Commit

Permalink
Add contributors, stop syncing to second bucket
Browse files Browse the repository at this point in the history
  • Loading branch information
tweedge committed Oct 15, 2023
1 parent cf0cfd4 commit 102ad29
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,4 @@ jobs:
dist_target_dir: ""
delete: "true"
exclude: "'^.git/' '^.github/' '^README.md'"
disable_ssl_certificate_verification: false
- name: Sync to BunnyCDN Standard
uses: kevinpainchaud/simple-ftp-deploy-action@v1.2.1
with:
ftp_host: storage.bunnycdn.com
ftp_username: unique-local-ipv6-com-standard
ftp_password: ${{ secrets.BUNNY_FTP_PASSWORD_STANDARD }}
local_source_dir: "."
dist_target_dir: ""
delete: "true"
exclude: "'^.git/' '^.github/' '^README.md'"
disable_ssl_certificate_verification: false
8 changes: 8 additions & 0 deletions about.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,14 @@ <h3 id="restoration-process">Restoration Process</h3>
<p>
The process described above would work for anyone looking to restore a similarly clientside-only website from its early grave. However, please note that this is not solving any problems with site <em>preservation</em> - having a copy of this site nearly five years after it vanished off the internet is only possible because of the <a href="https://archive.org/">Internet Archive</a>. Please donate if you are able and willing - we're trashing our digital history every day, and there are very few organizations solving such fundamental problems.
</p>
<h3 id="improvements-and-contributors">Improvements & Contributors</h3>
<p>
As this site is versioned in GitHub, you can submit PRs to correct, update, or modify this site! Special thanks to these kind folks on GitHub who've improved this site with corrections:
</p>
<ul>
<li><a href="https://github.com/aadnehovda">aadnehovda</a></li>
<li><a href="https://github.com/NetaliDev">NetaliDev</a></li>
</ul>
<h3 id="post-spammer-owned-domains">Post-Spammer-Owned Domains</h3>
<p>
The original domain was available as the spammer (see <a href="#timeline">Timeline</a>) had let it lapse, so I purchased that to make the old links that I'd tried following useful again. This came with a minor issue - the domain had been flagged by Google as <a href="https://support.google.com/webmasters/thread/100852436/why-i-am-getting-pure-spam-manual-action-on-my-blog?hl=en&amp;msgid=100876983">"pure spam"</a> in violation of Google's Webmaster Guidelines, which lowers or removes it from Google's results. That's probably part of why the spammer let the domain registration lapse - no more clicks for them once Google figured out the ruse.
Expand Down

0 comments on commit 102ad29

Please sign in to comment.