| Cog documentation | Contained in the Cog distribution. |
Cog - The Cog Information Application Framework
> cd content/dir
> cog init
> cog make
> cog start
This software is pre-alpha. Don't use it yet.
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.
See Cog::Manual for more information.
Many thanks to the good people of Strategic Data in Melbourne Victoria Australia, for supporting me and this project. \o/
Ingy döt Net <ingy@cpan.org>
Copyright (c) 2010, 2011. Ingy döt Net.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
See http://www.perl.com/perl/misc/Artistic.html
| Cog documentation | Contained in the Cog distribution. |
# TODO: # - Review all code package Cog; use 5.008003; our $VERSION = '0.07';