= Todo = write whitepaper on a more cooperative and secure blogging ecosystem avoiding proprietary buzzwords and using existing technology: * scp/ssh instead of xmlrpc to manage blog tool: * unix permissions for drafts, publishing, and comment control instead of xmlrpc * can also be used for group blogging if need be (think of symlinks too) * no stored passwords to give up (contrast with openid and further contrast that with openpgp) * http-referer analysis instead of pingback/trackback = Done = * added more style support to blog posts (done) * built-in refer(r)er analysis (done) * unique id for comments and url forwarding (beware http response splitting) allows easy comment permalinks (done) * possible .plan/fingerd support (done) * make more arrays into hashes for easier readability (done) * factorize common code in templates and make search results templates (done) * possibly remove pointers to raw text files, or change them so title points back into blog (shelved) * rss feed should point to blog, instead of raw files, based on toggle (done) * 404 PATH_INFO support for comments and blogs in fsweblog (done) * 404 template in woolweb (done)