]> sipb.mit.edu Git - wiki.git/blobdiff - projects/www.mdwn
Fixed bullet points
[wiki.git] / projects / www.mdwn
index 61b1c00604b4a708b307ab0b092b41bfb39dece8..421c8650e5051814da65c67646bfea8996dc3f97 100644 (file)
 ## Todo
 
 * git push (scripts-git, or gitosis on an XVM)
 ## Todo
 
 * git push (scripts-git, or gitosis on an XVM)
-* commit zephyrs for git (ikiwiki.git)
-* breadcrumbs style
 * make style usable for other SIPB sites?
 * make title == alt on images
 * sipb-door widgets
 * other widgets
 * migrate sipb.mit.edu/doc
 * usability tests
 * make style usable for other SIPB sites?
 * make title == alt on images
 * sipb-door widgets
 * other widgets
 * migrate sipb.mit.edu/doc
 * usability tests
+* table of contents doesn't work
+* editing pages adds lots of extra slashes to the path
 
 ### Done
 
 ### Done
+* commit zephyrs for git (ikiwiki.git)
+* breadcrumbs style
 * add a grumpy fuzzball favicon to replace the ikiwiki one.
   * feel free to make a better one if you like ~fawkes
 * all those other things we did before putting our todo here...
 * add a grumpy fuzzball favicon to replace the ikiwiki one.
   * feel free to make a better one if you like ~fawkes
 * all those other things we did before putting our todo here...
@@ -50,10 +52,16 @@ after each edit, consisting of HTML files and a program ikiwiki.cgi.
 ###For development's sake:
 
 ####How Do I make edits?
 ###For development's sake:
 
 ####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/wiki.git", make your edits in the mdwn, etc.
+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.
 
 
 When you commit, ikiwiki should get automatically republished as HTML.
 
+To work on the code surrounding the wiki in addition to the wikitext, clone the superrepo:
+
+    $ git clone git+ssh://sipb-www@scripts.mit.edu/mit/sipb-www/git/sipb-www
+    $ cd sipb-www
+    $ git submodule update --init
+
 
 ####Detailed Locker Layout
 
 
 ####Detailed Locker Layout