Kyle Fuller
44cf2ad400
Support configurable URL's & SAVE_AS path for Author, Category and Tag
2012-03-06 16:41:35 +00:00
Kyle Fuller
a39787c1a2
Add settings to change the URL's and SAVE_AS paths
...
Example usage:
* ARTICLE_URL = 'posts/{date:%Y}/{date:%b}/{date:%d}/{slug}/'
* ARTICLE_SAVE_AS = 'posts/{date:%Y}/{date:%b}/{date:%d}/{slug}/index.html'
This removes CLEAN_URLS and ARTICLE_PERMALINK_STRUCTURE because these
new settings can produce the same result.
2012-03-06 16:41:35 +00:00
Justin Mayer
bde06c4011
Improve English documentation with enhanced clarity, grammar, and spelling
2012-03-06 06:13:17 -08:00
Jiachen Yang
3ccbe19c8a
typo in docs/settings.rst#date format and locales
2012-02-28 03:37:58 +09:00
Jiachen Yang
76ee6c2149
Added document and test case for #215
2012-02-28 03:08:39 +09:00
Martin Brochhaus
67472298ca
Added changes as per codereview.
2012-02-20 17:58:23 +01:00
Martin Brochhaus
52fb81a441
Added some fixes to the test suite so that it doesn't fail any more.
2012-02-20 17:39:47 +01:00
Martin Brochhaus
1ceb2745b1
Added missing documentation for MENUITEMS setting.
2012-02-20 13:18:18 +01:00
Tobias
1f4bb6a2e4
DOC: fixed typo in 'CLEAN_URLS'
...
was singular in docs but only works as plural
2012-02-12 18:25:51 +01:00
Alexis Metaireau
9543ce049f
update the documentation to make timezone configuration clearer
2011-12-29 16:04:46 +01:00
Kyle Fuller
2be58aa51a
Remove WITH_PAGINATION, only have a DEFAULT_PAGINATION setting
...
DEFAULT_PAGINATION can be set to False instead of using WITH_PAGINATION
2011-12-22 14:02:31 +00:00
Alexis Metaireau
4a8b3ddb75
oops, broken link
2011-11-30 21:19:42 +01:00
Alexis Metaireau
889cdd4dbd
typo
2011-11-30 21:16:26 +01:00
Alexis Metaireau
df4e88ff15
add some docs written a long time ago
2011-11-30 21:11:50 +01:00
Alexis Metaireau
b0dcce01cb
Don't install the venv in the sources root, this can cause troubles with the bin folder
2011-11-29 16:06:08 +01:00
Alexis Metaireau
fb9a622ca7
add CLEAN_URLS to the documentation
2011-11-27 18:08:28 +01:00
Alexis Metaireau
92b232972e
add information about mardown in the FAQ
2011-11-27 18:00:29 +01:00
Alexis Metaireau
100d94cd12
add ghp-import features to push to github pages easily
2011-08-19 23:01:01 +02:00
Alexis Metaireau
96b52a2283
issue a warning in case no timezone is defined
2011-08-18 13:58:04 +02:00
Alexis Metaireau
720b8d3168
doc: update the settings page about latest changes
2011-08-18 13:47:31 +02:00
Alexis Metaireau
bee3140fc6
doc: reorder settings
2011-08-18 13:35:53 +02:00
Alexis Metaireau
e5d4e90b8f
update the docs on how to view generated blog
2011-08-17 10:38:48 +02:00
Alexis Metaireau
4a6bf81b2e
remove skribit support. fixes #154
2011-08-11 23:50:04 +02:00
Alexis Metaireau
1edbe044a2
Include the "pelican-quickstart" script.
...
This ease the creation of a new blog. I modified slightly the code wrote by @Skami18
here: https://gist.github.com/1025236/dfa695e67482477907c79ae709ab827b20b18b04
This commit also renames the import script to "pelican-import".
Fixes #129 .
2011-08-11 23:34:53 +02:00
Alexis Metaireau
0adb76d5d2
Merge pull request #155 from borgar/configurable-readers
...
Allow overriding reader extensions.
2011-08-11 13:42:38 -07:00
Alexis Metaireau
7f1cad26ba
typos
2011-08-11 11:24:41 +02:00
Borgar
a5f47cfae9
Allow overriding reader extensions.
...
This adds an extensions setting all readers in the style of [ext]_EXTENSIONS. So for the MarkdownReader, who's extension is "md", the setting read is MD_EXTENSIONS.
The settings allow overriding the default options passed through the readers. In the case of Markdown the default values are ['codehilite','extra'], but user may change this through the setting:
MD_EXTENSIONS = ['footnotes','abbr','codehilite']
2011-08-07 23:05:58 +00:00
Simon
7b7695509d
importer - add documentation
2011-08-03 22:06:10 +02:00
Borgar
cd277672d0
Add a setting to limit feeds to a max number of items.
...
This adds FEED_MAX_ITEMS, which dictates the maximum number of items allowed in a feed.
2011-08-02 23:29:34 +00:00
mviera
a13ae91f0b
Adding more documentation about ARTICLE_PERMALINK_STRUCTURE in settings. Also, i deleted the try except because strftime never raises an exception. Issue #145
...
I set the ARTICLE_PERMALINK_STRUCTURE option as null in settings.py and remove it from pelican sample config file.
2011-07-29 22:09:09 +02:00
mviera
2609004719
I change PERMALINK_STRUCTURE to ARTICLE_PERMALINK_STRUCTURE and updating the settings.rst documentation.
...
Also I have implemented other options to this setting, such as the category, the date, the author, this kind of things.
Finally, I have setted the ARTICLE_PERMALINK_STRUCTURE option as null in pelican.conf.py sample file.
2011-07-29 01:11:35 +02:00
mviera
068a3d2f1d
Year and month in URL. Issue #145
2011-07-27 23:47:50 +02:00
Alexis Metaireau
6611107e48
little english review on theme extension
2011-07-23 16:06:58 +02:00
Skami18
09d7847c7e
Modified the sphinx settings
...
It seems the manpages ``pelican-themes.en.1`` and
``pelican-themes.fr.1`` were only used for the Debian packages.
Unforunately, ``dh_manpages`` seems to support installation of manpages
depending of their languages, so i've changed the settings and only
``pelican-themes.1`` is generated, this avoids having to rename the
manpages before packaging...
The documentation about making themes for Pelican is now generated in
the file ``pelican-theming.1``.
2011-07-23 15:01:46 +02:00
Skami18
52df0dc47a
Added the documentation for template inheritance
...
Requires a re-reading by someone speaking English better than me...
2011-07-23 14:53:55 +02:00
Alexis Metaireau
53b295b980
Update the features proposed by pelican on the doc.
2011-07-22 02:12:10 +02:00
Alexis Metaireau
fc2843306f
Add a settings.py sample into the documentation.
...
Fixes #118
2011-07-22 02:11:18 +02:00
Massimo Santini
d7f85712db
Added author.html and authors.html templates and modified the docs accordingly
2011-07-16 00:44:49 +02:00
Borgar
53e25ce2cf
Fixed typo in docs: missing plural s in RELATIVE_URLS.
2011-06-29 13:42:12 +00:00
Alexis Metaireau
eee004cdb5
update the documentation about code highlighting
2011-06-18 19:02:57 +02:00
Alexis Metaireau
e617b08ab6
add information about the importer in the documentation
2011-06-17 19:26:28 +02:00
Alexis Metaireau
b474a6f4e5
remove unnecessary exclamation mark
2011-06-13 18:42:31 +02:00
Alexis Metaireau
eb7c5674a0
add a link to the IRC channel and the webchat into the documentation
2011-06-13 18:26:31 +02:00
Alexis Metaireau
d366fd376e
Merge branch 'master' of github.com:ametaireau/pelican
2011-06-13 15:01:10 +02:00
Alexis Metaireau
78d10b1feb
update the sphinx documentation settings
2011-06-13 14:23:07 +02:00
Alexis Metaireau
9d194b5a84
Merge pull request #135 from brejoc/master
...
Add Piwki support to the notmyidea theme
2011-06-13 02:13:28 -07:00
Alexis Metaireau
014b3b3852
mention the #pelican irc channel on the documentation
2011-06-13 11:10:25 +02:00
Jochen Breuer
94b15b5260
Added template, inlcude in base and some documentation for Piwik.
2011-06-13 07:30:33 +02:00
Alexis Daboville
eb16c6e980
Added a french doc for theming.
2011-06-04 15:37:51 +02:00
Alexis Daboville
6ba15e6a52
Added a little doc about page.html, fix some typos, follow a single convention for '.' at end of lines.
2011-06-04 15:35:44 +02:00