[Htmlparser-cvs] htmlparser/docs panel.html,1.8,1.9 bug.html,1.2,1.3
Brought to you by:
derrickoswald
From: Derrick O. <der...@us...> - 2006-03-19 22:04:04
|
Update of /cvsroot/htmlparser/htmlparser/docs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1074/docs Modified Files: panel.html bug.html Log Message: Fix bug #1363500 http://htmlparser.sourceforge.net/bug.html is wrong Take down the wiki. Index: bug.html =================================================================== RCS file: /cvsroot/htmlparser/htmlparser/docs/bug.html,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** bug.html 4 Jan 2004 03:23:08 -0000 1.2 --- bug.html 19 Mar 2006 22:03:56 -0000 1.3 *************** *** 19,24 **** <li>Have you <a href="http://sourceforge.net/tracker/?func=browse&group_id=24399&atid=381399">checked the list of older bug reports</a></li> ! <li>Have you written a testcase to simulate your bug? Why do we request this? ! - check <a href="wiki/TestDrivenDevelopment.html">Test Driven Development</a>. We do take reports without testcases, but please note that such reports may take longer for us to respond to.</li> --- 19,23 ---- <li>Have you <a href="http://sourceforge.net/tracker/?func=browse&group_id=24399&atid=381399">checked the list of older bug reports</a></li> ! <li>Have you written a testcase to simulate your bug? We do take reports without testcases, but please note that such reports may take longer for us to respond to.</li> Index: panel.html =================================================================== RCS file: /cvsroot/htmlparser/htmlparser/docs/panel.html,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** panel.html 31 May 2004 22:27:09 -0000 1.8 --- panel.html 19 Mar 2006 22:03:56 -0000 1.9 *************** *** 29,33 **** <li> <a href="javadoc/index.html" target="_parent">JavaDocs</a></li> <li> <a href="samples.html" target="mainFrame">Sample Programs</a></li> - <li> <a href="wiki/index.html" target="_parent">Wiki</a></li> <li> <a href="articles/index.html" target="mainFrame">Articles</a></li> </ul> --- 29,32 ---- |