fogus / cli2

The Wordpress-CLI2 theme

This URL has Read+Write access

cli2 /
name age message
file .gitignore Wed Jul 16 06:32:05 -0700 2008 some minor info change [Fogus]
file README Wed Jul 16 06:32:05 -0700 2008 some minor info change [Fogus]
directory bin/ Wed Jul 16 06:10:02 -0700 2008 Import of SVN repo. [Fogus]
file cli.conf.php Wed Sep 10 09:51:52 -0700 2008 Fix for WP 2.6 [Fogus]
file functions.php Wed Jul 16 06:10:02 -0700 2008 Import of SVN repo. [Fogus]
file header.php Wed Jul 16 06:10:02 -0700 2008 Import of SVN repo. [Fogus]
file index.php Wed Jul 16 06:10:02 -0700 2008 Import of SVN repo. [Fogus]
file interpret.php Wed Jul 16 06:10:02 -0700 2008 Import of SVN repo. [Fogus]
directory lib/ Wed Jul 16 06:10:02 -0700 2008 Import of SVN repo. [Fogus]
file screenshot.png Wed Jul 16 06:10:02 -0700 2008 Import of SVN repo. [Fogus]
file style.css Wed Jul 16 06:10:02 -0700 2008 Import of SVN repo. [Fogus]
directory usr/ Wed Jul 16 06:10:02 -0700 2008 Import of SVN repo. [Fogus]
directory var/ Wed Jul 16 06:10:02 -0700 2008 Import of SVN repo. [Fogus]
README
Hi, thanks for downloading CLI 2!

Some things to know:

- The "filesystem" depends on a recent version of PHP, I'm not sure which -- all I can say for sure is that PHP 4.3.11 
doesn't work but PHP 5.1 does.
- There is a control panel to manage the more obvious settings.
- You can add custom commands in the usr/bin directory; they will automatically be incorporated into the theme. 
*Remember* to use "e()" rather than "echo()" otherwise you will get invisible errors (the Firebug plugin for Firefox 
will help with debugging). Check out the "hello" command.
- You can disable a command by changing its filename to something not of the form "command-{commandname}.inc.php". Add a 
".disabled" to the end, for example.

Questions/comments/requests for Version 3 (which will _not_ be as soon coming as Version 2 was): email fogus -at- 
earthvssoup -dot- c o m.

Enjoy!