diff options
| author | Justin Mayer <entroP@gmail.com> | 2013-04-23 11:17:45 -0700 |
|---|---|---|
| committer | Justin Mayer <entroP@gmail.com> | 2013-04-23 11:17:45 -0700 |
| commit | 4fa2c30d3f95b1e1914ce020378f169ee9510ac2 (patch) | |
| tree | b71612f35b57ece5e4a23712aa876775c43ea47b /docs | |
| parent | 63ddcf22d99b0bb453c2d2f1b4d25d4e37e687a8 (diff) | |
| download | pelican-4fa2c30d3f95b1e1914ce020378f169ee9510ac2.tar.gz | |
Add new changelog items and link to Tutorials wiki
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/changelog.rst | 6 | ||||
| -rw-r--r-- | docs/getting_started.rst | 4 |
2 files changed, 9 insertions, 1 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst index 2549504a..0b15dd57 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,7 +1,7 @@ Release history ############### -3.2 (XXXX-XX-XX) +3.2 (2013-04-23) ================ * Support for Python 3! @@ -15,6 +15,10 @@ Release history * Provide ability to show or hide categories from menu using ``DISPLAY_CATEGORIES_ON_MENU`` option * Auto-regeneration can be told to ignore files via ``IGNORE_FILES`` setting +* Improve post-generation feedback to user +* For multilingual posts, use meta-data to designate which is the original + and which is the translation +* Add ``.mdown`` to list of supported Markdown file extensions * Document-relative URL generation (``RELATIVE_URLS``) is now off by default 3.1 (2012-12-04) diff --git a/docs/getting_started.rst b/docs/getting_started.rst index 0c1448fb..c93e0844 100644 --- a/docs/getting_started.rst +++ b/docs/getting_started.rst @@ -76,6 +76,10 @@ see all the options you can use:: $ pelican --help +Continue reading below for more detail, and check out the Pelican wiki's +`Tutorials <https://github.com/getpelican/pelican/wiki/Tutorials>`_ page for +links to community-published tutorials. + Viewing the generated files --------------------------- |
