diff options
-rw-r--r-- | index.html | 22 | ||||
-rw-r--r-- | random/eax.txt (renamed from eax.txt) | 0 | ||||
-rw-r--r-- | random/lispos.html (renamed from lispos.html) | 0 | ||||
-rw-r--r-- | random/nh.html (renamed from nh.html) | 0 |
4 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> diff --git a/eax.txt b/random/eax.txt index b4f2cfb..b4f2cfb 100644 --- a/eax.txt +++ b/random/eax.txt diff --git a/lispos.html b/random/lispos.html index cd114fa..cd114fa 100644 --- a/lispos.html +++ b/random/lispos.html diff --git a/nh.html b/random/nh.html index 652e591..652e591 100644 --- a/nh.html +++ b/random/nh.html |