mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Minor doc fixes
This commit is contained in:
parent
68cf8d5c3d
commit
3bf377fd5f
2 changed files with 6 additions and 6 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
Release history
|
Release history
|
||||||
###############
|
###############
|
||||||
|
|
||||||
3.0.0 (2012-08-08)
|
3.0 (2012-08-08)
|
||||||
==================
|
==================
|
||||||
|
|
||||||
* Refactored the way URLs are handled
|
* Refactored the way URLs are handled
|
||||||
|
|
@ -19,7 +19,7 @@ Release history
|
||||||
* Added support for ``abbr`` in reST
|
* Added support for ``abbr`` in reST
|
||||||
* Fixed a bunch of bugs :-)
|
* Fixed a bunch of bugs :-)
|
||||||
|
|
||||||
2.8.0 (2012-02-28)
|
2.8 (2012-02-28)
|
||||||
==================
|
==================
|
||||||
|
|
||||||
* Dotclear importer
|
* Dotclear importer
|
||||||
|
|
@ -39,7 +39,7 @@ Release history
|
||||||
* Support having different timezones per language
|
* Support having different timezones per language
|
||||||
* Enhanced the documentation
|
* Enhanced the documentation
|
||||||
|
|
||||||
2.7.0 (2011-06-11)
|
2.7 (2011-06-11)
|
||||||
==================
|
==================
|
||||||
|
|
||||||
* Use ``logging`` rather than echoing to stdout
|
* Use ``logging`` rather than echoing to stdout
|
||||||
|
|
@ -49,7 +49,7 @@ Release history
|
||||||
* Packaged for Debian
|
* Packaged for Debian
|
||||||
* Added draft support
|
* Added draft support
|
||||||
|
|
||||||
2.6.0 (2011-03-08)
|
2.6 (2011-03-08)
|
||||||
==================
|
==================
|
||||||
|
|
||||||
* Changes in the output directory structure
|
* Changes in the output directory structure
|
||||||
|
|
@ -67,7 +67,7 @@ Release history
|
||||||
* Pagination support
|
* Pagination support
|
||||||
* Added Skribit support
|
* Added Skribit support
|
||||||
|
|
||||||
2.5.0 (2010-11-20)
|
2.5 (2010-11-20)
|
||||||
==================
|
==================
|
||||||
|
|
||||||
* Import from Wordpress
|
* Import from Wordpress
|
||||||
|
|
|
||||||
|
|
@ -123,7 +123,7 @@ The above command will simultaneously run Pelican in regeneration mode as well
|
||||||
as serve the output at http://localhost:8000. Once you are done testing your
|
as serve the output at http://localhost:8000. Once you are done testing your
|
||||||
changes, you should stop the development server via::
|
changes, you should stop the development server via::
|
||||||
|
|
||||||
$ ./develop_server stop
|
$ ./develop_server.sh stop
|
||||||
|
|
||||||
When you're ready to publish your site, you can upload it via the method(s) you
|
When you're ready to publish your site, you can upload it via the method(s) you
|
||||||
chose during the ``pelican-quickstart`` questionnaire. For this example, we'll
|
chose during the ``pelican-quickstart`` questionnaire. For this example, we'll
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue