From: Kevin A. <ka...@us...> - 2004-11-10 19:22:33
|
Update of /cvsroot/pythoncard/PythonCard/docs/html In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4232/docs/html Modified Files: moreapplications.html Log Message: added SUMR Index: moreapplications.html =================================================================== RCS file: /cvsroot/pythoncard/PythonCard/docs/html/moreapplications.html,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** moreapplications.html 20 Aug 2004 14:38:02 -0000 1.6 --- moreapplications.html 10 Nov 2004 19:22:21 -0000 1.7 *************** *** 47,50 **** --- 47,72 ---- </dl> <p class="imageCaption"><img src="http://members.shaw.ca/wexsessa/RanchBiz/occupancy-1.png" alt="Screenshot of Ranchbiz" /></p> + + <hr /> + <dl> + <dt>Name:</dt> + <dd>SUMR (pronounced "summer") stands for Simple Use case Markup - Restructured</dd> + <dt>Description:</dt> + <dd>SUMR is an application that provides a browser and editor for use cases. It has the following features: + <ul> + <li>Understands your use case model to some extent</li> + <li>Syntax hilighting based on your model - actor names, use case names, the keyword None, inline tags :inc: and :ext:</li> + <li>Performs some basic validation</li> + <li>If you reference an actor that has not been defined, the actor name will not be hilighted</li> + <li>If you reference a use case that has not been defined, the use case name will not be hilighted</li> + <li>Autonumbers the appropriate sections based on tag multiplicity and line indents</li> + <li>Renders the SUMR use cases to XML</li> + </ul> + </dd> + <dt>URL:</dt> + <dd><a href="http://www.clearviewtraining.com/CVTPlone/SUMR/">http://www.clearviewtraining.com/CVTPlone/SUMR/</a></dd> + </dl> + <p class="imageCaption"><img src="http://www.clearviewtraining.com/CVTPlone/SUMR/SUMRUseCaseEditor.jpg" alt="Screenshot of SUMR" /></p> + <?php include "footer.php" ?> <p>$Revision$ : $Author$ : Last updated $Date$</p> |