Ena - Batch Document Processor
Note
It's still in pre-alpha, I will release it in the near future.
Introduction
Focusing on ease of use and sensible defaults, Ena is a static website generator built with extensibility in mind.
Note
ease of use, sensible, and extensibility are somewhat subjective terms, I used them with my own interpretation here.
Features
- Compiles documents written in reStructuredText into a directory of HTML documents
- Atom/RSS feeds
- Source syntax highlighting with help from Pygements
- Templates and theming support by Jinja2
Requirements
Installation
Install from PyPI
pip install ena
Install from source, download source package, decompress, then cd
into
source directory, run
make install
License
BSD New, see LICENSE for details.
Links
- Documentation:
- http://ena.readthedocs.org/
- Issue Tracker:
- https://bitbucket.org/pyx/ena/issues/
- Source Package on PyPI:
- https://pypi.python.org/pypi/ena/
- Mercurial Repository on bitbucket:
- https://bitbucket.org/pyx/ena/
- Git Repository on Github:
- https://github.com/pyx/ena/