]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - doc/TODO
cd9ac05df055afef86c575f01047d47bdb3ac18a
[quix0rs-gnu-social.git] / doc / TODO
1 + login
2 + register
3 + settings
4 - upload avatar
5 - default avatar
6 + change password
7 + settings menu
8 + disallow login if user is logged in
9 + disallow register if user is logged in
10 + common_current_user()
11 + common_logged_in()
12 + session variable for login
13 + post notice
14 + logout
15 + subscribe
16 + unsubscribe
17 + subscribe links on profile
18 + header menu
19 + footer menu
20 + disallow direct to PHP files
21 - use only canonical usernames
22 - use only canonical email addresses
23 - require valid nicknames
24 - common_local_url()
25 - configuration system ($config)
26 - RSS 1.0 feeds of a user's notices
27 - RSS 1.0 dump of a user's notices
28 - RSS 1.0 feed of all public notices
29 - RDF dump of entire site
30 - FOAF dump for user
31 - delete a notice
32 - licenses
33 - design from Open Source Web Designs
34 - release 0.1
35 - gettext
36 - subscribe remote
37 - add subscriber remote
38 - send remote notice
39 - receive remote notice
40 - confirmation email
41 - tinyurl-ification of URLs
42 - jQuery for as much as possible
43 - themes
44 - RDFa for stream pages
45 - RDFa for subscriber pages
46 - RDFa for subscribed pages
47 - release 0.2
48 - @ messages
49 - # tags
50 - L: location
51 - stay logged in between sessions
52 - use RSS as a subscription
53 - URL notices
54 - image notices
55 - video notices
56 - audio notices
57 - release 0.3
58 - forward notices to Jabber
59 - forward notices to other IM
60 - forward notices to mobile phone
61 - receive notices from Jabber
62 - receive notices from other IM
63 - receive notices from mobile phone
64 - machine tags
65 - release 0.4
66 - include twitter subscriptions
67 - include Pownce subscriptions
68 - privacy
69 - Wrap DB_DataObject with memcached caching layer
70 - login throttle to prevent brute-force attacks
71 - form token in login to prevent XSS
72 - release 1.0
73 - Atom Publishing Protocol