From 6184450b60b6b7b7653390d886ea0eef9d2ebd47 Mon Sep 17 00:00:00 2001 From: Alexis Metaireau Date: Fri, 12 Nov 2010 20:13:33 +0000 Subject: [PATCH 1/3] Adding ronny's ideas to the TODO list. --- THANKS | 1 + TODO | 2 ++ 2 files changed, 3 insertions(+) diff --git a/THANKS b/THANKS index 5dc1196e..5598f088 100644 --- a/THANKS +++ b/THANKS @@ -4,3 +4,4 @@ bugs or giving ideas. Thanks to them ! - Dan Jacka - solsTiCe on linuxfr for reporting bugs - Guillaume B (Gui13) +- Ronny Pfannschmidt diff --git a/TODO b/TODO index b91164a3..1d06e5cc 100644 --- a/TODO +++ b/TODO @@ -3,3 +3,5 @@ * 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. From da3efaa8d23bb640ee00554834bd03edd2b8e8cc Mon Sep 17 00:00:00 2001 From: Alexis Metaireau Date: Sun, 14 Nov 2010 22:54:03 +0000 Subject: [PATCH 2/3] =?UTF-8?q?Add=20J=C3=A9rome's=20ideas.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- THANKS | 1 + TODO | 1 + 2 files changed, 2 insertions(+) diff --git a/THANKS b/THANKS index 5598f088..88799080 100644 --- a/THANKS +++ b/THANKS @@ -5,3 +5,4 @@ bugs or giving ideas. Thanks to them ! - solsTiCe on linuxfr for reporting bugs - Guillaume B (Gui13) - Ronny Pfannschmidt +- Jérome Renard diff --git a/TODO b/TODO index 1d06e5cc..0ff78934 100644 --- a/TODO +++ b/TODO @@ -5,3 +5,4 @@ * Change the directory structure ? * Add status support (draft, published, hidden) * Add a serve + automatic generation behaviour. +* Recompile only the changed files, not all. From 5407be19cf7f08b0d2113e65d94ab5a5a5614404 Mon Sep 17 00:00:00 2001 From: Alexis Metaireau Date: Mon, 15 Nov 2010 15:09:17 +0000 Subject: [PATCH 3/3] Add a FAQ. --- README.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.rst b/README.rst index 81f4bca1..b9851e56 100644 --- a/README.rst +++ b/README.rst @@ -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"