From 6322aa13f73ee8ef117d4fb58a548429693afe64 Mon Sep 17 00:00:00 2001 From: Martin Zimmermann Date: Wed, 23 Jan 2013 23:05:12 +0100 Subject: [PATCH] document pandoc title block and add @dpritchard to AUTHORS --- AUTHORS | 1 + README.rst | 2 +- docs/conf.py.rst | 5 ++++- docs/index.rst | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/AUTHORS b/AUTHORS index 225fbb76..047ac44c 100644 --- a/AUTHORS +++ b/AUTHORS @@ -12,4 +12,5 @@ Martin Zimmermann "posativ" - Thomas Weißschuh "t-8ch" - Alexander Zhirov "nevkontakte" - Christoph Polcin "chripo" +- Daniel Pritchard "dpritchard" diff --git a/README.rst b/README.rst index 8cd546ac..88210d35 100644 --- a/README.rst +++ b/README.rst @@ -72,7 +72,7 @@ blogging features - you like the `YAML front matter`_ from Jekyll_ or nanoc_? First choice in Acrylamid! - coming from Pelican_? Acrylamid has also support for metadata in the native - format of Markdown or reStructuredText. + format of Markdown, reStructuredText and even Pandoc. - support for translations (oh, and did I mention the language dependend hyphenation feature?). - a few HTML5 themes, see `Theming `_. diff --git a/docs/conf.py.rst b/docs/conf.py.rst index 5f96ddba..6622094c 100644 --- a/docs/conf.py.rst +++ b/docs/conf.py.rst @@ -192,7 +192,8 @@ Variable name (default value) Description `METASTYLE` (*not set*) With ``native`` you can Acrylamid parse Markdown's or or reST's native meta data section if the filename ends with ``.rst`` or ``.md`` and ``.mkdown`` - respectively. + respectively. It will also recognize `Pandoc's title + block`_ on any filename extension. `DISQUS_SHORTNAME` (*not set*) Enables `Disqus `_ integration with your site identifier [#]_. `DEFAULT_ORPHANS` (``0``) The minimum number of articles allowed on the last @@ -218,6 +219,8 @@ Variable name (default value) Description no link is produced. ================================================ ===================================================== +.. _pandoc's title block: http://johnmacfarlane.net/pandoc/README.html#title-block + .. [#] Note, disqus only knows a given URL. If you change the title of an entry and you don't setup recirect codes or leave the original url by setting ``permalink: /2011/a-title/``, you'll lose your disqus comments for this thread. diff --git a/docs/index.rst b/docs/index.rst index cb6c2b6b..e4c00dcf 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -91,7 +91,7 @@ blogging features - you like the `YAML front matter`_ from Jekyll_ or nanoc_? First choice in Acrylamid! - coming from Pelican_? Acrylamid has also support for metadata in the native - format of Markdown or reStructuredText. + format of Markdown, reStructuredText and even Pandoc. - support for translations (oh, and did I mention the language dependend hyphenation feature?). - a few HTML5 themes, see `Theming `_.