Categories
Preprocessor Suite
The Preprocessor Suite consists of two programs, mcat.pl and mflt.pl. 'mcat.pl' joins files together by reading a file that describes how you want your site constructed. Each line of that file tells mcat.pl how to join several files into a final file. On each line you simply list the files you want to concatenate, in order, followed by the name of the final preprocessed file. A Perl module of this script (File::MultiCat) is available at CPAN which lets you add the functionality of this script to your Perl programs with three lines of code.
'mflt.pl' performs filter and replace functions by reading '.mflt' files looking for special commands. It obeys those commands when it writes an '.html' file based on the '.mflt' file. This lets you include files, datestamp pages, and do various other functions. The mflt.pl script searches an entire directory tree for '.mflt' files.
Last updated 19 Jul, 2005
About
Leadership
- Michael B. Stevens - Maintainer
Requirements
- Perl 5 (Use Requirement)
Related Projects
Subprograms
mcat.pl, mflt.pl
Versions
1.3
1.3 stable released 2004-12-12
- Released: 12 Dec, 2004
- Code Maturity: Stable
- Source Archive: http://www.mbstevens.com/preprocessor/preproces...
- Licenses: GPLv2orlater
- Interfaces: Command Line
