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