Changeset 1129
- Timestamp:
- Sep 29, 2006, 12:17:46 AM (17 years ago)
- Location:
- www
- Files:
-
- 6 added
- 10 edited
Legend:
- Unmodified
- Added
- Removed
-
www/cacatris.html
r1128 r1129 21 21 <?php include($_SERVER["DOCUMENT_ROOT"]."/header.inc"); ?> 22 22 23 <h2> cacatris </h2> 24 23 25 <p> cacatris is a work-in-progress libcaca project. More later. </p> 24 26 25 <?php include($_SERVER["DOCUMENT_ROOT"]."/footer.inc"); ?> 27 <h2> Screenshot </h2> 28 29 <p style="text-align: center;"><img src="cacatris-sample.png" width="648" 30 height="436" alt="ttyvaders sample 2" /></p> 31 32 <?php $rev = '$Id$'; 33 include($_SERVER['DOCUMENT_ROOT'].'/footer.inc'); ?> 26 34 27 35 </body> -
www/devel.html
r1128 r1129 38 38 39 39 <ul> 40 <li> <i>libcaca</i> and <i>libcucul</i> — <code>svn://svn.zoy.org/libcaca /trunk</code> </li>41 <li> <i>TOIlet</i> — <code>svn://svn.zoy.org/toilet /trunk</code> </li>42 <li> <i>cacatris</i> — <code>svn://svn.zoy.org/cacatris /trunk</code> </li>43 <li> <i>ttyvaders</i> — <code>svn://svn.zoy.org/ttyvaders /trunk</code> </li>40 <li> <i>libcaca</i> and <i>libcucul</i> — <code>svn://svn.zoy.org/libcaca</code> </li> 41 <li> <i>TOIlet</i> — <code>svn://svn.zoy.org/toilet</code> </li> 42 <li> <i>cacatris</i> — <code>svn://svn.zoy.org/cacatris</code> </li> 43 <li> <i>ttyvaders</i> — <code>svn://svn.zoy.org/ttyvaders</code> </li> 44 44 </ul> 45 45 46 <p> For instance, to retrieve the main trunk, use this 47 command: </p> 46 <p> For instance, to retrieve the main trunk, use this command: </p> 48 47 49 48 <blockquote><p> … … 71 70 </p> 72 71 73 <?php include($_SERVER["DOCUMENT_ROOT"]."/footer.inc"); ?> 72 <?php $rev = '$Id$'; 73 include($_SERVER['DOCUMENT_ROOT'].'/footer.inc'); ?> 74 74 75 75 </body> -
www/download.html
r1128 r1129 41 41 API and let us know what is missing. </p> 42 42 43 <p> Even more recent code can be downloaded using Subversion. See the <a 44 href="/devel.html">development page</a> for more information. </p> 45 43 46 <h2> Documentation </h2> 44 47 … … 46 49 manual. </p> 47 50 48 <?php include($_SERVER["DOCUMENT_ROOT"]."/footer.inc"); ?> 51 <?php $rev = '$Id$'; 52 include($_SERVER['DOCUMENT_ROOT'].'/footer.inc'); ?> 49 53 50 54 </body> -
www/footer.inc
r1120 r1129 1 <p><small><code><?php echo '$Id: index.html 725 2006-05-05 19:36:12Z sam $ Host: ' . $_SERVER['REMOTE_ADDR'];?></code></small></p> 1 </div> 2 </div> 3 </div> 2 4 5 <div class="gradleft"> 6 <div class="gradright"> 7 <div class="bottom"> 8 <div class="bottombar"> 9 <div style="float: right"> 10 <p>valid <a href="http://validator.w3.org/check/referer">XHTML 1.1</a> & <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a></p> 11 </div> 12 <p><?php echo $rev . ' Host: ' . $_SERVER['REMOTE_ADDR'];?></p> 13 </div> 14 </div> 15 </div> 3 16 </div> 17 -
www/header.inc
r1128 r1129 1 <div class="logo"> 2 <h1> libcaca - Colour AsCii Art library </h1> 3 <p class="dashit"> it’s da shit! </p> 1 <div class="gradleft"> 2 <div class="gradright"> 3 <div class="top"> 4 <h1> libcaca - Colour AsCii Art library </h1> 5 <p class="dashit"> it’s da shit! </p> 6 </div> 7 </div> 4 8 </div> 5 9 6 <div class="links" >10 <div class="links" style="clear: both;"> 7 11 <p> 8 <a class="menu" href="/"> libcaca</a>12 <a class="menu" href="/">about</a> 9 13 <a class="menu" href="/manual/">manual</a> 10 14 <a class="menu" href="/download.html">download</a> … … 16 20 </div> 17 21 18 <div class="main"> 22 <div class="gradleft"> 23 <div class="gradright"> 24 <div class="main"> -
www/index.html
r1128 r1129 43 43 44 44 <p> Libcaca is <a href="http://www.gnu.org/philosophy/free-sw.html">free 45 software</a>, and can be used, modified and distributed under the terms of the 46 <a href="http://sam.zoy.org/wtfpl/">Do What The Fuck You Want To Public 47 License</a>. The logo on this page is copyrighted by Akira Toriyama so if 48 anyone fancies drawing a new logo it would be much appreciated. </p> 45 software</a>, and can be used, modified and distributed under the terms of 46 the <a href="http://sam.zoy.org/wtfpl/">Do What The Fuck You Want To Public 47 License</a>. Older versions (up to 0.9) were under the LGPL license but all 48 copyright holders agreed to relicence the codebase under the WTFPL (such a 49 permission is not retroactive and you should consider old versions as still 50 covered by the LGPL). The logo on this page is copyrighted by Akira Toriyama 51 so if anyone fancies drawing a new logo it would be much appreciated. </p> 52 53 <p> Libcaca was written by Sam Hocevar <<a 54 href="mailto:sam@zoy.org">sam@zoy.org</a>> and Jean-Yves Lamoureux <<a 55 href="mailto:jylam@lnxscene.org">jylam@lnxscene.org</a>>. </p> 49 56 50 57 <h2> Screenshots </h2> … … 92 99 <a href="export.svg">SVG</a>, 93 100 <a href="export.ps">PostScript</a>. 94 </p>95 96 <h2> Where is the old <i>libcaca</i> page? </h2>97 98 <p> <i>libcaca</i> is currently undergoing a massive rewrite, and as such99 all previous patches and code examples are broken. Until this is done I have100 decided to put most of this page offline. </p>101 102 <p> By the way, the old <i>libcaca</i> (all versions up to 0.9) was under the103 restrictive LGPL license. Though I got permission from all copyright holders104 to relicence the current codebase under the WTFPL, such a permission is not105 retroactive and you should consider old versions as still covered by the LGPL.106 101 </p> 107 102 … … 329 324 </p></blockquote> 330 325 331 <?php include($_SERVER["DOCUMENT_ROOT"]."/footer.inc"); ?> 326 <?php $rev = '$Id$'; 327 include($_SERVER['DOCUMENT_ROOT'].'/footer.inc'); ?> 332 328 333 329 </body> -
www/main.css
r1128 r1129 10 10 border: 0; 11 11 margin: 0; 12 height: 100%; 12 13 } 13 14 14 15 body { 15 16 color: black; 16 background-color: #ddeebb;17 background-color: white; 17 18 } 18 19 19 20 body,td { 20 font-family: sans-serif, Verdana, Arial, Helvetica;21 font-family: Verdana, Arial, Helvetica, sans-serif; 21 22 font-size: 0.9em; 22 }23 24 div.main, div.logo {25 width: 720px;26 display: table;27 background: white;28 padding: 0 10px 0 10px;29 border-style: solid;30 border-width: 0 1px 0 1px;31 border-color: #449933;32 margin: 0 auto 0 auto;33 text-align: justify;34 }35 36 div.links {37 text-align: center;38 background-color: #eecc88;39 border-style: solid;40 border-width: 1px 0 1px 0;41 border-color: #449933;42 padding: 0px;43 23 } 44 24 … … 56 36 border-style: solid; 57 37 border-width: 0 0 2px 0; 58 border-color: #eecc88; 59 } 60 61 img.caca { 62 border: solid 2px #eecc88; 63 margin: 10px 20px 10px 20px; 64 float: right; 38 border-color: #ffaa88; 65 39 } 66 40 … … 68 42 text-indent: 1em; 69 43 text-align: inherit; 44 } 45 46 /* Layout-specific attributes */ 47 48 div.gradleft { 49 background: url('/img/green-left.png') repeat-y left top; 50 background-color: #ddeebb; 51 } 52 53 div.gradright { 54 background: url('/img/green-right.png') repeat-y right top; 55 text-align: center; 56 } 57 58 div.top, div.main, div.bottom { 59 width: 720px; 60 display: table; 61 background: white; 62 padding: 0 10px 0 10px; 63 border-style: solid; 64 border-width: 0 1px 0 1px; 65 border-color: #449933; 66 margin: 0 auto 0 auto; 67 text-align: justify; 68 } 69 70 div.main { 71 /* height: 100%; */ 72 } 73 74 div.bottom { 75 clear: both; 76 position: relative; 77 } 78 79 div.bottombar { 80 font-family: monospace; 81 font-weight: bold; 82 font-size: smaller; 83 padding: 0; 84 border-style: solid; 85 border-width: 2px 0 0 0; 86 border-color: #ffaa88; 87 } 88 89 div.links { 90 text-align: center; 91 background-color: #ffaa88; 92 border-style: solid; 93 border-width: 1px 0 1px 0; 94 border-color: #449933; 95 padding: 0px; 96 } 97 98 img.caca { 99 border: solid 2px #ffaa88; 100 margin: 10px 20px 10px 20px; 101 float: right; 70 102 } 71 103 -
www/manual.html
r1123 r1129 44 44 ?> 45 45 46 <?php include($_SERVER["DOCUMENT_ROOT"]."/footer.inc"); ?> 46 <?php $rev = '$Id$'; 47 include($_SERVER['DOCUMENT_ROOT'].'/footer.inc'); ?> 47 48 48 49 </body> -
www/toilet.html
r1128 r1129 21 21 <?php include($_SERVER["DOCUMENT_ROOT"]."/header.inc"); ?> 22 22 23 < p> TOIlet is a work-in-progress libcaca project. More later. </p>23 <h2> TOIlet </h2> 24 24 25 <?php include($_SERVER["DOCUMENT_ROOT"]."/footer.inc"); ?> 25 <p> The TOIlet project attempts to create a free replacement for the <a 26 href="http://www.figlet.org/">FIGlet</a> utility. TOIlet stands for “The 27 Other Implementation’s letters”, coined after FIGlet’s “Frank, Ian and 28 Glen’s letters”. </p> 29 30 <p> TOIlet is in its very early development phase. It uses the powerful 31 <i>libcucul</i> library to achieve various text-based effects. TOIlet 32 implements or plans to implement the following features: </p> 33 34 <ul> 35 <li> The ability to load FIGlet fonts </li> 36 <li> Support for Unicode input and output </li> 37 <li> Support for colour output </li> 38 <li> Support for various output formats: HTML, IRC, ANSI... </li> 39 </ul> 40 41 <p> TOIlet also aims for full FIGlet compatibility. It is currently only able 42 to load FIGlet fonts and render text on a single line, without vertical or 43 horizontal smushing. </p> 44 45 <h2> Screenshot </h2> 46 47 <p style="text-align: center;"><img src="toilet-sample.png" width="570" 48 height="372" alt="TOIlet sample" /></p> 49 50 <?php $rev = '$Id$'; 51 include($_SERVER['DOCUMENT_ROOT'].'/footer.inc'); ?> 26 52 27 53 </body> -
www/ttyvaders.html
r1128 r1129 21 21 <?php include($_SERVER["DOCUMENT_ROOT"]."/header.inc"); ?> 22 22 23 <h2> ttyvaders </h2> 24 23 25 <p> ttyvaders is a work-in-progress libcaca project. More later. </p> 24 26 25 <?php include($_SERVER["DOCUMENT_ROOT"]."/footer.inc"); ?> 27 <h2> Screenshots </h2> 28 29 <p style="text-align: right;"><img src="ttyvaders-sample2.png" width="494" 30 height="339" alt="ttyvaders sample 2" /></p> 31 32 <p style="text-align: left;"><img src="ttyvaders-sample1.png" width="494" 33 height="339" alt="ttyvaders sample 1" /></p> 34 35 <?php $rev = '$Id$'; 36 include($_SERVER['DOCUMENT_ROOT'].'/footer.inc'); ?> 26 37 27 38 </body>
Note: See TracChangeset
for help on using the changeset viewer.