diff options
author | Andrew Yu <andrew@andrewyu.org> | 2022-07-26 02:12:14 +0800 |
---|---|---|
committer | Andrew Yu <andrew@andrewyu.org> | 2022-07-26 02:12:14 +0800 |
commit | 0dc7d4dd538e4e1c099d6df2e6990f694e88f1bc (patch) | |
tree | 58c42c000bcf2f1383726f852da0c9b5a10c8a56 /index.html | |
parent | 38738809849f8f210e4057911d73f26f5bea7271 (diff) | |
download | www-0dc7d4dd538e4e1c099d6df2e6990f694e88f1bc.tar.gz |
routine update
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/index.html b/index.html index 1a09b43..d36cf00 100644 --- a/index.html +++ b/index.html @@ -47,7 +47,6 @@ <li><a href="https://www.andrewyu.org/andrew-ecc.asc">My ECC key</a> is recommended.</li> <li><a href="https://www.andrewyu.org/andrew.asc">My RSA key</a> is a fallback.</li> <li><a href="https://www.andrewyu.org/allkeys.asc">My keyring for friends</a>.</li> - <li><a href="https://www.andrewyu.org/revocation.rev">The revocation of my old key</a>.</li> </ul> <p>In order to verify the authenticity of the key, check if you've actually downloaded these keys from <code>andrewyu.org</code>, and also check the fingerprints with me elsewhere (email, IRC, in real life, etc) before trusting or signing it.</p> <p>Once confirmed, please sign and share my key in order to build the OpenPGP Web of Trust.</p> @@ -56,9 +55,9 @@ <div id="articles"> <h2>Articles</h2> <ul> - <li><a href="/article/eax.txt">32-bit Linux syscall eax register list</a></li> <li><a href="/article/pragmatic-use-of-nonfree-software.html">Pragmatic Use of Nonfree Software</a></li> </ul> + <p>I'm still adding them back here, might take a while for me to find my articles. If you have any that I missed, please inform me. Thanks.</p> </div> <hr /> <div id="randlinks"> @@ -73,9 +72,7 @@ </div> <hr /> <div id="footer"> - <p>Works hosted on this subdomain (<code>www.andrewyu.org</code>) with the HTTP protocol is under <a href="/cc0.txt">the CC0 public domain dedicator</a>.</p> - <p>Works on this website that's supposed to be publicly accessible (don't try to get around my htaccess, don't crack my ssh, don't snoop on my email, etc) is public domain. This does not include my projects and my git repos, see their LICENSE files for per-project information. <a href="https://stpeter.im/writings/essays/publicdomain.html">https://stpeter.im/writings/essays/publicdomain.html</a> is a good explanation on why people put stuff in the public domain.</p> - <p>(In juristictions where it is impossible to publish into the public domain, the following applies: Permission is hereby granted, free of charge, to any person obtaining a copy of this work, to deal in the work without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, and/or sell copies of this work, and to permit persons to whom the work is furnished to do so, with or without attribution.)</p> + <p>Works hosted on this subdomain (<code>www.andrewyu.org</code>) served with the HTTP(S) protocol is in the public domain. (In juristictions where it is impossible to publish into the public domain, the following applies: Permission is hereby granted, free of charge, to any person obtaining a copy of this work, to deal in the work without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, and/or sell copies of this work, and to permit persons to whom the work is furnished to do so, with or without attribution.)</p> </div> </body> </html> |