2010-08-14 05:45:16 +02:00
|
|
|
Pelican
|
2012-08-06 07:40:10 -07:00
|
|
|
=======
|
2010-08-14 05:45:16 +02:00
|
|
|
|
2012-08-06 18:30:11 +02:00
|
|
|
.. image:: https://secure.travis-ci.org/getpelican/pelican.png?branch=master
|
|
|
|
|
:target: http://travis-ci.org/#!/getpelican/pelican
|
|
|
|
|
:alt: Travis-ci: continuous integration status.
|
2012-08-06 18:12:54 +02:00
|
|
|
|
2012-08-06 07:40:10 -07:00
|
|
|
Pelican is a static site generator, written in Python_.
|
2010-10-14 01:18:50 +01:00
|
|
|
|
2012-08-06 18:12:54 +02:00
|
|
|
* Write your weblog entries directly with your editor of choice (vim!)
|
2012-08-06 07:40:10 -07:00
|
|
|
in reStructuredText_ or Markdown_
|
2012-03-06 06:13:17 -08:00
|
|
|
* Includes a simple CLI tool to (re)generate the weblog
|
2010-08-17 22:59:59 +02:00
|
|
|
* Easy to interface with DVCSes and web hooks
|
2012-03-06 06:13:17 -08:00
|
|
|
* Completely static output is easy to host anywhere
|
2010-08-17 22:59:59 +02:00
|
|
|
|
2010-11-07 14:13:20 +00:00
|
|
|
Features
|
|
|
|
|
--------
|
|
|
|
|
|
|
|
|
|
Pelican currently supports:
|
|
|
|
|
|
2012-03-06 06:13:17 -08:00
|
|
|
* Blog articles and pages
|
|
|
|
|
* Comments, via an external service (Disqus). (Please note that while
|
|
|
|
|
useful, Disqus is an external service, and thus the comment data will be
|
|
|
|
|
somewhat outside of your control and potentially subject to data loss.)
|
2012-08-06 07:40:10 -07:00
|
|
|
* Theming support (themes are created using Jinja2_ templates)
|
2012-03-06 06:13:17 -08:00
|
|
|
* PDF generation of the articles/pages (optional)
|
|
|
|
|
* Publication of articles in multiple languages
|
|
|
|
|
* Atom/RSS feeds
|
|
|
|
|
* Code syntax highlighting
|
2012-08-06 07:40:10 -07:00
|
|
|
* Compilation of `LESS CSS`_ (optional)
|
2012-03-06 06:13:17 -08:00
|
|
|
* Import from WordPress, Dotclear, or RSS feeds
|
|
|
|
|
* Integration with external tools: Twitter, Google Analytics, etc. (optional)
|
|
|
|
|
|
2012-08-06 07:40:10 -07:00
|
|
|
Have a look at the `Pelican documentation`_ for more information.
|
2012-03-06 06:13:17 -08:00
|
|
|
|
|
|
|
|
Why the name "Pelican"?
|
2012-08-06 07:40:10 -07:00
|
|
|
-----------------------
|
2010-08-14 05:45:16 +02:00
|
|
|
|
2012-08-04 11:15:44 -07:00
|
|
|
"Pelican" is an anagram for *calepin*, which means "notebook" in French. ;)
|
2010-08-17 22:59:59 +02:00
|
|
|
|
2010-10-30 16:47:35 +01:00
|
|
|
Source code
|
|
|
|
|
-----------
|
|
|
|
|
|
2012-08-04 11:15:44 -07:00
|
|
|
You can access the source code at: https://github.com/getpelican/pelican
|
2010-10-30 16:47:35 +01:00
|
|
|
|
2012-08-06 07:40:10 -07:00
|
|
|
If you feel hackish, have a look at the explanation of `Pelican's internals`_.
|
2010-12-02 03:22:24 +00:00
|
|
|
|
2011-06-13 18:42:31 +02:00
|
|
|
Feedback / Contact us
|
2012-03-06 08:12:15 -08:00
|
|
|
---------------------
|
2010-08-14 05:45:16 +02:00
|
|
|
|
2012-08-06 20:09:36 +02:00
|
|
|
If you want to see new features in Pelican, don't hesitate to offer
|
|
|
|
|
suggestions, clone the repository, etc. There are many ways to contribute_.
|
|
|
|
|
That's open source, dude!
|
2010-10-29 02:50:27 +01:00
|
|
|
|
2012-08-04 11:15:44 -07:00
|
|
|
Send a message to "alexis at notmyidea dot org" with any requests/feedback! You
|
2012-08-06 07:40:10 -07:00
|
|
|
can also join the team at `#pelican on Freenode`_ (or if you don't have an IRC
|
|
|
|
|
client handy, use the webchat_ for quick feedback.
|
|
|
|
|
|
|
|
|
|
.. Links
|
|
|
|
|
|
|
|
|
|
.. _Python: http://www.python.org/
|
|
|
|
|
.. _reStructuredText: http://docutils.sourceforge.net/rst.html
|
|
|
|
|
.. _Markdown: http://daringfireball.net/projects/markdown/
|
|
|
|
|
.. _Jinja2: http://jinja.pocoo.org/
|
|
|
|
|
.. _`LESS CSS`: http://lesscss.org/
|
|
|
|
|
.. _`Pelican documentation`: http://docs.getpelican.com/latest/
|
|
|
|
|
.. _`Pelican's internals`: http://docs.getpelican.com/en/latest/internals.html
|
|
|
|
|
.. _`#pelican on Freenode`: irc://irc.freenode.net/pelican
|
|
|
|
|
.. _webchat: http://webchat.freenode.net/?channels=pelican&uio=d4
|
2012-08-06 20:09:36 +02:00
|
|
|
.. _contribute: http://docs.getpelican.com/en/latest/contribute.html
|