Cog - The Cog Information Application Framework


Cog documentation Contained in the Cog distribution.

Index


Code Index:

NAME

Top

Cog - The Cog Information Application Framework

SYNOPSIS

Top

    > cd content/dir
    > cog init
    > cog make
    > cog start

STATUS

Top

This software is pre-alpha. Don't use it yet.

DESCRIPTION

Top

Cog lets you turn any directory on your computer into an interactive application, like a website or a wiki.

This module installs a command line utility called cog. This command can be used to create and update your application.

DOCUMENTATION

Top

See Cog::Manual for more information.

KUDOS

Top

Many thanks to the good people of Strategic Data in Melbourne Victoria Australia, for supporting me and this project. \o/

AUTHOR

Top

Ingy döt Net <ingy@cpan.org>

COPYRIGHT AND LICENSE

Top


Cog documentation Contained in the Cog distribution.

# TODO:
# - Review all code
package Cog;
use 5.008003;

our $VERSION = '0.07';