Author: mostarda
Date: Sat Mar 24 19:51:29 2012
New Revision: 1304898
URL: http://svn.apache.org/viewvc?rev=1304898&view=rev
Log:
Restored content of original package-info.java . Removed duplicate infos. Added
missing ones. This commit is related to issue #ANY23-66 .
Added:
incubator/any23/trunk/core/src/main/java/org/apache/any23/extractor/csv/package-info.java
(with props)
incubator/any23/trunk/core/src/main/java/org/apache/any23/extractor/html/annotations/package-info.java
(with props)
incubator/any23/trunk/core/src/main/java/org/apache/any23/extractor/html/package-info.java
(with props)
incubator/any23/trunk/core/src/main/java/org/apache/any23/extractor/microdata/package-info.java
(with props)
incubator/any23/trunk/core/src/main/java/org/apache/any23/extractor/rdf/package-info.java
(with props)
incubator/any23/trunk/core/src/main/java/org/apache/any23/extractor/rdfa/package-info.java
(with props)
incubator/any23/trunk/core/src/main/java/org/apache/any23/extractor/xpath/package-info.java
(with props)
incubator/any23/trunk/core/src/main/java/org/apache/any23/mime/purifier/package-info.java
(with props)
incubator/any23/trunk/core/src/main/java/org/apache/any23/validator/rule/package-info.java
(with props)
incubator/any23/trunk/core/src/test/java/org/apache/any23/extractor/example/package-info.java
(with props)
incubator/any23/trunk/plugins/office-scraper/src/main/java/org/apache/any23/plugin/officescraper/package-info.java
Removed:
incubator/any23/trunk/plugins/basic-crawler/src/main/java/org/apache/any23/cli/package-info.java
incubator/any23/trunk/plugins/office-scraper/src/main/java/org/apache/any23/vocab/package-info.java
Modified:
incubator/any23/trunk/core/src/main/java/org/apache/any23/cli/package-info.java
incubator/any23/trunk/core/src/main/java/org/apache/any23/configuration/package-info.java
incubator/any23/trunk/core/src/main/java/org/apache/any23/encoding/package-info.java
incubator/any23/trunk/core/src/main/java/org/apache/any23/extractor/package-info.java
incubator/any23/trunk/core/src/main/java/org/apache/any23/filter/package-info.java
incubator/any23/trunk/core/src/main/java/org/apache/any23/http/package-info.java
incubator/any23/trunk/core/src/main/java/org/apache/any23/io/nquads/package-info.java
incubator/any23/trunk/core/src/main/java/org/apache/any23/mime/package-info.java
incubator/any23/trunk/core/src/main/java/org/apache/any23/package-info.java
incubator/any23/trunk/core/src/main/java/org/apache/any23/plugin/package-info.java
incubator/any23/trunk/core/src/main/java/org/apache/any23/rdf/package-info.java
incubator/any23/trunk/core/src/main/java/org/apache/any23/source/package-info.java
incubator/any23/trunk/core/src/main/java/org/apache/any23/util/package-info.java
incubator/any23/trunk/core/src/main/java/org/apache/any23/validator/package-info.java
incubator/any23/trunk/core/src/main/java/org/apache/any23/vocab/package-info.java
incubator/any23/trunk/core/src/main/java/org/apache/any23/writer/package-info.java
incubator/any23/trunk/plugins/basic-crawler/src/main/java/org/apache/any23/plugin/crawler/package-info.java
incubator/any23/trunk/plugins/html-scraper/src/main/java/org/apache/any23/plugin/htmlscraper/package-info.java
incubator/any23/trunk/service/src/main/java/org/apache/any23/servlet/conneg/package-info.java
incubator/any23/trunk/service/src/main/java/org/apache/any23/servlet/package-info.java
Modified:
incubator/any23/trunk/core/src/main/java/org/apache/any23/cli/package-info.java
URL:
http://svn.apache.org/viewvc/incubator/any23/trunk/core/src/main/java/org/apache/any23/cli/package-info.java?rev=1304898&r1=1304897&r2=1304898&view=diff
==============================================================================
---
incubator/any23/trunk/core/src/main/java/org/apache/any23/cli/package-info.java
(original)
+++
incubator/any23/trunk/core/src/main/java/org/apache/any23/cli/package-info.java
Sat Mar 24 19:51:29 2012
@@ -16,6 +16,7 @@
*/
/**
- * TODO fillme
+ * This package contains some command-line utilities which allow users
+ * to use the main <i>Any23</i> features via <i>commandline</i> shell.
*/
-package org.apache.any23.cli;
+package org.apache.any23.cli;
\ No newline at end of file
Modified:
incubator/any23/trunk/core/src/main/java/org/apache/any23/configuration/package-info.java
URL:
http://svn.apache.org/viewvc/incubator/any23/trunk/core/src/main/java/org/apache/any23/configuration/package-info.java?rev=1304898&r1=1304897&r2=1304898&view=diff
==============================================================================
---
incubator/any23/trunk/core/src/main/java/org/apache/any23/configuration/package-info.java
(original)
+++
incubator/any23/trunk/core/src/main/java/org/apache/any23/configuration/package-info.java
Sat Mar 24 19:51:29 2012
@@ -16,6 +16,6 @@
*/
/**
- * TODO fillme
+ * This packages contains the <i>Any23</i> <i>Configuration</i> definition.
*/
-package org.apache.any23.configuration;
+package org.apache.any23.configuration;
\ No newline at end of file
Modified:
incubator/any23/trunk/core/src/main/java/org/apache/any23/encoding/package-info.java
URL:
http://svn.apache.org/viewvc/incubator/any23/trunk/core/src/main/java/org/apache/any23/encoding/package-info.java?rev=1304898&r1=1304897&r2=1304898&view=diff
==============================================================================
---
incubator/any23/trunk/core/src/main/java/org/apache/any23/encoding/package-info.java
(original)
+++
incubator/any23/trunk/core/src/main/java/org/apache/any23/encoding/package-info.java
Sat Mar 24 19:51:29 2012
@@ -16,6 +16,6 @@
*/
/**
- * TODO fillme
+ * This package defines utility classes for the <i>Encoding Detection</i>.
*/
package org.apache.any23.encoding;
Added:
incubator/any23/trunk/core/src/main/java/org/apache/any23/extractor/csv/package-info.java
URL:
http://svn.apache.org/viewvc/incubator/any23/trunk/core/src/main/java/org/apache/any23/extractor/csv/package-info.java?rev=1304898&view=auto
==============================================================================
---
incubator/any23/trunk/core/src/main/java/org/apache/any23/extractor/csv/package-info.java
(added)
+++
incubator/any23/trunk/core/src/main/java/org/apache/any23/extractor/csv/package-info.java
Sat Mar 24 19:51:29 2012
@@ -0,0 +1,22 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+/**
+ * This package contains the definition of a specific {@link
org.apache.any23.extractor.Extractor}
+ * for <i>CSV</i> files as specified on <a
href="http://www.ietf.org/rfc/rfc4180.txt">RFC 4180</a>.
+ */
+package org.apache.any23.extractor.csv;
\ No newline at end of file
Propchange:
incubator/any23/trunk/core/src/main/java/org/apache/any23/extractor/csv/package-info.java
------------------------------------------------------------------------------
svn:keywords = Date Rev Author Id
Added:
incubator/any23/trunk/core/src/main/java/org/apache/any23/extractor/html/annotations/package-info.java
URL:
http://svn.apache.org/viewvc/incubator/any23/trunk/core/src/main/java/org/apache/any23/extractor/html/annotations/package-info.java?rev=1304898&view=auto
==============================================================================
---
incubator/any23/trunk/core/src/main/java/org/apache/any23/extractor/html/annotations/package-info.java
(added)
+++
incubator/any23/trunk/core/src/main/java/org/apache/any23/extractor/html/annotations/package-info.java
Sat Mar 24 19:51:29 2012
@@ -0,0 +1,24 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+/**
+ * This package contains the annotations needed to describe the
+ * single nesting relations among different <a
href="http://microformats.org/">Microformats</a>.
+ *
+ * @see {@link org.apache.any23.extractor.html.MicroformatExtractor}
+ */
+package org.apache.any23.extractor.html.annotations;
\ No newline at end of file
Propchange:
incubator/any23/trunk/core/src/main/java/org/apache/any23/extractor/html/annotations/package-info.java
------------------------------------------------------------------------------
svn:keywords = Date Rev Author Id
Added:
incubator/any23/trunk/core/src/main/java/org/apache/any23/extractor/html/package-info.java
URL:
http://svn.apache.org/viewvc/incubator/any23/trunk/core/src/main/java/org/apache/any23/extractor/html/package-info.java?rev=1304898&view=auto
==============================================================================
---
incubator/any23/trunk/core/src/main/java/org/apache/any23/extractor/html/package-info.java
(added)
+++
incubator/any23/trunk/core/src/main/java/org/apache/any23/extractor/html/package-info.java
Sat Mar 24 19:51:29 2012
@@ -0,0 +1,24 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+/**
+ *
+ * All the various {@link org.apache.any23.extractor.Extractor} needed to
distill <i>RDF</i>
+ * from <a href="http://microformats.org/">Microformats</a> in HTML pages are
contained in this package.
+ *
+ */
+package org.apache.any23.extractor.html;
\ No newline at end of file
Propchange:
incubator/any23/trunk/core/src/main/java/org/apache/any23/extractor/html/package-info.java
------------------------------------------------------------------------------
svn:keywords = Date Rev Author Id
Added:
incubator/any23/trunk/core/src/main/java/org/apache/any23/extractor/microdata/package-info.java
URL:
http://svn.apache.org/viewvc/incubator/any23/trunk/core/src/main/java/org/apache/any23/extractor/microdata/package-info.java?rev=1304898&view=auto
==============================================================================
---
incubator/any23/trunk/core/src/main/java/org/apache/any23/extractor/microdata/package-info.java
(added)
+++
incubator/any23/trunk/core/src/main/java/org/apache/any23/extractor/microdata/package-info.java
Sat Mar 24 19:51:29 2012
@@ -0,0 +1,22 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+/**
+ * This package provides classes for dealing with
+ * <a href="http://www.w3.org/TR/microdata/">Microdata</a> extraction.
+ */
+package org.apache.any23.extractor.microdata;
\ No newline at end of file
Propchange:
incubator/any23/trunk/core/src/main/java/org/apache/any23/extractor/microdata/package-info.java
------------------------------------------------------------------------------
svn:keywords = Date Rev Author Id
Modified:
incubator/any23/trunk/core/src/main/java/org/apache/any23/extractor/package-info.java
URL:
http://svn.apache.org/viewvc/incubator/any23/trunk/core/src/main/java/org/apache/any23/extractor/package-info.java?rev=1304898&r1=1304897&r2=1304898&view=diff
==============================================================================
---
incubator/any23/trunk/core/src/main/java/org/apache/any23/extractor/package-info.java
(original)
+++
incubator/any23/trunk/core/src/main/java/org/apache/any23/extractor/package-info.java
Sat Mar 24 19:51:29 2012
@@ -16,6 +16,6 @@
*/
/**
- * TODO fillme
+ * This package contains classes and interfaces modeling the {@link Extractor}
<i>API</i>.
*/
-package org.apache.any23.extractor;
+package org.apache.any23.extractor;
\ No newline at end of file
Added:
incubator/any23/trunk/core/src/main/java/org/apache/any23/extractor/rdf/package-info.java
URL:
http://svn.apache.org/viewvc/incubator/any23/trunk/core/src/main/java/org/apache/any23/extractor/rdf/package-info.java?rev=1304898&view=auto
==============================================================================
---
incubator/any23/trunk/core/src/main/java/org/apache/any23/extractor/rdf/package-info.java
(added)
+++
incubator/any23/trunk/core/src/main/java/org/apache/any23/extractor/rdf/package-info.java
Sat Mar 24 19:51:29 2012
@@ -0,0 +1,22 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+/**
+ * This package contains the concrete implementations (and utilities classes)
+ * to perform the extraction from various RDF serialization formats.
+ */
+package org.apache.any23.extractor.rdf;
\ No newline at end of file
Propchange:
incubator/any23/trunk/core/src/main/java/org/apache/any23/extractor/rdf/package-info.java
------------------------------------------------------------------------------
svn:keywords = Date Rev Author Id
Added:
incubator/any23/trunk/core/src/main/java/org/apache/any23/extractor/rdfa/package-info.java
URL:
http://svn.apache.org/viewvc/incubator/any23/trunk/core/src/main/java/org/apache/any23/extractor/rdfa/package-info.java?rev=1304898&view=auto
==============================================================================
---
incubator/any23/trunk/core/src/main/java/org/apache/any23/extractor/rdfa/package-info.java
(added)
+++
incubator/any23/trunk/core/src/main/java/org/apache/any23/extractor/rdfa/package-info.java
Sat Mar 24 19:51:29 2012
@@ -0,0 +1,23 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+/**
+ * This package contains the definition of a specific
+ * {@link org.apache.any23.extractor.Extractor} for
+ * <a href="http://www.w3.org/TR/xhtml-rdfa-primer/">RDFa</a>.
+ */
+package org.apache.any23.extractor.rdfa;
\ No newline at end of file
Propchange:
incubator/any23/trunk/core/src/main/java/org/apache/any23/extractor/rdfa/package-info.java
------------------------------------------------------------------------------
svn:keywords = Date Rev Author Id
Added:
incubator/any23/trunk/core/src/main/java/org/apache/any23/extractor/xpath/package-info.java
URL:
http://svn.apache.org/viewvc/incubator/any23/trunk/core/src/main/java/org/apache/any23/extractor/xpath/package-info.java?rev=1304898&view=auto
==============================================================================
---
incubator/any23/trunk/core/src/main/java/org/apache/any23/extractor/xpath/package-info.java
(added)
+++
incubator/any23/trunk/core/src/main/java/org/apache/any23/extractor/xpath/package-info.java
Sat Mar 24 19:51:29 2012
@@ -0,0 +1,23 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+/**
+ * This package provides an <i>XPath</i> extractor able to generate <i>RDF</i>
statements
+ * from any <i>HTML</i> page on the basis of a set of specified rules and a
list of statement
+ * templates.
+ */
+package org.apache.any23.extractor.xpath;
\ No newline at end of file
Propchange:
incubator/any23/trunk/core/src/main/java/org/apache/any23/extractor/xpath/package-info.java
------------------------------------------------------------------------------
svn:keywords = Date Rev Author Id
Modified:
incubator/any23/trunk/core/src/main/java/org/apache/any23/filter/package-info.java
URL:
http://svn.apache.org/viewvc/incubator/any23/trunk/core/src/main/java/org/apache/any23/filter/package-info.java?rev=1304898&r1=1304897&r2=1304898&view=diff
==============================================================================
---
incubator/any23/trunk/core/src/main/java/org/apache/any23/filter/package-info.java
(original)
+++
incubator/any23/trunk/core/src/main/java/org/apache/any23/filter/package-info.java
Sat Mar 24 19:51:29 2012
@@ -16,6 +16,7 @@
*/
/**
- * TODO fillme
+ * This package defines specific {@link org.apache.any23.writer.TripleHandler}s
+ * able to filter document and triples that don't respect particular
conditions.
*/
-package org.apache.any23.filter;
+package org.apache.any23.filter;
\ No newline at end of file
Modified:
incubator/any23/trunk/core/src/main/java/org/apache/any23/http/package-info.java
URL:
http://svn.apache.org/viewvc/incubator/any23/trunk/core/src/main/java/org/apache/any23/http/package-info.java?rev=1304898&r1=1304897&r2=1304898&view=diff
==============================================================================
---
incubator/any23/trunk/core/src/main/java/org/apache/any23/http/package-info.java
(original)
+++
incubator/any23/trunk/core/src/main/java/org/apache/any23/http/package-info.java
Sat Mar 24 19:51:29 2012
@@ -16,6 +16,8 @@
*/
/**
- * TODO fillme
+ * This package contains classes and interfaces to implement a
+ * small multi-threaded <i>HTTP Client</i> used to fetch data
+ * sources.
*/
-package org.apache.any23.http;
+package org.apache.any23.http;
\ No newline at end of file
Modified:
incubator/any23/trunk/core/src/main/java/org/apache/any23/io/nquads/package-info.java
URL:
http://svn.apache.org/viewvc/incubator/any23/trunk/core/src/main/java/org/apache/any23/io/nquads/package-info.java?rev=1304898&r1=1304897&r2=1304898&view=diff
==============================================================================
---
incubator/any23/trunk/core/src/main/java/org/apache/any23/io/nquads/package-info.java
(original)
+++
incubator/any23/trunk/core/src/main/java/org/apache/any23/io/nquads/package-info.java
Sat Mar 24 19:51:29 2012
@@ -16,6 +16,7 @@
*/
/**
- * TODO fillme
+ * This package contains an <i>NQuads</i>
+ * parser and writer based on the <i><a
href="http://www.openrdf.org/">Sesame</a> API</i>.
*/
-package org.apache.any23.io.nquads;
+package org.apache.any23.io.nquads;
\ No newline at end of file
Modified:
incubator/any23/trunk/core/src/main/java/org/apache/any23/mime/package-info.java
URL:
http://svn.apache.org/viewvc/incubator/any23/trunk/core/src/main/java/org/apache/any23/mime/package-info.java?rev=1304898&r1=1304897&r2=1304898&view=diff
==============================================================================
---
incubator/any23/trunk/core/src/main/java/org/apache/any23/mime/package-info.java
(original)
+++
incubator/any23/trunk/core/src/main/java/org/apache/any23/mime/package-info.java
Sat Mar 24 19:51:29 2012
@@ -16,6 +16,6 @@
*/
/**
- * TODO fillme
+ * This package provides support for <code>MIME Type</code> data detection.
*/
-package org.apache.any23.mime;
+package org.apache.any23.mime;
\ No newline at end of file
Added:
incubator/any23/trunk/core/src/main/java/org/apache/any23/mime/purifier/package-info.java
URL:
http://svn.apache.org/viewvc/incubator/any23/trunk/core/src/main/java/org/apache/any23/mime/purifier/package-info.java?rev=1304898&view=auto
==============================================================================
---
incubator/any23/trunk/core/src/main/java/org/apache/any23/mime/purifier/package-info.java
(added)
+++
incubator/any23/trunk/core/src/main/java/org/apache/any23/mime/purifier/package-info.java
Sat Mar 24 19:51:29 2012
@@ -0,0 +1,23 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+/**
+ * This package contains all the logic to implement your own {@link
org.apache.any23.mime.purifier.Purifier}.
+ * Each {@link org.apache.any23.mime.purifier.Purifier} is responsible for
modifying the file <b>before</b>
+ * its <i>MIME type</i> is detected.
+ */
+package org.apache.any23.mime.purifier;
\ No newline at end of file
Propchange:
incubator/any23/trunk/core/src/main/java/org/apache/any23/mime/purifier/package-info.java
------------------------------------------------------------------------------
svn:keywords = Date Rev Author Id
Modified:
incubator/any23/trunk/core/src/main/java/org/apache/any23/package-info.java
URL:
http://svn.apache.org/viewvc/incubator/any23/trunk/core/src/main/java/org/apache/any23/package-info.java?rev=1304898&r1=1304897&r2=1304898&view=diff
==============================================================================
--- incubator/any23/trunk/core/src/main/java/org/apache/any23/package-info.java
(original)
+++ incubator/any23/trunk/core/src/main/java/org/apache/any23/package-info.java
Sat Mar 24 19:51:29 2012
@@ -16,6 +16,7 @@
*/
/**
- * TODO fillme
+ * The <i>Any23</i> root package defines the {@link org.apache.any23.Any23}
+ * library facade and auxiliary classes.
*/
-package org.apache.any23;
+package org.apache.any23;
\ No newline at end of file
Modified:
incubator/any23/trunk/core/src/main/java/org/apache/any23/plugin/package-info.java
URL:
http://svn.apache.org/viewvc/incubator/any23/trunk/core/src/main/java/org/apache/any23/plugin/package-info.java?rev=1304898&r1=1304897&r2=1304898&view=diff
==============================================================================
---
incubator/any23/trunk/core/src/main/java/org/apache/any23/plugin/package-info.java
(original)
+++
incubator/any23/trunk/core/src/main/java/org/apache/any23/plugin/package-info.java
Sat Mar 24 19:51:29 2012
@@ -16,6 +16,6 @@
*/
/**
- * TODO fillme
+ * This package provides <i>Plugin Management</i> support for <i>Any23</i>.
*/
-package org.apache.any23.plugin;
+package org.apache.any23.plugin;
\ No newline at end of file
Modified:
incubator/any23/trunk/core/src/main/java/org/apache/any23/rdf/package-info.java
URL:
http://svn.apache.org/viewvc/incubator/any23/trunk/core/src/main/java/org/apache/any23/rdf/package-info.java?rev=1304898&r1=1304897&r2=1304898&view=diff
==============================================================================
---
incubator/any23/trunk/core/src/main/java/org/apache/any23/rdf/package-info.java
(original)
+++
incubator/any23/trunk/core/src/main/java/org/apache/any23/rdf/package-info.java
Sat Mar 24 19:51:29 2012
@@ -16,6 +16,7 @@
*/
/**
- * TODO fillme
+ * This package provides some utility classes to manage
+ * <i>RDF</i> models and prefixes.
*/
-package org.apache.any23.rdf;
+package org.apache.any23.rdf;
\ No newline at end of file
Modified:
incubator/any23/trunk/core/src/main/java/org/apache/any23/source/package-info.java
URL:
http://svn.apache.org/viewvc/incubator/any23/trunk/core/src/main/java/org/apache/any23/source/package-info.java?rev=1304898&r1=1304897&r2=1304898&view=diff
==============================================================================
---
incubator/any23/trunk/core/src/main/java/org/apache/any23/source/package-info.java
(original)
+++
incubator/any23/trunk/core/src/main/java/org/apache/any23/source/package-info.java
Sat Mar 24 19:51:29 2012
@@ -16,6 +16,7 @@
*/
/**
- * TODO fillme
+ * Package containing some auxiliary classes to handle different types
+ * of {@link java.io.InputStream} sources.
*/
package org.apache.any23.source;
Modified:
incubator/any23/trunk/core/src/main/java/org/apache/any23/util/package-info.java
URL:
http://svn.apache.org/viewvc/incubator/any23/trunk/core/src/main/java/org/apache/any23/util/package-info.java?rev=1304898&r1=1304897&r2=1304898&view=diff
==============================================================================
---
incubator/any23/trunk/core/src/main/java/org/apache/any23/util/package-info.java
(original)
+++
incubator/any23/trunk/core/src/main/java/org/apache/any23/util/package-info.java
Sat Mar 24 19:51:29 2012
@@ -16,6 +16,6 @@
*/
/**
- * TODO fillme
+ * This package collects a set of internal library utility classes.
*/
package org.apache.any23.util;
Modified:
incubator/any23/trunk/core/src/main/java/org/apache/any23/validator/package-info.java
URL:
http://svn.apache.org/viewvc/incubator/any23/trunk/core/src/main/java/org/apache/any23/validator/package-info.java?rev=1304898&r1=1304897&r2=1304898&view=diff
==============================================================================
---
incubator/any23/trunk/core/src/main/java/org/apache/any23/validator/package-info.java
(original)
+++
incubator/any23/trunk/core/src/main/java/org/apache/any23/validator/package-info.java
Sat Mar 24 19:51:29 2012
@@ -16,6 +16,9 @@
*/
/**
- * TODO fillme
+ * This package defines a simple rule based validation framework able to detect
+ * ({@link org.apache.any23.validator.Rule}) and fix
+ * ({@link org.apache.any23.validator.Fix}) common mistakes that can be present
+ * within an <i>HTML</i> DOM model and that can prevent the extraction of
metadata.
*/
-package org.apache.any23.validator;
+package org.apache.any23.validator;
\ No newline at end of file
Added:
incubator/any23/trunk/core/src/main/java/org/apache/any23/validator/rule/package-info.java
URL:
http://svn.apache.org/viewvc/incubator/any23/trunk/core/src/main/java/org/apache/any23/validator/rule/package-info.java?rev=1304898&view=auto
==============================================================================
---
incubator/any23/trunk/core/src/main/java/org/apache/any23/validator/rule/package-info.java
(added)
+++
incubator/any23/trunk/core/src/main/java/org/apache/any23/validator/rule/package-info.java
Sat Mar 24 19:51:29 2012
@@ -0,0 +1,22 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+/**
+ * A set of predefined validation {@link org.apache.any23.validator.Rule}s
+ * and associated {@link org.apache.any23.validator.Fix}es.
+ */
+package org.apache.any23.validator.rule;
\ No newline at end of file
Propchange:
incubator/any23/trunk/core/src/main/java/org/apache/any23/validator/rule/package-info.java
------------------------------------------------------------------------------
svn:keywords = Date Rev Author Id
Modified:
incubator/any23/trunk/core/src/main/java/org/apache/any23/vocab/package-info.java
URL:
http://svn.apache.org/viewvc/incubator/any23/trunk/core/src/main/java/org/apache/any23/vocab/package-info.java?rev=1304898&r1=1304897&r2=1304898&view=diff
==============================================================================
---
incubator/any23/trunk/core/src/main/java/org/apache/any23/vocab/package-info.java
(original)
+++
incubator/any23/trunk/core/src/main/java/org/apache/any23/vocab/package-info.java
Sat Mar 24 19:51:29 2012
@@ -16,6 +16,6 @@
*/
/**
- * TODO fillme
+ * This package defines the main ontologies used by <i>Any23</i>.
*/
-package org.apache.any23.vocab;
+package org.apache.any23.vocab;
\ No newline at end of file
Modified:
incubator/any23/trunk/core/src/main/java/org/apache/any23/writer/package-info.java
URL:
http://svn.apache.org/viewvc/incubator/any23/trunk/core/src/main/java/org/apache/any23/writer/package-info.java?rev=1304898&r1=1304897&r2=1304898&view=diff
==============================================================================
---
incubator/any23/trunk/core/src/main/java/org/apache/any23/writer/package-info.java
(original)
+++
incubator/any23/trunk/core/src/main/java/org/apache/any23/writer/package-info.java
Sat Mar 24 19:51:29 2012
@@ -16,6 +16,7 @@
*/
/**
- * TODO fillme
+ * This package collects a set of {@link org.apache.any23.writer.TripleHandler}
+ * decorators and specific <i>RDF</i> format writers.
*/
-package org.apache.any23.writer;
+package org.apache.any23.writer;
\ No newline at end of file
Added:
incubator/any23/trunk/core/src/test/java/org/apache/any23/extractor/example/package-info.java
URL:
http://svn.apache.org/viewvc/incubator/any23/trunk/core/src/test/java/org/apache/any23/extractor/example/package-info.java?rev=1304898&view=auto
==============================================================================
---
incubator/any23/trunk/core/src/test/java/org/apache/any23/extractor/example/package-info.java
(added)
+++
incubator/any23/trunk/core/src/test/java/org/apache/any23/extractor/example/package-info.java
Sat Mar 24 19:51:29 2012
@@ -0,0 +1,22 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+/**
+ * Package containing just a simple
+ * {@link org.apache.any23.extractor.example.ExampleExtractor} example.
+ */
+package org.apache.any23.extractor.example;
\ No newline at end of file
Propchange:
incubator/any23/trunk/core/src/test/java/org/apache/any23/extractor/example/package-info.java
------------------------------------------------------------------------------
svn:keywords = Date Rev Author Id
Modified:
incubator/any23/trunk/plugins/basic-crawler/src/main/java/org/apache/any23/plugin/crawler/package-info.java
URL:
http://svn.apache.org/viewvc/incubator/any23/trunk/plugins/basic-crawler/src/main/java/org/apache/any23/plugin/crawler/package-info.java?rev=1304898&r1=1304897&r2=1304898&view=diff
==============================================================================
---
incubator/any23/trunk/plugins/basic-crawler/src/main/java/org/apache/any23/plugin/crawler/package-info.java
(original)
+++
incubator/any23/trunk/plugins/basic-crawler/src/main/java/org/apache/any23/plugin/crawler/package-info.java
Sat Mar 24 19:51:29 2012
@@ -16,6 +16,7 @@
*/
/**
- * TODO fillme
+ * <i>Commandline</i> extension of {@link org.apache.any23.cli.Rover} able
+ * to extract semantic content from an entire <i>site</i>.
*/
package org.apache.any23.plugin.crawler;
Modified:
incubator/any23/trunk/plugins/html-scraper/src/main/java/org/apache/any23/plugin/htmlscraper/package-info.java
URL:
http://svn.apache.org/viewvc/incubator/any23/trunk/plugins/html-scraper/src/main/java/org/apache/any23/plugin/htmlscraper/package-info.java?rev=1304898&r1=1304897&r2=1304898&view=diff
==============================================================================
---
incubator/any23/trunk/plugins/html-scraper/src/main/java/org/apache/any23/plugin/htmlscraper/package-info.java
(original)
+++
incubator/any23/trunk/plugins/html-scraper/src/main/java/org/apache/any23/plugin/htmlscraper/package-info.java
Sat Mar 24 19:51:29 2012
@@ -16,6 +16,7 @@
*/
/**
- * TODO fillme
+ * The {@link HTMLScraperExtractor} is a special extractor
+ * to scrape textual content from a generic <i>HTML</i> pages.
*/
package org.apache.any23.plugin.htmlscraper;
Added:
incubator/any23/trunk/plugins/office-scraper/src/main/java/org/apache/any23/plugin/officescraper/package-info.java
URL:
http://svn.apache.org/viewvc/incubator/any23/trunk/plugins/office-scraper/src/main/java/org/apache/any23/plugin/officescraper/package-info.java?rev=1304898&view=auto
==============================================================================
---
incubator/any23/trunk/plugins/office-scraper/src/main/java/org/apache/any23/plugin/officescraper/package-info.java
(added)
+++
incubator/any23/trunk/plugins/office-scraper/src/main/java/org/apache/any23/plugin/officescraper/package-info.java
Sat Mar 24 19:51:29 2012
@@ -0,0 +1,22 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+/**
+ * This package defines a set of {@link org.apache.any23.extractor.Extractor}s
+ * able to extract metadata from various <i>Microsoft Office</i> documents.
+ */
+package org.apache.any23.plugin.officescraper;
\ No newline at end of file
Modified:
incubator/any23/trunk/service/src/main/java/org/apache/any23/servlet/conneg/package-info.java
URL:
http://svn.apache.org/viewvc/incubator/any23/trunk/service/src/main/java/org/apache/any23/servlet/conneg/package-info.java?rev=1304898&r1=1304897&r2=1304898&view=diff
==============================================================================
---
incubator/any23/trunk/service/src/main/java/org/apache/any23/servlet/conneg/package-info.java
(original)
+++
incubator/any23/trunk/service/src/main/java/org/apache/any23/servlet/conneg/package-info.java
Sat Mar 24 19:51:29 2012
@@ -16,6 +16,6 @@
*/
/**
- * TODO fillme
+ * This package provides the <i>Any23</i> content type negotiator.
*/
-package org.apache.any23.servlet.conneg;
+package org.apache.any23.servlet.conneg;
\ No newline at end of file
Modified:
incubator/any23/trunk/service/src/main/java/org/apache/any23/servlet/package-info.java
URL:
http://svn.apache.org/viewvc/incubator/any23/trunk/service/src/main/java/org/apache/any23/servlet/package-info.java?rev=1304898&r1=1304897&r2=1304898&view=diff
==============================================================================
---
incubator/any23/trunk/service/src/main/java/org/apache/any23/servlet/package-info.java
(original)
+++
incubator/any23/trunk/service/src/main/java/org/apache/any23/servlet/package-info.java
Sat Mar 24 19:51:29 2012
@@ -16,6 +16,7 @@
*/
/**
- * TODO fillme
+ * The package defines a servlet exposing <i>Any23</i>
+ * as a <i>REST</i> Service.
*/
-package org.apache.any23.servlet;
+package org.apache.any23.servlet;
\ No newline at end of file