[Htmlparser-cvs] htmlparser/docs release.txt,1.68,1.69 samples.html,1.2,1.3
Brought to you by:
derrickoswald
From: Derrick O. <der...@us...> - 2005-04-06 10:28:13
|
Update of /cvsroot/htmlparser/htmlparser/docs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24576/htmlparser/docs Modified Files: release.txt samples.html Log Message: End user experience issues: remove multiple wiki files in zip fix sample application links change readme.txt to use Windows line endings change copyright date Index: samples.html =================================================================== RCS file: /cvsroot/htmlparser/htmlparser/docs/samples.html,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** samples.html 10 Jan 2005 00:43:24 -0000 1.2 --- samples.html 6 Apr 2005 10:28:02 -0000 1.3 *************** *** 26,30 **** <td> <i>Parse a web page and print the tags in a simple loop.</i><br> ! <a href="../javadoc/org/htmlparser/Parser.html#main(java.lang.String[])" target="_parent">org.htmlparser.Parser.main(String[] args)</a> <pre> <code>bin/parser http://website_url [tag_name]</code> --- 26,30 ---- <td> <i>Parse a web page and print the tags in a simple loop.</i><br> ! <a href="javadoc/org/htmlparser/Parser.html#main(java.lang.String[])" target="_parent">org.htmlparser.Parser.main(String[] args)</a> <pre> <code>bin/parser http://website_url [tag_name]</code> *************** *** 36,40 **** <code>java -jar lib/htmlparser.jar http://website_url [tag_name]</code> </pre> ! </td> </tr> <tr> --- 36,64 ---- <code>java -jar lib/htmlparser.jar http://website_url [tag_name]</code> </pre> ! </td> ! </tr> ! <tr> ! <td valign="top"> ! <strong>Lexer</strong><br> ! </td> ! <td> ! <i>Print the low level nodes of a web page.</i><br> ! <a href="javadoc/org/htmlparser/lexer/Lexer.html" target="_parent">org.htmlparser.lexer.Lexer</a> ! <pre> ! <code>bin/lexer http://website_url</code> ! </pre> ! </td> ! </tr> ! <tr> ! <td valign="top"> ! <strong>Filter Builder</strong><br> ! </td> ! <td> ! <i>Interactively generate source code to extract web site contents.</i><br> ! <a href="javadoc/org/htmlparser/parserapplications/filterbuilder/FilterBuilder.html" target="_parent">org.htmlparser.parserapplications.filterbuilder.FilterBuilder</a> ! <pre> ! <code>bin/filterbuilder</code> ! </pre> ! </td> </tr> <tr> *************** *** 44,53 **** <td> <i>Extract links/mail addresses from a web page.</i><br> ! <a href="../javadoc/org/htmlparser/parserapplications/LinkExtractor.html" target="_parent">org.htmlparser.parserapplications.LinkExtractor</a> <pre> <code>bin/linkextractor http://website_url [-maillinks]</code> the optional -maillinks argument causes mailto: links to be printed </pre> ! </td> </tr> <tr> --- 68,77 ---- <td> <i>Extract links/mail addresses from a web page.</i><br> ! <a href="javadoc/org/htmlparser/parserapplications/LinkExtractor.html" target="_parent">org.htmlparser.parserapplications.LinkExtractor</a> <pre> <code>bin/linkextractor http://website_url [-maillinks]</code> the optional -maillinks argument causes mailto: links to be printed </pre> ! </td> </tr> <tr> *************** *** 57,66 **** <td> <i>Extract text from a web page.</i><br> ! <a href="../javadoc/org/htmlparser/parserapplications/StringExtractor.html" target="_parent">org.htmlparser.parserapplications.StringExtractor</a> <pre> <code>bin/stringextractor http://website_url [-links]</code> the optional -links argument causes hyperlinks to be shown within the text </pre> ! </td> </tr> <tr> --- 81,90 ---- <td> <i>Extract text from a web page.</i><br> ! <a href="javadoc/org/htmlparser/parserapplications/StringExtractor.html" target="_parent">org.htmlparser.parserapplications.StringExtractor</a> <pre> <code>bin/stringextractor http://website_url [-links]</code> the optional -links argument causes hyperlinks to be shown within the text </pre> ! </td> </tr> <tr> *************** *** 70,74 **** <td> <i>Save a web site locally.</i><br> ! <a href="../javadoc/org/htmlparser/parserapplications/SiteCapturer.html" target="_parent">org.htmlparser.parserapplications.SiteCapturer</a> <pre> <code>bin/sitecapturer http://source_website /target_directory/ [true|false]</code> --- 94,98 ---- <td> <i>Save a web site locally.</i><br> ! <a href="javadoc/org/htmlparser/parserapplications/SiteCapturer.html" target="_parent">org.htmlparser.parserapplications.SiteCapturer</a> <pre> <code>bin/sitecapturer http://source_website /target_directory/ [true|false]</code> *************** *** 76,80 **** audio and video are to be captured </pre> ! </td> </tr> <tr> --- 100,104 ---- audio and video are to be captured </pre> ! </td> </tr> <tr> *************** *** 84,92 **** <td> <i>View images behind thumbnails.</i><br> ! <a href="../javadoc/org/htmlparser/lexerapplications/thumbelina/package-summary.html" target="_parent">org.htmlparser.lexerapplications.thumbelina.Thumbelina</a> <pre> <code>bin/thumbelina [http://starting_website]</code> </pre> ! </td> </tr> <tr> --- 108,116 ---- <td> <i>View images behind thumbnails.</i><br> ! <a href="javadoc/org/htmlparser/lexerapplications/thumbelina/package-summary.html" target="_parent">org.htmlparser.lexerapplications.thumbelina.Thumbelina</a> <pre> <code>bin/thumbelina [http://starting_website]</code> </pre> ! </td> </tr> <tr> *************** *** 96,104 **** <td> <i>Parser Java Bean demo.</i><br> ! <a href="../javadoc/org/htmlparser/beans/BeanyBaby.html" target="_parent">org.htmlparser.beans.BeanyBaby</a> <pre> <code>bin/beanybaby [http://starting_website]</code> </pre> ! </td> </tr> </table> --- 120,140 ---- <td> <i>Parser Java Bean demo.</i><br> ! <a href="javadoc/org/htmlparser/beans/BeanyBaby.html" target="_parent">org.htmlparser.beans.BeanyBaby</a> <pre> <code>bin/beanybaby [http://starting_website]</code> </pre> ! </td> ! </tr> ! <tr> ! <td valign="top"> ! <strong>Translate</strong><br> ! </td> ! <td> ! <i>Numeric character reference and character entity reference to unicode codec.</i><br> ! <a href="javadoc/org/htmlparser/util/Translate.html" target="_parent">org.htmlparser.util.Translate</a> ! <pre> ! <code>bin/translate [-encode] <input_file >output_file</code> ! </pre> ! </td> </tr> </table> Index: release.txt =================================================================== RCS file: /cvsroot/htmlparser/htmlparser/docs/release.txt,v retrieving revision 1.68 retrieving revision 1.69 diff -C2 -d -r1.68 -r1.69 *** release.txt 13 Mar 2005 15:36:10 -0000 1.68 --- release.txt 6 Apr 2005 10:28:01 -0000 1.69 *************** *** 23,27 **** (v) license.txt (GNU Lesser General Public License) ! (vi) this file, release.txt Changes since Version 1.4 --- 23,27 ---- (v) license.txt (GNU Lesser General Public License) ! (vi) this file, readme.txt Changes since Version 1.4 |