]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - doc/TODO
338a298ddeed818d540fa5111d4823286d86b502
[quix0rs-gnu-social.git] / doc / TODO
1 + login
2 + register
3 + settings
4 + upload avatar
5 + change password
6 + settings menu
7 + disallow login if user is logged in
8 + disallow register if user is logged in
9 + common_current_user()
10 + common_logged_in()
11 + session variable for login
12 + post notice
13 + logout
14 + subscribe
15 + unsubscribe
16 + subscribe links on profile
17 + header menu
18 + footer menu
19 + disallow direct to PHP files
20 + common_local_url()
21 + configuration for DB_DataObject
22 + date formatting
23 + new notice redirects to notice page
24 + date in shown notice links to notice page
25 + common_redirect()
26 + configuration system ($config)
27 + release 0.1
28 + design from Open Source Web Designs
29 + add H1 to each page
30 + add H2 for each page section
31 - doc action
32 + default to public stream
33 - default avatar
34 + default HTML type
35 + set Content-Type
36 + show current values in profile settings
37 + save profile URL in profilesettings
38 + save profile URL on registration
39 - require valid nicknames
40 - store canonical username for comparison and fetch
41 - use only canonical usernames
42 - use only canonical email addresses
43 - RSS 1.0 feeds of a user's notices
44 - RSS 1.0 dump of a user's notices
45 - RSS 1.0 feed of all public notices
46 - RDF dump of entire site
47 - FOAF dump for user
48 - license on showstream
49 - license on shownotice
50 - TOS checkbox on register
51 - pretty URLs
52 - site logo
53 - instructions
54 - deal with PHP quotes escaping
55 - release 0.2
56 - set Last-Modified
57 - XML sitemap generation
58 - theme per site
59 - theme per profile
60 - email confirmation for registration
61 - change cookie handling for anon users to be more cache-friendly
62 - gettext
63 - subscribe remote
64 - add subscriber remote
65 - send remote notice
66 - receive remote notice
67 - confirmation email
68 - tinyurl-ification of URLs
69 - jQuery for as much as possible
70 - themes
71 - RDFa for stream pages
72 - RDFa for subscriber pages
73 - RDFa for subscribed pages
74 - plugins and hooks
75 - content negotiation for interface language
76 - content negotiation for content type
77 - content negotiation for encoding
78 - content negotiation for charset
79 - If-Modified-Since support
80 - Vary
81 - delete a notice
82 - release 0.3
83 - @ messages
84 - # tags
85 - L: location
86 - hreviews
87 - stay logged in between sessions
88 - use RSS as a subscription
89 - URL notices
90 - image notices
91 - video notices
92 - audio notices
93 - release 0.4
94 - forward notices to Jabber
95 - forward notices to other IM
96 - forward notices to mobile phone
97 - receive notices from Jabber
98 - receive notices from other IM
99 - receive notices from mobile phone
100 - machine tags
101 - release 0.5
102 - Twitter-compatible API
103 - Pownce-compatible API
104 - include twitter subscriptions
105 - include Pownce subscriptions
106 - privacy
107 - Wrap DB_DataObject with memcached caching layer
108 - login throttle to prevent brute-force attacks
109 - form token in login to prevent XSS
110 - release 1.0
111 - Atom Publishing Protocol