-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
18 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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": | ||
|