|
- <?php header("Content-Type: text/html; charset=utf-8"); ?>
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml11.dtd">
-
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
-
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <meta name="GENERATOR" content="vim" />
- <meta name="Author" content="sam@zoy.org (Sam Hocevar)" />
- <meta name="Description" content="libcaca - downloads" />
- <meta name="Keywords" content="libcaca, ASCII, ASCII ART, console, text mode, ncurses, slang, AAlib" />
- <title>libcaca - downloads</title>
- <link rel="icon" type="image/x-icon" href="/favicon.ico" />
- <link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />
- <link rel="stylesheet" type="text/css" href="/main.css" />
- </head>
-
- <body>
-
- <?php include($_SERVER["DOCUMENT_ROOT"]."/header.inc"); ?>
-
- <p> You can <a href="/files/downloads">browse old releases</a> of all the libcaca
- software. </p>
-
- <h2> Libcaca development versions </h2>
-
- <p> The latest libcaca beta version is <a
- href="/files/libcaca/libcaca-0.99.beta13b.tar.gz">libcaca-0.99.beta13b.tar.gz</a>
- (November 28th, 2007). Please download and test it. If you are a developer,
- please comment on the current API and let us know what is missing. </p>
-
- <p> Even more recent code can be downloaded using Subversion. See the <a
- href="/devel.html">development page</a> for more information. </p>
-
- <h2> Documentation </h2>
-
- <p> You can download a <a href="libcaca.pdf">PDF version</a> of the
- libcaca manual. </p>
-
- <h2> Old libcaca stable versions </h2>
-
- <p> <span style="color: #aa0000; font-weight: bold;">Warning</span>: stable
- releases of libcaca are terribly outdated. If you want to test libcaca, you
- are encouraged to check the development versions. </p>
-
- <p> Latest stable libcaca release is <a
- href="/files/libcaca/libcaca-0.9.tar.gz">libcaca-0.9.tar.gz</a> (216KB) / <a
- href="/files/libcaca/libcaca-0.9.tar.bz2">libcaca-0.9.tar.bz2</a> (172KB). </p>
-
- <p> A Windows zip archive containing the libcaca demos can be downloaded here:
- <a href="/files/libcaca/libcaca-win32-0.9.zip">libcaca-win32-0.9.zip</a> (100KB). </p>
-
- <p> Older versions (up to 0.9) were under the LGPL license but all
- copyright holders agreed to relicence the codebase under the WTFPL (such a
- permission is not retroactive and you should consider old versions as still
- covered by the LGPL). The logo on this page is copyrighted by Akira Toriyama
- so if anyone fancies drawing a new logo it would be much appreciated. </p>
-
- <?php $rev = '$Id$';
- include($_SERVER['DOCUMENT_ROOT'].'/footer.inc'); ?>
-
- </body>
- </html>
|