]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - doc/TODO
412f7ba6295aa6669f50507e1a16e80318172685
[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 - fix layout of textarea
57 + make notices into "big links"
58 - fix spacing on notices
59 - limit entry in textarea to 140 chars
60 - add a next page link to showstream
61 - add a next page link to public
62 - add a next page link to all
63 - release 0.2
64 - set Last-Modified
65 - XML sitemap generation
66 - theme per site
67 - theme per profile
68 - email confirmation for registration
69 - change cookie handling for anon users to be more cache-friendly
70 - gettext
71 - subscribe remote
72 - add subscriber remote
73 - send remote notice
74 - receive remote notice
75 - confirmation email
76 - tinyurl-ification of URLs
77 - jQuery for as much as possible
78 - themes
79 - RDFa for stream pages
80 - RDFa for subscriber pages
81 - RDFa for subscribed pages
82 - plugins and hooks
83 - content negotiation for interface language
84 - content negotiation for content type
85 - content negotiation for encoding
86 - content negotiation for charset
87 - If-Modified-Since support
88 - Vary
89 - delete a notice
90 - release 0.3
91 - @ messages
92 - # tags
93 - L: location
94 - hreviews
95 - stay logged in between sessions
96 - use RSS as a subscription
97 - URL notices
98 - image notices
99 - video notices
100 - audio notices
101 - release 0.4
102 - forward notices to Jabber
103 - forward notices to other IM
104 - forward notices to mobile phone
105 - receive notices from Jabber
106 - receive notices from other IM
107 - receive notices from mobile phone
108 - machine tags
109 - release 0.5
110 - Twitter-compatible API
111 - Pownce-compatible API
112 - include twitter subscriptions
113 - include Pownce subscriptions
114 - privacy
115 - Wrap DB_DataObject with memcached caching layer
116 - login throttle to prevent brute-force attacks
117 - form token in login to prevent XSS
118 - release 1.0
119 - Atom Publishing Protocol