No Latte Tools
There are two main tools that you might like to use:
nolatte-html
and
nolatte-paragraph-inserter
. (There is a
nolatte-php
executable, but no promises are
made for it.)
Installation
To install, download the latest version of the install from the SourceForge downloads page. Unpack the tarball, and follow the instructions there.
Note that you will need to install HTML Tidy in order to get the
full nolatte-html
to work properly.
Generating HTML
Generate HTML with this command:
% nolatte-html [-lpt] phile.latte > phile.html
The tool (currently) sends the output to standard output, so it is necessary to redirect the output into a file explicitly. Using a flag is optional, and only the last one has effect:
-l
generates just the raw HTML straight from the No Latte interpreter.-p
inserts paragraph tags into the raw HTML from the No Latte interpreter.-t
tidies the result of inserting paragraph tags into the raw HTML from the No Latte interpreter. This is the default.
© 2007. Developer and
website author: Jeremy D.
Frens
This website is licensed under a Creative
Commons Attribution-Noncommercial-Share Alike 3.0
License