NOTICE: This package has been removed from pkgsrc

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

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


Branch: CURRENT, Version: 3.5.0nb1, Package name: pelican-3.5.0nb1, 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-sphinx] [textproc/py-jinja2] [lang/python27] [textproc/py-Unidecode] [devel/py-blinker] [wip/py-feedgenerator] [lang/py-six]

Master sites:

SHA1: 289ede08326f587b79dc53c58dad13633c6414aa
RMD160: 1d4c5849847bf97237363a1835479b44c0f70874
Filesize: 1043.509 KB

Version history: (Expand)


CVS history: (Expand)


   2015-06-18 21:27:32 by Nils | Files touched by this commit (4) | Package removed
Log message:
pelican has been renamed py-pelican
   2015-06-10 15:43:16 by Nils | Files touched by this commit (11) | Package updated
Log message:
updated maintainer's email address
   2015-04-14 13:56:20 by Thomas Klausner | Files touched by this commit (27)
Log message:
Cleanup after python-2.6 removal.
   2015-04-14 01:22:01 by othyro | Files touched by this commit (26)
Log message:
lang/python26 has been removed. Remove other python versions here too like
31 and 32 which are not supported any longer.
   2015-03-11 21:56:06 by Nils | Files touched by this commit (1)
Log message:
Corrected a build problem with py-sphinx-1.2.3nb1 because sphinx-build has
been replaced with sphinx-build${PYVERSSUFFIX} (therefore it depends on at
least this version).
   2014-11-15 19:12:02 by Nils | Files touched by this commit (4)
Log message:
Updated wip/pelican to 3.5.0. 
Pkgsrc changes :
- modified MASTER_SITES so the distfile is not just the version
number
- added 2 dependencies : py-dateutil and py-sphinx
- manpages and text docs are now included (generated by py-sphinx)

Pelican changes since 3.3.0 :

3.5.0 (2014-11-04)
==================

* Introduce "ARTICLE_ORDER_BY" and "PAGE_ORDER_BY" settings to
  control the order of articles and pages.

* Include time zone information in dates rendered in templates.

* Expose the reader name in the metadata for articles and pages.

* Add the ability to store static files along with content in the
  same directory as articles and pages using "{attach}" in the path.

* Prevent Pelican from raising an exception when there are duplicate
  pieces of metadata in a Markdown file.

* Introduce the "TYPOGRIFY_IGNORE_TAGS" setting to add HTML tags to
  be ignored by Typogrify.

* Add the ability to use "-" in date formats to strip leading zeros.
  For example, "%-d/%-m/%y" will now result in the date "9/8/12".

* Ensure feed generation is correctly disabled during quickstart
  configuration.

* Fix "PAGE_EXCLUDES" and "ARTICLE_EXCLUDES" from incorrectly
  matching sub-directories.

* Introduce "STATIC_EXCLUDE" setting to add static file excludes.

* Fix an issue when using "PAGINATION_PATTERNS" while
  "RELATIVE_URLS" is enabled.

* Fix feed generation causing links to use the wrong language for
  month names when using other locales.

* Fix an issue where the authors list in the simple template wasn't
  correctly formatted.

* Fix an issue when parsing non-string URLs from settings.

* Improve consistency of debug and warning messages.
   2014-06-01 14:49:35 by Thomas Klausner | Files touched by this commit (208)
Log message:
Remove FETCH_USING.
It is a user-defined variable and should NOT be set in Makefiles.
   2014-04-24 13:02:01 by Nils | Files touched by this commit (4) | Package updated
Log message:
Updated to pelican-3.3.0.
Highlits about this update :
- dropped python 3.2 support
- added python 3.3 support
- Cross-platform automation via Fabric
- Retain certain files in output
- Tumblr import