]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - doc/TODO
293576622d1ef8cf7bc39f0514da7eb9dd47ed25
[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 public stream
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 - hreviews
82 - stay logged in between sessions
83 - use RSS as a subscription
84 - URL notices
85 - image notices
86 - video notices
87 - audio notices
88 - release 0.4
89 - forward notices to Jabber
90 - forward notices to other IM
91 - forward notices to mobile phone
92 - receive notices from Jabber
93 - receive notices from other IM
94 - receive notices from mobile phone
95 - machine tags
96 - release 0.5
97 - Twitter-compatible API
98 - Pownce-compatible API
99 - include twitter subscriptions
100 - include Pownce subscriptions
101 - privacy
102 - Wrap DB_DataObject with memcached caching layer
103 - login throttle to prevent brute-force attacks
104 - form token in login to prevent XSS
105 - release 1.0
106 - Atom Publishing Protocol