Webc -- A web compiler

Version 0.69

webc is a simple compiler which translates source files into HTML output. The source language looks strongly like HTML code with a bit of a deranged C preprocessor thrown in.

Note that there are other programs around which do some of what this package does as well as other things. One such is PHP. These other programs may suit your needs better than webc. On the other hand, this is a small program which can be quickly changed as needed, and more importantly, augmented with Perl code in a fairly simple fashion. It works for me.

Quick index:

You can obtain a full package from this at: webc-0.69.tar.gz. This file can be extracted on a Unix system with:
	tar xvfz webc-0.69.tar.gz
The only installation required is to set the top line of webc to the appropriate location of Perl on your system, and to put webc into an appropriate directory which shows up in your search path.

If you want just the webc perl program itself, you cag get that at webc.


[Introduction] [Overview] [Directives] [Variables] [Functions] [Invocation] [Suggestions] [Examples] [Perl API] [Next]
Source for this file can be found in webc.wc.



[scripts] [Send a comment]
PEAK



Last modified 16 Jun 2008
Dave Regan
http://mordred.armoredpenguin.com/~regan/