From cf71ed75a44d48a7dbed3b1e412cc8d0f3ef44e7 Mon Sep 17 00:00:00 2001 From: Alexis Metaireau Date: Fri, 27 Jul 2012 00:27:08 +0200 Subject: [PATCH] the repositories are now hosted under 'getpelican' --- docs/conf.py | 2 +- docs/faq.rst | 4 ++-- docs/fr/index.rst | 2 +- docs/fr/installation.rst | 2 +- docs/fr/themes.rst | 2 +- docs/getting_started.rst | 2 +- docs/index.rst | 2 +- docs/settings.rst | 4 ++-- docs/themes.rst | 2 +- 9 files changed, 11 insertions(+), 11 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index ac2d67ee..2a11fe3e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -24,7 +24,7 @@ html_theme = 'pelican' html_theme_options = { 'nosidebar': True, 'index_logo': 'pelican.png', - 'github_fork': 'ametaireau/pelican', + 'github_fork': 'getpelican/pelican', } html_static_path = ['_static'] diff --git a/docs/faq.rst b/docs/faq.rst index 2d4536a1..35f39b75 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -30,10 +30,10 @@ How can I help? There are several ways to help out. First, you can use Pelican and report any suggestions or problems you might have on `the bugtracker -`_. +`_. If you want to contribute, please fork `the git repository -`_, make your changes, and issue +`_, make your changes, and issue a pull request. I'll review your changes as soon as possible. You can also contribute by creating themes and improving the documentation. diff --git a/docs/fr/index.rst b/docs/fr/index.rst index 9fd0c0f0..2deb5050 100644 --- a/docs/fr/index.rst +++ b/docs/fr/index.rst @@ -30,7 +30,7 @@ Code source =========== Vous pouvez accéder au code source via git à l'adresse -http://github.com/ametaireau/pelican/ +http://github.com/getpelican/pelican/ Feedback ! ========== diff --git a/docs/fr/installation.rst b/docs/fr/installation.rst index e853979d..da327725 100644 --- a/docs/fr/installation.rst +++ b/docs/fr/installation.rst @@ -24,7 +24,7 @@ Pour installer Pelican en reprenant le code via Github, nous aurons besoin du pa git-core pour récupérez les sources de Pelican. Puis nous procédons à l’installation :: # apt-get install git-core - $ git clone https://github.com/ametaireau/pelican.git + $ git clone https://github.com/getpelican/pelican.git $ cd pelican # python setup.py install diff --git a/docs/fr/themes.rst b/docs/fr/themes.rst index c6f45300..20d9d41f 100644 --- a/docs/fr/themes.rst +++ b/docs/fr/themes.rst @@ -10,7 +10,7 @@ Pelican utlise le très bon moteur de template `jinja2 ` pour produire de l'HTML. La syntaxe de jinja2 est vraiment très simple. Si vous voulez créer votre propre thème, soyez libre de prendre inspiration sur le theme "simple" qui est disponible `ici -`_ +`_ Structure ========= diff --git a/docs/getting_started.rst b/docs/getting_started.rst index 4d9af804..3733812b 100644 --- a/docs/getting_started.rst +++ b/docs/getting_started.rst @@ -33,7 +33,7 @@ method:: If you have Git installed and prefer to install the latest bleeding-edge version of Pelican rather than a stable release, use the following command:: - $ pip install -e git://github.com/ametaireau/pelican#egg=pelican + $ pip install -e git://github.com/getpelican/pelican#egg=pelican If you plan on using Markdown as a markup format, you'll need to install the Markdown library as well:: diff --git a/docs/index.rst b/docs/index.rst index 32045019..04266643 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -35,7 +35,7 @@ Heh, you didn't notice? "Pelican" is an anagram for « Calepin » ;) Source code =========== -You can access the source code via git at http://github.com/ametaireau/pelican/ +You can access the source code via git at http://github.com/getpelican/pelican/ Feedback / Contact us ===================== diff --git a/docs/settings.rst b/docs/settings.rst index 380ef32d..2d45d463 100644 --- a/docs/settings.rst +++ b/docs/settings.rst @@ -8,7 +8,7 @@ the command line:: Settings are configured in the form of a Python module (a file). You can see an example by looking at `/samples/pelican.conf.py -`_ +`_ All the setting identifiers must be set in all-caps, otherwise they will not be processed. @@ -401,7 +401,7 @@ manner. (Be sure to specify the full absolute path to it.) Here is :doc:`a guide on how to create your theme ` -You can find a list of themes at http://github.com/ametaireau/pelican-themes. +You can find a list of themes at http://github.com/getpelican/pelican-themes. Pelican comes with :doc:`pelican-themes`, a small script for managing themes. diff --git a/docs/themes.rst b/docs/themes.rst index bd5d9525..25cdd682 100644 --- a/docs/themes.rst +++ b/docs/themes.rst @@ -6,7 +6,7 @@ How to create themes for Pelican Pelican uses the great `Jinja2 `_ templating engine to generate its HTML output. Jinja2 syntax is really simple. If you want to create your own theme, feel free to take inspiration from the `"simple" theme -`_. +`_. Structure =========