Jered Boxman
bfaa5f9d5c
Added clearification in docs for PAGE_SAVE_AS
...
I discussed this option in the IRC channel, because I don't think it's
very clear. When I first read the list of options I was under the
impression that Pelican could do rewriting of urls. I discovered that
this isn't the case, so I discusses this in the IRC channel and got the
encouragement to submit a pull request.
2013-03-10 14:34:17 +01:00
Eric
7cafcf6c24
Fix the tag cloud example
2013-03-05 23:27:00 -08:00
Valentin-Costel Hăloiu
64ce845bae
Fix typo
2013-02-10 00:38:18 +02:00
Justin Mayer
a07b56c02b
Doc fixes and improvements
2012-12-03 16:31:55 -08:00
Bruno Binet
8bb86d3e5d
revert #523
...
we don't need a new MARKDOWN_EXTENSIONS setting because the equivalent setting
MD_EXTENSIONS already exists.
2012-12-03 22:35:11 +01:00
Bruno Binet
f86e1128f0
docfix: fix example of FILENAME_METADATA regexp
2012-12-03 10:20:43 +01:00
Bruno Binet
3a25f82c4f
update docs/settings.rst for both DEFAULT_METADATA and FILENAME_METADATA
2012-12-03 09:53:14 +01:00
Brian C. Lane
49f481e399
Add asciidoc reader support
...
http://www.methods.co.nz/asciidoc/index.html
Processes files ending in .asc with asciidoc. Extra arguments can be
passed by using the ASCIIDOC_OPTIONS config setting
2012-12-02 10:20:13 -08:00
Bruno Binet
fa82e19c1f
change default value for DEFAULT_DATE to None
...
(was 'fs' => guess from file mtime)
2012-11-28 00:29:51 +01:00
Michael Reneer
103ae436c9
Update docs/settings.rst
...
Updated commit based on the discussion in the pull request.
2012-11-26 13:03:25 -05:00
Michael Reneer
4de668159d
Update docs/settings.rst
...
Updated the documentation for the MARKUP setting to reflect the current supported markup file extensions.
2012-11-26 11:26:33 -05:00
Bruno Binet
801bc755b5
Merge branch 'pr/558'
...
Conflicts:
docs/settings.rst
pelican/signals.py
2012-11-23 15:32:17 +01:00
Alexis Métaireau
5523240553
What would be a commit without his "fix typo" brother, uh?
2012-11-15 20:09:21 +01:00
Alexis Métaireau
43b1555e5d
Mention that FILES_TO_COPY is able to copy dirs.
2012-11-15 20:07:08 +01:00
Bruno Binet
ec42fa837f
docfix: fix default values for _URL and _SAVE_AS settings
...
(AUTHOR_URL, AUTHOR_SAVE_AS, CATEGORY_URL, CATEGORY_SAVE_AS)
2012-11-13 01:46:43 +01:00
Bruno Binet
e56d2b14c8
docfix: updates docs/settings.rst and docs/faq.rst
2012-11-12 23:44:12 +01:00
jawher
c7d87feec3
Reverted FEED_ATOM and FEED_RSS to their original behaviour and added FEED_ALL_ATOM and FEED_ALL_RSS
...
FEED_(ATOM|RSS) generated feeds include the version in the default language of a translated article,
whereas FEED_ALL(ATOM|RSS) would include *really* all posts, regardless of their language.
2012-11-12 23:01:16 +01:00
Simon
4c15ec9f86
Move webassets doc to the plugins page
2012-11-07 00:18:00 +01:00
Simon
5f51cffe08
update docs: remove mentions of lesscss compiling and replace with webassets
2012-11-05 21:51:27 +01:00
Alexis Métaireau
ac85e9c819
Merge branch 'pr/223'
2012-10-30 11:18:24 +01:00
Bruno Binet
54eee3f28a
update TemplatePagesGenerator:
...
* bugfix: now supports custom path for path where to find the content files
* TEMPLATE_PAGES settings is now of the form:
{ 'jinja2/src/file.html': 'dest/file.html' }
* update doc
2012-10-30 09:56:10 +01:00
Bruno Binet
e0e1b3eecf
rename STATIC_PAGES to TEMPLATE_PAGES
2012-10-30 09:56:10 +01:00
Tarek Ziade
083a8cc172
added some doc about STATIC_PAGES
...
Conflicts:
docs/settings.rst
2012-10-30 09:56:10 +01:00
Alexis Métaireau
84c708b74b
Revert "Get HtmlReader to work again"
...
This reverts commit 39db9ddcfd .
Conflicts:
tests/test_readers.py
2012-10-29 00:36:42 +01:00
Alexis Métaireau
4349a5e815
Update settings documentation. Fix #562
2012-10-28 23:52:16 +01:00
Alexis Métaireau
92d8208309
Merge branch 'master' of github.com:getpelican/pelican
2012-10-28 23:50:49 +01:00
Martin Brochhaus
47c972e21a
Added USE_FOLDER_AS_CATEGORY setting.
...
This allows users to organize their files in ways where the subfolder name
would not make a good category name (i.e. /2012/09/). Set this to ``False``
and the subfolder will no longer be used as a standard category,
`DEFAULT_CATEGORY` will be used instead.
2012-10-28 20:43:45 +01:00
Alexis Métaireau
0ebba1c4ab
merge with master
2012-10-25 14:54:19 +02:00
Thanos Lefteris
d38b32abfd
Docs for FILES_TO_COPY setting
2012-10-23 02:04:40 +02:00
jawher
a11726783e
TRANSLATION_FEED is now split into TRANSLATION_FEED_ATOM and TRANSLATION_FEED_RSS to match the other feed configuration keys
...
Incidentally, Pelican can now generate RSS translation feeds.
2012-10-22 22:52:06 +02:00
Alexis Métaireau
17dc36aad6
merge upstream
2012-10-12 23:22:55 +02:00
Alexis Métaireau
7892c33ec9
Fix the settings about DATE_FORMAT*S*. Fix 540
2012-10-12 23:01:50 +02:00
Thanos Lefteris
ee36f53cb2
Monospace default values of settings
2012-10-12 23:01:50 +02:00
Chris Streeter
da1efcd847
Correctly use the right variable for webassets
...
According to [the webasset docs](http://webassets.readthedocs.org/en/latest/integration/jinja2.html#using-the-tag )
the variable should be `ASSET_URL` instead of `ASSETS_URL`.
2012-10-12 23:01:50 +02:00
Justin Mayer
c08ab18bff
Clarify specifying paths in settings. Closes #477 .
2012-10-12 23:01:50 +02:00
Justin Mayer
f7a28dc661
Clarify docs for specifying theme. Closes #475 .
2012-10-12 23:01:50 +02:00
Justin Mayer
007cd9b8fd
Minor doc changes, including those for webassets
2012-10-12 23:01:50 +02:00
Alexis Metaireau
48625964f1
Merge pull request #510 from nrocco/sourcegen
...
New source file .text generator
2012-10-12 13:57:18 -07:00
Alexis Metaireau
848fdedec7
Merge pull request #523 from StephaneBunel/master
...
New config parameter to enable Markdown extensions
2012-10-12 13:32:30 -07:00
Nico Di Rocco
c53a06a5d5
Simplified configuration option to be more flexible
...
As @ametaireau suggested: instead of having logic that prepends the
OUTPUT_SOURCES_EXTENSION with a '.' we allow the user more
flexibility to control the extension that can be used.
2012-10-03 22:06:45 +02:00
Thanos Lefteris
0bb323f63c
Monospace default values of settings
2012-10-01 18:32:53 +03:00
Stéphane Bunel
45c836fdf5
Update docs and tests for MARKDOWN_EXTENTIONS
2012-09-28 23:09:57 +02:00
Nico Di Rocco
a7dd21ffaf
Added a new setting OUTPUT_SOURCES_EXTENSION
...
Using this configurable setting users can control what extension will be
appended to filenames by the SourcesGenerator.
The default is to use the ``.text`` extension.
2012-09-28 14:59:05 +02:00
Chris Streeter
e096fb66fb
Correctly use the right variable for webassets
...
According to [the webasset docs](http://webassets.readthedocs.org/en/latest/integration/jinja2.html#using-the-tag )
the variable should be `ASSET_URL` instead of `ASSETS_URL`.
2012-09-19 10:24:51 -07:00
Nico Di Rocco
0a1a868b37
Added sourcefile generator that generates .text files
2012-09-15 23:11:09 +02:00
Justin Mayer
3af7e2251d
Clarify specifying paths in settings. Closes #477 .
2012-09-11 09:27:26 -07:00
Justin Mayer
728d6076e5
Clarify docs for specifying theme. Closes #475 .
2012-09-11 07:29:34 -07:00
Justin Mayer
3054e71f5b
Minor doc changes, including those for webassets
2012-09-10 20:48:13 -07:00
Rachid Belaid
c462237b9d
Add new setting EXTRA_TEMPLATES_PATHS
...
This setting allow to use template which are not in the theme.
Should help to build more generic themes around the content.
2012-09-03 00:57:23 +01:00
Florian Jacob
39db9ddcfd
Get HtmlReader to work again
...
wrote unit tests and documentation, improved regular expression.
The HtmlReader is enabled by default now and parses metadata in html
files of the form:
<!-- key:value -->
2012-09-02 10:29:09 +02:00