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