Just update.

This commit is contained in:
Niels G. W. Serup 2014-01-05 21:24:35 +01:00
parent 9c39b55db1
commit 1a047feaa6
5 changed files with 31 additions and 28 deletions

View File

@ -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]

View File

@ -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]].

View File

@ -2,7 +2,7 @@
#&summary
A simple todo list manager with Emacs integration
#&
#+license: bysa, text
#+license: wtfpl, text
#+license: apache 2, program
* kando

View File

@ -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

View File

@ -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