NOTICE: This package has been removed from pkgsrc

./wip/py-pelican, Static site generator that supports Markdown and reST syntax

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 3.6.3, Package name: py27-pelican-3.6.3, Maintainer: nils

Pelican is a static site generator, written in Python.

- Write your weblog entries directly with your editor of choice (vim!)
in reStructuredText or Markdown
- Includes a simple CLI tool to (re)generate the weblog
- Easy to interface with DVCSes and web hooks
- Completely static output is easy to host anywhere


Required to run:
[textproc/py-docutils] [textproc/py-markdown] [shells/bash] [devel/py-setuptools] [time/py-dateutil] [time/py-pytz] [textproc/py-pygments] [textproc/py-jinja2] [lang/python27] [textproc/py-Unidecode] [devel/py-blinker] [wip/py-feedgenerator] [lang/py-six]

Required to build:
[textproc/py-sphinx]

Master sites:

SHA1: b68003068de4c009c3701a864bd7861a32f1b40f
RMD160: 4673682aa3ade6a0743c904ba13b9946f92ff086
Filesize: 1056.484 KB

Version history: (Expand)


CVS history: (Expand)


   2015-06-30 11:37:06 by Nils | Files touched by this commit (1)
Log message:
Removed files which are not present in the package
   2015-06-19 09:35:05 by Nils | Files touched by this commit (1) | Package updated
Log message:
forgot to update PLIST
   2015-06-18 21:26:06 by Nils | Files touched by this commit (4) | Package updated
Log message:
Import py27-pelican-3.6.0 as wip/py-pelican.

Pelican is a static site generator, written in Python.

- Write your weblog entries directly with your editor of choice (vim!)
	in reStructuredText or Markdown
- Includes a simple CLI tool to (re)generate the weblog
- Easy to interface with DVCSes and web hooks
- Completely static output is easy to host anywhere

This package is actually an update for wip/pelican but the name has been
changed to comply with pkgsrc policy on python packages.

pkgsrc changes :
- updated to upstream 3.6.0 ;
- updated dependencies ;
- better python interpreter path replacement ;
- py-sphinx is now just a build dependency.

Pelican changes : 
Disable caching by default in order to prevent potential confusion
Improve caching behavior, replacing pickle with cpickle
Allow Markdown or reST content in metadata fields other than summary
Support semicolon-separated author/tag lists
Improve flexibility of article sorting
Add --relative-urls argument
Support devserver listening on addresses other than localhost
Unify HTTP server handlers to pelican.server throughout
Handle intra-site links to draft posts
Move tag_cloud from core to plugin
Load default theme's external resources via HTTPS
Import drafts from WordPress XML
Improve support for Windows users
Enhance logging and test suite
Clean up and refactor codebase
New signals: all_generators_finalized and page_writer_finalized