Author: Tobias Schlitt Date: 2006-01-17 11:49:03 +0100 (Tue, 17 Jan 2006) New Revision: 1938
Log: - Added Archiver application (done). Modified: docs/applications.txt Modified: docs/applications.txt =================================================================== --- docs/applications.txt 2006-01-17 10:43:47 UTC (rev 1937) +++ docs/applications.txt 2006-01-17 10:49:03 UTC (rev 1938) @@ -6,6 +6,46 @@ quickly setup working applications using only the components and builtin PHP functionality. +Archiver +======== + +This application is capable of creating / listing / extracting differnet +archive formats. + +SYNOPSIS +-------- + + :: + +archiver [-h] [-l] [-e] [-c] [-d <string>] [-i <string>] [-a] [[--] <args>] + +Options +------- + +-h/--help Get help information. +-l/--list List contents of an archive. +-e/--extract Extract all files from an archive. +-c/--create Create a new archive from a directory. +-d/--directory Directory to perform option on (default is <./>). +-i/--ignore Ignore pathes matching a PCRE from any action (multiple + possible). +-a/--all-info No help available. + +Components +---------- + +1. ConsoleTools::ezcConsoleInput for managing options and arguments. +2. ConsoleTools::ezcConsoleTable for generating tables. +3. ConsoleTools::ezcConsoleOutput for printing colors. +4. ConsoleArchive::* for accessing the archives. + +Status +------ + +- First version implementd (TS). + + + Lister ====== -- svn-components mailing list [email protected] http://lists.ez.no/mailman/listinfo/svn-components
