]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - doc/roadmap
email notification on new subscriptions
[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 + privacy doc
102 + source doc
103 + roadmap doc
104 + add a way to stick variables into documents
105 + FOAF document for user
106 + license in RSS feeds
107 + TOS checkbox on register
108 + registration instructions
109 + login instructions
110 + profile settings instructions
111 + avatar instructions
112 + password change instructions
113 + fix spacing on notices
114 + fix spacing in profile
115 + add a next page link to showstream
116 + add a next page link to public
117 + add a next page link to all
118 + @ messages
119 + Automatically linkify URLs in notices
120 + themes
121 + theme per site
122 + only local notices in public stream
123 + only local notices in public RSS
124 + graphic refresh on all
125 + graphic refresh on avatar
126 + graphic refresh on doc
127 + graphic refresh on login
128 + graphic refresh on newnotice
129 + graphic refresh on password
130 + graphic refresh on profilesettings
131 + graphic refresh on public
132 + graphic refresh on register
133 + graphic refresh on remotesubscribe
134 + graphic refresh on shownotice
135 + graphic refresh on showstream
136 + graphic refresh on subscribed
137 + graphic refresh on subscriptions
138 + graphic refresh on userauthorization
139 + correct use of views menu in settings
140 + correct use of views menu in streams
141 + content negotiation for content type
142
143 Release 0.4
144 -----------
145
146 - contact doc
147 - FAQ doc
148 - update default theme to use new, more semantic, HTML
149 - INSTALL file
150 - limit entry in textarea to 140 chars
151 + AGPL notification
152 - Check licenses of all libraries for compatibility
153 - jQuery for as much as possible
154 - microid for profile page
155 - format times per user
156 - timezone preferences in Profile settings
157 - email notification on subscriptions
158 - content negotiation for interface language
159 - user preference for interface language
160 - gettext
161 - tinyurl-ification of URLs
162 - set Last-Modified
163 - XML sitemap generation
164 - email confirmation for registration
165 - email options
166 - change cookie handling for anon users to be more cache-friendly
167 - content negotiation for encoding
168 - If-Modified-Since support
169 - Vary
170 - site logo
171 - check license compatibility for remote subscribe
172 - optional FOAF URL in openmicroblogging exchange
173 - subscribe/unsubscribe on subscriptions page
174 - subscribe/unsubscribe on subscribed page
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?)