X-Git-Url: https://sipb.mit.edu/gitweb.cgi/wiki.git/blobdiff_plain/9e19170c4be4bb6ad4d62ef7880cbed9ccffcfd2..0a5b05936c7256274a886b048bec7704d6bf3fa5:/projects/ideas.mdwn diff --git a/projects/ideas.mdwn b/projects/ideas.mdwn index b439e93..9457628 100644 --- a/projects/ideas.mdwn +++ b/projects/ideas.mdwn @@ -14,6 +14,8 @@ interesting or you want advice getting started. A [[list from 2008-2009|/doc/project-ideas]] may also have some relevant ideas. +[[!toc]] + ## "add me to this list" button If I'm a webmaster for some group with an announcement list, it would be @@ -201,6 +203,22 @@ See [the project TODO file](http://web.mit.edu/pony/TODO) for more ideas. _Contact: xavid_ +## Bazki + +[Bazki](http://bazki.mit.edu/) is a wiki written in Python designed around several principles: structured data with object-oriented inheritance; using a wiki language with powerful macros that can be compiled into either HTML or PDF (via LaTeX); and making the content editable offline using a VCS. Bazki works enough to to be useful, but it has lots of room for improvement and probably would benefit from some major design changes. + +_Contact: xavid_ + +## Fix AFS support in IcedTea + +The [IcedTea](http://icedtea.classpath.org/wiki/Main_Page) open-source Java plugin currently [doesn't support having users with AFS homedirs](http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=166). The plugin creates a pair of sockets in your homedir that are used to communicate between the applet viewer and the browser plugin. Since AFS doesn't support FIFOs, this fails. + +It should be relatively simple to patch both the applet viewer and the browser plugin to simply use `/tmp`, or possibly fall back on `/tmp` if opening the FIFO in `$HOME` doesn't work - just find all the places in the code those paths get used. + +(See also [the bug we filed](http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=312), which lists a couple more paths to look for) + +_Contact: broder, debathena_ + ## Your Project Here SIPB can help you out in terms of both computing resources and