Skip to content

Commit

Permalink
📚 edit content in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
chfw committed May 22, 2020
1 parent 62dc45d commit 1dcce09
Showing 1 changed file with 14 additions and 15 deletions.
29 changes: 14 additions & 15 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,6 @@ versions lower than 0.7.0 if you are still using python 2.
Introduction
================================================================================

**moban** started with bringing the high performance template engine (JINJA2) for web
into static text generation.

**moban** can use other python template engine: mako, handlebars, velocity,
haml, slim and tornado, can read other data format: json and yaml, and can access both
template file and configuration file in
any location: zip, git, pypi package, s3, etc.


**moban** enabled **continuous templating** in `pyexcel <https://github.com/pyexcel/pyexcel>`_ and
`coala <https://github.com//coala/coala>`_ project to keep
documentation consistent across the documentations of individual libraries in the same
Expand All @@ -68,14 +59,8 @@ And here is a list of other usages:
#. `Django Mobans <https://github.com/django-mobans>`_, templates for django, docker etc.
#. `Math Sheets <https://github.com/chfw/math-sheets>`_, generate custom math sheets in pdf


All use cases are documented `here <http://moban.readthedocs.org/en/latest/#tutorial>`_

Vision
================================================================================

Any template, any data in any location

Support
================================================================================

Expand All @@ -87,6 +72,20 @@ the project and develop it further.
With your financial support, I will be able to invest
a little bit more time in coding, documentation and writing interesting extensions.

Vision
================================================================================

Any template, any data in any location

**moban** started with bringing the high performance template engine (JINJA2) for web
into static text generation.

**moban** can use other python template engine: mako, handlebars, velocity,
haml, slim and tornado, can read other data format: json and yaml, and can access both
template file and configuration file in
any location: zip, git, pypi package, s3, etc.


Credit
================================================================================

Expand Down

0 comments on commit 1dcce09

Please sign in to comment.