[Htmlparser-cvs] htmlparser/src/doc-files overview.html,1.1,1.2 todo.html,1.4,NONE
Brought to you by:
derrickoswald
From: <der...@pr...> - 2004-01-31 16:33:15
|
Update of /cvsroot/htmlparser/htmlparser/src/doc-files In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17338 Modified Files: overview.html Removed Files: todo.html Log Message: Move ToDo list to SourceForge trackers and tasks. Index: overview.html =================================================================== RCS file: /cvsroot/htmlparser/htmlparser/src/doc-files/overview.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** overview.html 16 Dec 2003 02:29:56 -0000 1.1 --- overview.html 31 Jan 2004 16:31:20 -0000 1.2 *************** *** 20,30 **** Parser project on Sourceforge</a> if you haven't already, and then follow the <A href="{@docRoot}/doc-files/building.html">build instructions</A>. - <h2>History</h2> - <p> - Originally started by Somik Raha, the HTML Parser has evolved with input from - numerous people, and through several revisions... <h2>Outstanding Issues.</h2> ! The <A href="{@docRoot}/doc-files/todo.html">ToDo list</A> lists things that ! can or should be done. <h2>Mailing Lists.</h2> If you want to be notified when new releases of HTML Parser are available, join the --- 20,69 ---- Parser project on Sourceforge</a> if you haven't already, and then follow the <A href="{@docRoot}/doc-files/building.html">build instructions</A>. <h2>Outstanding Issues.</h2> ! Bugs are by far, the highest priority issues. Various reports of bugs related to ! the HTML Parser is available from the <A ! HREF="http://sourceforge.net/tracker/?group_id=24399&atid=381399">Bug ! Tracker</A> on SourceForge. Issues related to incorrect behaviour of the ! current parser should be logged and tracked using this mechanism. Please use ! task lists and enhancement requests for issues that would not be considered ! bugs. ! <p> ! Several task lists are used to track the items that are not percieved as bugs, ! but are viewed by developers as things that need attention. The following list ! 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 ! complete. This can include refactoring, code clean-up, out-of-the-box ! experience work, build process fixes, platform (JDK) issues, performance ! 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 ! parameter types, refactoring, deprecation, new or enhanced constructors, and ! other programatic interface issues would fall into this category. This list ! 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 ! web site and Wiki, Sourceforge site maintenance, mailing lists, forums, ! project documentation and other developer visible reference material would all ! fall under this category.</li> ! </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 ! the scope of the fix would be too significant a change for the current ! version, or involve API changes that need to be vetted against the current ! user community. <h2>Mailing Lists.</h2> If you want to be notified when new releases of HTML Parser are available, join the --- todo.html DELETED --- |