[Japi-cvs] SF.net SVN: japi: [334] libs/argparser/trunk/src/doc/start.xhtml
Status: Beta
Brought to you by:
christianhujer
From: <chr...@us...> - 2007-05-12 15:07:53
|
Revision: 334 http://svn.sourceforge.net/japi/?rev=334&view=rev Author: christianhujer Date: 2007-05-12 08:07:52 -0700 (Sat, 12 May 2007) Log Message: ----------- Added argparser documentation. Added Paths: ----------- libs/argparser/trunk/src/doc/start.xhtml Added: libs/argparser/trunk/src/doc/start.xhtml =================================================================== --- libs/argparser/trunk/src/doc/start.xhtml (rev 0) +++ libs/argparser/trunk/src/doc/start.xhtml 2007-05-12 15:07:52 UTC (rev 334) @@ -0,0 +1,29 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- $Id: start.xhtml,v 1.12 2006/03/29 22:20:33 christianhujer Exp $ --> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> +<html> + <head> + <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=utf-8" /> + <meta name="Date" content="$Date: 2006-11-26 16:38:11 +0100 (So, 26 Nov 2006) $" /> + <title></title> + </head> + <body> + <h1>JAPI Libs Argparser</h1> + <p> + <em>JAPI Libs Argparser</em> is a library for parsing command line arguments. + It supports the following features: + </p> + <ul> + <li>Easy-to-write Session-Bean-like code</li> + <li><abbr>i18n</abbr> / <abbr>l10n</abbr></li> + <li>Short (e.g. <code>-h</code>) and long (e.g. <code>--help</code>) options </li> + <li>Automatic built-in help</li> + <li>Mandatory and optional options / switches</li> + </ul> + <h2>Target Audience</h2> + <ul> + <li>Direct Audience: Developers: Makes command line argument parsing easy</li> + <li>Indirect Audience: Users: Makes command line argument parsing consistent between programs</li> + </ul> + </body> +</html> \ No newline at end of file Property changes on: libs/argparser/trunk/src/doc/start.xhtml ___________________________________________________________________ Name: svn:mime-type + text/html Name: svn:eol-style + LF This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |