<<

NAME

CTF - Main Module for running "Capture The Flag" competition

SYNOPSIS

    use CTF;
    CTF->load_from_io($configfilename);
    CTF->init_db_from_config();

ABSTRACT

Eases the pain of running a Capture the Flag contest.

DESCRIPTION

This module uses numerous others to automate assorted bits of running a CTF contest.

This module contains routines for the parsing of configuration data. Currently, the only supported config format is YAML.

These modules are still under heavy development, so be careful.

SEE ALSO

http://crew.ccs.neu.edu/wiki/CaptureTheFlag

AUTHOR

Marc Dougherty <[email protected]>

Ian Langworth <http://langworth.com>

COPYRIGHT AND LICENSE

Copyright 2004 by Marc Dougherty

This software is released under the terms of the GPL. A copy of the GPL can be obtained here: http://www.fsf.org/licenses/gpl.html

<<

Unless otherwise noted, all content is copyright Marc Dougherty and is subject to a Creative Commons license.