]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - doc/TODO
13186779f4e0ecd37684237fd39c93ecd6e7422a
[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 - doc action
29 - default to doc, title = main
30 - default avatar
31 - default HTML type
32 - set Content-Type
33 - show current values in profile settings
34 - save profile URL in profilesettings
35 - save profile URL on registration
36 - require valid nicknames
37 - store canonical username for comparison and fetch
38 - use only canonical usernames
39 - use only canonical email addresses
40 - RSS 1.0 feeds of a user's notices
41 - RSS 1.0 dump of a user's notices
42 - RSS 1.0 feed of all public notices
43 - RDF dump of entire site
44 - FOAF dump for user
45 - license on showstream
46 - license on shownotice
47 - design from Open Source Web Designs
48 - TOS checkbox on register
49 - pretty URLs
50 - XML sitemap generation
51 - site logo
52 - theme per site
53 - theme per profile
54 - email confirmation for registration
55 - change cookie handling for anon users to be more cache-friendly
56 - release 0.2
57 - content negotiation for interface language
58 - content negotiation for content type
59 - content negotiation for encoding
60 - content negotiation for charset
61 - If-Modified-Since support
62 - Vary
63 - delete a notice
64 - gettext
65 - subscribe remote
66 - add subscriber remote
67 - send remote notice
68 - receive remote notice
69 - confirmation email
70 - tinyurl-ification of URLs
71 - jQuery for as much as possible
72 - themes
73 - RDFa for stream pages
74 - RDFa for subscriber pages
75 - RDFa for subscribed pages
76 - plugins and hooks
77 - release 0.3
78 - @ messages
79 - # tags
80 - L: location
81 - stay logged in between sessions
82 - use RSS as a subscription
83 - URL notices
84 - image notices
85 - video notices
86 - audio notices
87 - release 0.4
88 - forward notices to Jabber
89 - forward notices to other IM
90 - forward notices to mobile phone
91 - receive notices from Jabber
92 - receive notices from other IM
93 - receive notices from mobile phone
94 - machine tags
95 - release 0.5
96 - include twitter subscriptions
97 - include Pownce subscriptions
98 - privacy
99 - Wrap DB_DataObject with memcached caching layer
100 - login throttle to prevent brute-force attacks
101 - form token in login to prevent XSS
102 - release 1.0
103 - Atom Publishing Protocol