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