Added sourcefile generator that generates .text files

This commit is contained in:
Nico Di Rocco 2012-09-07 08:46:38 +02:00
commit 0a1a868b37
6 changed files with 20 additions and 11 deletions

View file

@ -69,6 +69,9 @@ Setting name (default value) What doe
`PDF_GENERATOR` (``False``) Set to True if you want to have PDF versions
of your documents. You will need to install
`rst2pdf`.
`OUTPUT_SOURCES` (``False``) Set to True if you want to copy the articles and pages in their
original format (e.g. Markdown or ReStructeredText) to the
specified OUTPUT_PATH.
`RELATIVE_URLS` (``True``) Defines whether Pelican should use document-relative URLs or
not. If set to ``False``, Pelican will use the SITEURL
setting to construct absolute URLs.