组织ID: |
net.sf.jtidy |
项目ID: |
jtidy |
版本: |
r938 |
最后修改时间: |
2018-07-24 04:58:55 |
包类型: |
jar |
标题: |
JTidy |
描述: |
JTidy is a Java port of HTML Tidy, a HTML syntax checker and pretty printer. Like its non-Java cousin, JTidy can be
used as a tool for cleaning up malformed and faulty HTML. In addition, JTidy provides a DOM interface to the
document that is being processed, which effectively makes you able to use JTidy as a DOM parser for real-world HTML.
|
相关URL: |
http://jtidy.sourceforge.net |
大小: |
244.07KB |
|
Maven引入代码: |
<dependency>
<groupId>net.sf.jtidy</groupId>
<artifactId>jtidy</artifactId>
<version>r938</version>
</dependency>
|
Gradle引入代码: |
net.sf.jtidy:jtidy:r938
|
下载Jar包: |
|
POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>net.sf.jtidy</groupId>
<artifactId>jtidy</artifactId>
<name>JTidy</name>
<version>r938</version>
<description>
JTidy is a Java port of HTML Tidy, a HTML syntax checker and pretty printer. Like its non-Java cousin, JTidy can be
used as a tool for cleaning up malformed and faulty HTML. In addition, JTidy provides a DOM interface to the
document that is being processed, which effectively makes you able to use JTidy as a DOM parser for real-world HTML.
</description>
<url>http://jtidy.sourceforge.net</url>
<issueManagement>
<url>http://sourceforge.net/tracker/?group_id=13153</url>
</issueManagement>
<ciManagement>
<notifiers>
<notifier>
<configuration>
<address>jtidy-continuum@lists.sourceforge.net</address>
</configuration>
</notifier>
</notifiers>
</ciManagement>
<inceptionYear>2000</inceptionYear>
<mailingLists>
<mailingList>
<name>JTidy User Mailing list</name>
<subscribe>http://lists.sourceforge.net/lists/listinfo/jtidy-user</subscribe>
<unsubscribe>http://lists.sourceforge.net/lists/listinfo/jtidy-user</unsubscribe>
<archive>http://sourceforge.net/mailarchive/forum.php?forum=jtidy-user</archive>
</mailingList>
<mailingList>
<name>JTidy Developer Mailing list</name>
<subscribe>http://lists.sourceforge.net/lists/listinfo/jtidy-devel</subscribe>
<unsubscribe>http://lists.sourceforge.net/lists/listinfo/jtidy-devel</unsubscribe>
<archive>http://sourceforge.net/mailarchive/forum.php?forum=jtidy-devel</archive>
</mailingList>
<mailingList>
<name>JTidy Cvs Mailing list</name>
<subscribe>http://lists.sourceforge.net/lists/listinfo/jtidy-cvs</subscribe>
<unsubscribe>http://lists.sourceforge.net/lists/listinfo/jtidy-cvs</unsubscribe>
<archive>http://sourceforge.net/mailarchive/forum.php?forum=jtidy-cvs</archive>
</mailingList>
</mailingLists>
<developers>
<developer>
<id>fgiust</id>
<name>Fabrizio Giustina</name>
<email>fgiust AT users.sourceforge.net</email>
<organization>Sourceforge</organization>
<roles>
<role>Current project admin and developer</role>
</roles>
<timezone>+1</timezone>
</developer>
<developer>
<id>atripp</id>
<name>Andy Tripp</name>
<email>atripp AT users.sourceforge.net</email>
<organization>Sourceforge</organization>
<roles>
<role>Project admin</role>
</roles>
<timezone>0</timezone>
</developer>
<developer>
<id>russgold</id>
<name>Russell Gold</name>
<email>russgold AT users.sourceforge.net</email>
<organization>Sourceforge</organization>
<roles>
<role>Project admin</role>
</roles>
<timezone>0</timezone>
</developer>
<developer>
<id>garypeskin</id>
<name>Gary L Peskin</name>
<email>garypeskin AT users.sourceforge.net</email>
<organization>Sourceforge</organization>
<roles>
<role>developer</role>
</roles>
<timezone>0</timezone>
</developer>
<developer>
<id>lempinen</id>
<name>Sami Lempinen</name>
<email>lempinen AT users.sourceforge.net</email>
<organization>Sourceforge</organization>
<roles>
<role>release manager</role>
</roles>
<timezone>0</timezone>
</developer>
</developers>
<licenses>
<license>
<name>Java HTML Tidy License</name>
<url>http://jtidy.svn.sourceforge.net/viewvc/jtidy/trunk/jtidy/LICENSE.txt?revision=95</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<connection>scm:svn:https://svn.sourceforge.net/svnroot/jtidy/trunk/jtidy/</connection>
<developerConnection>scm:svn:https://svn.sourceforge.net/svnroot/jtidy/trunk/jtidy/</developerConnection>
<url>http://svn.sourceforge.net/viewcvs.cgi/jtidy/trunk/jtidy/</url>
</scm>
<organization>
<name>sourceforge</name>
<url>http://sourceforge.net</url>
</organization>
<build>
<plugins>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<testFailureIgnore>true</testFailureIgnore>
<includes>
<include>**/*Test.*</include>
</includes>
</configuration>
</plugin>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<showDeprecation>true</showDeprecation>
<source>1.3</source>
<target>1.3</target>
<encoding>UTF8</encoding>
</configuration>
</plugin>
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<additionalparam>-breakiterator</additionalparam>
<tags>
<tag>
<head>To Do:</head>
<name>todo</name>
<placement>a</placement>
</tag>
</tags>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-clover-plugin</artifactId>
<configuration>
<licenseLocation>src/config/clover.license</licenseLocation>
</configuration>
<executions>
<execution>
<phase>pre-site</phase>
<goals>
<goal>instrument</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<configuration>
<archive>
<manifest>
<mainClass>org.w3c.tidy.Tidy</mainClass>
</manifest>
</archive>
</configuration>
</plugin>
<!-- <plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<executions>
<execution>
<id>sign-artifacts</id>
<phase>verify</phase>
<goals>
<goal>sign</goal>
</goals>
</execution>
</executions>
</plugin> -->
</plugins>
</build>
<dependencies>
<dependency>
<groupId>ant</groupId>
<artifactId>ant</artifactId>
<version>1.6.5</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<version>1.0.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.13</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.1</version>
<scope>test</scope>
</dependency>
</dependencies>
<reporting>
<plugins>
<plugin>
<artifactId>maven-checkstyle-plugin</artifactId>
<configuration>
<configLocation>src/config/checkstyle.xml</configLocation>
<enableRulesSummary>false</enableRulesSummary>
</configuration>
</plugin>
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<quiet>true</quiet>
</configuration>
</plugin>
<plugin>
<artifactId>maven-pmd-plugin</artifactId>
</plugin>
<plugin>
<artifactId>maven-project-info-reports-plugin</artifactId>
</plugin>
<plugin>
<artifactId>maven-jxr-plugin</artifactId>
</plugin>
<plugin>
<artifactId>maven-surefire-report-plugin</artifactId>
</plugin>
<plugin>
<artifactId>maven-changelog-plugin</artifactId>
</plugin>
<plugin>
<artifactId>maven-clover-plugin</artifactId>
<configuration>
<licenseLocation>src/config/clover.license</licenseLocation>
</configuration>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>jdepend-maven-plugin</artifactId>
</plugin>
</plugins>
</reporting>
<distributionManagement>
<repository>
<id>jtidy</id>
<url>scp://shell.sourceforge.net/home/groups/j/jt/jtidy/htdocs/maven2/</url>
</repository>
<snapshotRepository>
<id>jtidy</id>
<url>scp://shell.sourceforge.net/home/groups/j/jt/jtidy/htdocs/snapshots/</url>
</snapshotRepository>
<site>
<id>jtidy</id>
<url>scp://shell.sourceforge.net/home/groups/j/jt/jtidy/htdocs/</url>
</site>
</distributionManagement>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
jtidy.properties
META-INF/LICENSE.txt
org.w3c.tidy.Anchor.class
org.w3c.tidy.ant.JTidyTask.class
org.w3c.tidy.AttrCheck.class
org.w3c.tidy.AttrCheckImpl$CheckAlign.class
org.w3c.tidy.AttrCheckImpl$CheckBool.class
org.w3c.tidy.AttrCheckImpl$CheckClear.class
org.w3c.tidy.AttrCheckImpl$CheckColor.class
org.w3c.tidy.AttrCheckImpl$CheckFsubmit.class
org.w3c.tidy.AttrCheckImpl$CheckId.class
org.w3c.tidy.AttrCheckImpl$CheckLang.class
org.w3c.tidy.AttrCheckImpl$CheckLength.class
org.w3c.tidy.AttrCheckImpl$CheckName.class
org.w3c.tidy.AttrCheckImpl$CheckNumber.class
org.w3c.tidy.AttrCheckImpl$CheckScope.class
org.w3c.tidy.AttrCheckImpl$CheckScript.class
org.w3c.tidy.AttrCheckImpl$CheckScroll.class
org.w3c.tidy.AttrCheckImpl$CheckShape.class
org.w3c.tidy.AttrCheckImpl$CheckTarget.class
org.w3c.tidy.AttrCheckImpl$CheckTextDir.class
org.w3c.tidy.AttrCheckImpl$CheckUrl.class
org.w3c.tidy.AttrCheckImpl$CheckValign.class
org.w3c.tidy.AttrCheckImpl$CheckVType.class
org.w3c.tidy.AttrCheckImpl.class
org.w3c.tidy.Attribute.class
org.w3c.tidy.AttributeTable.class
org.w3c.tidy.AttVal.class
org.w3c.tidy.Clean.class
org/w3c/tidy/config.txt
org.w3c.tidy.Configuration$Flag.class
org.w3c.tidy.Configuration.class
org.w3c.tidy.Dict.class
org.w3c.tidy.DOMAttrImpl.class
org.w3c.tidy.DOMAttrMapImpl.class
org.w3c.tidy.DOMCDATASectionImpl.class
org.w3c.tidy.DOMCharacterDataImpl.class
org.w3c.tidy.DOMCommentImpl.class
org.w3c.tidy.DOMDocumentImpl.class
org.w3c.tidy.DOMDocumentTypeImpl.class
org.w3c.tidy.DOMElementImpl.class
org.w3c.tidy.DOMNodeImpl.class
org.w3c.tidy.DOMNodeListByTagNameImpl.class
org.w3c.tidy.DOMNodeListImpl.class
org.w3c.tidy.DOMProcessingInstructionImpl.class
org.w3c.tidy.DOMTextImpl.class
org.w3c.tidy.EncodingNameMapper.class
org.w3c.tidy.EncodingUtils$GetBytes.class
org.w3c.tidy.EncodingUtils$PutBytes.class
org.w3c.tidy.EncodingUtils.class
org.w3c.tidy.Entity.class
org.w3c.tidy.EntityTable.class
org.w3c.tidy.IStack.class
org.w3c.tidy.Lexer$W3CVersionInfo.class
org.w3c.tidy.Lexer.class
org.w3c.tidy.Node.class
org.w3c.tidy.Out.class
org.w3c.tidy.OutFactory.class
org.w3c.tidy.OutJavaImpl.class
org.w3c.tidy.ParseProperty.class
org.w3c.tidy.ParsePropertyImpl$ParseBoolean.class
org.w3c.tidy.ParsePropertyImpl$ParseCharEncoding.class
org.w3c.tidy.ParsePropertyImpl$ParseCSS1Selector.class
org.w3c.tidy.ParsePropertyImpl$ParseDocType.class
org.w3c.tidy.ParsePropertyImpl$ParseIndent.class
org.w3c.tidy.ParsePropertyImpl$ParseInt.class
org.w3c.tidy.ParsePropertyImpl$ParseInvBoolean.class
org.w3c.tidy.ParsePropertyImpl$ParseName.class
org.w3c.tidy.ParsePropertyImpl$ParseNewLine.class
org.w3c.tidy.ParsePropertyImpl$ParseRepeatedAttribute.class
org.w3c.tidy.ParsePropertyImpl$ParseString.class
org.w3c.tidy.ParsePropertyImpl$ParseTagNames.class
org.w3c.tidy.ParsePropertyImpl.class
org.w3c.tidy.Parser.class
org.w3c.tidy.ParserImpl$ParseBlock.class
org.w3c.tidy.ParserImpl$ParseBody.class
org.w3c.tidy.ParserImpl$ParseColGroup.class
org.w3c.tidy.ParserImpl$ParseDefList.class
org.w3c.tidy.ParserImpl$ParseEmpty.class
org.w3c.tidy.ParserImpl$ParseFrameSet.class
org.w3c.tidy.ParserImpl$ParseHead.class
org.w3c.tidy.ParserImpl$ParseHTML.class
org.w3c.tidy.ParserImpl$ParseInline.class
org.w3c.tidy.ParserImpl$ParseList.class
org.w3c.tidy.ParserImpl$ParseNoFrames.class
org.w3c.tidy.ParserImpl$ParseOptGroup.class
org.w3c.tidy.ParserImpl$ParsePre.class
org.w3c.tidy.ParserImpl$ParseRow.class
org.w3c.tidy.ParserImpl$ParseRowGroup.class
org.w3c.tidy.ParserImpl$ParseScript.class
org.w3c.tidy.ParserImpl$ParseSelect.class
org.w3c.tidy.ParserImpl$ParseTableTag.class
org.w3c.tidy.ParserImpl$ParseText.class
org.w3c.tidy.ParserImpl$ParseTitle.class
org.w3c.tidy.ParserImpl.class
org.w3c.tidy.PPrint.class
org.w3c.tidy.Report.class
org.w3c.tidy.StreamIn.class
org.w3c.tidy.StreamInFactory.class
org.w3c.tidy.StreamInJavaImpl.class
org.w3c.tidy.Style.class
org.w3c.tidy.StyleProp.class
org.w3c.tidy.TagCheck.class
org.w3c.tidy.TagCheckImpl$CheckAnchor.class
org.w3c.tidy.TagCheckImpl$CheckAREA.class
org.w3c.tidy.TagCheckImpl$CheckCaption.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
依赖Jar: |
ant-1.6.5.jar
/ant/ant/1.6.5
查看ant所有版本文件
slf4j-log4j12-1.0.1.jar
/org.slf4j/slf4j-log4j12/1.0.1
查看slf4j-log4j12所有版本文件
log4j-1.2.13.jar
/log4j/log4j/1.2.13
查看log4j所有版本文件
junit-3.8.1.jar
/junit/junit/3.8.1
查看junit所有版本文件
|