diff options
-rw-r--r-- | documentation.mdwn | 2 | ||||
-rw-r--r-- | hurd.mdwn | 1 | ||||
-rw-r--r-- | ikiwiki.setup | 2 |
3 files changed, 2 insertions, 3 deletions
diff --git a/documentation.mdwn b/documentation.mdwn index f565fe16..8559eff1 100644 --- a/documentation.mdwn +++ b/documentation.mdwn @@ -19,6 +19,6 @@ Documentation for... # [[Unix]] Programming - * *The C Programming Language* a [paper writing](http://www.superiorpapers.com/) by Brian W. Kernighan and Dennis M. Ritchie, + * *The C Programming Language* by Brian W. Kernighan and Dennis M. Ritchie, [order from Amazon](http://www.amazon.com/Programming-Language-Prentice-Hall-Software/dp/0131103628/ref=pd_bxgy_b_img_a) @@ -97,4 +97,3 @@ in the *unstable* branch of the Debian archive. * [[Debugging]] * [Hurd Sourcecode Reference](http://www.htu.tugraz.at/~past/hurd/global/): Searchable and browsable index of the code. * [[Networking]] -* [Paper Writing](http://www.superiorpapers.com/) diff --git a/ikiwiki.setup b/ikiwiki.setup index 4f0cf989..9cd23660 100644 --- a/ikiwiki.setup +++ b/ikiwiki.setup @@ -38,7 +38,7 @@ IkiWiki::Setup::Standard->import({ # users who are wiki admins adminuser => [qw{tschwinge}], # users who are banned from the wiki - banned_users => [qw{ColetCris}], + banned_users => [qw{ColetCris http://calvinyoung.myopenid.com/}], # where the source of the wiki is located srcdir => $srcdir, # where to build the wiki |