2008-05-14 15:54:36 +01:00
|
|
|
+ login
|
|
|
|
+ register
|
2008-05-15 17:28:44 +01:00
|
|
|
+ settings
|
|
|
|
- upload avatar
|
|
|
|
- default avatar
|
|
|
|
+ change password
|
|
|
|
+ settings menu
|
2008-05-14 15:54:36 +01:00
|
|
|
+ disallow login if user is logged in
|
|
|
|
+ disallow register if user is logged in
|
|
|
|
+ common_current_user()
|
|
|
|
+ common_logged_in()
|
|
|
|
+ session variable for login
|
|
|
|
+ post notice
|
|
|
|
+ logout
|
|
|
|
+ subscribe
|
|
|
|
+ unsubscribe
|
|
|
|
+ subscribe links on profile
|
2008-05-14 19:47:02 +01:00
|
|
|
+ header menu
|
|
|
|
+ footer menu
|
2008-05-14 20:00:09 +01:00
|
|
|
+ disallow direct to PHP files
|
2008-05-15 17:28:44 +01:00
|
|
|
- use only canonical usernames
|
|
|
|
- use only canonical email addresses
|
2008-05-14 20:00:09 +01:00
|
|
|
- require valid nicknames
|
2008-05-14 15:54:36 +01:00
|
|
|
- common_local_url()
|
|
|
|
- configuration system ($config)
|
|
|
|
- RSS 1.0 feeds of a user's notices
|
|
|
|
- RSS 1.0 dump of a user's notices
|
|
|
|
- RSS 1.0 feed of all public notices
|
|
|
|
- RDF dump of entire site
|
|
|
|
- FOAF dump for user
|
|
|
|
- delete a notice
|
2008-05-14 19:47:02 +01:00
|
|
|
- licenses
|
2008-05-14 15:54:36 +01:00
|
|
|
- design from Open Source Web Designs
|
|
|
|
- release 0.1
|
|
|
|
- gettext
|
|
|
|
- subscribe remote
|
|
|
|
- add subscriber remote
|
|
|
|
- send remote notice
|
|
|
|
- receive remote notice
|
|
|
|
- confirmation email
|
|
|
|
- tinyurl-ification of URLs
|
|
|
|
- jQuery for as much as possible
|
|
|
|
- themes
|
2008-05-15 17:28:44 +01:00
|
|
|
- RDFa for stream pages
|
|
|
|
- RDFa for subscriber pages
|
|
|
|
- RDFa for subscribed pages
|
2008-05-14 15:54:36 +01:00
|
|
|
- release 0.2
|
|
|
|
- @ messages
|
|
|
|
- # tags
|
|
|
|
- L: location
|
|
|
|
- stay logged in between sessions
|
|
|
|
- use RSS as a subscription
|
|
|
|
- URL notices
|
|
|
|
- image notices
|
|
|
|
- video notices
|
|
|
|
- audio notices
|
|
|
|
- release 0.3
|
|
|
|
- forward notices to Jabber
|
|
|
|
- forward notices to other IM
|
|
|
|
- forward notices to mobile phone
|
2008-05-15 17:28:44 +01:00
|
|
|
- receive notices from Jabber
|
|
|
|
- receive notices from other IM
|
|
|
|
- receive notices from mobile phone
|
2008-05-14 15:54:36 +01:00
|
|
|
- machine tags
|
|
|
|
- release 0.4
|
|
|
|
- include twitter subscriptions
|
|
|
|
- include Pownce subscriptions
|
|
|
|
- privacy
|
|
|
|
- Wrap DB_DataObject with memcached caching layer
|
|
|
|
- login throttle to prevent brute-force attacks
|
|
|
|
- form token in login to prevent XSS
|
|
|
|
- release 1.0
|
|
|
|
- Atom Publishing Protocol
|