Add some reST markup to changelog, tweak language

This commit is contained in:
Dirkjan Ochtman 2012-07-18 18:51:15 +02:00
commit 3277a219fd

View file

@ -4,94 +4,94 @@ Release history
3.0 - XX/XX/XXXX 3.0 - XX/XX/XXXX
================ ================
* Refactored the way URL are handled. * Refactored the way URLs are handled
* Improved the english documentation * Improved the English documentation
* Fixed packaging using setuptools entrypoints * Fixed packaging using ``setuptools`` entrypoints
* Added typogrify support * Added ``typogrify`` support
* Added a way to disable feed generation * Added a way to disable feed generation
* Added support for DIRECT_TEMPLATES * Added support for ``DIRECT_TEMPLATES``
* Allow multiple extensions for content files * Allow multiple extensions for content files
* Added less support * Added less support
* Improved the import script * Improved the import script
* Fixed a bunch of bugs :-) * Fixed a bunch of bugs :-)
* Added functional tests * Added functional tests
* Rsync support in the generated Makefile * Rsync support in the generated Makefile
* Improved feed support (easily pluggable with feedburner for instance) * Improved feed support (easily pluggable with Feedburner for instance)
* Added support for abbr in reST * Added support for ``abbr`` in reST
2.8 2.8
=== ===
* dotclear importer * Dotclear importer
* Allow the usage of markdown extensions * Allow the usage of Markdown extensions
* Themes are now easily extensible * Themes are now easily extensible
* Don't output pagination information if there is only one page. * Don't output pagination information if there is only one page
* Add a page per author, with all their articles * Add a page per author, with all their articles
* Improved the test suite * Improved the test suite
* Made the themes more easy to extend * Made the themes easier to extend
* Removed Skribit support * Removed Skribit support
* Added a "pelican-quickstart" script * Added a ``pelican-quickstart`` script
* Fixed timezone-related issues * Fixed timezone-related issues
* Add some scripts for windows support * Added some scripts for Windows support
* Date can be specified in seconds * Date can be specified in seconds
* Never fail when generating posts (skip and continue) * Never fail when generating posts (skip and continue)
* Allow the use of future dates * Allow the use of future dates
* Support having different timezones per languages. * Support having different timezones per language
* Enhanced the documentation * Enhanced the documentation
2.7 2.7
=== ===
* Uses logging rather than echoing to stdout * Use ``logging`` rather than echoing to stdout
* Support custom jinja filters * Support custom Jinja filters
* Compatibility with python 2.5 * Compatibility with Python 2.5
* Add a theme manager * Added a theme manager
* Packaged for debian * Packaged for Debian
* Add draft support * Added draft support
2.6 2.6
=== ===
* changes in the output directory structure * Changes in the output directory structure
* makes templates easier to work with / create * Makes templates easier to work with / create
* Add RSS support (was only atom previously) * Added RSS support (was Atom-only)
* Add tag support for the feeds * Added tag support for the feeds
* Enhance the documentation * Enhance the documentation
* Add another theme (brownstone) * Added another theme (brownstone)
* Add translations * Added translations
* Add a way to use "cleaner urls" with a rewrite url module (or equivalent) * Added a way to use cleaner URLs with a rewrite url module (or equivalent)
* Add a tag cloud * Added a tag cloud
* Add an autoreloading feature: the blog is automatically regenerated each time a modification is detected * Added an autoreloading feature: the blog is automatically regenerated each time a modification is detected
* Translate the documentation in french * Translate the documentation into French
* import a blog from an rss feed * Import a blog from an RSS feed
* Pagination support * Pagination support
* Add skribit support * Added Skribit support
2.5 2.5
=== ===
* import from wordpress * Import from Wordpress
* add some new themes (martyalchin / wide-notmyidea) * Added some new themes (martyalchin / wide-notmyidea)
* first bug report ! * First bug report!
* linkedin support * Linkedin support
* added a FAQ * Added a FAQ
* google analytics support * Google Analytics support
* twitter support * Twitter support
* use relative urls not static ones * Use relative URLs, not static ones
2.4 2.4
=== ===
* minor themes changes * Minor themes changes
* add disqus support (so we have comments) * Add Disqus support (so we have comments)
* another code refactoring * Another code refactoring
* add config settings about pages * Added config settings about pages
* blog entries can also be generated in pdf * Blog entries can also be generated in PDF
2.3 2.3
=== ===
* markdown support * Markdown support
2.2 2.2
=== ===
@ -102,7 +102,7 @@ Release history
2.1 2.1
=== ===
* Put the notmyidea theme by default * Make notmyidea the default theme
2.0 2.0
=== ===
@ -113,12 +113,12 @@ Release history
1.2 1.2
=== ===
* Add a debug option * Added a debug option
* Add feeds per category * Added per-category feeds
* Use filsystem to get dates if no metadata provided * Use filesystem to get dates if no metadata is provided
* Add pygment support * Add Pygments support
1.1 1.1
=== ===
* first working version * First working version