]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - doc/TODO
8310c092a7357c8df51f98cecd627bb9312f49ab
[quix0rs-gnu-social.git] / doc / TODO
1 + login
2 + register
3 + settings
4 + upload avatar
5 - default avatar
6 + change password
7 + settings menu
8 + disallow login if user is logged in
9 + disallow register if user is logged in
10 + common_current_user()
11 + common_logged_in()
12 + session variable for login
13 + post notice
14 + logout
15 + subscribe
16 + unsubscribe
17 + subscribe links on profile
18 + header menu
19 + footer menu
20 + disallow direct to PHP files
21 + common_local_url()
22 - configuration for DB_DataObject
23 + date formatting
24 + new notice redirects to notice page
25 + date in shown notice links to notice page
26 + common_redirect()
27 - release 0.1
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