diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-05-17 09:51:38 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-05-17 09:51:38 -0400 |
commit | e0438b8223e7bb37e812e25bea502e31013333e5 (patch) | |
tree | 595e1d62e8373f4c30aeeb91226242d751df2ae5 /doc/TODO | |
parent | 3803cf2153091c4f319c379c3ac24cc8fc844b0a (diff) |
bogus version of common_local_url()
Threw together a bogus version of common_local_url(), which should
work for now. But eventually it should use pretty URLs if possible.
darcs-hash:20080517135138-84dde-3c69c89ee8080568e92f655cbb3171867a7b38ce.gz
Diffstat (limited to 'doc/TODO')
-rw-r--r-- | doc/TODO | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -18,11 +18,11 @@ + header menu + footer menu + disallow direct to PHP files ++ common_local_url() - require valid nicknames - store canonical username for comparison and fetch - use only canonical usernames - use only canonical email addresses -- common_local_url() - configuration system ($config) - RSS 1.0 feeds of a user's notices - RSS 1.0 dump of a user's notices @@ -33,7 +33,14 @@ - license on shownotice - design from Open Source Web Designs - TOS checkbox on register +- pretty URLs - release 0.1 +- content negotiation for interface language +- content negotiation for content type +- content negotiation for encoding +- content negotiation for charset +- If-Modified-Since support +- Vary - delete a notice - gettext - subscribe remote |