pkgsrc-WIP-cvs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: wip/py-pelican



Module name:	wip
Committed by:	ahp-nils
Date:		Thu Jun 18 19:26:06 UTC 2015

Added Files:
	wip/py-pelican: DESCR Makefile PLIST distinfo

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

To generate a diff of this commit:
cvs -z3 rdiff -u -r0 -r1.1 wip/py-pelican/DESCR wip/py-pelican/Makefile \
    wip/py-pelican/PLIST wip/py-pelican/distinfo

To view a diff of this commit:
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/py-pelican/DESCR?r1=0&r2=1.1
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/py-pelican/Makefile?r1=0&r2=1.1
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/py-pelican/PLIST?r1=0&r2=1.1
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/py-pelican/distinfo?r1=0&r2=1.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

------------------------------------------------------------------------------
_______________________________________________
pkgsrc-wip-cvs mailing list
pkgsrc-wip-cvs%lists.sourceforge.net@localhost
https://lists.sourceforge.net/lists/listinfo/pkgsrc-wip-cvs


Home | Main Index | Thread Index | Old Index