]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - doc/TODO
try to make register work
[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 - release 0.2
53 - content negotiation for interface language
54 - content negotiation for content type
55 - content negotiation for encoding
56 - content negotiation for charset
57 - If-Modified-Since support
58 - Vary
59 - delete a notice
60 - gettext
61 - subscribe remote
62 - add subscriber remote
63 - send remote notice
64 - receive remote notice
65 - confirmation email
66 - tinyurl-ification of URLs
67 - jQuery for as much as possible
68 - themes
69 - RDFa for stream pages
70 - RDFa for subscriber pages
71 - RDFa for subscribed pages
72 - plugins and hooks
73 - release 0.3
74 - @ messages
75 - # tags
76 - L: location
77 - stay logged in between sessions
78 - use RSS as a subscription
79 - URL notices
80 - image notices
81 - video notices
82 - audio notices
83 - release 0.4
84 - forward notices to Jabber
85 - forward notices to other IM
86 - forward notices to mobile phone
87 - receive notices from Jabber
88 - receive notices from other IM
89 - receive notices from mobile phone
90 - machine tags
91 - release 0.5
92 - include twitter subscriptions
93 - include Pownce subscriptions
94 - privacy
95 - Wrap DB_DataObject with memcached caching layer
96 - login throttle to prevent brute-force attacks
97 - form token in login to prevent XSS
98 - release 1.0
99 - Atom Publishing Protocol