mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Update the TODO list with the last changes.
This commit is contained in:
parent
346be56dfe
commit
4abbe06b7c
1 changed files with 5 additions and 14 deletions
19
TODO
19
TODO
|
|
@ -1,17 +1,8 @@
|
||||||
* Add a way to support pictures (see how sphinx makes that)
|
* 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.
|
||||||
* 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
|
├── category1
|
||||||
│ ├── 2010-12-15-hello-world.rst
|
│ ├── hello-world.rst
|
||||||
│ └── 2010-12-20-my-super-article.rst
|
│ └── my-super-article.rst
|
||||||
|
* Find a way to extend the existing templates instead of rewriting all from
|
||||||
I dont consider the tags as something mandatory, so they will be provided by
|
scratch.
|
||||||
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.
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue