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