diff --git a/site/index.org b/site/index.org index 477caed..4d57852 100644 --- a/site/index.org +++ b/site/index.org @@ -1,21 +1,21 @@ -#+title: Beginning +#+title: Initialization #+summary: This is the start page. #+license: wtfpl * Meta-meta-meta-meta-meta-metanohi! -*metanohi* is a website created in 2009. It is the personal website of [[/about/niels][Niels +*metanohi* is a website created in 2009. It is the personal website of [[/about/niels][Niels G. W. Serup]], a [[/writings/hacking][hacker]] apprentice in a world of non-hackers. -Historically, this start page has featured text which tried to be funny. It -never really worked right, so now there's just a lot of footnotes.[fn:alot]. +Historically, this start page has featured text which tried to be funny. It +never really worked right, so now there's just a lot of footnotes.[fn:evenmore]. * Quick links If you're not the type who crawls through the entirety of a website when you -visit it, here's the author's pick of metanohi pages you should read: +visit it (why not?), here's the author's pick of metanohi pages you should read: + <@eval macros.titlelink('/writings/atem')@> + [[http://suum.metanohi.name/][SUUM]] @@ -23,6 +23,7 @@ visit it, here's the author's pick of metanohi pages you should read: + <@eval macros.titlelink('/projects/magicng')@> + <@eval macros.titlelink('/writings/non-copylefted')@> +[fn:evenmore] Not just a lot, but A LOT[fn:alot] [fn:alot] Like, 3[fn:alot2] diff --git a/site/projects/index.org b/site/projects/index.org index a0e3bba..b1987c8 100644 --- a/site/projects/index.org +++ b/site/projects/index.org @@ -1,6 +1,6 @@ #+title: Projects #&summary -Where all the prominent projects are listed. +Where all my projects are listed. #& #+license: wtfpl #+startup: showall @@ -9,7 +9,10 @@ Where all the prominent projects are listed. * Projects -Note that most projects listed on this page are getting old. +** Pretty current + +See [[http://git.metanohi.name]] for a list of (mostly) current projects. + #++exec #+BEGIN_SRC python3 @@ -21,20 +24,11 @@ Note that most projects listed on this page are getting old. 'gravnoise', 'hbcht', 'mege', - 'dungeoncrawl', - 'pumila', - 'yelljfish', - 'exoskelegram', - 'desurveil', 'aeltei', 'alart', 'shadowloss', 'alp', 'electruth', - 'kvigall', - 'forestquest', - 'dililatum', - 'enigma', ('films', 'nohifilms', "Niels' films", 'http://films.metanohi.name/'), ('nohix', 'nohiX', 'Small web experiments, some of them useful', 'http://nohix.metanohi.name/'), ('natur', "Niels' Nature", 'Watch Niels as he spouts nonsense about nature', 'http://nature.metanohi.name/'), @@ -45,7 +39,6 @@ Note that most projects listed on this page are getting old. 'textmation', 'beepfun', ('ticso', 'Create dynamic functions in C uglily', 'https://gitorious.org/ticso'), - 'sleinlib', 'zebralligator', 'kando', 'bolg', @@ -98,6 +91,15 @@ Note that most projects listed on this page are getting old. ) old_top_projs = ( + 'dungeoncrawl', + 'pumila', + 'yelljfish', + 'exoskelegram', + 'desurveil', + 'kvigall', + 'forestquest', + 'dililatum', + 'enigma', 'forbi', 'naghni', 'movact', @@ -201,7 +203,7 @@ Note that most projects listed on this page are getting old. #+END_SRC -** Pretty useful and not very buggy +** Featured #++exec #+BEGIN_SRC python @@ -218,8 +220,8 @@ listprojs(other_projs) #+mark: old -** Less useful (and in a few cases a bit more buggy) - +** Meh + #++exec #+BEGIN_SRC python boxprojs(old_top_projs) @@ -232,5 +234,3 @@ boxprojs(old_top_projs) #+BEGIN_SRC python listprojs(other_old_projs) #+END_SRC - -Also see [[http://git.hongabar.org]]. diff --git a/site/projects/kando/index.org b/site/projects/kando/index.org index c64d5f1..1f1f079 100644 --- a/site/projects/kando/index.org +++ b/site/projects/kando/index.org @@ -2,7 +2,7 @@ #&summary A simple todo list manager with Emacs integration #& -#+license: bysa, text +#+license: wtfpl, text #+license: apache 2, program * kando diff --git a/site/projects/sleinlib.org b/site/projects/sleinlib.org index 2862aa3..7f36d69 100644 --- a/site/projects/sleinlib.org +++ b/site/projects/sleinlib.org @@ -2,8 +2,10 @@ #&summary Misc. stuff. #& -#+license: bysa, page -#+license: wtf, program +#+license: wtfpl, page +#+license: wtfpl, program + +Deprecated. Split up into separate projects. * sleinlib diff --git a/site/projects/zebralligator.org b/site/projects/zebralligator.org index 6246791..172a781 100644 --- a/site/projects/zebralligator.org +++ b/site/projects/zebralligator.org @@ -3,11 +3,11 @@ IRC bot using Python's asynchat module #& #+startup: showall -#+license: bysa +#+license: wtfpl * zebralligator -zebralligator is an IRC bot. It uses Python's asynchat module. It is still in developent. +zebralligator is an IRC bot. It uses Python's asynchat module. It is still in +developent. : $ git clone git://metanohi.name/zebralligator -