1
0
Fork 0
forked from github/pelican

Merge branch 'master' of git://github.com/ametaireau/pelican

This commit is contained in:
Jerome 2010-11-15 16:55:09 +01:00
commit 81d2552464
3 changed files with 18 additions and 0 deletions

View file

@ -155,3 +155,16 @@ If you want to see new features in Pelican, dont hesitate to tell me, to clone
the repository, etc. That's open source, dude!
Contact me at "alexis at notmyidea dot org" for any request/feedback !
FAQ
---
Here are some frequently asqued questions.
How do I specify my site URL? I dont want to use the default "/home/…" folder.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Configure the `SITENAME` to your site base url, let's say
`http://myswebsite.tld`, in your settings file::
SITENAME = "http://mywebsite.tld"

2
THANKS
View file

@ -4,3 +4,5 @@ bugs or giving ideas. Thanks to them !
- Dan Jacka
- solsTiCe on linuxfr for reporting bugs
- Guillaume B (Gui13)
- Ronny Pfannschmidt
- Jérome Renard

3
TODO
View file

@ -3,3 +3,6 @@
* find a better way to specify the templates. an idea is simply to install the templates in a default path, and to add a way to specify them by default under a "_themes" dir.
* Make the program support UTF8-encoded files as input (and later: any encoding?)
* Change the directory structure ?
* Add status support (draft, published, hidden)
* Add a serve + automatic generation behaviour.
* Recompile only the changed files, not all.