]> sipb.mit.edu Git - wiki.git/blobdiff - projects/www.mdwn
fix more headings
[wiki.git] / projects / www.mdwn
index d8caac1dd9146f0c5a0a65043262fc4c2f5af74e..b51bddf1d67ab96d97a7de53e48ae79473c8f997 100644 (file)
@@ -31,15 +31,15 @@ exclusively for breadcrumbs ...
 ## How Things Work
 
 
-###When a request comes in:
+### 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 it's 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 static files generated by ikiwiki
 after each edit.
 
-###For development's sake:
+### For development's sake:
 
-####How do I make edits?
+#### How do I make edits?
 If you want to just edit contents, use the web interface (edit links at bottom of page) or "git clone git+ssh://sipb-www@scripts.mit.edu/mit/sipb-www/git/wiki", make your edits in the mdwn, etc.
 
 When you commit, ikiwiki should get automatically republished as HTML.