Modified: incubator/any23/site/install.html URL: http://svn.apache.org/viewvc/incubator/any23/site/install.html?rev=1303963&r1=1303962&r2=1303963&view=diff ============================================================================== --- incubator/any23/site/install.html (original) +++ incubator/any23/site/install.html Thu Mar 22 18:36:58 2012 @@ -144,7 +144,7 @@ <div id="bodyColumn" class="content"> <div id="contentBox"> - <!-- 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>Apache Any23 Installation Guide<a name="Apache_Any23_Installation_Guide"></a></h2><p>This p age describes how to install <b>Apache Any23</b>.</p><div class="section"><h3>Download a Stable Distribution<a name="Download_a_Stable_Distribution"></a></h3><p>Most users probably don't need to have day to day access to the source code as it changes. For these users we provide distribution packages via our <a href="./downloads.html"> downloads page</a>. Download either the <b>".zip"</b> or <b>".tar.gz"</b> file and extract the archive.</p></div></div><div class="section"><h2>Installing the Core<a name="Installing_the_Core"></a></h2><div class="section"><h3>Windows 2000/XP<a name="Windows_2000XP"></a></h3><ol style="list-style-type: decimal"><li>Unzip the distribution archive, i.e. <tt>apache-any23-$<a name="project.version">project.version</a>-bin.zip</tt> to the directory you wish to install Apache Any23 $<a name="project.version">project.version</a>. These instructions assume you chose <tt>C:\Program Files\Apache Software Foundation</tt>. The subdirect ory <tt>apache-any23-$<a name="project.version">project.version</a></tt> will be created from the archive.</li><li>Add the <tt>ANY23_HOME</tt> environment variable by opening up the system properties (WinKey + Pause), selecting the "Advanced" tab, and the "Environment Variables" button, then adding the <tt>ANY23_HOME</tt> variable in the user variables with the value <tt>C:\Program Files\Apache Software Foundation\apache-any23-$<a name="project.version">project.version</a></tt>.</li><li>In the same dialog, add the <tt>ANY23</tt> environment variable in the user variables with the value <tt>%ANY23_HOME%\bin</tt>.</li><li>Optional: In the same dialog, add the <tt>EXTRA_JVM_ARGUMENTS</tt> environment variable in the user variables to specify JVM properties, e.g. the value <tt>-Xms256m -Xmx512m</tt>. This environment variable can be used to supply extra options. By default, it is set to: <tt>-Xms500m -Xmx500m -XX:PermSize=128m -XX:-UseGCOverheadLimit</tt>.</l i><li>In the same dialog, update/create the Path environment variable in the user variables and prepend the value <tt>%ANY23%</tt> to add Apache Any23 available in the command line.</li><li>In the same dialog, make sure that <tt>JAVA_HOME</tt> exists in your user variables or in the system variables and it is set to the location of your JDK, e.g. <tt>C:\Program Files\Java\jdk1.5.0_02</tt> and that <tt>%JAVA_HOME%\bin</tt> is in your Path environment variable.</li><li>Open a new command prompt (Winkey + R then type cmd) and run <tt>any23 --version</tt> to verify that it is correctly installed.</li></ol></div><div class="section"><h3>Unix-based Operating Systems (Linux, Solaris and Mac OS X)<a name="Unix-based_Operating_Systems_Linux_Solaris_and_Mac_OS_X"></a></h3><ol style="list-style-type: decimal"><li>Extract the distribution archive, i.e. <tt>apache-any23-$<a name="project.version">project.version</a>-bin.tar.gz</tt> to the directory you wish to install Apache Any23 $<a na me="project.version">project.version</a>. These instructions assume you chose <tt>/usr/local/apache-any23</tt>. The subdirectory <tt>apache-any23-$<a name="project.version">project.version</a></tt> will be created from the archive.</li><li>In a command terminal, add the <tt>ANY23_HOME</tt> environment variable, e.g. <tt>export ANY23_HOME=/usr/local/apache-any23/apache-any23-$<a name="project.version">project.version</a></tt>.</li><li>Add the <tt>ANY23</tt> environment variable, e.g. <tt>export ANY23=$ANY23_HOME/bin</tt>.</li><li>Optional: Add the <tt>EXTRA_JVM_ARGUMENTS</tt> environment variable to specify JVM properties, e.g. <tt>export EXTRA_JVM_ARGUMENTS="-Xms256m -Xmx512m"</tt>. This environment variable can be used to supply extra options.</li><li>Add M2 environment variable to your path, e.g. <tt>export PATH=$ANY23:$PATH</tt>.</li><li>Make sure that <tt>JAVA_HOME</tt> is set to the location of your JDK, e.g. <tt>export JAVA_HOME=/usr/java/jdk1.5.0_02</tt> and that <tt>$JAVA_HOME/bin</tt> is in your PATH environment variable.</li><li>Run <tt>any23 --version</tt> to verify that it is correctly installed.</li></ol></div></div><div class="section"><h2>Installing a plugin<a name="Installing_a_plugin"></a></h2><div class="section"><h3>Windows 2000/XP<a name="Windows_2000XP"></a></h3><ol style="list-style-type: decimal"><li>Unzip the distribution archive, i.e. <tt>apache-$<a name="plugin.name">plugin.name</a>-bin.zip</tt> The subdirectory <tt>apache-$<a name="plugin.name">plugin.name</a></tt> will be created from the archive.</li><li>Copy the jar files under <tt>C:\Documents and Settings<username>\.any23\plugins</tt></li></ol></div><div class="section"><h3>Unix-based Operating Systems (Linux, Solaris and Mac OS X)<a name="Unix-based_Operating_Systems_Linux_Solaris_and_Mac_OS_X"></a></h3><ol style="list-style-type: decimal"><li>Extract the distribution archive, i.e. <tt>apache-$<a name="plugin.name">plugin.name</a>-bin.tar.gz</tt> . The subdirectory <tt>apache-$<a name="plugin.name">plugin.name</a></tt> will be created from the archive.</li><li>Copy the jar files under <tt>~/.any23/plugins</tt></li></ol></div></div><div class="section"><h2>Installing the service<a name="Installing_the_service"></a></h2><div class="section"><h3>Installing the standalone server<a name="Installing_the_standalone_server"></a></h3><div class="section"><h4>Windows 2000/XP<a name="Windows_2000XP"></a></h4><ol style="list-style-type: decimal"><li>Unzip the distribution archive, i.e. <tt>apache-any23-service-$<a name="project.version">project.version</a>-bin-server-embedded.zip</tt> to the directory you wish to install Apache Any23 $<a name="project.version">project.version</a>. These instructions assume you chose <tt>C:\Program Files\Apache Software Foundation</tt>. The subdirectory <tt>apache-$<a name="project.version">project.version</a>-server-embedded</tt> will be created from the archive.</li><li>Add the <tt>ANY23_HOME</ tt> environment variable by opening up the system properties (WinKey + Pause), selecting the "Advanced" tab, and the "Environment Variables" button, then adding the <tt>ANY23_HOME</tt> variable in the user variables with the value <tt>C:\Program Files\Apache Software Foundation\apache-$<a name="project.version">project.version</a></tt>.</li><li>In the same dialog, add the <tt>ANY23</tt> environment variable in the user variables with the value <tt>%ANY23_HOME%\bin</tt>.</li><li>Optional: In the same dialog, add the <tt>EXTRA_JVM_ARGUMENTS</tt> environment variable in the user variables to specify JVM properties, e.g. the value <tt>-Xms256m -Xmx512m</tt>. This environment variable can be used to supply extra options. By default, it is set to: <tt>-Xms500m -Xmx500m -XX:PermSize=128m -XX:-UseGCOverheadLimit</tt>.</li><li>In the same dialog, update/create the Path environment variable in the user variables and prepend the value <tt>%ANY23%</tt> to add Apache Any23 available in the command line.</li><li>In the same dialog, make sure that <tt>JAVA_HOME</tt> exists in your user variables or in the system variables and it is set to the location of your JDK, e.g. <tt>C:\Program Files\Java\jdk1.5.0_02</tt> and that <tt>%JAVA_HOME%\bin</tt> is in your Path environment variable.</li><li>Open a new command prompt (Winkey + R then type cmd) and run <tt>any23server</tt> to launch the service.</li></ol></div><div class="section"><h4>Unix-based Operating Systems (Linux, Solaris and Mac OS X)<a name="Unix-based_Operating_Systems_Linux_Solaris_and_Mac_OS_X"></a></h4><ol style="list-style-type: decimal"><li>Extract the distribution archive, i.e. <tt>apache-$<a name="project.version">project.version</a>-bin-server-embedded.tar.gz</tt> to the directory you wish to install Apache Any23 $<a name="project.version">project.version</a>. These instructions assume you chose <tt>/usr/local/apache-any23</tt>. The subdirectory <tt>apache-$<a name="project. version">project.version</a>-server-embedded</tt> will be created from the archive.</li><li>In a command terminal, add the <tt>ANY23_HOME</tt> environment variable, e.g. <tt>export ANY23_HOME=/usr/local/apache-any23/apache-$<a name="project.version">project.version</a>-server-embedded</tt>.</li><li>Add the <tt>ANY23</tt> environment variable, e.g. <tt>export ANY23=$ANY23_HOME/bin</tt>.</li><li>Optional: Add the <tt>EXTRA_JVM_ARGUMENTS</tt> environment variable to specify JVM properties, e.g. <tt>export EXTRA_JVM_ARGUMENTS="-Xms256m -Xmx512m"</tt>. This environment variable can be used to supply extra options.</li><li>Add <tt>ANY23</tt> environment variable to your path, e.g. <tt>export PATH=$ANY23:$PATH</tt>.</li><li>Make sure that <tt>JAVA_HOME</tt> is set to the location of your JDK, e.g. <tt>export JAVA_HOME=/usr/java/jdk1.5.0_02</tt> and that <tt>$JAVA_HOME/bin</tt> is in your PATH environment variable.</li><li>Run <tt>any23server</tt> to launch the service.</l i></ol></div></div></div> + <!-- 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>Apache Any23 Installation Guide<a name="Apache_Any23_Installation_Guide"></a></h2><p>This p age describes how to install <b>Apache Any23</b>.</p><div class="section"><h3>Download a Stable Distribution<a name="Download_a_Stable_Distribution"></a></h3><p>Most users probably don't need to have day to day access to the source code as it changes. For these users we provide distribution packages via our <a href="./download.html"> downloads page</a>. Download either the <b>".zip"</b> or <b>".tar.gz"</b> file and extract the archive.</p></div></div><div class="section"><h2>Installing the Core<a name="Installing_the_Core"></a></h2><div class="section"><h3>Windows 2000/XP<a name="Windows_2000XP"></a></h3><ol style="list-style-type: decimal"><li>Unzip the distribution archive, i.e. <tt>apache-any23-$<a name="project.version">project.version</a>-bin.zip</tt> to the directory you wish to install Apache Any23 $<a name="project.version">project.version</a>. These instructions assume you chose <tt>C:\Program Files\Apache Software Foundation</tt>. The subdirecto ry <tt>apache-any23-$<a name="project.version">project.version</a></tt> will be created from the archive.</li><li>Add the <tt>ANY23_HOME</tt> environment variable by opening up the system properties (WinKey + Pause), selecting the "Advanced" tab, and the "Environment Variables" button, then adding the <tt>ANY23_HOME</tt> variable in the user variables with the value <tt>C:\Program Files\Apache Software Foundation\apache-any23-$<a name="project.version">project.version</a></tt>.</li><li>In the same dialog, add the <tt>ANY23</tt> environment variable in the user variables with the value <tt>%ANY23_HOME%\bin</tt>.</li><li>Optional: In the same dialog, add the <tt>EXTRA_JVM_ARGUMENTS</tt> environment variable in the user variables to specify JVM properties, e.g. the value <tt>-Xms256m -Xmx512m</tt>. This environment variable can be used to supply extra options. By default, it is set to: <tt>-Xms500m -Xmx500m -XX:PermSize=128m -XX:-UseGCOverheadLimit</tt>.</li ><li>In the same dialog, update/create the Path environment variable in the >user variables and prepend the value <tt>%ANY23%</tt> to add Apache Any23 >available in the command line.</li><li>In the same dialog, make sure that ><tt>JAVA_HOME</tt> exists in your user variables or in the system variables >and it is set to the location of your JDK, e.g. <tt>C:\Program >Files\Java\jdk1.5.0_02</tt> and that <tt>%JAVA_HOME%\bin</tt> is in your Path >environment variable.</li><li>Open a new command prompt (Winkey + R then type >cmd) and run <tt>any23 --version</tt> to verify that it is correctly >installed.</li></ol></div><div class="section"><h3>Unix-based Operating >Systems (Linux, Solaris and Mac OS X)<a >name="Unix-based_Operating_Systems_Linux_Solaris_and_Mac_OS_X"></a></h3><ol >style="list-style-type: decimal"><li>Extract the distribution archive, i.e. ><tt>apache-any23-$<a >name="project.version">project.version</a>-bin.tar.gz</tt> to the directory >you wish to install Apache Any23 $<a nam e="project.version">project.version</a>. These instructions assume you chose <tt>/usr/local/apache-any23</tt>. The subdirectory <tt>apache-any23-$<a name="project.version">project.version</a></tt> will be created from the archive.</li><li>In a command terminal, add the <tt>ANY23_HOME</tt> environment variable, e.g. <tt>export ANY23_HOME=/usr/local/apache-any23/apache-any23-$<a name="project.version">project.version</a></tt>.</li><li>Add the <tt>ANY23</tt> environment variable, e.g. <tt>export ANY23=$ANY23_HOME/bin</tt>.</li><li>Optional: Add the <tt>EXTRA_JVM_ARGUMENTS</tt> environment variable to specify JVM properties, e.g. <tt>export EXTRA_JVM_ARGUMENTS="-Xms256m -Xmx512m"</tt>. This environment variable can be used to supply extra options.</li><li>Add M2 environment variable to your path, e.g. <tt>export PATH=$ANY23:$PATH</tt>.</li><li>Make sure that <tt>JAVA_HOME</tt> is set to the location of your JDK, e.g. <tt>export JAVA_HOME=/usr/java/jdk1.5.0_02</tt> and that <tt>$JAVA_HOME/bin</tt> is in your PATH environment variable.</li><li>Run <tt>any23 --version</tt> to verify that it is correctly installed.</li></ol></div></div><div class="section"><h2>Installing a plugin<a name="Installing_a_plugin"></a></h2><div class="section"><h3>Windows 2000/XP<a name="Windows_2000XP"></a></h3><ol style="list-style-type: decimal"><li>Unzip the distribution archive, i.e. <tt>apache-$<a name="plugin.name">plugin.name</a>-bin.zip</tt> The subdirectory <tt>apache-$<a name="plugin.name">plugin.name</a></tt> will be created from the archive.</li><li>Copy the jar files under <tt>C:\Documents and Settings<username>\.any23\plugins</tt></li></ol></div><div class="section"><h3>Unix-based Operating Systems (Linux, Solaris and Mac OS X)<a name="Unix-based_Operating_Systems_Linux_Solaris_and_Mac_OS_X"></a></h3><ol style="list-style-type: decimal"><li>Extract the distribution archive, i.e. <tt>apache-$<a name="plugin.name">plugin.name</a>-bin.tar.gz</tt>. The subdirectory <tt>apache-$<a name="plugin.name">plugin.name</a></tt> will be created from the archive.</li><li>Copy the jar files under <tt>~/.any23/plugins</tt></li></ol></div></div><div class="section"><h2>Installing the service<a name="Installing_the_service"></a></h2><div class="section"><h3>Installing the standalone server<a name="Installing_the_standalone_server"></a></h3><div class="section"><h4>Windows 2000/XP<a name="Windows_2000XP"></a></h4><ol style="list-style-type: decimal"><li>Unzip the distribution archive, i.e. <tt>apache-any23-service-$<a name="project.version">project.version</a>-bin-server-embedded.zip</tt> to the directory you wish to install Apache Any23 $<a name="project.version">project.version</a>. These instructions assume you chose <tt>C:\Program Files\Apache Software Foundation</tt>. The subdirectory <tt>apache-$<a name="project.version">project.version</a>-server-embedded</tt> will be created from the archive.</li><li>Add the <tt>ANY23_HOME</t t> environment variable by opening up the system properties (WinKey + Pause), selecting the "Advanced" tab, and the "Environment Variables" button, then adding the <tt>ANY23_HOME</tt> variable in the user variables with the value <tt>C:\Program Files\Apache Software Foundation\apache-$<a name="project.version">project.version</a></tt>.</li><li>In the same dialog, add the <tt>ANY23</tt> environment variable in the user variables with the value <tt>%ANY23_HOME%\bin</tt>.</li><li>Optional: In the same dialog, add the <tt>EXTRA_JVM_ARGUMENTS</tt> environment variable in the user variables to specify JVM properties, e.g. the value <tt>-Xms256m -Xmx512m</tt>. This environment variable can be used to supply extra options. By default, it is set to: <tt>-Xms500m -Xmx500m -XX:PermSize=128m -XX:-UseGCOverheadLimit</tt>.</li><li>In the same dialog, update/create the Path environment variable in the user variables and prepend the value <tt>%ANY23%</tt> to add Apache A ny23 available in the command line.</li><li>In the same dialog, make sure that <tt>JAVA_HOME</tt> exists in your user variables or in the system variables and it is set to the location of your JDK, e.g. <tt>C:\Program Files\Java\jdk1.5.0_02</tt> and that <tt>%JAVA_HOME%\bin</tt> is in your Path environment variable.</li><li>Open a new command prompt (Winkey + R then type cmd) and run <tt>any23server</tt> to launch the service.</li></ol></div><div class="section"><h4>Unix-based Operating Systems (Linux, Solaris and Mac OS X)<a name="Unix-based_Operating_Systems_Linux_Solaris_and_Mac_OS_X"></a></h4><ol style="list-style-type: decimal"><li>Extract the distribution archive, i.e. <tt>apache-$<a name="project.version">project.version</a>-bin-server-embedded.tar.gz</tt> to the directory you wish to install Apache Any23 $<a name="project.version">project.version</a>. These instructions assume you chose <tt>/usr/local/apache-any23</tt>. The subdirectory <tt>apache-$<a name="project.v ersion">project.version</a>-server-embedded</tt> will be created from the archive.</li><li>In a command terminal, add the <tt>ANY23_HOME</tt> environment variable, e.g. <tt>export ANY23_HOME=/usr/local/apache-any23/apache-$<a name="project.version">project.version</a>-server-embedded</tt>.</li><li>Add the <tt>ANY23</tt> environment variable, e.g. <tt>export ANY23=$ANY23_HOME/bin</tt>.</li><li>Optional: Add the <tt>EXTRA_JVM_ARGUMENTS</tt> environment variable to specify JVM properties, e.g. <tt>export EXTRA_JVM_ARGUMENTS="-Xms256m -Xmx512m"</tt>. This environment variable can be used to supply extra options.</li><li>Add <tt>ANY23</tt> environment variable to your path, e.g. <tt>export PATH=$ANY23:$PATH</tt>.</li><li>Make sure that <tt>JAVA_HOME</tt> is set to the location of your JDK, e.g. <tt>export JAVA_HOME=/usr/java/jdk1.5.0_02</tt> and that <tt>$JAVA_HOME/bin</tt> is in your PATH environment variable.</li><li>Run <tt>any23server</tt> to launch the service.</li ></ol></div></div></div> </div> </div> </div>
Added: incubator/any23/site/wiki.html URL: http://svn.apache.org/viewvc/incubator/any23/site/wiki.html?rev=1303963&view=auto ============================================================================== --- incubator/any23/site/wiki.html (added) +++ incubator/any23/site/wiki.html Thu Mar 22 18:36:58 2012 @@ -0,0 +1,212 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<!-- Generated by Apache Maven Doxia at Jan 19, 2012 --> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> + <head> + <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> + <title>Issue Tracking</title> + <link rel="stylesheet" href="./css/apache-maven-fluido.min.css" /> + <link rel="stylesheet" href="./css/site.css" /> + <link rel="stylesheet" href="./css/print.css" media="print" /> + <style>body{padding-top: 20px;}</style> + + <script type="text/javascript" src="./js/apache-maven-fluido.min.js"></script> + + + <meta name="Date-Revision-yyyymmdd" content="20120119" /> + <meta http-equiv="Content-Language" content="en" /> + + </head> + <body> + + + <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="../" id="bannerRight"> + <img src="../images/apache-incubator-logo.png" alt="Apache Incubator"/> + </a> + </div> + <div class="clear"><hr/></div> + </div> + + <div id="breadcrumbs"> + <ul class="breadcrumb"> + + + <li id="publishDate">Last Published: 2012-01-19</li> + <li class="divider">|</li> <li id="projectVersion">Version: 0.7.0-incubating-SNAPSHOT</li> + + + </ul> + </div> + + <div id="leftColumn" class="sidebar"> + <div class="well"> + + + <h5>Apache Any23 :: Parent</h5> + <ul> + <li class="none"> + <a href="index.html" title="Introduction">Introduction</a> + </li> + <li class="collapsed"> + <a href="download.html" title="Downloads">Downloads</a> + </li> + <li class="none"> + <a href="install.html" title="Install">Install</a> + </li> + </ul> + <h5>Documentation</h5> + <ul> + <li class="none"> + <a href="getting-started.html" title="Getting Started">Getting Started</a> + </li> + <li class="none"> + <a href="supported-formats.html" title="Supported Formats">Supported Formats</a> + </li> + <li class="none"> + <a href="extractors.html" title="Extractors">Extractors</a> + </li> + <li class="none"> + <a href="configuration.html" title="Configuration">Configuration</a> + </li> + <li class="none"> + <a href="service.html" title="REST Service">REST Service</a> + </li> + <li class="none"> + <a href="any23-plugins.html" title="Any23 Plugins">Any23 Plugins</a> + </li> + <li class="collapsed"> + <a href="developers.html" title="Developers Guide">Developers Guide</a> + </li> + </ul> + <h5>Project Documentation</h5> + <ul> + <li class="expanded"> + <a href="project-info.html" title="Project Information">Project Information</a> + <ul> + <li class="none"> + <a href="index.html" title="About">About</a> + </li> + <li class="none"> + <a href="project-summary.html" title="Project Summary">Project Summary</a> + </li> + <li class="none"> + <a href="modules.html" title="Project Modules">Project Modules</a> + </li> + <li class="none"> + <a href="license.html" title="Project License">Project License</a> + </li> + <li class="none"> + <a href="team-list.html" title="Project Team">Project Team</a> + </li> + <li class="none"> + <a href="source-repository.html" title="Source Repository">Source Repository</a> + </li> + <li class="none"> + <strong>Issue Tracking</strong> + </li> + <li class="none"> + <a href="mail-lists.html" title="Mailing Lists">Mailing Lists</a> + </li> + <li class="none"> + <a href="dependency-management.html" title="Dependency Management">Dependency Management</a> + </li> + <li class="none"> + <a href="dependencies.html" title="Dependencies">Dependencies</a> + </li> + <li class="none"> + <a href="dependency-convergence.html" title="Dependency Convergence">Dependency Convergence</a> + </li> + <li class="none"> + <a href="integration.html" title="Continuous Integration">Continuous Integration</a> + </li> + <li class="none"> + <a href="plugin-management.html" title="Plugin Management">Plugin Management</a> + </li> + <li class="none"> + <a href="plugins.html" title="Project Plugins">Project Plugins</a> + </li> + <li class="none"> + <a href="distribution-management.html" title="Distribution Management">Distribution Management</a> + </li> + </ul> + </li> + <li class="collapsed"> + <a href="project-reports.html" title="Project Reports">Project Reports</a> + </li> + </ul> + <h5>ASF</h5> + <ul> + <li class="none"> + <a href="http://www.apache.org/foundation/how-it-works.html" class="externalLink" title="How Apache Works">How Apache Works</a> + </li> + <li class="none"> + <a href="http://www.apache.org/foundation/" class="externalLink" title="Foundation">Foundation</a> + </li> + <li class="none"> + <a href="http://www.apache.org/foundation/sponsorship.html" class="externalLink" title="Sponsoring Apache">Sponsoring Apache</a> + </li> + <li class="none"> + <a href="http://www.apache.org/foundation/thanks.html" class="externalLink" title="Thanks">Thanks</a> + </li> + <li class="none"> + <a href="../" title="Apache Incubator">Apache Incubator</a> + </li> + </ul> + <h5>External links</h5> + <ul> + <li class="none"> + <a href="http://any23.org" class="externalLink" title="Any23.org">Any23.org</a> + </li> + <li class="none"> + <a href="http://sindice.com" class="externalLink" title="Sindice">Sindice</a> + </li> + </ul> + + + + + <div id="poweredBy"> + <a href="http://sindice.com/" title="Sindice" class="poweredBy"> + <img class="poweredBy" alt="Sindice" src="images/logo-sindice-90x30.png" /> + </a> + <a href="http://www.fbk.eu/" title="Fondazione Bruno Kessler" class="poweredBy"> + <img class="poweredBy" alt="Fondazione Bruno Kessler" src="images/logo-fbk-90x30.png" /> + </a> + <a href="http://www.deri.ie/" title="Digital Enterprise Research Institute" class="poweredBy"> + <img class="poweredBy" alt="Digital Enterprise Research Institute" src="images/logo-deri-90x30.png" /> + </a> + <a href="http://www.okkam.org/" title="OKKAM" class="poweredBy"> + <img class="poweredBy" alt="OKKAM" src="images/logo-okkam-90x30.png" /> + </a> + </div> + </div> + </div> + + <div id="bodyColumn" class="content"> + <div id="contentBox"> + + <div class="section"><h2>Overview<a name="Overview"></a></h2><a name="Overview"></a><p>The Apache Any-23 project uses <a class="externalLink" href="http://www.atlassian.com/software/confluence/overview">Confluence</a> as it connects teams to the content and co-workers they need to get the job done, fast.</p></div><div class="section"><h2>Wiki<a name="Wiki"></a></h2><a name="Wiki"></a><p>Welcome to the official Apache Any23 wiki page which in addition to the site you are currently on, holds the most up-to-date information on all things Apache Any23.</p><div class="source"><pre class="prettyprint"><a class="externalLink" href="https://cwiki.apache.org/confluence/display/ANY23/Index">https://cwiki.apache.org/confluence/display/ANY23/Index</a></pre></div></div> + </div> + </div> + </div> + + <footer class="footer"> + <div class="container-fluid"> + <div class="row span16">Copyright © 2010-2012 + <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> +</html>
