From 8b7f6f56f9c225b02af3227459f4efd8447caac7 Mon Sep 17 00:00:00 2001 From: Marien Fressinaud Date: Tue, 10 Feb 2015 18:18:01 +0100 Subject: [PATCH] pandoc.py becomes pelidoc.py (official name) --- README.md | 4 ++-- __init__.py | 2 +- pandoc.py => pelidoc.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) rename pandoc.py => pelidoc.py (99%) diff --git a/README.md b/README.md index 38f0984..0241da9 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Pandoc Generator +# Pandoc Generator (Pelidoc) A Pelican plugin to use Pandoc software. @@ -22,7 +22,7 @@ Then, put the plugin directory in your plugin directory. For instance, create a ```python PLUGIN_PATHS = ['plugins'] -PLUGINS = ['pandoc'] +PLUGINS = ['Pelidoc'] ``` Obviously, you'll have to adapt instructions if you already have installed some plugins. diff --git a/__init__.py b/__init__.py index 67aef4a..48dc52a 100644 --- a/__init__.py +++ b/__init__.py @@ -1 +1 @@ -from .pandoc import register +from .pelidoc import register diff --git a/pandoc.py b/pelidoc.py similarity index 99% rename from pandoc.py rename to pelidoc.py index 9ea7192..dd56240 100644 --- a/pandoc.py +++ b/pelidoc.py @@ -146,7 +146,7 @@ class PandocGenerator(Generator): If PANDOC_EXPORT_PAGES is False, pages are not generated. We don't use the writer passed as argument since we write our own - files (© PDF plugin :)). + files ((c) PDF plugin :)). """ contents_to_export = []