Skip to content

Commit

Permalink
Fix formatting and add future work [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
ajg committed Apr 26, 2014
1 parent 5fbd542 commit 67b1a5b
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,15 +76,15 @@ Reference
### Command-line
USAGE: synth [OPTIONS]
Options:
-h, --help print help message
-v, --version print library version
-c file, --context=file contextual data *.{ini,json,xml}
-e name, --engine=name template engine {django,ssi,tmpl}
-a, --autoescape[=bool] automatically escape values (default: 'true')
-d path, --directory=path template location(s) (default: '.')
-r text, --replacement=text replaces missing values (default: '')
USAGE: synth [OPTIONS]
Options:
-h, --help print help message
-v, --version print library version
-c file, --context=file contextual data *.{ini,json,xml}
-e name, --engine=name template engine {django,ssi,tmpl}
-a, --autoescape[=bool] automatically escape values (default: 'true')
-d path, --directory=path template location(s) (default: '.')
-r text, --replacement=text replaces missing values (default: '')
Installation
------------
Expand Down Expand Up @@ -459,6 +459,8 @@ Future Work
+ Consider using hex character entities (vs. named) to match Django's engine
* SSI:
+ Implement additional tags from [Jigsaw](http://www.w3.org/Jigsaw/Doc/User/SSI.html)
* TMPL:
+ Consider renaming `html`
* Other:
+ Create `ctpp` engine
+ [v1+] Create `jinja2` engine
Expand Down

0 comments on commit 67b1a5b

Please sign in to comment.