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