The directories listed below contain current releases from Apache Incubator projects ("podlings"). Older releases are archived.
To find the complete download and installation instructions and other information for a particular project, start at the project's own webpage. Find them via Incubator projects listing, rather than browsing the directories below.
Each Apache Incubator podling is an effort undergoing incubation at The Apache Software Foundation (ASF). Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.
Please visit and contribute to Incubator projects and assist them to mature.
Verify md5sums and PGP/GPG signatures of all downloaded artefacts.
Save apache.org bandwidth: If you are currently at apache.org and would like to browse, please instead visit a nearby mirror site.
Name | Last modified | Size | Description | |
---|---|---|---|---|
Parent Directory | - | |||
HEADER.html | 2022-11-17 15:54 | 1.9K | ||
README.html | 2022-11-17 15:54 | 2.2K | ||
abdera/ | 2008-04-11 20:48 | - | ||
ace/ | 2011-06-01 15:45 | - | ||
bluesky/ | 2009-12-10 18:29 | - | ||
buildr/ | 2008-10-17 07:33 | - | ||
bval/ | 2011-06-04 01:25 | - | ||
cassandra/ | 2010-02-26 23:38 | - | ||
clerezza/ | 2011-07-14 18:52 | - | ||
click/ | 2009-02-18 23:15 | - | ||
couchdb/ | 2008-08-16 19:11 | - | ||
deltacloud/ | 2011-04-29 00:57 | - | ||
empire-db/ | 2011-07-04 10:09 | - | ||
esme/ | 2010-01-28 15:03 | - | ||
etch/ | 2010-10-19 12:08 | - | ||
gora/ | 2011-04-06 13:20 | - | ||
hama/ | 2011-07-28 13:37 | - | ||
hcatalog/ | 2011-06-17 18:05 | - | ||
imperius/ | 2010-04-12 18:30 | - | ||
isis/ | 2011-07-14 00:34 | - | ||
jspwiki/ | 2009-05-28 22:43 | - | ||
kato/ | 2010-02-09 19:20 | - | ||
libcloud/ | 2010-02-18 03:17 | - | ||
log4php/ | 2009-12-12 20:54 | - | ||
lucene.net/ | 2011-03-06 04:22 | - | ||
lucy/ | 2011-08-11 04:59 | - | ||
manifoldcf/ | 2011-06-30 17:13 | - | ||
nmaven/ | 2008-03-30 15:00 | - | ||
npanday/ | 2011-05-16 08:04 | - | ||
olio/ | 2011-06-14 02:23 | - | ||
opennlp/ | 2011-05-02 19:44 | - | ||
openwebbeans/ | 2009-09-30 21:56 | - | ||
photark/ | 2011-03-11 19:53 | - | ||
pig/ | 2008-09-11 00:33 | - | ||
pivot/ | 2010-01-18 04:22 | - | ||
rat/ | 2010-08-10 01:48 | - | ||
rave/ | 2011-07-08 21:30 | - | ||
river/ | 2010-05-02 02:17 | - | ||
sanselan/ | 2009-02-14 16:55 | - | ||
shindig/ | 2009-12-14 21:08 | - | ||
sis/ | 2010-11-15 07:19 | - | ||
stonehenge/ | 2010-07-10 20:47 | - | ||
thrift/ | 2009-12-12 07:50 | - | ||
tika/ | 2008-01-07 17:57 | - | ||
trafficserver/ | 2010-02-24 01:47 | - | ||
tuscany/ | 2008-11-26 19:47 | - | ||
uima/ | 2011-06-05 18:00 | - | ||
vcl/ | 2011-04-08 16:21 | - | ||
whirr/ | 2011-08-28 02:15 | - | ||
wink/ | 2011-06-04 09:28 | - | ||
It is essential that you verify the integrity of the downloaded files using the MD5 and PGP signatures. MD5 verification ensures the file was not corrupted or tampered with. PGP verification ensures that the file came from a certain person.
Each project will probably have its own instructions on its download page. If not, then the following notes will help.
The PGP signatures can be verified using
PGP or
GPG. First download the project's
KEYS
file as well as the
*.asc
signature file for the particular artefact. It is
important that you get these files from the ultimate trusted source - the
main ASF distribution site, rather than from a mirror. Then verify the
signatures using ...
% pgpk -a KEYS % pgpv apache-podling-X.Y-incubating-src.tar.gz.asc or % pgp -ka KEYS % pgp apache-podling-X.Y-incubating-src.tar.gz.asc or % gpg --import KEYS % gpg --verify apache-podling-X.Y-incubating-src.tar.gz.asc
To verify the MD5 checksum on the files, you need to use a program called
md5
or md5sum
, which is included in many unix
distributions. It is also available as part of
GNU
Textutils. Windows users can get binary md5 programs from
here,
here, or
here or an openssl client
from
here.
% md5sum apache-podling-X.Y-incubating-src.tar.gz ... output should match the string in apache-podling-X.Y-incubating-src.tar.gz.md5
We strongly recommend that you verify your downloads with both PGP and MD5.