You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@any23.apache.org by si...@apache.org on 2012/01/13 16:08:42 UTC

svn commit: r1231120 - in /incubator/any23/trunk/src/site/apt: any23-plugins.apt dev-data-extraction.apt getting-started.apt index.apt supported-formats.apt

Author: simonetripodi
Date: Fri Jan 13 15:08:41 2012
New Revision: 1231120

URL: http://svn.apache.org/viewvc?rev=1231120&view=rev
Log:
s/.deri./.apache.

Modified:
    incubator/any23/trunk/src/site/apt/any23-plugins.apt
    incubator/any23/trunk/src/site/apt/dev-data-extraction.apt
    incubator/any23/trunk/src/site/apt/getting-started.apt
    incubator/any23/trunk/src/site/apt/index.apt
    incubator/any23/trunk/src/site/apt/supported-formats.apt

Modified: incubator/any23/trunk/src/site/apt/any23-plugins.apt
URL: http://svn.apache.org/viewvc/incubator/any23/trunk/src/site/apt/any23-plugins.apt?rev=1231120&r1=1231119&r2=1231120&view=diff
==============================================================================
--- incubator/any23/trunk/src/site/apt/any23-plugins.apt (original)
+++ incubator/any23/trunk/src/site/apt/any23-plugins.apt Fri Jan 13 15:08:41 2012
@@ -48,7 +48,7 @@ Apache Any23 Plugins
 
    * implementing the {{{./xref/org/apache/any23/plugin/ExtractorPlugin.html}ExtractorPlugin}} interface;
 
-   * packaged under <<org.deri.any23.plugin>> .
+   * packaged under <<org.apache.any23.plugin>> .
 
    An example of plugin is defined below.
 
@@ -81,7 +81,7 @@ public class HTMLScraperPlugin implement
 
    * implementing the {{{./xref/org/apache/any23/cli/Tool.html}Tool}} interface;
 
-   * packaged under <<org.deri.any23.cli>> .
+   * packaged under <<org.apache.any23.cli>> .
 
    An example of plugin is defined below.
 

Modified: incubator/any23/trunk/src/site/apt/dev-data-extraction.apt
URL: http://svn.apache.org/viewvc/incubator/any23/trunk/src/site/apt/dev-data-extraction.apt?rev=1231120&r1=1231119&r2=1231120&view=diff
==============================================================================
--- incubator/any23/trunk/src/site/apt/dev-data-extraction.apt (original)
+++ incubator/any23/trunk/src/site/apt/dev-data-extraction.apt Fri Jan 13 15:08:41 2012
@@ -72,7 +72,7 @@ _:node14r93a8dex1 .
 Filter Out Accidental Triples
 
    To remove accidental triples <<Apache Any23>> provides a set of useful filters, located
-   within the <<org.deri.any23.filter>> package.
+   within the <<org.apache.any23.filter>> package.
 
    The filter {{{./xref/org/apache/any23/filter/IgnoreTitlesOfEmptyDocuments.html}IgnoreTitlesOfEmptyDocuments}}
    removes triples generated by the {{{./xref/org/apache/any23/extractor/html/TitleExtractor.html}TitleExtractor}}

Modified: incubator/any23/trunk/src/site/apt/getting-started.apt
URL: http://svn.apache.org/viewvc/incubator/any23/trunk/src/site/apt/getting-started.apt?rev=1231120&r1=1231119&r2=1231120&view=diff
==============================================================================
--- incubator/any23/trunk/src/site/apt/getting-started.apt (original)
+++ incubator/any23/trunk/src/site/apt/getting-started.apt Fri Jan 13 15:08:41 2012
@@ -149,29 +149,29 @@ Usage:
 
 +--------------------------------------
 any23-core/bin$ ./any23tools ExtractorDocumentation -list
-                      csv [class org.deri.any23.extractor.csv.CSVExtractor]
-           html-head-icbm [class org.deri.any23.extractor.html.ICBMExtractor]
-          html-head-links [class org.deri.any23.extractor.html.HeadLinkExtractor]
-          html-head-title [class org.deri.any23.extractor.html.TitleExtractor]
-              html-mf-adr [class org.deri.any23.extractor.html.AdrExtractor]
-              html-mf-geo [class org.deri.any23.extractor.html.GeoExtractor]
-        html-mf-hcalendar [class org.deri.any23.extractor.html.HCalendarExtractor]
-            html-mf-hcard [class org.deri.any23.extractor.html.HCardExtractor]
-         html-mf-hlisting [class org.deri.any23.extractor.html.HListingExtractor]
-          html-mf-hrecipe [class org.deri.any23.extractor.html.HRecipeExtractor]
-          html-mf-hresume [class org.deri.any23.extractor.html.HResumeExtractor]
-          html-mf-hreview [class org.deri.any23.extractor.html.HReviewExtractor]
-          html-mf-license [class org.deri.any23.extractor.html.LicenseExtractor]
-          html-mf-species [class org.deri.any23.extractor.html.SpeciesExtractor]
-              html-mf-xfn [class org.deri.any23.extractor.html.XFNExtractor]
-           html-microdata [class org.deri.any23.extractor.microdata.MicrodataExtractor]
-              html-rdfa11 [class org.deri.any23.extractor.rdfa.RDFa11Extractor]
-       html-script-turtle [class org.deri.any23.extractor.html.TurtleHTMLExtractor]
-                   rdf-nq [class org.deri.any23.extractor.rdf.NQuadsExtractor]
-                   rdf-nt [class org.deri.any23.extractor.rdf.NTriplesExtractor]
-                 rdf-trix [class org.deri.any23.extractor.rdf.TriXExtractor]
-               rdf-turtle [class org.deri.any23.extractor.rdf.TurtleExtractor]
-                  rdf-xml [class org.deri.any23.extractor.rdf.RDFXMLExtractor]
+                      csv [class org.apache.any23.extractor.csv.CSVExtractor]
+           html-head-icbm [class org.apache.any23.extractor.html.ICBMExtractor]
+          html-head-links [class org.apache.any23.extractor.html.HeadLinkExtractor]
+          html-head-title [class org.apache.any23.extractor.html.TitleExtractor]
+              html-mf-adr [class org.apache.any23.extractor.html.AdrExtractor]
+              html-mf-geo [class org.apache.any23.extractor.html.GeoExtractor]
+        html-mf-hcalendar [class org.apache.any23.extractor.html.HCalendarExtractor]
+            html-mf-hcard [class org.apache.any23.extractor.html.HCardExtractor]
+         html-mf-hlisting [class org.apache.any23.extractor.html.HListingExtractor]
+          html-mf-hrecipe [class org.apache.any23.extractor.html.HRecipeExtractor]
+          html-mf-hresume [class org.apache.any23.extractor.html.HResumeExtractor]
+          html-mf-hreview [class org.apache.any23.extractor.html.HReviewExtractor]
+          html-mf-license [class org.apache.any23.extractor.html.LicenseExtractor]
+          html-mf-species [class org.apache.any23.extractor.html.SpeciesExtractor]
+              html-mf-xfn [class org.apache.any23.extractor.html.XFNExtractor]
+           html-microdata [class org.apache.any23.extractor.microdata.MicrodataExtractor]
+              html-rdfa11 [class org.apache.any23.extractor.rdfa.RDFa11Extractor]
+       html-script-turtle [class org.apache.any23.extractor.html.TurtleHTMLExtractor]
+                   rdf-nq [class org.apache.any23.extractor.rdf.NQuadsExtractor]
+                   rdf-nt [class org.apache.any23.extractor.rdf.NTriplesExtractor]
+                 rdf-trix [class org.apache.any23.extractor.rdf.TriXExtractor]
+               rdf-turtle [class org.apache.any23.extractor.rdf.TurtleExtractor]
+                  rdf-xml [class org.apache.any23.extractor.rdf.RDFXMLExtractor]
 +--------------------------------------
 
 ** MicrodataParser

Modified: incubator/any23/trunk/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/incubator/any23/trunk/src/site/apt/index.apt?rev=1231120&r1=1231119&r2=1231120&view=diff
==============================================================================
--- incubator/any23/trunk/src/site/apt/index.apt (original)
+++ incubator/any23/trunk/src/site/apt/index.apt Fri Jan 13 15:08:41 2012
@@ -53,7 +53,7 @@ Introduction to Apache Any23
 * Acknowledgements
 
     The original code base comes from open-sourcing the <"RDFizer"> component of the {{{http://www.sindice.com}Sindice}}
-    search engine. The project is supported by {{{http://www.deri.ie/}DERI, NUI Galway}},
+    search engine. The project is supported by {{{http://www.apache.ie/}DERI, NUI Galway}},
     {{{http://wed.fbk.eu/en/home}Web of Data - FBK}} and the {{{http://www.okkam.org/}OKKAM project (ICT-215032)}}.
     Individual developers who have contributed to <<any23>> include:
     Michele Catasta, Richard Cyganiak, Michele Mostarda, Davide Palmisano, Gabriele Renzi, Juergen Umbrich.

Modified: incubator/any23/trunk/src/site/apt/supported-formats.apt
URL: http://svn.apache.org/viewvc/incubator/any23/trunk/src/site/apt/supported-formats.apt?rev=1231120&r1=1231119&r2=1231120&view=diff
==============================================================================
--- incubator/any23/trunk/src/site/apt/supported-formats.apt (original)
+++ incubator/any23/trunk/src/site/apt/supported-formats.apt Fri Jan 13 15:08:41 2012
@@ -16,7 +16,7 @@ Supported Formats in Apache Any23
 
    * <<N-Triples>> <<Apache Any23>> fully supports the {{{http://www.w3.org/TR/rdf-testcases/#ntriples}N-Triples}} specification.
 
-   * <<N-Quads>> <<Apache Any23>> fully supports the {{{http://sw.deri.org/2008/07/n-quads/}N-Quads}} specification.
+   * <<N-Quads>> <<Apache Any23>> fully supports the {{{http://sw.apache.org/2008/07/n-quads/}N-Quads}} specification.
 
    * <<RDF/XML>> <<Apache Any23>> fully supports the {{{http://www.w3.org/TR/rdf-syntax-grammar/}RDF/XML}} specification.
 
@@ -30,7 +30,7 @@ Supported Formats in Apache Any23
 
    * <<N-Triples>> <<Apache Any23>> is able to produce output in {{{http://www.w3.org/TR/rdf-testcases/#ntriples}N-Triples}}.
 
-   * <<N-Quads>> <<Apache Any23>> is able to produce output in {{{http://sw.deri.org/2008/07/n-quads/}N-Quads}}.
+   * <<N-Quads>> <<Apache Any23>> is able to produce output in {{{http://sw.apache.org/2008/07/n-quads/}N-Quads}}.
 
    * <<RDF/XML>> <<Apache Any23>> is able to produce output in {{{http://www.w3.org/TR/rdf-syntax-grammar/}RDF/XML}}.