1 | <?php header("Content-Type: text/html; charset=utf-8"); ?> |
---|
2 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" |
---|
3 | "http://www.w3.org/TR/xhtml1/DTD/xhtml11.dtd"> |
---|
4 | |
---|
5 | <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> |
---|
6 | |
---|
7 | <head> |
---|
8 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
---|
9 | <meta name="GENERATOR" content="vim" /> |
---|
10 | <meta name="Author" content="sam@zoy.org (Sam Hocevar)" /> |
---|
11 | <meta name="Description" content="libcaca - downloads" /> |
---|
12 | <meta name="Keywords" content="libcaca, ASCII, ASCII ART, console, text mode, ncurses, slang, AAlib" /> |
---|
13 | <title>libcaca - downloads</title> |
---|
14 | <link rel="icon" type="image/x-icon" href="/favicon.ico" /> |
---|
15 | <link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" /> |
---|
16 | <link rel="stylesheet" type="text/css" href="/main.css" /> |
---|
17 | </head> |
---|
18 | |
---|
19 | <body> |
---|
20 | |
---|
21 | <?php include($_SERVER["DOCUMENT_ROOT"]."/header.inc"); ?> |
---|
22 | |
---|
23 | <p> You can <a href="files/">browse old releases</a> of all the libcaca |
---|
24 | software. </p> |
---|
25 | |
---|
26 | <h2> Libcaca development versions </h2> |
---|
27 | |
---|
28 | <p> The latest libcaca beta version is <a |
---|
29 | href="files/libcaca-0.99.beta12.tar.gz">libcaca-0.99.beta12.tar.gz</a> |
---|
30 | (September 30th, 2007). Please download and test it. If you are a developer, |
---|
31 | please comment on the current API and let us know what is missing. </p> |
---|
32 | |
---|
33 | <p> Even more recent code can be downloaded using Subversion. See the <a |
---|
34 | href="/devel.html">development page</a> for more information. </p> |
---|
35 | |
---|
36 | <h2> Documentation </h2> |
---|
37 | |
---|
38 | <p> You can download a <a href="libcaca.pdf">PDF version</a> of the |
---|
39 | libcaca manual. </p> |
---|
40 | |
---|
41 | <h2> Old libcaca stable versions </h2> |
---|
42 | |
---|
43 | <p> <span style="color: #aa0000; font-weight: bold;">Warning</span>: stable |
---|
44 | releases of libcaca are terribly outdated. If you want to test libcaca, you |
---|
45 | are encouraged to check the development versions. </p> |
---|
46 | |
---|
47 | <p> Latest stable libcaca release is <a |
---|
48 | href="files/libcaca-0.9.tar.gz">libcaca-0.9.tar.gz</a> (216KB) / <a |
---|
49 | href="files/libcaca-0.9.tar.bz2">libcaca-0.9.tar.bz2</a> (172KB). </p> |
---|
50 | |
---|
51 | <p> A Windows zip archive containing the libcaca demos can be downloaded here: |
---|
52 | <a href="files/libcaca-win32-0.9.zip">libcaca-win32-0.9.zip</a> (100KB). </p> |
---|
53 | |
---|
54 | <p> Older versions (up to 0.9) were under the LGPL license but all |
---|
55 | copyright holders agreed to relicence the codebase under the WTFPL (such a |
---|
56 | permission is not retroactive and you should consider old versions as still |
---|
57 | covered by the LGPL). The logo on this page is copyrighted by Akira Toriyama |
---|
58 | so if anyone fancies drawing a new logo it would be much appreciated. </p> |
---|
59 | |
---|
60 | <?php $rev = '$Id: download.html 1825 2007-09-30 14:00:46Z sam $'; |
---|
61 | include($_SERVER['DOCUMENT_ROOT'].'/footer.inc'); ?> |
---|
62 | |
---|
63 | </body> |
---|
64 | </html> |
---|