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