]> sipb.mit.edu Git - wiki.git/blobdiff - projects/www.mdwn
fix typo
[wiki.git] / projects / www.mdwn
index 5d35a2f24b8ec4cfb686772662c22aaf3bfcf574..9c6f82bb179b46b55b67f220f61eb792d3cd098f 100644 (file)
@@ -56,6 +56,7 @@ To work on the code surrounding the wiki in addition to the wikitext, clone the
     .
     |-- Scripts
     |   |-- wiki: the published HTML that you are being served right now
     .
     |-- Scripts
     |   |-- wiki: the published HTML that you are being served right now
+    |   |-- wiki-cgi: CGI scripts for the wiki
     |   \-- writable: directory containing files writable by scripts
     |                 dotfiles such as .bash_history are symlinked here
     |-- arch
     |   \-- writable: directory containing files writable by scripts
     |                 dotfiles such as .bash_history are symlinked here
     |-- arch
@@ -82,7 +83,8 @@ To work on the code surrounding the wiki in addition to the wikitext, clone the
     |   |-- radiant: old and irrelevant
     |   |-- rtfm: contains an index.html identical to rtfm.html below
     |   `-- sipb: the document root for sipb.mit.edu
     |   |-- 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
+    |       `-- _wiki-cgi -> ../../Scripts/wiki-cgi
     |-- 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.
     |-- 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.