Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
erhard committed May 25, 2014
1 parent 12fc84d commit 1f6bd52
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,40 +14,40 @@ Run mix with a erb template. Viola the output is (depending on the template)
ready to be formatted in latex of whatever.


Install
-------
gem install mixItRuby
Install
-------
gem install mixItRuby

run (form commandline)
-----------------------
mixit -i inputfile < -t templateDir -o outputfile >
-----------------------
mixit -i inputfile < -t templateDir -o outputfile >


run withing a programm
----------------------
run withing a programm
----------------------


current project status
----------------------
Work in progress just started
current project status
----------------------
Work in progress just started


You want to contributes ?
==========================
Contact [email protected]
You want to contributes ?
==========================
Contact [email protected]




Structure of the data
=====================
Structure of the data
=====================

json Format recursive, selfcontained.
json Format recursive, selfcontained.

recursive : substructures possible (nodes)
selfcontained : The name of the erb (id, for DB or File or whatever) is within the data
selfcontained : The name of the erb (id, for DB or File or whatever) is within the data

Here an example:
Here an example:

{"id":"adress.erb","name":"Bond","prename":"James",
"items":
Expand Down

0 comments on commit 1f6bd52

Please sign in to comment.