From: Anders H Kaseorg Date: Wed, 11 Feb 2009 10:28:00 +0000 (-0500) Subject: Moved the wiki out of the document root, and the CGI scripts out of the wiki. X-Git-Url: https://sipb.mit.edu/gitweb.cgi/wiki.git/commitdiff_plain/57b5de9f921915a8c71e5006457b3420110e0c3a Moved the wiki out of the document root, and the CGI scripts out of the wiki. --- diff --git a/projects/www.mdwn b/projects/www.mdwn index 8dd1b0b..d2003e4 100644 --- a/projects/www.mdwn +++ b/projects/www.mdwn @@ -35,8 +35,8 @@ ###When a request comes in: a connection comes in for sipb.mit.edu which via a hack in MIT DNS gets directed instead to PENGUIN-LUST.MIT.EDU. If its on ports 80, (443?), or 444 it gets passed off to scripts (where it's handled by b-m or b-k, whichever). -The DocumentRoot for sipb.mit.edu is /afs/sipb.mit.edu/project/sipb-www/web_scripts/sipb. This directory contains a .htaccess file that causes most URIs to be served out of web_scripts/sipb/_wiki, a symlink to ../../Scripts/wiki. This directory's contents are generated by ikiwiki -after each edit, consisting of HTML files and a program ikiwiki.cgi. +The DocumentRoot for sipb.mit.edu is `/afs/sipb.mit.edu/project/sipb-www/web_scripts/sipb`. This directory contains a `.htaccess` file that causes most URIs to be served out of `web_scripts/sipb/_wiki`, a symlink to `../../Scripts/wiki`. This directory's contents are static files generated by ikiwiki +after each edit. ###For development's sake: @@ -83,9 +83,8 @@ To work on the code surrounding the wiki in addition to the wikitext, clone the | |-- doc: the old Trac wiki | |-- radiant: old and irrelevant | |-- rtfm: contains an index.html identical to rtfm.html below - | |-- sipb: the document root for sipb.mit.edu - | | `-- _wiki -> ../../Scripts/wiki - | `-- wiki -> ../Scripts/wiki + | `-- sipb: the document root for sipb.mit.edu + | `-- _wiki -> ../../Scripts/wiki |-- web_scripts_tmp: old directory around to keep trac up-to-date. Should | vanish sooner or later `-- wiki.git: this is where all the content lives as markdown.