Mercurial > hg > bitsyblog
annotate TODO.txt @ 100:f2780e1418bb
STUB: bitsyblog/bitsyblog.py
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Thu, 30 Jan 2014 19:51:19 -0800 |
parents | 292aeb1741f3 |
children |
rev | line source |
---|---|
0
e3823be6a423
initial commit of bitsyblog, from https://svn.openplans.org/svn/standalone/bitsyblog/trunk/
k0s <k0scist@gmail.com>
parents:
diff
changeset
|
1 TODO |
e3823be6a423
initial commit of bitsyblog, from https://svn.openplans.org/svn/standalone/bitsyblog/trunk/
k0s <k0scist@gmail.com>
parents:
diff
changeset
|
2 ---- |
e3823be6a423
initial commit of bitsyblog, from https://svn.openplans.org/svn/standalone/bitsyblog/trunk/
k0s <k0scist@gmail.com>
parents:
diff
changeset
|
3 |
64 | 4 * bitsyblog only has one fundamental event: add blog post. Make this |
5 an extension point to do horrible things like mirroring to twitter. | |
6 | |
54 | 7 * DELETE posts (since browsers don't delete, maybe a POST request to |
8 /k0s/20080302221048 might have to be used) | |
0
e3823be6a423
initial commit of bitsyblog, from https://svn.openplans.org/svn/standalone/bitsyblog/trunk/
k0s <k0scist@gmail.com>
parents:
diff
changeset
|
9 |
54 | 10 * DELETE css files |
0
e3823be6a423
initial commit of bitsyblog, from https://svn.openplans.org/svn/standalone/bitsyblog/trunk/
k0s <k0scist@gmail.com>
parents:
diff
changeset
|
11 |
54 | 12 * edit posts TTW |
13 | |
57 | 14 * User preference: |
15 - number of links to display in nav by default | |
16 - how many links based on month, year (probably via a redirect) | |
17 - how many characters to display in the summary div | |
0
e3823be6a423
initial commit of bitsyblog, from https://svn.openplans.org/svn/standalone/bitsyblog/trunk/
k0s <k0scist@gmail.com>
parents:
diff
changeset
|
18 |
54 | 19 * How many posts to display by default at '/%(user)' ? |
20 - there should be a preference for what to display by default (this | |
21 month, this year, etc) and links to prev/next months for date views | |
22 - there should (optionally) be a calender widget for easy navigation | |
0
e3823be6a423
initial commit of bitsyblog, from https://svn.openplans.org/svn/standalone/bitsyblog/trunk/
k0s <k0scist@gmail.com>
parents:
diff
changeset
|
23 |
54 | 24 * it would be nice if the viewed user's blog was added to the site nav |
0
e3823be6a423
initial commit of bitsyblog, from https://svn.openplans.org/svn/standalone/bitsyblog/trunk/
k0s <k0scist@gmail.com>
parents:
diff
changeset
|
25 |
54 | 26 * middleware: |
27 - CSS zen garden (samadhi) | |
28 - commenting | |
29 - tagging | |
0
e3823be6a423
initial commit of bitsyblog, from https://svn.openplans.org/svn/standalone/bitsyblog/trunk/
k0s <k0scist@gmail.com>
parents:
diff
changeset
|
30 |
55 | 31 * should have '?format=text' for returning the raw text |