dati

A Go library/binary to parse & execute data against template langauges.
git clone git://src.gearsix.net/datidati.zip
Log | Files | Refs | Atom | README | LICENSE

README (raw) (503B)


   1 I collected all the log transcripts from Star Trek TOS :)
   2 
   3 To run this example you'll need to explicity set the root template to use (see
   4 templates/ files). The root templates produce their different file formats
   5 denoted by the filename (e.g. html.tmpl produces a html file).
   6 
   7 An example of how you can run one of these examples:
   8 
   9 	dati -cfg dati.cfg -r templates/html.tmpl > out.html
  10 
  11 Then open out.html to see the results.
  12 
  13 See the resulting html file hosted here: gearsix.net/star-trek-logs/tos.html