From 1dcce098c726b817418397d0ed4c297dca560656 Mon Sep 17 00:00:00 2001 From: chfw Date: Fri, 22 May 2020 23:15:19 +0100 Subject: [PATCH] :books: edit content in readme --- README.rst | 29 ++++++++++++++--------------- 1 file changed, 14 insertions(+), 15 deletions(-) diff --git a/README.rst b/README.rst index 0ca5a7bf..f8bb340d 100644 --- a/README.rst +++ b/README.rst @@ -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 `_ and `coala `_ project to keep documentation consistent across the documentations of individual libraries in the same @@ -68,14 +59,8 @@ And here is a list of other usages: #. `Django Mobans `_, templates for django, docker etc. #. `Math Sheets `_, generate custom math sheets in pdf - All use cases are documented `here `_ -Vision -================================================================================ - -Any template, any data in any location - Support ================================================================================ @@ -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 ================================================================================