* Canonize and redirect all requests, we already do this for things like missing or trailing /, should do the same for /. and /./, etc. Deleting trailing . and , should make pasted urls in emails work as links (**Mostly done in RC1**)
* Need to find a way to rig the order of items in the sidebar.
* Right sidebar.
* Make it easier to disable all sidebars and headers/footers, eg., for full screen mode.
* More testing and optimizations for movile browsers, eg., http://www.operamini.com/demo/ Left sidebar had some minor issues in cellphones at some poitn.
* Allow utf-8 characters in path elements (need to make sure this is safe, and not sure how useful it will be)
* General code:
* Write a regression test suite
* Replace all references to non p9p/p9 programs (done?)
* Document better the 'API' for sub-apps, both a set of environment vars apps can rely on (and in some cases set) and functions they can call (WIP).
* Better generation of descriptive HTML META tags, eg.,: {META name="description" content="This is the Google Summer of Code blog for Plan9 and Inferno projects."} {META name="keywords" content="google, summer of code, inferno, plan9, programming"}