X-Git-Url: https://sipb.mit.edu/gitweb.cgi/wiki.git/blobdiff_plain/630011badb2935392ff4188fe8b84ef3f43b2aed..0f8cf12a34a77dc6c826f49f3a49f139f17c40aa:/projects/www.mdwn diff --git a/projects/www.mdwn b/projects/www.mdwn index 2476615..421c865 100644 --- a/projects/www.mdwn +++ b/projects/www.mdwn @@ -4,29 +4,26 @@ ## Design * The design is equivalent to the old design, just with the design trends of the current time (alternatively, built in the 21st century, but without sufficient design clue) -* Too much wasted space on the left side -* Too much wasted space on the top -* Too grey -* Blocks of color are gratuitous and jarring -* Gradients are gratuitous -* A design that could be reused for other websites with minor color tweaking would be nice (like the Debathena stylesheet) +* What do we put on the right side? * Rectangles and straight lines make it look angular and stark -* The design is too generic; needs more SIPB personality, so that another website couldn't just be swapped in +* The design is too generic; needs more SIPB personality, so that another website couldn't just be swapped in (Define SIPB personality) * Consider rebranding possibilities (e.g. making fuzzball more "internal" like octocat on github, developing new logos, etc.) (publicity opportunities) ## Todo * git push (scripts-git, or gitosis on an XVM) -* commit zephyrs for git (wiki.git and 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 +* table of contents doesn't work +* editing pages adds lots of extra slashes to the path ### 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... @@ -55,10 +52,16 @@ after each edit, consisting of HTML files and a program ikiwiki.cgi. ###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. +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