]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - doc/TODO
bogus version of common_local_url()
[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 - require valid nicknames
23 - store canonical username for comparison and fetch
24 - use only canonical usernames
25 - use only canonical email addresses
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 - pretty URLs
37 - release 0.1
38 - content negotiation for interface language
39 - content negotiation for content type
40 - content negotiation for encoding
41 - content negotiation for charset
42 - If-Modified-Since support
43 - Vary
44 - delete a notice
45 - gettext
46 - subscribe remote
47 - add subscriber remote
48 - send remote notice
49 - receive remote notice
50 - confirmation email
51 - tinyurl-ification of URLs
52 - jQuery for as much as possible
53 - themes
54 - RDFa for stream pages
55 - RDFa for subscriber pages
56 - RDFa for subscribed pages
57 - release 0.2
58 - @ messages
59 - # tags
60 - L: location
61 - stay logged in between sessions
62 - use RSS as a subscription
63 - URL notices
64 - image notices
65 - video notices
66 - audio notices
67 - release 0.3
68 - forward notices to Jabber
69 - forward notices to other IM
70 - forward notices to mobile phone
71 - receive notices from Jabber
72 - receive notices from other IM
73 - receive notices from mobile phone
74 - machine tags
75 - release 0.4
76 - include twitter subscriptions
77 - include Pownce subscriptions
78 - privacy
79 - Wrap DB_DataObject with memcached caching layer
80 - login throttle to prevent brute-force attacks
81 - form token in login to prevent XSS
82 - release 1.0
83 - Atom Publishing Protocol