[Htmlparser-cvs] htmlparser/src/org/htmlparser AbstractNode.java,1.2,1.3 DecodingNode.java,1.1,1.2 N
Brought to you by:
derrickoswald
From: <der...@us...> - 2003-06-22 21:38:17
|
Update of /cvsroot/htmlparser/htmlparser/src/org/htmlparser In directory sc8-pr-cvs1:/tmp/cvs-serv7401/htmlparser/src/org/htmlparser Modified Files: AbstractNode.java DecodingNode.java Node.java NodeReader.java Parser.java RemarkNode.java RemarkNodeParser.java StringNode.java package.html Log Message: Update version headers to 1.4-20030622 and update changelog. Index: AbstractNode.java =================================================================== RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/AbstractNode.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** AbstractNode.java 19 Jun 2003 17:24:30 -0000 1.2 --- AbstractNode.java 22 Jun 2003 21:37:44 -0000 1.3 *************** *** 1,3 **** ! // HTMLParser Library v1_4_20030601 - A java-based parser for HTML // Copyright (C) Dec 31, 2000 Somik Raha // --- 1,3 ---- ! // HTMLParser Library v1_4_20030622 - A java-based parser for HTML // Copyright (C) Dec 31, 2000 Somik Raha // Index: DecodingNode.java =================================================================== RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/DecodingNode.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** DecodingNode.java 19 Jun 2003 17:24:30 -0000 1.1 --- DecodingNode.java 22 Jun 2003 21:37:44 -0000 1.2 *************** *** 1,2 **** --- 1,30 ---- + // HTMLParser Library v1_4_20030622 - A java-based parser for HTML + // Copyright (C) Dec 31, 2000 Somik Raha + // + // This library is free software; you can redistribute it and/or + // modify it under the terms of the GNU Lesser General Public + // License as published by the Free Software Foundation; either + // version 2.1 of the License, or (at your option) any later version. + // + // This library is distributed in the hope that it will be useful, + // but WITHOUT ANY WARRANTY; without even the implied warranty of + // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + // Lesser General Public License for more details. + // + // You should have received a copy of the GNU Lesser General Public + // License along with this library; if not, write to the Free Software + // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + // + // For any questions or suggestions, you can write to me at : + // Email :so...@in... + // + // Postal Address : + // Somik Raha + // Extreme Programmer & Coach + // Industrial Logic Corporation + // 2583 Cedar Street, Berkeley, + // CA 94708, USA + // Website : http://www.industriallogic.com + package org.htmlparser; Index: Node.java =================================================================== RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/Node.java,v retrieving revision 1.26 retrieving revision 1.27 diff -C2 -d -r1.26 -r1.27 *** Node.java 19 Jun 2003 17:24:30 -0000 1.26 --- Node.java 22 Jun 2003 21:37:44 -0000 1.27 *************** *** 1,2 **** --- 1,30 ---- + // HTMLParser Library v1_4_20030622 - A java-based parser for HTML + // Copyright (C) Dec 31, 2000 Somik Raha + // + // This library is free software; you can redistribute it and/or + // modify it under the terms of the GNU Lesser General Public + // License as published by the Free Software Foundation; either + // version 2.1 of the License, or (at your option) any later version. + // + // This library is distributed in the hope that it will be useful, + // but WITHOUT ANY WARRANTY; without even the implied warranty of + // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + // Lesser General Public License for more details. + // + // You should have received a copy of the GNU Lesser General Public + // License along with this library; if not, write to the Free Software + // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + // + // For any questions or suggestions, you can write to me at : + // Email :so...@in... + // + // Postal Address : + // Somik Raha + // Extreme Programmer & Coach + // Industrial Logic Corporation + // 2583 Cedar Street, Berkeley, + // CA 94708, USA + // Website : http://www.industriallogic.com + package org.htmlparser; Index: NodeReader.java =================================================================== RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/NodeReader.java,v retrieving revision 1.33 retrieving revision 1.34 diff -C2 -d -r1.33 -r1.34 *** NodeReader.java 13 Jun 2003 20:27:04 -0000 1.33 --- NodeReader.java 22 Jun 2003 21:37:44 -0000 1.34 *************** *** 1,3 **** ! // HTMLParser Library v1_4_20030601 - A java-based parser for HTML // Copyright (C) Dec 31, 2000 Somik Raha // --- 1,3 ---- ! // HTMLParser Library v1_4_20030622 - A java-based parser for HTML // Copyright (C) Dec 31, 2000 Somik Raha // Index: Parser.java =================================================================== RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/Parser.java,v retrieving revision 1.45 retrieving revision 1.46 diff -C2 -d -r1.45 -r1.46 *** Parser.java 17 Jun 2003 03:26:19 -0000 1.45 --- Parser.java 22 Jun 2003 21:37:44 -0000 1.46 *************** *** 1,3 **** ! // HTMLParser Library v1_4_20030601 - A java-based parser for HTML // Copyright (C) Dec 31, 2000 Somik Raha // --- 1,3 ---- ! // HTMLParser Library v1_4_20030622 - A java-based parser for HTML // Copyright (C) Dec 31, 2000 Somik Raha // *************** *** 157,161 **** */ public final static String ! VERSION_DATE = "Jun 01, 2003" ; --- 157,161 ---- */ public final static String ! VERSION_DATE = "Jun 22, 2003" ; Index: RemarkNode.java =================================================================== RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/RemarkNode.java,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** RemarkNode.java 13 Jun 2003 20:27:04 -0000 1.19 --- RemarkNode.java 22 Jun 2003 21:37:44 -0000 1.20 *************** *** 1,3 **** ! // HTMLParser Library v1_4_20030601 - A java-based parser for HTML // Copyright (C) Dec 31, 2000 Somik Raha // --- 1,3 ---- ! // HTMLParser Library v1_4_20030622 - A java-based parser for HTML // Copyright (C) Dec 31, 2000 Somik Raha // Index: RemarkNodeParser.java =================================================================== RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/RemarkNodeParser.java,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -d -r1.21 -r1.22 *** RemarkNodeParser.java 13 Jun 2003 20:27:04 -0000 1.21 --- RemarkNodeParser.java 22 Jun 2003 21:37:44 -0000 1.22 *************** *** 1,3 **** ! // HTMLParser Library v1_4_20030601 - A java-based parser for HTML // Copyright (C) Dec 31, 2000 Somik Raha // --- 1,3 ---- ! // HTMLParser Library v1_4_20030622 - A java-based parser for HTML // Copyright (C) Dec 31, 2000 Somik Raha // Index: StringNode.java =================================================================== RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/StringNode.java,v retrieving revision 1.22 retrieving revision 1.23 diff -C2 -d -r1.22 -r1.23 *** StringNode.java 19 Jun 2003 17:24:30 -0000 1.22 --- StringNode.java 22 Jun 2003 21:37:44 -0000 1.23 *************** *** 1,3 **** ! // HTMLParser Library v1_4_20030601 - A java-based parser for HTML // Copyright (C) Dec 31, 2000 Somik Raha // --- 1,3 ---- ! // HTMLParser Library v1_4_20030622 - A java-based parser for HTML // Copyright (C) Dec 31, 2000 Somik Raha // Index: package.html =================================================================== RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/package.html,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** package.html 1 Jun 2003 20:50:08 -0000 1.7 --- package.html 22 Jun 2003 21:37:44 -0000 1.8 *************** *** 6,10 **** @(#)package.html 1.60 98/01/27 ! HTMLParser Library v1_4_20030601 - A java-based parser for HTML Copyright (C) Dec 31, 2000 Somik Raha --- 6,10 ---- @(#)package.html 1.60 98/01/27 ! HTMLParser Library v1_4_20030622 - A java-based parser for HTML Copyright (C) Dec 31, 2000 Somik Raha |