]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - doc/roadmap
mark off TODO, only local notices in public stream
[quix0rs-gnu-social.git] / doc / roadmap
1 Roadmap
2 -------
3
4 This is a roadmap of tasks for different versions of the
5 [Laconica](http://laconi.ca/) software. It's meant to help answer the
6 question, "Is Laconica ever going to have such-and-such a feature?" or
7 "When will Laconica do such-and-such?"
8
9 Release 0.1
10 -----------
11
12 This was an internal milestone release, mostly for developing the core
13 functionality.
14
15 + login
16 + register
17 + settings
18 + upload avatar
19 + change password
20 + settings menu
21 + disallow login if user is logged in
22 + disallow register if user is logged in
23 + common_current_user()
24 + common_logged_in()
25 + session variable for login
26 + post notice
27 + logout
28 + subscribe
29 + unsubscribe
30 + subscribe links on profile
31 + header menu
32 + footer menu
33 + disallow direct to PHP files
34 + common_local_url()
35 + configuration for DB_DataObject
36 + date formatting
37 + new notice redirects to notice page
38 + date in shown notice links to notice page
39 + common_redirect()
40 + configuration system ($config)
41
42 Release 0.2
43 -----------
44
45 Another internal milestone. Bumped up from cruddy caveman HTML to a
46 borrowed design from [OSWD](http://www.oswd.org/), added a lot of RSS
47 generation, and more careful form validation.
48
49 + design from Open Source Web Designs
50 + add H1 to each page
51 + add H2 for each page section
52 + default to public stream
53 + default avatar
54 + default HTML type
55 + set Content-Type
56 + show current values in profile settings
57 + save profile URL in profilesettings
58 + save profile URL on registration
59 + require valid nicknames
60 + reject empty notices
61 + validate registration form results
62 + validate profilesettings form results
63 + validate newnotice form results
64 + remove validation code from classes
65 + use only canonical usernames
66 + fix layout of textarea
67 + make notices into "big links"
68 + RSS 1.0 feeds of a user's notices
69 + RSS 1.0 feeds of a user's notices + friends
70 + RSS 1.0 dump of a user's notices
71 + RSS 1.0 feed of all public notices
72 + deal with PHP quotes escaping
73 + source link in footer menu
74 + public stream link in top menu
75 + dump, fix, undump database
76
77 Release 0.3
78 -----------
79
80 First public release (theoretically). Added distributed subscriptions,
81 "fancy" URLs, and a new graphic design for stoi.ca.
82
83 + YADIS document link on showstream
84 + YADIS document
85 + subscribe remote
86 + add subscriber remote
87 + server side of user authorization
88 + server side of request token
89 + server side of access token
90 + OAuth store
91 + log of consumers who ask for access
92 + receive remote notice
93 + send remote notice
94 + receive remote profile update
95 + send remote profile update
96 + subscribe form for not-logged-in users on showstream
97 + pretty URLs
98 + doc action
99 + about doc
100 + help doc
101 - FAQ doc
102 + privacy doc
103 + source doc
104 + roadmap doc
105 - contact doc
106 - add a way to stick variables into documents
107 + FOAF document for user
108 + license in RSS feeds
109 + TOS checkbox on register
110 + registration instructions
111 + login instructions
112 + profile settings instructions
113 + avatar instructions
114 + password change instructions
115 + fix spacing on notices
116 + fix spacing in profile
117 - limit entry in textarea to 140 chars
118 + add a next page link to showstream
119 + add a next page link to public
120 + add a next page link to all
121 - AGPL notification
122 - Check licenses of all libraries for compatibility
123 + @ messages
124 + Automatically linkify URLs in notices
125 + themes
126 + theme per site
127 - only local notices in public stream
128 - only local notices in public RSS
129 + graphic refresh on all
130 + graphic refresh on avatar
131 + graphic refresh on doc
132 + graphic refresh on login
133 + graphic refresh on newnotice
134 + graphic refresh on password
135 + graphic refresh on profilesettings
136 + graphic refresh on public
137 + graphic refresh on register
138 - graphic refresh on remotesubscribe
139 + graphic refresh on shownotice
140 + graphic refresh on showstream
141 + graphic refresh on subscribed
142 + graphic refresh on subscriptions
143 + graphic refresh on userauthorization
144 - update default theme to use new, more semantic, HTML
145 - subscribe/unsubscribe on subscriptions page
146 - subscribe/unsubscribe on subscribed page
147 + correct use of views menu in settings
148 + correct use of views menu in streams
149 - INSTALL file
150 + content negotiation for content type
151
152 Release 0.4
153 -----------
154
155 - jQuery for as much as possible
156 - microid for profile page
157 - format times per user
158 - timezone preferences in Profile settings
159 - email notification on subscriptions
160 - content negotiation for interface language
161 - user preference for interface language
162 - gettext
163 - tinyurl-ification of URLs
164 - set Last-Modified
165 - XML sitemap generation
166 - email confirmation for registration
167 - email options
168 - change cookie handling for anon users to be more cache-friendly
169 - content negotiation for encoding
170 - If-Modified-Since support
171 - Vary
172 - site logo
173 - check license compatibility for remote subscribe
174 - optional FOAF URL in openmicroblogging exchange
175
176 Release 0.5
177 -----------
178
179 - content negotiation for charset (iconv?)
180 - license per notice
181 - use only canonical email addresses
182 - allow mixed-case usernames
183 - allow non-latin usernames
184 - store canonical username for comparison and fetch
185 - theme per profile
186 - email newsletter
187 - RDF dump of entire site
188 - delete a notice
189 - plugins and hooks and other extensibility
190 - RDFa for stream pages
191 - RDFa for subscriber pages
192 - RDFa for subscribed pages
193 - # tags
194 - L: location
195 - hreviews
196 - stay logged in between sessions
197 - use RSS as a subscription
198 - license per attachment
199 - forward notices to Jabber
200 - receive notices from Jabber
201
202 Release 0.6
203 -----------
204
205 - URL notices
206 - image notices
207 - video notices
208 - audio notices
209 - forward notices to other IM
210 - forward notices to mobile phone
211 - receive notices from other IM
212 - receive notices from mobile phone
213 - machine tags
214
215 Release 1.0
216 -----------
217
218 - OAuth for third-party tools (desktop, other sites)
219 - Twitter-compatible API
220 - Pownce-compatible API
221 - include twitter subscriptions (push and pull)
222 - include Pownce subscriptions (push and pull)
223 - privacy
224 - Wrap DB_DataObject with memcached caching layer
225 - login throttle to prevent brute-force attacks
226 - form token in login to prevent XSS
227
228 Post-1.0
229 --------
230
231 - Atom Publishing Protocol
232 - "Universal" public feed
233 - global registry (LDAP at openmicroblogging.net, maybe?)