Home

News

International

Screen Shots

Documentation

Download

Build

License

Credits

Contact

SourceForge Project

Tintware Documentation : Tint Documentation Tools : tml : Building An Example

Copy the text of the page An Example Source to a file called example.tml. Run pdbimport on example.tml to generate example.pdb.

pdbimport example.pdb example.tml

Now, use example.pdb to generate an info file. For an info file, specify the pdb file, which page to start generating from and the name of the info file.

pdb2info example.pdb "An Example" example

For html, specify the pdb file, which page to start generating from and the name of the directory where the html files should be generated.

mkdir html
pdb2html example.pdb "An Example" html

To access the info file, add it to the dir file in your info directory. Evaluating #(state.info-directory) will tell you where the dir file is located. To access the html files, open html\index.html in your browser.