From 30c8825fa23636df8d051628679e40ec06d8bdc9 Mon Sep 17 00:00:00 2001 From: Thanos Lefteris Date: Tue, 25 Dec 2012 23:36:44 +0200 Subject: [PATCH 1/2] Docs update of the pelican core install depedencies --- docs/getting_started.rst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/getting_started.rst b/docs/getting_started.rst index 3e527611..1c9ea1a3 100644 --- a/docs/getting_started.rst +++ b/docs/getting_started.rst @@ -61,17 +61,20 @@ perform the same step to install the most recent version. Dependencies ------------ -At this time, Pelican is dependent on the following Python packages: +At this time, Pelican core is dependent on the following Python packages: * feedgenerator, to generate the Atom feeds * jinja2, for templating support +* pygments, for syntax highlighting * docutils, for supporting reStructuredText as an input format +* pytz, for timezone definitions +* blinker, an object-to-object and broadcast signaling system +* unidecode, for ASCII transliterations of Unicode text If you're not using Python 2.7, you will also need the ``argparse`` package. Optionally: -* pygments, for syntax highlighting * Markdown, for supporting Markdown as an input format * Typogrify, for typographical enhancements From a0b29d980f86985b0181b92cfc803bfdbc7c0a8e Mon Sep 17 00:00:00 2001 From: Thanos Lefteris Date: Tue, 25 Dec 2012 23:59:53 +0200 Subject: [PATCH 2/2] PyPI links for pelican depedencies --- docs/getting_started.rst | 24 +++++++++++++++--------- 1 file changed, 15 insertions(+), 9 deletions(-) diff --git a/docs/getting_started.rst b/docs/getting_started.rst index 1c9ea1a3..0952c7d9 100644 --- a/docs/getting_started.rst +++ b/docs/getting_started.rst @@ -63,20 +63,26 @@ Dependencies At this time, Pelican core is dependent on the following Python packages: -* feedgenerator, to generate the Atom feeds -* jinja2, for templating support -* pygments, for syntax highlighting -* docutils, for supporting reStructuredText as an input format -* pytz, for timezone definitions -* blinker, an object-to-object and broadcast signaling system -* unidecode, for ASCII transliterations of Unicode text +* `feedgenerator `_, to generate the + Atom feeds +* `jinja2 `_, for templating support +* `pygments `_, for syntax highlighting +* `docutils `_, for supporting + reStructuredText as an input format +* `pytz `_, for timezone definitions +* `blinker `_, an object-to-object and + broadcast signaling system +* `unidecode `_, for ASCII + transliterations of Unicode text If you're not using Python 2.7, you will also need the ``argparse`` package. Optionally: -* Markdown, for supporting Markdown as an input format -* Typogrify, for typographical enhancements +* `markdown `_, for supporting Markdown as + an input format +* `typogrify `_, for typographical + enhancements Kickstart a blog ================