Commit graph

3 commits

Author SHA1 Message Date
kleink
62bc7166fc Update py-flask-flatpages to 0.6.
Version 0.6
~~~~~~~~~~~

Released on 2015-02-09

* Python 3 support.
* Allow multiple file extensions for FlatPages.
* The renderer function now optionally takes a third argument, namely
  the :class:`Page` instance.
* It is now possible to instantiate multiple instances of :class:`FlatPages`
  with different configurations. This is done by specifying an additional
  parameter ``name`` to the initializer and adding the same name in uppercase
  to the respective Flask configuration settings.
2015-03-02 13:37:17 +00:00
kleink
8f66590051 Update py-flask-flatpages to 0.4.
Version 0.4
~~~~~~~~~~~

Released on 2013-04-01

* Add ``FLATPAGES_MARKDOWN_EXTENSIONS`` config to setup list of Markdown
  extensions to use with default HTML renderer.
* Fix a bug with non-ASCII filenames.
2013-04-01 16:52:47 +00:00
kleink
abdf543da6 Import Flask-FlatPages-0.3 as www/py-flask-flatpages.
Flask-FlatPages provides a collections of pages to your Flask
application. Pages are built from "flat" text files as opposed to
a relational database.
2013-01-08 18:55:54 +00:00