- Timestamp:
- Sep 30, 2006, 11:39:55 AM (15 years ago)
- Location:
- www
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
www/.htaccess
r1134 r1138 33 33 RewriteRule ^list/(.*)[.]html /list.html?page=$1 [L] 34 34 35 # Misc. redirects 36 RewriteRule ^([^/]*).(gz|bz2|zip) /files/$1.$2 [R=permanent, L] 37 -
www/download.html
r1129 r1138 28 28 29 29 <p> Latest stable libcaca release is <a 30 href=" libcaca-0.9.tar.gz">libcaca-0.9.tar.gz</a> (216KB) / <a31 href=" libcaca-0.9.tar.bz2">libcaca-0.9.tar.bz2</a> (172KB). </p>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 32 33 33 <p> A Windows zip archive containing the libcaca demos can be downloaded here: 34 <a href="libcaca-win32-0.9.zip">libcaca-win32-0.9.zip</a> (100KB). </p> 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> 35 37 36 38 <h2> Development versions </h2> 37 39 38 40 <p> The latest libcaca beta version is <a 39 href=" libcaca-0.99.beta5.tar.gz">libcaca-0.99.beta5.tar.gz</a>. Please41 href="files/libcaca-0.99.beta5.tar.gz">libcaca-0.99.beta5.tar.gz</a>. Please 40 42 download and test it. If you are a developer, please comment on the current 41 43 API and let us know what is missing. </p>
Note: See TracChangeset
for help on using the changeset viewer.