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 | <h2> Stable versions </h2> |
---|
24 | |
---|
25 | <p> <span style="color: #aa0000; font-weight: bold;">Warning</span>: stable |
---|
26 | releases of libcaca are terribly outdated. If you want to test libcaca, you |
---|
27 | are encouraged to check the development versions. </p> |
---|
28 | |
---|
29 | <p> Latest stable libcaca release is <a |
---|
30 | href="files/libcaca-0.9.tar.gz">libcaca-0.9.tar.gz</a> (216KB) / <a |
---|
31 | href="files/libcaca-0.9.tar.bz2">libcaca-0.9.tar.bz2</a> (172KB). </p> |
---|
32 | |
---|
33 | <p> A Windows zip archive containing the libcaca demos can be downloaded here: |
---|
34 | <a href="files/libcaca-win32-0.9.zip">libcaca-win32-0.9.zip</a> (100KB). </p> |
---|
35 | |
---|
36 | <p> You can <a href="files/">browse old releases</a>. </p> |
---|
37 | |
---|
38 | <h2> Development versions </h2> |
---|
39 | |
---|
40 | <p> The latest libcaca beta version is <a |
---|
41 | href="files/libcaca-0.99.beta9.tar.gz">libcaca-0.99.beta9.tar.gz</a>. Please |
---|
42 | download and test it. If you are a developer, please comment on the current |
---|
43 | API and let us know what is missing. </p> |
---|
44 | |
---|
45 | <p> Even more recent code can be downloaded using Subversion. See the <a |
---|
46 | href="/devel.html">development page</a> for more information. </p> |
---|
47 | |
---|
48 | <h2> Documentation </h2> |
---|
49 | |
---|
50 | <p> You can download a <a href="libcaca.pdf">PDF version</a> of the |
---|
51 | manual. </p> |
---|
52 | |
---|
53 | <?php $rev = '$Id: download.html 1286 2006-11-05 23:07:02Z sam $'; |
---|
54 | include($_SERVER['DOCUMENT_ROOT'].'/footer.inc'); ?> |
---|
55 | |
---|
56 | </body> |
---|
57 | </html> |
---|