DOCUMENTATION

README.html
Instructions for using and installing CGIBurn, aWeb-based CD burning package.
CONFIG.html
Instructions for configuring CGIBurn, a Web-based CDburning package.
TEMPLATES.html
A description of the template files used byCGIBurn.
HACKING.html
Guide for people who want to modify, improve, orextend the functionality of CGIBurn.
COPYING.html
GNU GENERAL PUBLIC LICENSE Version 2, June 1991
NEWS.html
What's changed in recent releases of CGIBurn.
TODO.html
Bugs to be fixed and enhancements to be added toCGIBurn.

TOOLS

tools-smartinstall.html
CGIBurn Installer
tools-allrcs.html
Execute a command on all RCS files beneath current directory.
tools-checkconf.html
Check and optionally install a CGIBurn configuration file.
tools-checkmap.html
Display what driver would be used to copy between twodevices.
tools-fixallperl.html
Fix the -I line on all Perl scripts in directories.
tools-fixhipri.html
Fix the hipri script
tools-fixperl.html
Fix the -I line of a Perl script
tools-tarit.html
Create a tarball of CGIBurn for release or backup.
tools-testps.html
Try out various PS modules on your system, and find one thatworks, optionally installing it.

CGI SCRIPTS

cgibin-burn.html
CGI script that initiates the burning process.
cgibin-ilikebuttons.html
Simple form handler that allows buttons to act likeregular links.
cgibin-index.html
Generate an index page with choices for source and destinationdevices.
cgibin-jobcontrol.html
Control CGIBurn jobs.
cgibin-viewjobs.html
Display a list of all CGIBurn jobs on the system.
cgibin-watchlog.html
View the log of a CGIBurn job.

LIBRARIES

CGIBurn/BurnLog.html
A collection of functions for CGIBurn driver programsto make activity logging simple and consistent.
CGIBurn/CGITools.html
A few tools for CGIBurn's CGI scripts to use.
CGIBurn/Conf.html
Import information about the current configuration intothe calling Perl program.
CGIBurn/ConfParse.html
Parse a CGIBurn configuration file.
CGIBurn/ConfVars.html
Export the unset configuration variables into thecalling program or module.
CGIBurn/FastTemplate.html
Perl extension for managing templates, and performing variable interpolation.
CGIBurn/Job.html
Create and manipulate CGIBurn jobs.
CGIBurn/Lock.html
A module to manage device locks.
CGIBurn/PS.html
OS-independent module to get process status information.
CGIBurn/PS/Linux.html
A PS driver for Linux.
CGIBurn/PS/None.html
A nonworking, placeholder PS driver.
CGIBurn/PS/TEMPLATE.html
A sample PS driver.

DRIVER MODULES

CGIBurn/Driver.html
Front-end to all available the CD burning drivers
CGIBurn/Driver/Options/cdrecord.html
Canned options processing forcdrecord.
CGIBurn/Driver/TEMPLATE.html
Example driver module.
CGIBurn/Driver/cd_copy.html
Copy from one CD to another.
CGIBurn/Driver/cd_cp.html
Copy from any device which has aMountLocation or AutoMountLocation to a directory.
CGIBurn/Driver/cd_dd.html
Use a raw device-to-device copy to copy froma CD to a raw partition, or between raw partitions.
CGIBurn/Driver/cd_dir2block.html
Copy from a directory containingsubdirectories and files to a raw block device, creating an iso9660
CGIBurn/Driver/cd_dir2cd.html
Copy a directory containingsubdirectories and files onto a CD.

DRIVER PROGRAMS

bin-cd_copy.html
Copy from one CD to another.
bin-cd_cp.html
Copy from a mountable filesystem to a directory.
bin-cd_dd.html
Copy from one raw device to another.
bin-cd_dir2block.html
Copy the subdirectories and files from the givendirectory to an iso9660 filesystem on the destination device.
bin-cd_dir2cd.html
Burn the subdirectories and files from the given directoryto the CDR or CDRW in the destination device.

HELPER PROGRAMS

bin-hipri.html
Run CGIBurn processes with high priority.
bin-logprogress.html
Monitor the progress of a job's driver program, updatingthe status web page for that job.
bin-setprogress.html
Update the status page for a job, based on command-lineparameters.