From f105233d3963be2a1cf7496a387ca0f8bf8070ba Mon Sep 17 00:00:00 2001 From: Alexis Metaireau Date: Wed, 15 Sep 2010 10:57:03 +0200 Subject: [PATCH] Update the TODO list with ideas. --- TODO | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/TODO b/TODO index 6de4abda..f5562df5 100644 --- a/TODO +++ b/TODO @@ -1,3 +1,17 @@ -* Images support -* Create templates for tags/categories -* Add tests +* Add a way to support pictures (see how sphinx makes that) +* Create templates for tags/categories: they're not implemented ! +* Add a way to categorize by paths, and to add dates by filenames. This will + allow users to avoid the need of metadatas. I'm thinking about a repository + like that: + . + ├── category1 + │   ├── 2010-12-15-hello-world.rst + │   └── 2010-12-20-my-super-article.rst + + I dont consider the tags as something mandatory, so they will be provided by + metadatas whithin the files themselves. That's also important to note that + there will be a need to actually change *something* in the files. A better way + to work would be to avoid any change if possible (I'm wondering if removing + the date is a good option…) +* Add a way to have multiple feeds (one by category), plus one global, and to + send this to the templates.