Questions and Answers
To ask a question go to this page: QandA
One of the most wonderful sources of Linux info is the Linux From Scratch book, which I locally mirror here:
http://inferno.slug.org/LFS-BOOK-4.1-HTML
And the equally, or more important, LFS hints:
http://inferno.slug.org/lfs-hints
Might as well also mirror the LDP HOWTO'S:
http://inferno.slug.org/LDP-HOWTOS
And The Linux Cookbook!:
Removed at the request of Michael Stutz
And The Linux SysAdmin Guide:
http://inferno.slug.org/sag
And Introduction To Linux:
http://inferno.slug.org/Intro-Linux
And our local copy of the Linux Man Pages:
http://inferno.slug.org/man-pages
And presenting the NEW Mobile Guide:
http://inferno.slug.org/Mobile-Guide
There is almost nothing to do with Linux that is not covered in one of these archives!
This is a fairly heavily modified version of the [UseModWiki] Perl script. It is running under Apache with mod_perl.
I modified the Wiki code to make it more suitable for presentation of source code examples: TrotskySpeak, and to facilitate some fancier visual markup (supporting simple html tags, and colors).
I am currently working on a standalone Wiki server that is functionally identical to what you see here, but contains the web server and wiki code in a single executable. It is being written in C, and will be designed to be a single source code file that compiles using just gcc -o wiki slugwiki.c.