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