Thread: [Htmlparser-cvs] htmlparser/src/doc-files overview.html,1.2,1.3
Brought to you by:
derrickoswald
From: <der...@us...> - 2004-02-29 15:28:06
|
Update of /cvsroot/htmlparser/htmlparser/src/doc-files In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18375/src/doc-files Modified Files: overview.html Log Message: Javadoc changes. Fix the "low hanging fruit" javadoc issues. Index: overview.html =================================================================== RCS file: /cvsroot/htmlparser/htmlparser/src/doc-files/overview.html,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** overview.html 31 Jan 2004 16:31:20 -0000 1.2 --- overview.html 29 Feb 2004 15:09:56 -0000 1.3 *************** *** 11,17 **** --- 11,19 ---- <h2>Components</h2> The HTML Parser distribution is composed of: + <ul> <li>a low level {@link org.htmlparser.lexer.Lexer lexer} that converts characters into tags</li> <li>a high level {@link org.htmlparser.Parser parser} that provides a heirarchical document view</li> <li>several example applications</li> + </ul> <p> <h2>Building</h2> *************** *** 33,41 **** summarizes the purpose and target issues for each list. <ul> ! <li><A HREF="http://sourceforge.net/pm/task.php?group_project_id=21604&group_id=24399&func=browse"> Applications</A> - Work associated with the sample applications included with the HTML Parser download is tracked by this list. This would also include proposals for other example applications.</li> ! <li><A HREF="http://sourceforge.net/pm/task.php?group_project_id=21648&group_id=24399&func=browse"> Release</A> - Work to be done before a major release is tracked by this list. Items included here must be resolved before the major release is considered --- 35,43 ---- summarizes the purpose and target issues for each list. <ul> ! <li><A HREF="http://sourceforge.net/pm/task.php?group_project_id=21604&group_id=24399&func=browse" target="_top"> Applications</A> - Work associated with the sample applications included with the HTML Parser download is tracked by this list. This would also include proposals for other example applications.</li> ! <li><A HREF="http://sourceforge.net/pm/task.php?group_project_id=21648&group_id=24399&func=browse" target="_top"> Release</A> - Work to be done before a major release is tracked by this list. Items included here must be resolved before the major release is considered *************** *** 44,48 **** or scalability enhancements, memory usage issues and other 'quality' issues that are not associated with a specific bug.</li> ! <li><A HREF="http://sourceforge.net/pm/task.php?group_project_id=21601&group_id=24399&func=browse"> API</A> - Work needed to enhance or fix the parser API is tracked by this list. Standards compliance, additional classes, method signatures, changes to --- 46,50 ---- or scalability enhancements, memory usage issues and other 'quality' issues that are not associated with a specific bug.</li> ! <li><A HREF="http://sourceforge.net/pm/task.php?group_project_id=21601&group_id=24399&func=browse" target="_top"> API</A> - Work needed to enhance or fix the parser API is tracked by this list. Standards compliance, additional classes, method signatures, changes to *************** *** 51,55 **** should be limited to those changes that could impact the developer community that relies on existing behaviour from the parser.</li> ! <li><A HREF="http://sourceforge.net/pm/task.php?group_project_id=21602&group_id=24399&func=browse"> Documentation</A> - Work associated with documenting the parser and it's example code and sample applications is tracked by this list. Javadocs, the --- 53,57 ---- should be limited to those changes that could impact the developer community that relies on existing behaviour from the parser.</li> ! <li><A HREF="http://sourceforge.net/pm/task.php?group_project_id=21602&group_id=24399&func=browse" target="_top"> Documentation</A> - Work associated with documenting the parser and it's example code and sample applications is tracked by this list. Javadocs, the *************** *** 59,64 **** </ul> <p> ! The <A HREF="http://sourceforge.net/tracker/?group_id=24399&atid=381402">Request ! For Enhancement</A> list contains items that are proposed for future versions of the parser. Users may add to this list what they feel are extensions beyond simple bug fixing. Some user entered bugs are also transferred to this list if --- 61,66 ---- </ul> <p> ! The <A HREF="http://sourceforge.net/tracker/?group_id=24399&atid=381402" target="_top"> ! Request For Enhancement</A> list contains items that are proposed for future versions of the parser. Users may add to this list what they feel are extensions beyond simple bug fixing. Some user entered bugs are also transferred to this list if |