summary refs log tree commit diff stats
path: root/index.html
diff options
context:
space:
mode:
authorAndrew Yu <andrew@andrewyu.org>2022-07-26 01:17:29 +0800
committerAndrew Yu <andrew@andrewyu.org>2022-07-26 01:17:29 +0800
commita519e5320bec2f2df42b7356740e33189dd13d29 (patch)
treeee4847a608d3d61973622406fba1e8909ba68112 /index.html
parent5aadb780755d21be9f1c2050c841a18a2a6ff9b6 (diff)
downloadwww-a519e5320bec2f2df42b7356740e33189dd13d29.tar.gz
backup public domain
Diffstat (limited to 'index.html')
-rw-r--r--index.html22
1 files changed, 10 insertions, 12 deletions
diff --git a/index.html b/index.html
index 28bb0c5..5545765 100644
--- a/index.html
+++ b/index.html
@@ -10,24 +10,23 @@
 		<hr />
 		<div id="main">
 			<div id="nav">
-				<h2>Navigate around</h2>
+				<h2>Navigation</h2>
 				<ul>
-					<li><a href="https://www.andrewyu.org">Personal site</a></li>
-					<li><a href="https://rfd.andrewyu.org" class="alert">Request for Discussions (RFDs)</a></li>
+					<li><a href="https://www.andrewyu.org">Personal site (the current thing)</a></li>
+					<li><a href="https://rfd.andrewyu.org" class="alert">Request for Discussions</a></li>
 					<li><a href="https://git.andrewyu.org" class="alert">Git repositories</a></li>
 					<li><a href="https://fcm.andrewyu.org" class="alert">Free Computing Movement</a></li>
-					<li><a href="https://libre.andrewyu.org" class="alert">Libre Society</a></li>
+					<li><a href="https://libre.andrewyu.org" class="alert">Libre Society (Broken)</a></li>
 					<li><a href="https://host.andrewyu.org" class="alert">Server guides</a></li>
 					<li><a href="https://users.andrewyu.org">Other users</a></li>
-					<li><a href="https://lib.andrewyu.org">Private file library</a></li>
 				</ul>
 			</div>
 			<hr />
 			<div id="rnd-nav">
 				<h2>Random pages</h2>
 				<ul>
-					<li><a href="lispos.html">Lisp OS</a></li>
-					<li><a href="eax.txt">32-bit Linux syscall eax register list</a></li>
+					<li><a href="/random/lispos.html">Lisp OS</a></li>
+					<li><a href="/random/eax.txt">32-bit Linux syscall eax register list</a></li>
 				</ul>
 			</div>
 			<hr />
@@ -88,10 +87,8 @@
 			<div id="randlinks">
 				<h2>Random Links</h2>
 				<ul>
-					<li><a href="/favor.css">A nice stylesheet to go with this Website</a>;</li>
+					<li><a href="/favor.css">A nice dark stylesheet to go with this Website</a>;</li>
 					<li><a href="https://fsf.org">The Free Software Foundation</a>;</li>
-					<li><a href="https://minifree.org">Leah Rowe</a>;</li>
-					<li><a href="https://stallmansupport.org">Defend Richard Stallman</a>;</li>
 					<li><a href="https://based.cooking">A simple clean receipe site</a>;</li>
 					<li><a href="https://www.gnu.org/philosophy/surveillance-vs-democracy.html">Surveillance vs democracy</a>;</li>
 					<li><a href="https://www.theguardian.com/commentisfree/2022/jan/19/america-biden-trump-authoritarinism">America's authoritarinism</a>.</li>
@@ -100,8 +97,9 @@
 		</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>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>
 		</div>
 	</body>
 </html>