You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@any23.apache.org by le...@apache.org on 2014/10/29 19:43:31 UTC

svn commit: r1635254 - /any23/site/index.html

Author: lewismc
Date: Wed Oct 29 18:43:31 2014
New Revision: 1635254

URL: http://svn.apache.org/r1635254
Log:
Update redirect to any23-vm.apache.org

Modified:
    any23/site/index.html

Modified: any23/site/index.html
URL: http://svn.apache.org/viewvc/any23/site/index.html?rev=1635254&r1=1635253&r2=1635254&view=diff
==============================================================================
--- any23/site/index.html (original)
+++ any23/site/index.html Wed Oct 29 18:43:31 2014
@@ -4,383 +4,469 @@
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-  <head>
-    <meta charset="UTF-8" />
-    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="author" content="The Apache Software Foundation" />
-    <meta name="Date-Revision-yyyymmdd" content="20131103" />
-    <meta http-equiv="Content-Language" content="en" />
-    <title>Apache Any23 - Apache Any23 - Introduction</title>
-    <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
-    <link rel="stylesheet" href="./css/site.css" />
-    <link rel="stylesheet" href="./css/print.css" media="print" />
-      
-    <script type="text/javascript" src="./js/apache-maven-fluido-1.3.0.min.js"></script>
+<head>
+<meta charset="UTF-8" />
+<meta name="viewport" content="width=device-width, initial-scale=1.0" />
+<meta name="author" content="The Apache Software Foundation" />
+<meta name="Date-Revision-yyyymmdd" content="20131103" />
+<meta http-equiv="Content-Language" content="en" />
+<title>Apache Any23 - Apache Any23 - Introduction</title>
+<link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
+<link rel="stylesheet" href="./css/site.css" />
+<link rel="stylesheet" href="./css/print.css" media="print" />
+
+<script type="text/javascript"
+  src="./js/apache-maven-fluido-1.3.0.min.js"></script>
 
 <style type="text/css">
 .classname {
-	-moz-box-shadow:inset 0px 1px 0px 0px #f9eca0;
-	-webkit-box-shadow:inset 0px 1px 0px 0px #f9eca0;
-	box-shadow:inset 0px 1px 0px 0px #f9eca0;
-	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f0c911), color-stop(1, #f2ab1e) );
-	background:-moz-linear-gradient( center top, #f0c911 5%, #f2ab1e 100% );
-	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0c911', endColorstr='#f2ab1e');
-	background-color:#f0c911;
-	-webkit-border-top-left-radius:37px;
-	-moz-border-radius-topleft:37px;
-	border-top-left-radius:37px;
-	-webkit-border-top-right-radius:0px;
-	-moz-border-radius-topright:0px;
-	border-top-right-radius:0px;
-	-webkit-border-bottom-right-radius:37px;
-	-moz-border-radius-bottomright:37px;
-	border-bottom-right-radius:37px;
-	-webkit-border-bottom-left-radius:0px;
-	-moz-border-radius-bottomleft:0px;
-	border-bottom-left-radius:0px;
-	text-indent:0;
-	border:1px solid #e65f44;
-	display:inline-block;
-	color:#c92200;
-	font-family:Arial;
-	font-size:15px;
-	font-weight:bold;
-	font-style:italic;
-	height:50px;
-	line-height:50px;
-	width:161px;
-	text-decoration:none;
-	text-align:center;
-	text-shadow:1px 1px 0px #ded17c;
+	-moz-box-shadow: inset 0px 1px 0px 0px #f9eca0;
+	-webkit-box-shadow: inset 0px 1px 0px 0px #f9eca0;
+	box-shadow: inset 0px 1px 0px 0px #f9eca0;
+	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f0c911
+		), color-stop(1, #f2ab1e));
+	background: -moz-linear-gradient(center top, #f0c911 5%, #f2ab1e 100%);
+	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0c911',
+		endColorstr='#f2ab1e');
+	background-color: #f0c911;
+	-webkit-border-top-left-radius: 37px;
+	-moz-border-radius-topleft: 37px;
+	border-top-left-radius: 37px;
+	-webkit-border-top-right-radius: 0px;
+	-moz-border-radius-topright: 0px;
+	border-top-right-radius: 0px;
+	-webkit-border-bottom-right-radius: 37px;
+	-moz-border-radius-bottomright: 37px;
+	border-bottom-right-radius: 37px;
+	-webkit-border-bottom-left-radius: 0px;
+	-moz-border-radius-bottomleft: 0px;
+	border-bottom-left-radius: 0px;
+	text-indent: 0;
+	border: 1px solid #e65f44;
+	display: inline-block;
+	color: #c92200;
+	font-family: Arial;
+	font-size: 15px;
+	font-weight: bold;
+	font-style: italic;
+	height: 50px;
+	line-height: 50px;
+	width: 161px;
+	text-decoration: none;
+	text-align: center;
+	text-shadow: 1px 1px 0px #ded17c;
 }
+
 .classname:hover {
-	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f2ab1e), color-stop(1, #f0c911) );
-	background:-moz-linear-gradient( center top, #f2ab1e 5%, #f0c911 100% );
-	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2ab1e', endColorstr='#f0c911');
-	background-color:#f2ab1e;
-}.classname:active {
-	position:relative;
-	top:1px;
-}</style>
-    
-            </head>
-        <body class="topBarDisabled">
-          
-        
-    
-        <div class="container-fluid">
-          <div id="banner">
-        <div class="pull-left">
-                                                  <a href="index.html" id="bannerLeft">
-                                                                                                <img src="images/logo-any23.png"  alt="Apache Any23: Anything to Triples"/>
-                </a>
-                      </div>
-        <div class="pull-right">                  <a href="http://www.apache.org/" id="bannerRight">
-                                                                                        <img src="http://www.apache.org/images/feather-small.gif"  alt="Apache Any23"/>
-                </a>
+	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f2ab1e
+		), color-stop(1, #f0c911));
+	background: -moz-linear-gradient(center top, #f2ab1e 5%, #f0c911 100%);
+	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2ab1e',
+		endColorstr='#f0c911');
+	background-color: #f2ab1e;
+}
+
+.classname:active {
+	position: relative;
+	top: 1px;
+}
+</style>
+
+</head>
+<body class="topBarDisabled">
+
+
+
+  <div class="container-fluid">
+    <div id="banner">
+      <div class="pull-left">
+        <a href="index.html" id="bannerLeft"> <img
+          src="images/logo-any23.png"
+          alt="Apache Any23: Anything to Triples" />
+        </a>
       </div>
-        <div class="clear"><hr/></div>
+      <div class="pull-right">
+        <a href="http://www.apache.org/" id="bannerRight"> <img
+          src="http://www.apache.org/images/feather-small.gif"
+          alt="Apache Any23" />
+        </a>
       </div>
-
-      <div id="breadcrumbs">
-        <ul class="breadcrumb">
-                
-                    
-                  <li id="publishDate">Last Published: 2013-11-03</li>
-                  <li class="divider">|</li> <li id="projectVersion">Version: 0.9.1-SNAPSHOT</li>
-                      
-                
-                    
-      
-                            </ul>
+      <div class="clear">
+        <hr />
       </div>
+    </div>
 
-            
-      <div class="row-fluid">
-        <div id="leftColumn" class="span3">
-          <div class="well sidebar-nav">
-                
-                    
-                <ul class="nav nav-list">
-                    <li class="nav-header">Apache Any23</li>
-                                
-      <li class="active">
-    
-            <a href="#"><i class="none"></i>Introduction</a>
-          </li>
-                                                                                                                                                              
-      <li>
-    
-                          <a href="download.html" title="Downloads">
-          <i class="icon-chevron-right"></i>
-        Downloads</a>
-                  </li>
-                  
-      <li>
-    
-                          <a href="install.html" title="Install">
-          <i class="none"></i>
-        Install</a>
-            </li>
-                              <li class="nav-header">Documentation</li>
-                                
-      <li>
-    
-                          <a href="getting-started.html" title="Getting Started">
-          <i class="none"></i>
-        Getting Started</a>
-            </li>
-                  
-      <li>
-    
-                          <a href="supported-formats.html" title="Supported Formats">
-          <i class="none"></i>
-        Supported Formats</a>
-            </li>
-                  
-      <li>
-    
-                          <a href="extractors.html" title="Extractors">
-          <i class="none"></i>
-        Extractors</a>
-            </li>
-                  
-      <li>
-    
-                          <a href="configuration.html" title="Configuration">
-          <i class="none"></i>
-        Configuration</a>
-            </li>
-                  
-      <li>
-    
-                          <a href="service.html" title="REST Service">
-          <i class="none"></i>
-        REST Service</a>
-            </li>
-                  
-      <li>
-    
-                          <a href="any23-plugins.html" title="Any23 Plugins">
-          <i class="none"></i>
-        Any23 Plugins</a>
-            </li>
-                  
-      <li>
-    
-                          <a href="apidocs/index.html" title="APIs Doc">
-          <i class="none"></i>
-        APIs Doc</a>
-            </li>
-                                                                                                                                                                                                                    
-      <li>
-    
-                          <a href="developers.html" title="Developers Guide">
-          <i class="icon-chevron-right"></i>
-        Developers Guide</a>
-                  </li>
-                              <li class="nav-header">Project Documentation</li>
-                                                                                                                                                                                                        
-      <li>
-    
-                          <a href="project-info.html" title="Project Information">
-          <i class="icon-chevron-down"></i>
-        Project Information</a>
-                    <ul class="nav nav-list">
-                      
-      <li class="active">
-    
-            <a href="#"><i class="none"></i>About</a>
-          </li>
-                      
-      <li>
-    
-                          <a href="mail-lists.html" title="Mailing Lists">
-          <i class="none"></i>
-        Mailing Lists</a>
-            </li>
-                      
-      <li>
-    
-                          <a href="team-list.html" title="Project Team">
-          <i class="none"></i>
-        Project Team</a>
-            </li>
-                      
-      <li>
-    
-                          <a href="source-repository.html" title="Source Repository">
-          <i class="none"></i>
-        Source Repository</a>
-            </li>
-                      
-      <li>
-    
-                          <a href="integration.html" title="Continuous Integration">
-          <i class="none"></i>
-        Continuous Integration</a>
-            </li>
-                      
-      <li>
-    
-                          <a href="issue-tracking.html" title="Issue Tracking">
-          <i class="none"></i>
-        Issue Tracking</a>
-            </li>
-                      
-      <li>
-    
-                          <a href="license.html" title="Project License">
-          <i class="none"></i>
-        Project License</a>
-            </li>
-              </ul>
-        </li>
-                                                                    
-      <li>
-    
-                          <a href="project-reports.html" title="Project Reports">
-          <i class="icon-chevron-right"></i>
-        Project Reports</a>
-                  </li>
-                              <li class="nav-header">Misc</li>
-                                
-      <li>
-    
-                          <a href="acknowledgements.html" title="Acknowledgements">
-          <i class="none"></i>
-        Acknowledgements</a>
-            </li>
-                  
-      <li>
-    
-                          <a href="poweredby.html" title="PoweredBy">
-          <i class="none"></i>
-        PoweredBy</a>
-            </li>
-                              <li class="nav-header">ASF</li>
-                                
-      <li>
-    
-                          <a href="http://www.apache.org/foundation/how-it-works.html" class="externalLink" title="How Apache Works">
-          <i class="none"></i>
-        How Apache Works</a>
-            </li>
-                  
-      <li>
-    
-                          <a href="http://www.apache.org/foundation/" class="externalLink" title="Foundation">
-          <i class="none"></i>
-        Foundation</a>
-            </li>
-                  
-      <li>
-    
-                          <a href="http://www.apache.org/foundation/sponsorship.html" class="externalLink" title="Sponsoring Apache">
-          <i class="none"></i>
-        Sponsoring Apache</a>
-            </li>
-                  
-      <li>
-    
-                          <a href="http://www.apache.org/foundation/thanks.html" class="externalLink" title="Thanks">
-          <i class="none"></i>
-        Thanks</a>
+    <div id="breadcrumbs">
+      <ul class="breadcrumb">
+
+
+        <li id="publishDate">Last Published: 2013-11-03</li>
+        <li class="divider">|</li>
+        <li id="projectVersion">Version: 1.1</li>
+
+
+
+
+      </ul>
+    </div>
+
+
+    <div class="row-fluid">
+      <div id="leftColumn" class="span3">
+        <div class="well sidebar-nav">
+
+
+          <ul class="nav nav-list">
+            <li class="nav-header">Apache Any23</li>
+
+            <li class="active"><a href="#"><i class="none"></i>Introduction</a>
             </li>
-            </ul>
-                
-                    
-                
+
+            <li><a href="download.html" title="Downloads"> <i
+                class="icon-chevron-right"></i> Downloads
+            </a></li>
+
+            <li><a href="install.html" title="Install"> <i
+                class="none"></i> Install
+            </a></li>
+            <li class="nav-header">Documentation</li>
+
+            <li><a href="getting-started.html"
+              title="Getting Started"> <i class="none"></i> Getting
+                Started
+            </a></li>
+
+            <li><a href="supported-formats.html"
+              title="Supported Formats"> <i class="none"></i>
+                Supported Formats
+            </a></li>
+
+            <li><a href="extractors.html" title="Extractors"> <i
+                class="none"></i> Extractors
+            </a></li>
+
+            <li><a href="configuration.html" title="Configuration">
+                <i class="none"></i> Configuration
+            </a></li>
+
+            <li><a href="service.html" title="REST Service"> <i
+                class="none"></i> REST Service
+            </a></li>
+
+            <li><a href="any23-plugins.html" title="Any23 Plugins">
+                <i class="none"></i> Any23 Plugins
+            </a></li>
+
+            <li><a href="apidocs/index.html" title="APIs Doc">
+                <i class="none"></i> APIs Doc
+            </a></li>
+
+            <li><a href="developers.html" title="Developers Guide">
+                <i class="icon-chevron-right"></i> Developers Guide
+            </a></li>
+            <li class="nav-header">Project Documentation</li>
+
+            <li><a href="project-info.html"
+              title="Project Information"> <i
+                class="icon-chevron-down"></i> Project Information
+            </a>
+              <ul class="nav nav-list">
+
+                <li class="active"><a href="#"><i class="none"></i>About</a>
+                </li>
+
+                <li><a href="mail-lists.html" title="Mailing Lists">
+                    <i class="none"></i> Mailing Lists
+                </a></li>
+
+                <li><a href="team-list.html" title="Project Team">
+                    <i class="none"></i> Project Team
+                </a></li>
+
+                <li><a href="source-repository.html"
+                  title="Source Repository"> <i class="none"></i>
+                    Source Repository
+                </a></li>
+
+                <li><a href="integration.html"
+                  title="Continuous Integration"> <i class="none"></i>
+                    Continuous Integration
+                </a></li>
+
+                <li><a href="issue-tracking.html"
+                  title="Issue Tracking"> <i class="none"></i> Issue
+                    Tracking
+                </a></li>
+
+                <li><a href="license.html" title="Project License">
+                    <i class="none"></i> Project License
+                </a></li>
+              </ul></li>
+
+            <li><a href="project-reports.html"
+              title="Project Reports"> <i class="icon-chevron-right"></i>
+                Project Reports
+            </a></li>
+            <li class="nav-header">Misc</li>
+
+            <li><a href="acknowledgements.html"
+              title="Acknowledgements"> <i class="none"></i>
+                Acknowledgements
+            </a></li>
+
+            <li><a href="poweredby.html" title="PoweredBy"> <i
+                class="none"></i> PoweredBy
+            </a></li>
+            <li class="nav-header">ASF</li>
+
+            <li><a
+              href="http://www.apache.org/foundation/how-it-works.html"
+              class="externalLink" title="How Apache Works"> <i
+                class="none"></i> How Apache Works
+            </a></li>
+
+            <li><a href="http://www.apache.org/foundation/"
+              class="externalLink" title="Foundation"> <i
+                class="none"></i> Foundation
+            </a></li>
+
+            <li><a
+              href="http://www.apache.org/foundation/sponsorship.html"
+              class="externalLink" title="Sponsoring Apache"> <i
+                class="none"></i> Sponsoring Apache
+            </a></li>
+
+            <li><a
+              href="http://www.apache.org/foundation/thanks.html"
+              class="externalLink" title="Thanks"> <i class="none"></i>
+                Thanks
+            </a></li>
+          </ul>
+
+
+
           <hr class="divider" />
 
-           <div id="poweredBy">
-                            <div class="clear"></div>
-                            <div class="clear"></div>
-                            <div class="clear"></div>
-                             <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
-        <img class="builtBy" alt="Built by Maven" src="./images/logos/maven-feather.png" />
-      </a>
-                  </div>
+          <div id="poweredBy">
+            <div class="clear"></div>
+            <div class="clear"></div>
+            <div class="clear"></div>
+            <a href="http://maven.apache.org/" title="Built by Maven"
+              class="poweredBy"> <img class="builtBy"
+              alt="Built by Maven"
+              src="./images/logos/maven-feather.png" />
+            </a>
           </div>
         </div>
-        
-                
-        <div id="bodyColumn"  class="span9" >
-                                  
-            <!-- 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. --><div class="section">
-<h2>Introduction to Apache Any23</h2>
-<div class="section">
-<h3>Library</h3>
-<p><b>Anything To Triples (Any23)</b> is a library, a web service and a command line tool that extracts structured data in RDF format from a variety</br> of Web documents. Currently it supports the following input formats:</p>
-<ul>
-<li><a class="externalLink" href="http://www.w3.org/TR/REC-rdf-syntax/">RDF/XML</a>, <a class="externalLink" href="http://www.w3.org/TeamSubmission/turtle/">Turtle</a>, <a class="externalLink" href="http://www.w3.org/DesignIssues/Notation3">Notation 3</a></li>
-<li><a class="externalLink" href="http://www.w3.org/TR/xhtml-rdfa-primer/">RDFa</a> with <a class="externalLink" href="http://www.w3.org/TR/2010/WD-rdfa-core-20100422/#scoping-of-prefix-mappings">RDFa1.1 prefix mechanism</a></li>
-<li><a class="externalLink" href="http://microformats.org/">Microformats</a>: Adr, Geo, hCalendar, hCard, <a href="http://microformats.org/wiki/hlisting-proposal">hListing</a>, 
-<a href="http://microformats.org/wiki/hrecipe">hRecipe</a>, hReview, License, <a href="http://gmpg.org/xfn/11">XFN</a> and Species</li>
-<li><a class="externalLink" href="http://dev.w3.org/html5/md/">HTML5 Microdata</a>: (such as <a class="externalLink" href="http://schema.org">Schema.org</a>)</li>
-<li><a class="externalLink" href="http://json-ld.org/">JSON-LD</a>: JSON for Linking Data. a lightweight Linked Data format based on the already successful JSON format and provides a way </br>to help JSON data interoperate at Web-scale.</li>
-<li><a class="externalLink" href="http://www.ietf.org/rfc/rfc4180.txt">CSV</a>: Comma Separated Values with separator autodetection.</li>
-<li>Vocabularies: Extraction support for <a href="http://www.ietf.org/rfc/rfc4180.txt">CSV</a>, <a href="http://dublincore.org/">Dublin Core Terms</a>, <a href="http://www.w3.org/wiki/DescriptionOfACareerVocabulary">Description of a Career</a>,
-<a href="https://github.com/edumbill/doap/wiki">Description Of A Project</a>, <a href="http://xmlns.com/foaf/spec/">Friend Of A Friend</a>, <a href="http://www.geonames.org/ontology/">GEO Names</a>, </br>
-<a href="http://www.w3.org/2002/12/cal/icaltzd#">ICAL</a>, <a href="https://github.com/RinkeHoekstra/lkif-core">lkif-core</a>, <a href="http://ogp.me/">Open Graph Protocol</a>, 
-<a href="http://purl.org/ontology/po/ ">BBC Programmes Ontology</a>, <a href="http://vocab.org/review/terms.html">RDF Review Vocabulary</a>, <a href="http://schema.org/">schema.org</a>,
-<a href="http://www.w3.org/2006/vcard/ns">VCard</a>, <a href="http://purl.org/ontology/wo/">BBC Wildlife Ontology</a> and <a href="http://www.w3.org/1999/xhtml/vocab/">XHTML</a>.</li></ul>
-</br>
-<div id="download">
-<a href="./download.html" class="classname">Download Any23</a>
-</div>
-</br>
-<div id="download">
-<a href="http://any23.org" class="classname">Any23 Web Service</a>
-</div>
-</br>
-</br><p>A detailed description of available extractors is <a href="./extractors.html">here</a>.</p>
-<p><b>Any23</b> is used in major Web of Data applications such as <a class="externalLink" href="http://sindice.com/">sindice.com</a> and <a class="externalLink" href="http://sig.ma/">sig.ma</a>.</p> 
-<p>It is written in Java and licensed under the <a class="externalLink" href="http://any23.googlecode.com/svn/trunk/LICENSE.txt">Apache License</a>.</p> 
-<p><b>Any23</b> can be used in various ways: 
-<ul>
-<li>As a library in Java applications that consume structured data from the Web.</li>
-<li>As a command-line tool for extracting and converting between the supported formats.</li>
-<li>As online service API available at <a class="externalLink" href="http://any23.org/">any23.org</a>.</li>
-</ul>
-<p>You can <b>download</b> the latest release from our <a href="./download.html">Downloads Page</a>.</p>
-<p>Previous Apache versions are available from the <a class="externalLink" href="http://archive.apache.org/dist/any23/">Apache Archives site</a>.</p>
-</div>
-<div class="section">
-<h3>Documentation Content</h3>
-<p><a href="./index.html">Introduction</a>: this page.</p>
-<p><a href="./install.html">Install</a>: how to install <b>Apache Any23</b> library and service.</p>
-<p><a href="./getting-started.html"> Getting Started</a>: start using <b>Apache Any23</b> command-line tools.</p>
-<p><a href="./supported-formats.html">Supported Formats</a>: complete list of <b>Semantic Web</b> formats supported by <b>Apache Any23</b>.</p>
-<p><a href="./configuration.html">Configuration</a>: learn how to change default library and service configuration.</p>
-<p><a href="./service.html">REST Service</a>: discover how to use the <b>Apache Any23 REST Service</b>.</p>
-<p><a href="./any23-plugins.html">Plugins</a>: read how to install and configure the <b>Apache Any23</b> plugins.</p>
-<p><a href="./developers.html">Developers</a>: understand the <b>Apache Any23</b> code internals, how to write plugins, fixing rules and customize the code.</p></div>
-<div class="section">
-<h3>Community</h3>
-<p>Questions, comments? Get in touch on the <a class="externalLink" href="dev@any23.apache.org">mailing list</a>!</p> 
-<p>Bugs, feature requests, patches? Please submit to the <a class="externalLink" href="https://issues.apache.org/jira/browse/ANY23">issue tracker</a>.</p> 
-<p>You can access the source through Git, see the <a href="./install.html">Installation Guide</a> for details.</p></div></div>
-                  </div>
+      </div>
+
+
+      <div id="bodyColumn" class="span9">
+
+        <!-- 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. -->
+        <div class="section">
+          <h2>Introduction to Apache Any23</h2>
+          <div class="section">
+            <h3>Library</h3>
+            <p>
+              <b>Anything To Triples (Any23)</b> is a library, a web
+              service and a command line tool that extracts structured
+              data in RDF format from a variety</br> of Web documents.
+              Currently it supports the following input formats:
+            </p>
+            <ul>
+              <li><a class="externalLink"
+                href="http://www.w3.org/TR/REC-rdf-syntax/">RDF/XML</a>,
+                <a class="externalLink"
+                href="http://www.w3.org/TeamSubmission/turtle/">Turtle</a>,
+                <a class="externalLink"
+                href="http://www.w3.org/DesignIssues/Notation3">Notation
+                  3</a></li>
+              <li><a class="externalLink"
+                href="http://www.w3.org/TR/xhtml-rdfa-primer/">RDFa</a>
+                with <a class="externalLink"
+                href="http://www.w3.org/TR/2010/WD-rdfa-core-20100422/#scoping-of-prefix-mappings">RDFa1.1
+                  prefix mechanism</a></li>
+              <li><a class="externalLink"
+                href="http://microformats.org/">Microformats</a>: Adr,
+                Geo, hCalendar, hCard, <a
+                href="http://microformats.org/wiki/hlisting-proposal">hListing</a>,
+                <a href="http://microformats.org/wiki/hrecipe">hRecipe</a>,
+                hReview, License, <a href="http://gmpg.org/xfn/11">XFN</a>
+                and Species</li>
+              <li><a class="externalLink"
+                href="http://dev.w3.org/html5/md/">HTML5 Microdata</a>:
+                (such as <a class="externalLink"
+                href="http://schema.org">Schema.org</a>)</li>
+              <li><a class="externalLink"
+                href="http://json-ld.org/">JSON-LD</a>: JSON for Linking
+                Data. a lightweight Linked Data format based on the
+                already successful JSON format and provides a way </br>to
+                help JSON data interoperate at Web-scale.</li>
+              <li><a class="externalLink"
+                href="http://www.ietf.org/rfc/rfc4180.txt">CSV</a>:
+                Comma Separated Values with separator autodetection.</li>
+              <li>Vocabularies: Extraction support for <a
+                href="http://www.ietf.org/rfc/rfc4180.txt">CSV</a>, <a
+                href="http://dublincore.org/">Dublin Core Terms</a>, <a
+                href="http://www.w3.org/wiki/DescriptionOfACareerVocabulary">Description
+                  of a Career</a>, <a
+                href="https://github.com/edumbill/doap/wiki">Description
+                  Of A Project</a>, <a href="http://xmlns.com/foaf/spec/">Friend
+                  Of A Friend</a>, <a
+                href="http://www.geonames.org/ontology/">GEO Names</a>,
+                </br> <a href="http://www.w3.org/2002/12/cal/icaltzd#">ICAL</a>,
+                <a href="https://github.com/RinkeHoekstra/lkif-core">lkif-core</a>,
+                <a href="http://ogp.me/">Open Graph Protocol</a>, <a
+                href="http://purl.org/ontology/po/ ">BBC Programmes
+                  Ontology</a>, <a href="http://vocab.org/review/terms.html">RDF
+                  Review Vocabulary</a>, <a href="http://schema.org/">schema.org</a>,
+                <a href="http://www.w3.org/2006/vcard/ns">VCard</a>, <a
+                href="http://purl.org/ontology/wo/">BBC Wildlife
+                  Ontology</a> and <a
+                href="http://www.w3.org/1999/xhtml/vocab/">XHTML</a>.
+              </li>
+            </ul>
+            </br>
+            <div id="download">
+              <a href="./download.html" class="classname">Download
+                Any23</a>
+            </div>
+            </br>
+            <div id="download">
+              <a href="http://any23-vm.apache.org" class="classname">Any23 Web
+                Service</a>
             </div>
+            </br> </br>
+            <p>
+              A detailed description of available extractors is <a
+                href="./extractors.html">here</a>.
+            </p>
+            <p>
+              <b>Any23</b> is used in major Web of Data applications
+              such as <a class="externalLink" href="http://sindice.com/">sindice.com</a>
+              and <a class="externalLink" href="http://sig.ma/">sig.ma</a>.
+            </p>
+            <p>
+              It is written in Java and licensed under the <a
+                class="externalLink"
+                href="http://any23.googlecode.com/svn/trunk/LICENSE.txt">Apache
+                License</a>.
+            </p>
+            <p>
+              <b>Any23</b> can be used in various ways:
+            <ul>
+              <li>As a library in Java applications that consume
+                structured data from the Web.</li>
+              <li>As a command-line tool for extracting and
+                converting between the supported formats.</li>
+              <li>As online service API available at <a
+                class="externalLink" href="http://any23.org/">any23.org</a>.
+              </li>
+            </ul>
+            <p>
+              You can <b>download</b> the latest release from our <a
+                href="./download.html">Downloads Page</a>.
+            </p>
+            <p>
+              Previous Apache versions are available from the <a
+                class="externalLink"
+                href="http://archive.apache.org/dist/any23/">Apache
+                Archives site</a>.
+            </p>
+          </div>
+          <div class="section">
+            <h3>Documentation Content</h3>
+            <p>
+              <a href="./index.html">Introduction</a>: this page.
+            </p>
+            <p>
+              <a href="./install.html">Install</a>: how to install <b>Apache
+                Any23</b> library and service.
+            </p>
+            <p>
+              <a href="./getting-started.html"> Getting Started</a>:
+              start using <b>Apache Any23</b> command-line tools.
+            </p>
+            <p>
+              <a href="./supported-formats.html">Supported Formats</a>:
+              complete list of <b>Semantic Web</b> formats supported by
+              <b>Apache Any23</b>.
+            </p>
+            <p>
+              <a href="./configuration.html">Configuration</a>: learn
+              how to change default library and service configuration.
+            </p>
+            <p>
+              <a href="./service.html">REST Service</a>: discover how to
+              use the <b>Apache Any23 REST Service</b>.
+            </p>
+            <p>
+              <a href="./any23-plugins.html">Plugins</a>: read how to
+              install and configure the <b>Apache Any23</b> plugins.
+            </p>
+            <p>
+              <a href="./developers.html">Developers</a>: understand the
+              <b>Apache Any23</b> code internals, how to write plugins,
+              fixing rules and customize the code.
+            </p>
+          </div>
+          <div class="section">
+            <h3>Community</h3>
+            <p>
+              Questions, comments? Get in touch on the <a
+                class="externalLink" href="dev@any23.apache.org">mailing
+                list</a>!
+            </p>
+            <p>
+              Bugs, feature requests, patches? Please submit to the <a
+                class="externalLink"
+                href="https://issues.apache.org/jira/browse/ANY23">issue
+                tracker</a>.
+            </p>
+            <p>
+              You can access the source through Git, see the <a
+                href="./install.html">Installation Guide</a> for
+              details.
+            </p>
           </div>
+        </div>
+      </div>
+    </div>
+  </div>
+
+  <hr />
 
-    <hr/>
+  <footer>
+    <div class="container-fluid">
+      <div class="row span12">
+        Copyright &copy; 2010-2013 <a href="http://www.apache.org/">The
+          Apache Software Foundation</a>. All Rights Reserved.
 
-    <footer>
-            <div class="container-fluid">
-              <div class="row span12">Copyright &copy;                    2010-2013
-                        <a href="http://www.apache.org/">The Apache Software Foundation</a>.
-            All Rights Reserved.      
-                    
       </div>
 
-                                                                  <?xml version="1.0" encoding="UTF-8"?>
-<div class="row span16">Apache Any23, Apache, the Apache feather logo, and the Apache Any23 project logos are trademarks of The Apache Software Foundation.
-      All other marks mentioned may be trademarks or registered trademarks of their respective owners.</div>
-                  
-        
-                </div>
-    </footer>
-  </body>
+      <?xml version="1.0" encoding="UTF-8"?>
+      <div class="row span16">Apache Any23, Apache, the Apache
+        feather logo, and the Apache Any23 project logos are trademarks
+        of The Apache Software Foundation. All other marks mentioned may
+        be trademarks or registered trademarks of their respective
+        owners.</div>
+
+
+    </div>
+  </footer>
+</body>
 </html>