[jboss-cvs] Repository SVN: r982 - jtidy and 3 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Aug 10 15:50:49 EDT 2007


Author: mwringe
Date: 2007-08-10 15:50:49 -0400 (Fri, 10 Aug 2007)
New Revision: 982

Added:
   jtidy/
   jtidy/4aug2000r7/
   jtidy/4aug2000r7/component-info.xml
   jtidy/4aug2000r7/lib/
   jtidy/4aug2000r7/lib/jtidy-dev.jar
   licenses/jtidy.txt
Log:
Initial checkin of JTidy

Added: jtidy/4aug2000r7/component-info.xml
===================================================================
--- jtidy/4aug2000r7/component-info.xml	                        (rev 0)
+++ jtidy/4aug2000r7/component-info.xml	2007-08-10 19:50:49 UTC (rev 982)
@@ -0,0 +1,17 @@
+<project name="jtidy-component-info">
+
+   <component id="jtidy"
+              licenseType="jtidy"
+              version="04aug2000r7"
+              projectHome="http://jtidy.sourceforge.net"
+              description="An HTML syntax checker and pretty printer">
+
+      <artifact id="jtidy-dev.jar"/>
+      <export>
+         <include input="jtidy-dev.jar"/>
+      </export>
+
+   </component>
+
+</project>
+

Added: jtidy/4aug2000r7/lib/jtidy-dev.jar
===================================================================
(Binary files differ)


Property changes on: jtidy/4aug2000r7/lib/jtidy-dev.jar
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: licenses/jtidy.txt
===================================================================
--- licenses/jtidy.txt	                        (rev 0)
+++ licenses/jtidy.txt	2007-08-10 19:50:49 UTC (rev 982)
@@ -0,0 +1,49 @@
+  Java HTML Tidy - JTidy
+  HTML parser and pretty printer
+
+  Copyright (c) 1998-2000 World Wide Web Consortium (Massachusetts
+  Institute of Technology, Institut National de Recherche en
+  Informatique et en Automatique, Keio University). All Rights
+  Reserved.
+
+  Contributing Author(s):
+
+     Dave Raggett <dsr at w3.org>
+     Andy Quick <ac.quick at sympatico.ca> (translation to Java)
+     Gary L Peskin <garyp at firstech.com> (Java development)
+     Sami Lempinen <sami at lempinen.net>  (release management)
+
+  The contributing author(s) would like to thank all those who
+  helped with testing, bug fixes, and patience.  This wouldn't
+  have been possible without all of you.
+
+  COPYRIGHT NOTICE:
+ 
+  This software and documentation is provided "as is," and
+  the copyright holders and contributing author(s) make no
+  representations or warranties, express or implied, including
+  but not limited to, warranties of merchantability or fitness
+  for any particular purpose or that the use of the software or
+  documentation will not infringe any third party patents,
+  copyrights, trademarks or other rights. 
+
+  The copyright holders and contributing author(s) will not be
+  liable for any direct, indirect, special or consequential damages
+  arising out of any use of the software or documentation, even if
+  advised of the possibility of such damage.
+
+  Permission is hereby granted to use, copy, modify, and distribute
+  this source code, or portions hereof, documentation and executables,
+  for any purpose, without fee, subject to the following restrictions:
+
+  1. The origin of this source code must not be misrepresented.
+  2. Altered versions must be plainly marked as such and must
+     not be misrepresented as being the original source.
+  3. This Copyright notice may not be removed or altered from any
+     source or altered source distribution.
+ 
+  The copyright holders and contributing author(s) specifically
+  permit, without fee, and encourage the use of this source code
+  as a component for supporting the Hypertext Markup Language in
+  commercial products. If you use this source code in a product,
+  acknowledgment is not required but would be appreciated.




More information about the jboss-cvs-commits mailing list