Add a DEFAULT_METADATA setting.

It is now possible to have soem default metadata defined in the settings. Fixes #98
This commit is contained in:
Alexis Metaireau 2011-05-07 19:56:55 +01:00
commit 56effc24cb
5 changed files with 11 additions and 1 deletions

View file

@ -32,6 +32,8 @@ Setting name (default value) what does it do?
`DEFAULT_CATEGORY` (``'misc'``) The default category to fallback on.
`DEFAULT_DATE_FORMAT` (``'%a %d %B %Y'``) The default date format you want to use.
`DEFAULT_LANG` (``'en'``) The default language to use.
`DEFAULT_METADATA` (``()``) A list containing the default metadata for
each content (articles, pages, etc.)
`DEFAULT_ORPHANS` (0) The minimum number of articles allowed on the
last page. Use this when you don't want to
have a last page with very few articles.