Mercurial > hg > bitsyblog
comparison TODO.txt @ 0:e3823be6a423
initial commit of bitsyblog, from https://svn.openplans.org/svn/standalone/bitsyblog/trunk/
author | k0s <k0scist@gmail.com> |
---|---|
date | Sat, 12 Sep 2009 16:06:57 -0400 |
parents | |
children | 8a80d060731a |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:e3823be6a423 |
---|---|
1 TODO | |
2 ---- | |
3 | |
4 * DELETE posts (since browsers don't delete, maybe a POST request to | |
5 /k0s/20080302221048 might have to be used) | |
6 | |
7 * DELETE css files | |
8 | |
9 * User preference: number of links to display in nav by default | |
10 | |
11 * How many posts to display by default at '/%(user)' ? | |
12 | |
13 * it would be nice if the viewed user's blog was added to the site nav | |
14 | |
15 * years, months in a user's nav | |
16 | |
17 * method for getting blog post title | |
18 | |
19 * smarter permalinks; should not use host_url | |
20 | |
21 * blog entries now record the user so methods should not need the user | |
22 to be passed in with the blog entry (code cleanup) | |
23 | |
24 * single user bitsyblog -> BitsierBlog | |
25 | |
26 * PUT to blog should edit (/k0s/20080302221048/edit should front end | |
27 this, which renders the post form but with the text already inside | |
28 and a datestamp specified) | |
29 | |
30 * markup.form should have different layouts | |
31 | |
32 * markup.form should (optionally?) use the Settings for validation, etc. | |
33 | |
34 * better atom feeds? | |
35 | |
36 * simple CAPTCHA auth for ephemeral users | |
37 | |
38 * code cleanup (the eternal chore) | |
39 | |
40 * middleware: | |
41 ** CSS zen garden (samadhi) | |
42 ** commenting | |
43 ** tagging | |
44 | |
45 >>> this is 2.0 |