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.