yamlpp is a very simple HTML preprocessor inspired by Nicolas Thiery's htmlpp (see htmlpp.sourceforge.net). yamlpp is Copyright (C) 2001 Jean-Christophe FILLIÂTRE and freely distributed under GPL. INSTALLATION ============ ./configure make make install Default installation is in /usr/bin. You can specify an alternate directory with ./configure --bindir dir USAGE ===== usage: yamlpp [-l lang] [-o file] files Languages: <#fr> ... #fr> <#en> ... #en> <#it> ... #it> Macro definition: <#def m> ... #def> Macro use: <#m> Macro test: <#ifdef m> ... #ifdef> Predefined macros: <#language> <#date> <#yamlpp> EXAMPLE ======= Your input file index.prehtml is the following ===index.prehtml====================================================== <#def navig> <#fr>English#fr> <#en>Français#en> #def> <#def GNU>GNU#def>