You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by ju...@apache.org on 2008/06/06 20:33:26 UTC

svn commit: r664071 - in /incubator/tika/trunk/src/site: apt/download.apt site.xml

Author: jukka
Date: Fri Jun  6 11:33:26 2008
New Revision: 664071

URL: http://svn.apache.org/viewvc?rev=664071&view=rev
Log:
TIKA-118: Bouncycastle binaries requires US exports regulation compliance
    - Added a download page with an export notice

Added:
    incubator/tika/trunk/src/site/apt/download.apt
Modified:
    incubator/tika/trunk/src/site/site.xml

Added: incubator/tika/trunk/src/site/apt/download.apt
URL: http://svn.apache.org/viewvc/incubator/tika/trunk/src/site/apt/download.apt?rev=664071&view=auto
==============================================================================
--- incubator/tika/trunk/src/site/apt/download.apt (added)
+++ incubator/tika/trunk/src/site/apt/download.apt Fri Jun  6 11:33:26 2008
@@ -0,0 +1,90 @@
+                       --------
+                       Download
+                       --------
+
+~~ 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.
+
+Download Apache Tika
+
+   The first official release of Apache Tika, 0.1-incubating, is now available.
+   See the {{{http://www.apache.org/dist/incubator/tika/CHANGES-0.1-incubating.txt}CHANGES.txt}}
+   file for more information on the list of updates in this initial release.
+
+   * {{{http://www.apache.org/dyn/closer.cgi/incubator/tika/apache-tika-0.1-incubating-src.tar.gz}apache-tika-0.1-incubating-src.tar.gz}}
+     ({{{http://www.apache.org/dist/incubator/tika/apache-tika-0.1-incubating-src.tar.gz.asc}PGP}})
+
+   []
+
+   Apache Tika releases are available under the
+   {{{http://www.apache.org/licenses/LICENSE-2.0}Apache License, Version 2.0}}.
+   See the NOTICE.txt file contained in each release artifact for applicable
+   copyright attribution notices.
+
+Export control
+
+   Apache Tika includes cryptographic software.  The country in  which
+   you currently reside may have restrictions on the import,  possession, use,
+   and/or re-export to another country, of encryption software.  BEFORE using
+   any encryption software, please  check your country's laws, regulations and
+   policies concerning the import, possession, or use, and re-export of
+   encryption software, to  see if this is permitted.  See
+   \<{{http://www.wassenaar.org/}}\> for more information.
+
+   The U.S. Government Department of Commerce, Bureau of Industry and
+   Security (BIS), has classified this software as Export Commodity Control
+   Number (ECCN) 5D002.C.1, which includes information security software using
+   or performing cryptographic functions with asymmetric algorithms.  The form
+   and manner of this Apache Software Foundation distribution makes it eligible
+   for export under the License Exception ENC Technology Software Unrestricted
+   (TSU) exception (see the BIS Export Administration Regulations, Section
+   740.13) for both object code and source code.
+
+   The following provides more details on the included cryptographic software:
+
+   * Apache Tika uses the Bouncy Castle generic encryption libraries for
+     extracting text content and metadata from encrypted PDF files.
+     See {{http://www.bouncycastle.org/}} for more details on Bouncy Castle.
+
+Verify
+
+   It is essential that you verify the integrity of the downloaded files
+   using the PGP signatures. Please read 
+   {{{http://httpd.apache.org/dev/verification.html}Verifying Apache HTTP Server Releases}}
+   for more information on why you should verify our releases.
+
+   The PGP signatures can be verified using PGP or GPG. First download the
+   KEYS file as well as the .asc signature files for the relevant release
+   packages. Make sure you get these files from the main distribution
+   directory, rather than from a mirror. Then verify the signatures using
+
++---
+% pgpk -a KEYS
+% pgpv apache-tika-X.Y.Z.tar.gz.asc
++---
+
+   or
+
++---
+% pgp -ka KEYS
+% pgp apache-tika-X.Y.Z.tar.gz.asc
++---
+
+   or
+
++---
+% gpg --import KEYS
+% gpg --verify apache-tika-X.Y.Z.tar.gz.asc
++---

Modified: incubator/tika/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/incubator/tika/trunk/src/site/site.xml?rev=664071&r1=664070&r2=664071&view=diff
==============================================================================
--- incubator/tika/trunk/src/site/site.xml (original)
+++ incubator/tika/trunk/src/site/site.xml Fri Jun  6 11:33:26 2008
@@ -37,7 +37,7 @@
     </links>
     <menu name="Apache Tika">
       <item name="Introduction" href="index.html"/>
-      <item name="Download" href="http://www.apache.org/dyn/closer.cgi/incubator/tika"/>
+      <item name="Download" href="download.html"/>
     </menu>
     <menu ref="reports"/>
   </body>