* clean urls (because they are cool) ~ http://www.w3.org/Provider/Style/URI
- ie: '/comments/363' instead of '/comments?id=363'
- '/user/bootload' instead of '/user?id=bootload'
* ability to view posts by date
- ie: '/2007/mar/12' or '/2007/03/12' (eg if I use YYYYMMDD format)
* inline urls such as 'http://foo.com/bar' interpreted as links
- ie: http://foo.com/bar becomes a clickable url
* long urls are automatically converted to tinyurls
- noticed twitter doing this automatically now
* clean urls (because they are cool) ~ http://www.w3.org/Provider/Style/URI
- ie: '/comments/363' instead of '/comments?id=363'
- '/user/bootload' instead of '/user?id=bootload'
* ability to view posts by date
- ie: '/2007/mar/12' or '/2007/03/12' (eg if I use YYYYMMDD format)
* inline urls such as 'http://foo.com/bar' interpreted as links
- ie: http://foo.com/bar becomes a clickable url
* long urls are automatically converted to tinyurls
- noticed twitter doing this automatically now