root/web/downloads.php

Revision 2147, 4.2 kB (checked in by alo, 4 days ago)

--

Line 
1 <?php include 'HEADER.php'; ?>
2 <!-- HEADER ends -->
3
4 <h1>Download</h1>
5
6 <p>The <a href="/cherokee-latest-tarball"><b>latest released
7 version of Cherokee</b></a> can be found on here.</p>
8
9 <div style="border: 1px solid #ddd;padding:10px; padding-left: 30px;">
10   <table border="0"><tr>
11      <td><a href="/download/"><img src="/images/icon-tarball.png" hspace="6" alt="Image" title="Image" border="0" /></a></td>
12      <td align="top">
13        <b>Source code archive</b><br />
14        <a href="/download/">http://www.cherokee-project.com/download/</a>
15   </td></tr></table>
16 </div>
17
18 <p>You can also retrieve the current development
19 sources <a href="/svn.html">using
20 SVN</a>.</p>
21
22 <h1>Binary packages</h1>
23
24 <p>The Cherokee project officially only release source code.  However,
25 binary packages may have been contributed by other people for your OS
26 distribution. Please note that the contributed version is not always
27 the latest released version.</p>
28
29 <table border="0">
30   <tr>
31     <td align="center"><a href="http://packages.debian.org/unstable/web/cherokee" target="_self"><img src="/images/icon-debian.png" hspace="6" border="0" /></a></td>
32     <td><b>Debian</b><br />
33      Branches: <a href="http://packages.debian.org/unstable/web/cherokee">Unstable</a>, <a href="http://packages.debian.org/testing/web/cherokee">Testing</a> and <a href="http://packages.debian.org/stable/web/cherokee">Stable</a>.
34     </td>
35   </tr>
36   <tr>
37     <td align="center"><a href="http://www.gentoo-portage.com/www-servers/cherokee" target="_self"><img src="/images/icon-gentoo.png" hspace="6" border="0" /></a></td>
38     <td><b>Gentoo</b><br />
39      <a href="http://www.gentoo-portage.com/www-servers/cherokee">Cherokee at Portage</a>
40     </td>
41   </tr>
42   <tr>
43     <td align="center"><a href="https://launchpad.net/~cherokee-webserver/+archive" target="_self"><img src="/images/icon-ubuntu.png" hspace="6" border="0" /></a></td>
44     <td><b>Ubuntu</b><br />
45      <a href="https://launchpad.net/~cherokee-webserver/+archive">Cherokee at Launchpad</a>.
46     </td>
47   </tr>
48   <tr>
49     <td align="center"><img src="/images/icon-windows.png" hspace="6" border="0" /></td>
50     <td><b>Windows</b><br />
51      Our home compiled <a href="http://www.cherokee-project.com/download/windows">Windows</a> binary packages.
52     </td>
53   </tr>
54   <tr>
55     <td align="center"><img src="/images/icon-opensuse.png" hspace="6" border="0" /></td>
56     <td><b>OpenSuSE &#038; SLES</b><br /><a href="http://software.opensuse.org/download/home:/marostegui/">Cherokee RPM repository</a>
57     </td>
58   </tr>
59   <tr>
60     <td align="center"><img src="/images/icon-fedora.png" hspace="6" border="0" /></td>
61     <td><b>Fedora &#038; Mandriva</b><br /><a href="http://software.opensuse.org/download/home:/marostegui/">Cherokee RPM repository</a>
62     </td>
63   </tr>
64   <tr>
65     <td align="center"><img src="/images/icon-freebsd.png" hspace="6" border="0" /></td>
66     <td><b>FreeBSD</b><br /><a href="http://www.freebsd.org/cgi/cvsweb.cgi/ports/www/cherokee/">Cherokee at FreeBSD.org</a>
67     </td>
68   </tr>
69   <tr>
70     <td align="center"><img src="/images/icon-openbsd.png" hspace="6" border="0" /></td>
71     <td><b>OpenBSD</b><br /><a href="http://www.openbsd.org/cgi-bin/cvsweb/ports/www/cherokee/">Cherokee at OpenBSD.org</a>
72     </td>
73   </tr>
74   <tr>
75     <td align="center"><img src="/images/icon-netbsd.png" hspace="6" border="0" /></td>
76     <td><b>NetBSD</b><br />
77      <a href="http://cvsweb.netbsd.org/bsdweb.cgi/pkgsrc/www/cherokee/">Cherokee at NetBSD.org</a>
78     </td>
79   </tr>
80   <tr>
81     <td align="center"><img src="/images/icon-archlinux.png" hspace="6" alt="ArchLinux" title="Image" border="0" /></td>
82     <td><b>Arch Linux</b><br />
83      <a href="http://aur.archlinux.org/packages.php?do_Details=1&#038;ID=9088">Cherokee at ArchLinux</a>
84     </td>
85   </tr>
86   <tr>
87     <td align="center"><img src="/images/icon-t2.png" hspace="6" alt="T2" title="Image" border="0" /></td>
88     <td><b>T2</b><br />
89      <a href="http://t2-project.org/packages/cherokee.html">Cherokee at T2</a>
90     </td>
91   </tr>
92 </table>
93
94 <h1>Mirrors</h1>
95
96 <p>Choose a location near you to see a full list of download options.</p>
97
98 <img src="/icons/flags/us.png"> United States<ul>
99 <li><a href="http://cherokee.osuosl.org/">Oregon State University Open Source Lab</a></li>
100 </ul>
101
102
103 <!-- FOOTER begins -->
104 <?php include 'FOOTER.php'; ?>
105
Note: See TracBrowser for help on using the browser.