Skip to content

bezy1/TTH

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 

Repository files navigation

Introduction

TTH(Template To HTML) is a tool used for exporting an html file by taking a static html with an unstatic section which contains variables and the program arguments which will be replaced with varibles in their specific places.

Running HTE

hte -i <TEXT-FILE> -t <TEMPLATE>

Syntax of Text-file

#some-variable
content ...
....
some-variable#
....

Syntax of Template

#define 
var-name type attributes
....
define#
#static 
....
....
....
#dynamic 
var-name
....
dynamic#
...
static#

About

TTH(Template To HTML)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages