]> sipb.mit.edu Git - wiki.git/commitdiff
Moved the wiki out of the document root, and the CGI scripts out of the wiki.
authorAnders H Kaseorg <andersk@mit.edu>
Wed, 11 Feb 2009 10:28:00 +0000 (05:28 -0500)
committersipb-www <sipb-www@old-faithful.mit.edu>
Wed, 11 Feb 2009 10:28:00 +0000 (05:28 -0500)
projects/www.mdwn

index 8dd1b0b7077da68db168a43e3cb345941d19c924..d2003e43f02d3c28e7a86c07b28b707392777e93 100644 (file)
@@ -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.