mkXhtml h1; mkXhtml - XHTML generation from text p; I wrote a wiki-like system to generate {acronym title="eXtensible HyperText Markup Language";XHTML} pages for my site from text files that are easier to edit. This program consists of four parts: ul; [mkxhtml.pm] - the Perl module that contains the actual translation code; [xhtml] - a Perl CGI script that uses mkxhtml.pm to display pages; [def-head] - header and footer for each page; [dir] - index page for directories (which is overriding apache's default); ; I also have some examples ul; [self;this page]; [ipv6;IPv6] ([/info/ipv6;output]); [menu] - the menu file referenced in the header; [wiki] - a simple CGI script to edit mkXhtml files in a wiki-like system; [stat] - a CGI script that uses mkXhtml to format the display of some information;