]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - doc/TODO
08df348e2f8297c797f40bb985996b020f7d7fda
[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 - require valid nicknames
22 - store canonical username for comparison and fetch
23 - use only canonical usernames
24 - use only canonical email addresses
25 - common_local_url()
26 - configuration system ($config)
27 - RSS 1.0 feeds of a user's notices
28 - RSS 1.0 dump of a user's notices
29 - RSS 1.0 feed of all public notices
30 - RDF dump of entire site
31 - FOAF dump for user
32 - license on showstream
33 - license on shownotice
34 - design from Open Source Web Designs
35 - TOS checkbox on register
36 - release 0.1
37 - delete a notice
38 - gettext
39 - subscribe remote
40 - add subscriber remote
41 - send remote notice
42 - receive remote notice
43 - confirmation email
44 - tinyurl-ification of URLs
45 - jQuery for as much as possible
46 - themes
47 - RDFa for stream pages
48 - RDFa for subscriber pages
49 - RDFa for subscribed pages
50 - release 0.2
51 - @ messages
52 - # tags
53 - L: location
54 - stay logged in between sessions
55 - use RSS as a subscription
56 - URL notices
57 - image notices
58 - video notices
59 - audio notices
60 - release 0.3
61 - forward notices to Jabber
62 - forward notices to other IM
63 - forward notices to mobile phone
64 - receive notices from Jabber
65 - receive notices from other IM
66 - receive notices from mobile phone
67 - machine tags
68 - release 0.4
69 - include twitter subscriptions
70 - include Pownce subscriptions
71 - privacy
72 - Wrap DB_DataObject with memcached caching layer
73 - login throttle to prevent brute-force attacks
74 - form token in login to prevent XSS
75 - release 1.0
76 - Atom Publishing Protocol