Author: mostarda
Date: Wed Sep 12 14:33:36 2012
New Revision: 1383968
URL: http://svn.apache.org/viewvc?rev=1383968&view=rev
Log:
Updated site to TLP references. This commit is related to #ANY23-124 .
Removed:
any23/trunk/src/site/resources/images/apache-tika-90x30.png
Modified:
any23/trunk/README.txt
any23/trunk/RELEASE-NOTES.txt
any23/trunk/service/src/main/resources/form.html
any23/trunk/src/site/apt/build-src.apt
any23/trunk/src/site/site.xml
any23/trunk/src/site/xdoc/download.xml.vm
any23/trunk/src/site/xdoc/release-howto.xml
Modified: any23/trunk/README.txt
URL:
http://svn.apache.org/viewvc/any23/trunk/README.txt?rev=1383968&r1=1383967&r2=1383968&view=diff
==============================================================================
--- any23/trunk/README.txt (original)
+++ any23/trunk/README.txt Wed Sep 12 14:33:36 2012
@@ -31,13 +31,13 @@ Online Documentation
--------------------
For details on the command line tool and web interface, see:
- http://incubator.apache.org/any23/getting-started.html
+ http://any23.apache.org/getting-started.html
For a guide to using any23 as a library in your Java applications, see:
- http://incubator.apache.org/any23/developers.html
+ http://any23.apache.org/developers.html
Javadocs is available here:
- http://incubator.apache.org/any23/apidocs/
+ http://any23.apache.org/apidocs/
----------------------------
Build Any23 from Source Code
@@ -68,7 +68,7 @@ Any23 comes with some command line tools
The complete documentation about these tools can be found here:
- http://incubator.apache.org/any23/getting-started.html
+ http://any23.apache.org/getting-started.html
The bin scripts are generated dynamically during the package phase.
To ensure the package generation run:
@@ -99,7 +99,7 @@ You can check the service is running by
http://localhost:8080/ with your browser.
The complete documentation about this service can be found here:
-http://incubator.apache.org/any23/getting-started.html
+http://any23.apache.org/getting-started.html
-------------------------------
Build the Any23 Web Service WAR
@@ -117,7 +117,7 @@ will force the test skipping.
The WAR will be generated in
- target/any23-service-x.y.z-incubating-SNAPSHOT.war
+ target/any23-service-x.y.z-SNAPSHOT.war
To produce a instead a WAR WITHOUT the included JAR dependencies it is
possible to use
the war-without-deps profile:
@@ -243,7 +243,7 @@ Package all modules for direct download:
Upload the produced packages in download section:
- http://www.apache.org/dist/incubator/any23
+ http://any23.apache.org/dist
--------------------
Manage External Deps
Modified: any23/trunk/RELEASE-NOTES.txt
URL:
http://svn.apache.org/viewvc/any23/trunk/RELEASE-NOTES.txt?rev=1383968&r1=1383967&r2=1383968&view=diff
==============================================================================
--- any23/trunk/RELEASE-NOTES.txt (original)
+++ any23/trunk/RELEASE-NOTES.txt Wed Sep 12 14:33:36 2012
@@ -1,6 +1,6 @@
Apache Any23 0.7.0-incubating
Release Notes
- 25/06/2012 - ddmmyyyy
+ 25/06/2012
Sub-task
Modified: any23/trunk/service/src/main/resources/form.html
URL:
http://svn.apache.org/viewvc/any23/trunk/service/src/main/resources/form.html?rev=1383968&r1=1383967&r2=1383968&view=diff
==============================================================================
--- any23/trunk/service/src/main/resources/form.html (original)
+++ any23/trunk/service/src/main/resources/form.html Wed Sep 12 14:33:36 2012
@@ -44,7 +44,7 @@ function showModal( id )
</head>
<body>
<div class="container">
- <a href="http://incubator.apache.org/projects/any23.html" title="Apache
Any23 Dev Site" target="_blank">
+ <a href="http://any23.apache.org/" title="Apache Any23 Dev Site"
target="_blank">
<img
alt="Apache Any23 Dev Site"
src="resources/images/logo-any23-214x97.png"
@@ -59,7 +59,7 @@ function showModal( id )
<h1>Apache Any23 - Anything To Triples - Live Service Demo</h1>
<p>Parses Microformats, RDFa, Microdata, RDF/XML, Turtle, N-Triples and
NQuads.</p>
- <p>Download and install Any23: visit the <a
href="http://incubator.apache.org/projects/any23.html"
target="_blank">Developers Site</a> and the <a
href="http://incubator.apache.org/any23/" target="_blank">Documentation</a>.
+ <p>Download and install Any23: visit the <a
href="http://any23.apache.org/" target="_blank">Developers Site</a> and the <a
href="http://any23.apache.org/getting-started.html"
target="_blank">Documentation</a>.
<hr />
<h2>Convert document at URI</h2>
<form class="well form-horizontal" method="get" action="any23/">
@@ -316,11 +316,11 @@ Content-Length: 174
</table>
<h3>Report Format</h3>
<p>The XML report format is subjected to changes. The current content is
described in section
- <a href="http://incubator.apache.org/any23/service.html"
target="_blank">Any23 Service</a>.
+ <a href="http://any23.apache.org/service.html" target="_blank">Any23
Service</a>.
</p>
<hr />
<p><b>Apache Any23 v.${project.version}
(${implementation.build.tstamp})</b></p>
- <p><a href="http://incubator.apache.org/projects/any23.html"
target="_blank">Any23 project homepage</a> | Hosted at <a
href="http://apache.org/" target="_blank">Apache Software Foundation</a></p>
+ <p><a href="http://any23.apache.org/" target="_blank">Any23 project
homepage</a> | Hosted at <a href="http://apache.org/" target="_blank">Apache
Software Foundation</a></p>
<div id="sPopup-fix" class="modal hide fade">
<div class="modal-header">
@@ -342,7 +342,7 @@ Content-Length: 174
<li><b>validate+fix</b>: the common issues will be detected and a
fix will be applied when available.</li>
</ul>
<p>
- Please refer to the <a
href="http://incubator.apache.org/any23/dev-validation-fix.html"
target="_blank">Developer Guide</a>
+ Please refer to the <a
href="http://any23.apache.org/dev-validation-fix.html"
target="_blank">Developer Guide</a>
for any further detail.
</p>
</div>
Modified: any23/trunk/src/site/apt/build-src.apt
URL:
http://svn.apache.org/viewvc/any23/trunk/src/site/apt/build-src.apt?rev=1383968&r1=1383967&r2=1383968&view=diff
==============================================================================
--- any23/trunk/src/site/apt/build-src.apt (original)
+++ any23/trunk/src/site/apt/build-src.apt Wed Sep 12 14:33:36 2012
@@ -30,7 +30,7 @@ Build Apache Any23 from sources
Checkout the code from SVN:
+---------------------------------------------------------------------------
-$ svn checkout http://svn.apache.org/repos/asf/incubator/any23/trunk
apache-any23-trunk-readonly
+$ svn checkout http://svn.apache.org/repos/asf/any23/trunk
apache-any23-trunk-readonly
+---------------------------------------------------------------------------
* Build <<Apache Any23>>
Modified: any23/trunk/src/site/site.xml
URL:
http://svn.apache.org/viewvc/any23/trunk/src/site/site.xml?rev=1383968&r1=1383967&r2=1383968&view=diff
==============================================================================
--- any23/trunk/src/site/site.xml (original)
+++ any23/trunk/src/site/site.xml Wed Sep 12 14:33:36 2012
@@ -35,18 +35,11 @@
</bannerLeft>
<bannerRight>
- <name>Apache Incubator</name>
- <src>http://incubator.apache.org/images/apache-incubator-logo.png</src>
- <href>http://incubator.apache.org/</href>
+ <name>Apache Any23</name>
+ <src>http://www.apache.org/images/feather-small.gif</src>
+ <href>http://www.apache.org/</href>
</bannerRight>
- <poweredBy>
- <logo
- name="Apache Tika"
- href="http://tika.apache.org/"
- img="./images/apache-tika-90x30.png"/>
- </poweredBy>
-
<body>
<menu name="${project.name}">
<item name="Introduction" href="./index.html"/>
@@ -94,7 +87,6 @@
<item name="Foundation" href="http://www.apache.org/foundation/"/>
<item name="Sponsoring Apache"
href="http://www.apache.org/foundation/sponsorship.html"/>
<item name="Thanks" href="http://www.apache.org/foundation/thanks.html"/>
- <item name="Apache Incubator" href="http://incubator.apache.org/"/>
</menu>
<footer>
Modified: any23/trunk/src/site/xdoc/download.xml.vm
URL:
http://svn.apache.org/viewvc/any23/trunk/src/site/xdoc/download.xml.vm?rev=1383968&r1=1383967&r2=1383968&view=diff
==============================================================================
--- any23/trunk/src/site/xdoc/download.xml.vm (original)
+++ any23/trunk/src/site/xdoc/download.xml.vm Wed Sep 12 14:33:36 2012
@@ -20,7 +20,7 @@
<properties>
<title>Apache Any23 - Download</title>
- <author email="[email protected]">Apache Any23 Team</author>
+ <author email="[email protected]">Apache Any23 Team</author>
</properties>
<body>
@@ -34,7 +34,7 @@
<p>In order to guard against corrupted downloads/installations, it is
highly recommended to
<a
href="http://www.apache.org/dev/release-signing#verifying-signature">verify the
signature</a>
- of the release bundles against the public <a
href="http://www.apache.org/dyn/closer.cgi/incubator/any23/KEYS">KEYS</a> used
by the Apache Any23
+ of the release bundles against the public <a
href="http://www.apache.org/dyn/closer.cgi/any23/KEYS">KEYS</a> used by the
Apache Any23
developers.</p>
<p>Apache Any23 is distributed under the <a
href="http://any23.apache.org/license.html"> Apache License, version
2.0</a>.</p>
@@ -52,15 +52,15 @@
<tbody>
<tr>
<td>Apache Any23 ${project.version} (Source tar.gz)</td>
- <td><a
href="http://www.apache.org/dyn/closer.cgi/incubator/any23/sources/apache-any23-${project.version}-src.tar.gz">
apache-any23-${project.version}-src.tar.gz</a></td>
- <td><a
href="http://www.apache.org/dyn/closer.cgi/incubator/any23/sources/apache-any23-${project.version}-src.tar.gz.md5">
apache-any23-${project.version}-src.tar.gz.md5</a></td>
- <td><a
href="http://www.apache.org/dyn/closer.cgi/incubator/any23/sources/apache-any23-${project.version}-src.tar.gz.asc">
apache-any23-${project.version}-src.tar.gz.asc</a></td>
+ <td><a
href="http://www.apache.org/dyn/closer.cgi/any23/sources/apache-any23-${project.version}-src.tar.gz">
apache-any23-${project.version}-src.tar.gz</a></td>
+ <td><a
href="http://www.apache.org/dyn/closer.cgi/any23/sources/apache-any23-${project.version}-src.tar.gz.md5">
apache-any23-${project.version}-src.tar.gz.md5</a></td>
+ <td><a
href="http://www.apache.org/dyn/closer.cgi/any23/sources/apache-any23-${project.version}-src.tar.gz.asc">
apache-any23-${project.version}-src.tar.gz.asc</a></td>
</tr>
<tr>
<td>Apache Any23 ${project.version} (Source zip)</td>
- <td><a
href="http://www.apache.org/dyn/closer.cgi/incubator/any23/sources/apache-any23-${project.version}-src.zip">
apache-any23-${project.version}-src.zip</a></td>
- <td><a
href="http://www.apache.org/dyn/closer.cgi/incubator/any23/sources/apache-any23-${project.version}-src.zip.md5">
apache-any23-${project.version}-src.zip.md5</a></td>
- <td><a
href="http://www.apache.org/dyn/closer.cgi/incubator/any23/sources/apache-any23-${project.version}-src.zip.asc">
apache-any23-${project.version}-src.zip.asc</a></td>
+ <td><a
href="http://www.apache.org/dyn/closer.cgi/any23/sources/apache-any23-${project.version}-src.zip">
apache-any23-${project.version}-src.zip</a></td>
+ <td><a
href="http://www.apache.org/dyn/closer.cgi/any23/sources/apache-any23-${project.version}-src.zip.md5">
apache-any23-${project.version}-src.zip.md5</a></td>
+ <td><a
href="http://www.apache.org/dyn/closer.cgi/any23/sources/apache-any23-${project.version}-src.zip.asc">
apache-any23-${project.version}-src.zip.asc</a></td>
</tr>
</tbody>
</table>
@@ -79,15 +79,15 @@
<tbody>
<tr>
<td>Apache Any23 ${project.version} (Binary tar.gz)</td>
- <td><a
href="http://www.apache.org/dyn/closer.cgi/incubator/any23/binaries/apache-any23-core-${project.version}.tar.gz">
apache-any23-core-${project.version}.tar.gz</a></td>
- <td><a
href="http://www.apache.org/dyn/closer.cgi/incubator/any23/binaries/apache-any23-core-${project.version}.tar.gz.md5">
apache-any23-core-${project.version}.tar.gz.md5</a></td>
- <td><a
href="http://www.apache.org/dyn/closer.cgi/incubator/any23/binaries/apache-any23-core-${project.version}.tar.gz.asc">
apache-any23-core-${project.version}.tar.gz.asc</a></td>
+ <td><a
href="http://www.apache.org/dyn/closer.cgi/any23/binaries/apache-any23-core-${project.version}.tar.gz">
apache-any23-core-${project.version}.tar.gz</a></td>
+ <td><a
href="http://www.apache.org/dyn/closer.cgi/any23/binaries/apache-any23-core-${project.version}.tar.gz.md5">
apache-any23-core-${project.version}.tar.gz.md5</a></td>
+ <td><a
href="http://www.apache.org/dyn/closer.cgi/any23/binaries/apache-any23-core-${project.version}.tar.gz.asc">
apache-any23-core-${project.version}.tar.gz.asc</a></td>
</tr>
<tr>
<td>Apache Any23 ${project.version} (Binary zip)</td>
- <td><a
href="http://www.apache.org/dyn/closer.cgi/incubator/any23/binaries/apache-any23-core-${project.version}.zip">
apache-any23-core-${project.version}.zip</a></td>
- <td><a
href="http://www.apache.org/dyn/closer.cgi/incubator/any23/binaries/apache-any23-core-${project.version}.zip.md5">
apache-any23-core-${project.version}.zip.md5</a></td>
- <td><a
href="http://www.apache.org/dyn/closer.cgi/incubator/any23/binaries/apache-any23-core-${project.version}.zip.asc">
apache-any23-core-${project.version}.zip.asc</a></td>
+ <td><a
href="http://www.apache.org/dyn/closer.cgi/any23/binaries/apache-any23-core-${project.version}.zip">
apache-any23-core-${project.version}.zip</a></td>
+ <td><a
href="http://www.apache.org/dyn/closer.cgi/any23/binaries/apache-any23-core-${project.version}.zip.md5">
apache-any23-core-${project.version}.zip.md5</a></td>
+ <td><a
href="http://www.apache.org/dyn/closer.cgi/any23/binaries/apache-any23-core-${project.version}.zip.asc">
apache-any23-core-${project.version}.zip.asc</a></td>
</tr>
</tbody>
</table>
@@ -107,16 +107,16 @@
</thead>
<tbody>
<tr>
- <td>Apache Any23 Basic Crawler 1.0.0-incubating (Binary
tar.gz)</td>
- <td><a
href="http://www.apache.org/dyn/closer.cgi/incubator/any23/binaries/apache-any23-basic-crawler-1.0.0-incubating.tar.gz">
apache-any23-basic-crawler-1.0.0-incubating.tar.gz</a></td>
- <td><a
href="http://www.apache.org/dyn/closer.cgi/incubator/any23/binaries/apache-any23-basic-crawler-1.0.0-incubating.tar.gz.md5">
apache-any23-basic-crawler-1.0.0-incubating.tar.gz.md5</a></td>
- <td><a
href="http://www.apache.org/dyn/closer.cgi/incubator/any23/binaries/apache-any23-basic-crawler-1.0.0-incubating.tar.gz.asc">
apache-any23-basic-crawler-1.0.0-incubating.tar.gz.asc</a></td>
+ <td>Apache Any23 Basic Crawler 1.0.0 (Binary tar.gz)</td>
+ <td><a
href="http://www.apache.org/dyn/closer.cgi/any23/binaries/apache-any23-basic-crawler-1.0.0.tar.gz">
apache-any23-basic-crawler-1.0.0.tar.gz</a></td>
+ <td><a
href="http://www.apache.org/dyn/closer.cgi/any23/binaries/apache-any23-basic-crawler-1.0.0.tar.gz.md5">
apache-any23-basic-crawler-1.0.0.tar.gz.md5</a></td>
+ <td><a
href="http://www.apache.org/dyn/closer.cgi/any23/binaries/apache-any23-basic-crawler-1.0.0.tar.gz.asc">
apache-any23-basic-crawler-1.0.0.tar.gz.asc</a></td>
</tr>
<tr>
- <td>Apache Any23 Basic Crawler 1.0.0-incubating (Binary zip)</td>
- <td><a
href="http://www.apache.org/dyn/closer.cgi/incubator/any23/binaries/apache-any23-basic-crawler-1.0.0-incubating.zip">
apache-any23-basic-crawler-1.0.0-incubating.zip</a></td>
- <td><a
href="http://www.apache.org/dyn/closer.cgi/incubator/any23/binaries/apache-any23-basic-crawler-1.0.0-incubating.zip.md5">
apache-any23-basic-crawler-1.0.0-incubating.zip.md5</a></td>
- <td><a
href="http://www.apache.org/dyn/closer.cgi/incubator/any23/binaries/apache-any23-basic-crawler-1.0.0-incubating.zip.asc">
apache-any23-basic-crawler-1.0.0-incubating.tar.gz.asc</a></td>
+ <td>Apache Any23 Basic Crawler 1.0.0 (Binary zip)</td>
+ <td><a
href="http://www.apache.org/dyn/closer.cgi/any23/binaries/apache-any23-basic-crawler-1.0.0.zip">
apache-any23-basic-crawler-1.0.0.zip</a></td>
+ <td><a
href="http://www.apache.org/dyn/closer.cgi/any23/binaries/apache-any23-basic-crawler-1.0.0.zip.md5">
apache-any23-basic-crawler-1.0.0.zip.md5</a></td>
+ <td><a
href="http://www.apache.org/dyn/closer.cgi/any23/binaries/apache-any23-basic-crawler-1.0.0.zip.asc">
apache-any23-basic-crawler-1.0.0.tar.gz.asc</a></td>
</tr>
</tbody>
</table>
@@ -134,16 +134,16 @@
</thead>
<tbody>
<tr>
- <td>Apache Any23 HTML Scraper 1.0.1-incubating (Binary
tar.gz)</td>
- <td><a
href="http://www.apache.org/dyn/closer.cgi/incubator/any23/binaries/apache-any23-html-scraper-1.0.1-incubating.tar.gz">
apache-any23-html-scraper-1.0.1-incubating.tar.gz</a></td>
- <td><a
href="http://www.apache.org/dyn/closer.cgi/incubator/any23/binaries/apache-any23-html-scraper-1.0.1-incubating.tar.gz.md5">
apache-any23-html-scraper-1.0.1-incubating.tar.gz.md5</a></td>
- <td><a
href="http://www.apache.org/dyn/closer.cgi/incubator/any23/binaries/apache-any23-html-scraper-1.0.1-incubating.tar.gz.asc">
apache-any23-html-scraper-1.0.1-incubating.tar.gz.asc</a></td>
+ <td>Apache Any23 HTML Scraper 1.0.1 (Binary tar.gz)</td>
+ <td><a
href="http://www.apache.org/dyn/closer.cgi/any23/binaries/apache-any23-html-scraper-1.0.1.tar.gz">
apache-any23-html-scraper-1.0.1.tar.gz</a></td>
+ <td><a
href="http://www.apache.org/dyn/closer.cgi/any23/binaries/apache-any23-html-scraper-1.0.1.tar.gz.md5">
apache-any23-html-scraper-1.0.1.tar.gz.md5</a></td>
+ <td><a
href="http://www.apache.org/dyn/closer.cgi/any23/binaries/apache-any23-html-scraper-1.0.1.tar.gz.asc">
apache-any23-html-scraper-1.0.1.tar.gz.asc</a></td>
</tr>
<tr>
- <td>Apache Any23 HTML Scraper 1.0.1-incubating (Binary zip)</td>
- <td><a
href="http://www.apache.org/dyn/closer.cgi/incubator/any23/binaries/apache-any23-html-scraper-1.0.1-incubating.zip">
apache-any23-html-scraper-1.0.1-incubating.zip</a></td>
- <td><a
href="http://www.apache.org/dyn/closer.cgi/incubator/any23/binaries/apache-any23-html-scraper-1.0.1-incubating.zip.md5">
apache-any23-html-scraper-1.0.1-incubating.zip.md5</a></td>
- <td><a
href="http://www.apache.org/dyn/closer.cgi/incubator/any23/binaries/apache-any23-html-scraper-1.0.1-incubating.zip.asc">
apache-any23-html-scraper-1.0.1-incubating.zip.asc</a></td>
+ <td>Apache Any23 HTML Scraper 1.0.1 (Binary zip)</td>
+ <td><a
href="http://www.apache.org/dyn/closer.cgi/any23/binaries/apache-any23-html-scraper-1.0.1.zip">
apache-any23-html-scraper-1.0.1.zip</a></td>
+ <td><a
href="http://www.apache.org/dyn/closer.cgi/any23/binaries/apache-any23-html-scraper-1.0.1.zip.md5">
apache-any23-html-scraper-1.0.1.zip.md5</a></td>
+ <td><a
href="http://www.apache.org/dyn/closer.cgi/any23/binaries/apache-any23-html-scraper-1.0.1.zip.asc">
apache-any23-html-scraper-1.0.1.zip.asc</a></td>
</tr>
</tbody>
</table>
@@ -161,16 +161,16 @@
</thead>
<tbody>
<tr>
- <td>Apache Any23 Office Scraper 1.0.0-incubating (Binary
tar.gz)</td>
- <td><a
href="http://www.apache.org/dyn/closer.cgi/incubator/any23/binaries/apache-any23-office-scraper-1.0.0-incubating.tar.gz">
apache-any23-office-scraper-1.0.0-incubating.tar.gz</a></td>
- <td><a
href="http://www.apache.org/dyn/closer.cgi/incubator/any23/binaries/apache-any23-office-scraper-1.0.0-incubating.tar.gz.md5">
apache-any23-office-scraper-1.0.0-incubating.tar.gz.md5</a></td>
- <td><a
href="http://www.apache.org/dyn/closer.cgi/incubator/any23/binaries/apache-any23-office-scraper-1.0.0-incubating.tar.gz.asc">
apache-any23-office-scraper-1.0.0-incubating.tar.gz.asc</a></td>
+ <td>Apache Any23 Office Scraper 1.0.0 (Binary tar.gz)</td>
+ <td><a
href="http://www.apache.org/dyn/closer.cgi/any23/binaries/apache-any23-office-scraper-1.0.0.tar.gz">
apache-any23-office-scraper-1.0.0.tar.gz</a></td>
+ <td><a
href="http://www.apache.org/dyn/closer.cgi/any23/binaries/apache-any23-office-scraper-1.0.0.tar.gz.md5">
apache-any23-office-scraper-1.0.0.tar.gz.md5</a></td>
+ <td><a
href="http://www.apache.org/dyn/closer.cgi/any23/binaries/apache-any23-office-scraper-1.0.0.tar.gz.asc">
apache-any23-office-scraper-1.0.0.tar.gz.asc</a></td>
</tr>
<tr>
- <td>Apache Any23 Office Scraper 1.0.0-incubating (Binary
zip)</td>
- <td><a
href="http://www.apache.org/dyn/closer.cgi/incubator/any23/binaries/apache-any23-office-scraper-1.0.0-incubating.zip">
apache-any23-office-scraper-1.0.0-incubating.zip</a></td>
- <td><a
href="http://www.apache.org/dyn/closer.cgi/incubator/any23/binaries/apache-any23-office-scraper-1.0.0-incubating.zip.md5">
apache-any23-office-scraper-1.0.0-incubating.zip.md5</a></td>
- <td><a
href="http://www.apache.org/dyn/closer.cgi/incubator/any23/binaries/apache-any23-office-scraper-1.0.0-incubating.zip.asc">
apache-any23-office-scraper-1.0.0-incubating.zip.asc</a></td>
+ <td>Apache Any23 Office Scraper 1.0.0 (Binary zip)</td>
+ <td><a
href="http://www.apache.org/dyn/closer.cgi/any23/binaries/apache-any23-office-scraper-1.0.0.zip">
apache-any23-office-scraper-1.0.0.zip</a></td>
+ <td><a
href="http://www.apache.org/dyn/closer.cgi/any23/binaries/apache-any23-office-scraper-1.0.0.zip.md5">
apache-any23-office-scraper-1.0.0.zip.md5</a></td>
+ <td><a
href="http://www.apache.org/dyn/closer.cgi/any23/binaries/apache-any23-office-scraper-1.0.0.zip.asc">
apache-any23-office-scraper-1.0.0.zip.asc</a></td>
</tr>
</tbody>
</table>
@@ -191,15 +191,15 @@
<tbody>
<tr>
<td>Apache Any23 Service ${project.version} (Binary tar.gz)</td>
- <td><a
href="http://www.apache.org/dyn/closer.cgi/incubator/any23/binaries/apache-any23-service-${project.version}.tar.gz">
apache-any23-service-${project.version}.tar.gz</a></td>
- <td><a
href="http://www.apache.org/dyn/closer.cgi/incubator/any23/binaries/apache-any23-service-${project.version}.tar.gz.md5">
apache-any23-service-${project.version}.tar.gz.md5</a></td>
- <td><a
href="http://www.apache.org/dyn/closer.cgi/incubator/any23/binaries/apache-any23-service-${project.version}.tar.gz.asc">
apache-any23-service-${project.version}.tar.gz.asc</a></td>
+ <td><a
href="http://www.apache.org/dyn/closer.cgi/any23/binaries/apache-any23-service-${project.version}.tar.gz">
apache-any23-service-${project.version}.tar.gz</a></td>
+ <td><a
href="http://www.apache.org/dyn/closer.cgi/any23/binaries/apache-any23-service-${project.version}.tar.gz.md5">
apache-any23-service-${project.version}.tar.gz.md5</a></td>
+ <td><a
href="http://www.apache.org/dyn/closer.cgi/any23/binaries/apache-any23-service-${project.version}.tar.gz.asc">
apache-any23-service-${project.version}.tar.gz.asc</a></td>
</tr>
<tr>
<td>Apache Any23 Service ${project.version} (Binary zip)</td>
- <td><a
href="http://www.apache.org/dyn/closer.cgi/incubator/any23/binaries/apache-any23-service-${project.version}.zip">
apache-any23-service-${project.version}.zip</a></td>
- <td><a
href="http://www.apache.org/dyn/closer.cgi/incubator/any23/binaries/apache-any23-service-${project.version}.zip.md5">
apache-any23-service-${project.version}.zip.md5</a></td>
- <td><a
href="http://www.apache.org/dyn/closer.cgi/incubator/any23/binaries/apache-any23-service-${project.version}.zip.asc">
apache-any23-service-${project.version}.zip.asc</a></td>
+ <td><a
href="http://www.apache.org/dyn/closer.cgi/any23/binaries/apache-any23-service-${project.version}.zip">
apache-any23-service-${project.version}.zip</a></td>
+ <td><a
href="http://www.apache.org/dyn/closer.cgi/any23/binaries/apache-any23-service-${project.version}.zip.md5">
apache-any23-service-${project.version}.zip.md5</a></td>
+ <td><a
href="http://www.apache.org/dyn/closer.cgi/any23/binaries/apache-any23-service-${project.version}.zip.asc">
apache-any23-service-${project.version}.zip.asc</a></td>
</tr>
</tbody>
</table>
@@ -218,15 +218,15 @@
<tbody>
<tr>
<td>Apache Any23 Service (No deps) ${project.version} (Binary
tar.gz)</td>
- <td><a
href="http://www.apache.org/dyn/closer.cgi/incubator/any23/binaries/apache-any23-service-${project.version}-without-deps.tar.gz">
apache-any23-service-${project.version}-without-deps.tar.gz</a></td>
- <td><a
href="http://www.apache.org/dyn/closer.cgi/incubator/any23/binaries/apache-any23-service-${project.version}-without-deps.tar.gz.md5">
apache-any23-service-${project.version}-without-deps.tar.gz.md5</a></td>
- <td><a
href="http://www.apache.org/dyn/closer.cgi/incubator/any23/binaries/apache-any23-service-${project.version}-without-deps.tar.gz.asc">
apache-any23-service-${project.version}-without-deps.tar.gz.asc</a></td>
+ <td><a
href="http://www.apache.org/dyn/closer.cgi/any23/binaries/apache-any23-service-${project.version}-without-deps.tar.gz">
apache-any23-service-${project.version}-without-deps.tar.gz</a></td>
+ <td><a
href="http://www.apache.org/dyn/closer.cgi/any23/binaries/apache-any23-service-${project.version}-without-deps.tar.gz.md5">
apache-any23-service-${project.version}-without-deps.tar.gz.md5</a></td>
+ <td><a
href="http://www.apache.org/dyn/closer.cgi/any23/binaries/apache-any23-service-${project.version}-without-deps.tar.gz.asc">
apache-any23-service-${project.version}-without-deps.tar.gz.asc</a></td>
</tr>
<tr>
<td>Apache Any23 Service (No deps) ${project.version} (Binary
zip)</td>
- <td><a
href="http://www.apache.org/dyn/closer.cgi/incubator/any23/binaries/apache-any23-service-${project.version}-without-deps.zip">
apache-any23-service-${project.version}-without-deps.zip</a></td>
- <td><a
href="http://www.apache.org/dyn/closer.cgi/incubator/any23/binaries/apache-any23-service-${project.version}-without-deps.zip.md5">
apache-any23-service-${project.version}-without-deps.zip.md5</a></td>
- <td><a
href="http://www.apache.org/dyn/closer.cgi/incubator/any23/binaries/apache-any23-service-${project.version}-without-deps.zip.asc">
apache-any23-service-${project.version}-without-deps.zip.asc</a></td>
+ <td><a
href="http://www.apache.org/dyn/closer.cgi/any23/binaries/apache-any23-service-${project.version}-without-deps.zip">
apache-any23-service-${project.version}-without-deps.zip</a></td>
+ <td><a
href="http://www.apache.org/dyn/closer.cgi/any23/binaries/apache-any23-service-${project.version}-without-deps.zip.md5">
apache-any23-service-${project.version}-without-deps.zip.md5</a></td>
+ <td><a
href="http://www.apache.org/dyn/closer.cgi/any23/binaries/apache-any23-service-${project.version}-without-deps.zip.asc">
apache-any23-service-${project.version}-without-deps.zip.asc</a></td>
</tr>
</tbody>
</table>
@@ -245,15 +245,15 @@
<tbody>
<tr>
<td>Apache Any23 Service (Standalone server embedded)
${project.version} (Binary tar.gz)</td>
- <td><a
href="http://www.apache.org/dyn/closer.cgi/incubator/any23/binaries/apache-any23-service-${project.version}-server-embedded.tar.gz">
apache-any23-service-${project.version}-server-embedded.tar.gz</a></td>
- <td><a
href="http://www.apache.org/dyn/closer.cgi/incubator/any23/binaries/apache-any23-service-${project.version}-server-embedded.tar.gz.md5">
apache-any23-service-${project.version}-server-embedded.tar.gz.md5</a></td>
- <td><a
href="http://www.apache.org/dyn/closer.cgi/incubator/any23/binaries/apache-any23-service-${project.version}-server-embedded.tar.gz.asc">
apache-any23-service-${project.version}-server-embedded.tar.gz.asc</a></td>
+ <td><a
href="http://www.apache.org/dyn/closer.cgi/any23/binaries/apache-any23-service-${project.version}-server-embedded.tar.gz">
apache-any23-service-${project.version}-server-embedded.tar.gz</a></td>
+ <td><a
href="http://www.apache.org/dyn/closer.cgi/any23/binaries/apache-any23-service-${project.version}-server-embedded.tar.gz.md5">
apache-any23-service-${project.version}-server-embedded.tar.gz.md5</a></td>
+ <td><a
href="http://www.apache.org/dyn/closer.cgi/any23/binaries/apache-any23-service-${project.version}-server-embedded.tar.gz.asc">
apache-any23-service-${project.version}-server-embedded.tar.gz.asc</a></td>
</tr>
<tr>
<td>Apache Any23 Service (Standalone server embedded)
${project.version} (Binary zip)</td>
- <td><a
href="http://www.apache.org/dyn/closer.cgi/incubator/any23/binaries/apache-any23-service-${project.version}-server-embedded.zip">
apache-any23-service-${project.version}-server-embedded.zip</a></td>
- <td><a
href="http://www.apache.org/dyn/closer.cgi/incubator/any23/binaries/apache-any23-service-${project.version}-server-embedded.zip.md5">
apache-any23-service-${project.version}-server-embedded.zip.md5</a></td>
- <td><a
href="http://www.apache.org/dyn/closer.cgi/incubator/any23/binaries/apache-any23-service-${project.version}-server-embedded.zip.asc">
apache-any23-service-${project.version}-server-embedded.zip.asc</a></td>
+ <td><a
href="http://www.apache.org/dyn/closer.cgi/any23/binaries/apache-any23-service-${project.version}-server-embedded.zip">
apache-any23-service-${project.version}-server-embedded.zip</a></td>
+ <td><a
href="http://www.apache.org/dyn/closer.cgi/any23/binaries/apache-any23-service-${project.version}-server-embedded.zip.md5">
apache-any23-service-${project.version}-server-embedded.zip.md5</a></td>
+ <td><a
href="http://www.apache.org/dyn/closer.cgi/any23/binaries/apache-any23-service-${project.version}-server-embedded.zip.asc">
apache-any23-service-${project.version}-server-embedded.zip.asc</a></td>
</tr>
</tbody>
</table>
Modified: any23/trunk/src/site/xdoc/release-howto.xml
URL:
http://svn.apache.org/viewvc/any23/trunk/src/site/xdoc/release-howto.xml?rev=1383968&r1=1383967&r2=1383968&view=diff
==============================================================================
--- any23/trunk/src/site/xdoc/release-howto.xml (original)
+++ any23/trunk/src/site/xdoc/release-howto.xml Wed Sep 12 14:33:36 2012
@@ -20,7 +20,7 @@
<properties>
<title>Apache Any23 - Release HowTo</title>
- <author email="[email protected]">Apache Any23 Team</author>
+ <author email="[email protected]">Apache Any23 Team</author>
</properties>
<body>
@@ -85,7 +85,7 @@
...
</settings>]]></source>
- <p>You can find a <a
href="https://svn.apache.org/repos/asf/incubator/any23/committers/maven/settings.xml"><code>settings.xml</code></a>
+ <p>You can find a <a
href="https://svn.apache.org/repos/asf/any23/committers/maven/settings.xml"><code>settings.xml</code></a>
template in our SVN committers space</p>
</subsection>
</section>
@@ -120,7 +120,7 @@
A branch can be made by running:
<pre>mvn release:branch -DbranchName=1.0.x</pre></li>
<li>Checkout a clean copy of the trunk/branch to release using
command line svn:
- <pre>svn checkout
https://svn.apache.org/repos/asf/incubator/any23/trunk/ release</pre></li>
+ <pre>svn checkout https://svn.apache.org/repos/asf/any23/trunk/
release</pre></li>
</ol>
</subsection>
@@ -218,10 +218,10 @@ gpg: Signature made ...</source>
</ol>
</li>
- <li>Add the distribution artifacts to the build area (the <a
href="https://svn.apache.org/repos/asf/incubator/any23/committers/scripts/grab-binaries.sh">grab-binaries.sh</a>
+ <li>Add the distribution artifacts to the build area (the <a
href="https://svn.apache.org/repos/asf/any23/committers/scripts/grab-binaries.sh">grab-binaries.sh</a>
script is versioned under the committer space of Any23 SVN).
<source>ssh [email protected]
-cd /x1/builds/incubator/any23
+cd /x1/builds/any23
sh grab-binaries.sh REPO_ID ANY23_VERSION CRAWLER_VERSION HTML_SCRAPER_VERSION
OFFICE_SCRAPER_VERSION</source>
</li>
@@ -231,7 +231,7 @@ sh grab-binaries.sh REPO_ID ANY23_VERSIO
<li>
This step will create the staging site: From the directory where
you have launched <tt>release:perform</tt> execute:
<source>cd target/checkout
-svn checkout https://svn.apache.org/repos/asf/incubator/any23/site/
staging-site
+svn checkout https://svn.apache.org/repos/asf/any23/site/ staging-site
mvn -P site site-deploy -Dsite.deploymentBaseUrl=file:///<absolute path
to/<staging-site/version>>
cd staging-site
svn add <version>
@@ -242,9 +242,9 @@ svn commit -m "staging site for release"
<subsection name="Vote the Release">
<ol>
- <li>Create a <code>VOTE</code> email thread on <a
href="mailto:[email protected]">any23-dev</a>
+ <li>Create a <code>VOTE</code> email thread on <a
href="mailto:[email protected]">any23-dev</a>
to record votes as replies, e.g.:
- <pre><![CDATA[To: "Apache Any23 Developers List"
<[email protected]>
+ <pre><![CDATA[To: "Apache Any23 Developers List"
<[email protected]>
Subject: [VOTE] Release Apache Any23 X.Y
Hi,
@@ -256,19 +256,19 @@ There are still a couple of issues left
http://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&pid=12312323&status=1
SVN source tag (r9999999):
-https://svn.apache.org/repos/asf/incubator/any23/tags/X.Y/
+https://svn.apache.org/repos/asf/any23/tags/X.Y/
Staging repo:
https://repository.apache.org/content/repositories/orgapacheany23-[YOUR
REPOSITORY ID]/
Staging binaries:
-http://people.apache.org/builds/incubator/any23/
+http://people.apache.org/builds/any23/
Staging site:
-http://incubator.apache.org/any23/X.Y/
+http://any23.apache.org/X.Y/
PGP release keys (signed using ABCDEFG):
-http://www.apache.org/dist/incubator/any23/KEYS
+http://any23.apache.org/dist/KEYS
Vote will be open for 72 hours.
@@ -278,7 +278,7 @@ Vote will be open for 72 hours.
</li>
<li>Create a <code>DISCUSS</code> email thread on
<code>any23-dev@</code> for any vote questions, e.g.:
- <pre><![CDATA[To: "Apache Any23 Developers List"
<[email protected]>
+ <pre><![CDATA[To: "Apache Any23 Developers List"
<[email protected]>
Subject: [DISCUSS] Apache Any23 X.Y
Discussion thread for vote on <version> release candidate, with SVN
source tag (r9999999).
@@ -290,7 +290,7 @@ Some of the things to check before votin
- can you build the contents of source-release.zip and svn tag
- do all of the staged jars/zips contain the required LICENSE and NOTICE files
- are all of the staged jars signed and the signature verifiable
- - is the signing key in the project's KEYS file and on a public server (i.e.
http://www.apache.org/dist/incubator/any23/)]]>
+ - is the signing key in the project's KEYS file and on a public server (i.e.
http://www.apache.org/dist/any23/)]]>
</pre>
</li>
@@ -304,8 +304,8 @@ Some of the things to check before votin
<li>After the vote has been open for at least 72 hours, has at least
three +1 PMC votes and no -1 votes, then
post the results to the vote thread, replying to the initial email
prepending <code>[RESULT]</code> to the
original subject and include a list of every binding
<code>+1</code>, <code>0</code> and <code>-1</code> vote.
- <pre><![CDATA[To: "Apache Any23 Developers List"
<[email protected]>
-CC: "Apache Any23 PMC List" <[email protected]>
+ <pre><![CDATA[To: "Apache Any23 Developers List"
<[email protected]>
+CC: "Apache Any23 PMC List" <[email protected]>
Subject: [RESULT] [VOTE] Release Apache Any23 X.Y
Hi,
@@ -342,10 +342,10 @@ I will promote the artifacts to the cent
<li>Add the distribution artifacts to the distribution area
<source>ssh [email protected]
-cd /x1/www/www.apache.org/dist/incubator/any23/
+cd /x1/www/www.apache.org/dist/any23/
-mv /x1/builds/incubator/any23/sources/* sources/
-mv /x1/builds/incubator/any23/binaries/* binaries/</source>
+mv /x1/builds/any23/sources/* sources/
+mv /x1/builds/any23/binaries/* binaries/</source>
</li>
<li>Update the
@@ -357,15 +357,15 @@ mv /x1/builds/incubator/any23/binaries/*
<subsection name="Announce the Release">
<p>Make an announcement about the release on the
- <a href="mailto:[email protected]">any23-user</a>,
- <a href="mailto:[email protected]">any23-dev</a>, and
+ <a href="mailto:[email protected]">any23-user</a>,
+ <a href="mailto:[email protected]">any23-dev</a>, and
<a href="mailto:[email protected]">[email protected]</a> lists as
per
<a
href="http://www.apache.org/foundation/mailinglists.html#foundation-announce]">the
Apache Announcement Mailing Lists page</a>
</p>
<pre><![CDATA[From: [email protected]
-To: "ASF Announcements" <[email protected]>, "Apache Any23 Users List"
<[email protected]>
-CC: "Apache Any23 Developers List" <[email protected]>
+To: "ASF Announcements" <[email protected]>, "Apache Any23 Users List"
<[email protected]>
+CC: "Apache Any23 Developers List" <[email protected]>
Subject: [ANNOUNCE] Apache Any23 X.Y
The Apache Any23 Team is pleased to announce the release of Apache Any23 X.Y.
@@ -393,7 +393,7 @@ Have Fun,
</li>
<li>Delete the svn tag created by the <code>release:perform</code>
step:
- <pre>svn rm https://svn.apache.org/repos/asf/incubator/any23/tags/X.Y
-m "deleting tag from rolled back release"</pre></li>
+ <pre>svn rm https://svn.apache.org/repos/asf/any23/tags/X.Y -m
"deleting tag from rolled back release"</pre></li>
<li>Drop the Nexus staging repo:
<ol>