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