Changeset 1129


Ignore:
Timestamp:
Sep 29, 2006, 12:17:46 AM (17 years ago)
Author:
Sam Hocevar
Message:
  • Changed the style again, added screenshots for projects, wrote some text for TOIlet...
Location:
www
Files:
6 added
10 edited

Legend:

Unmodified
Added
Removed
  • www/cacatris.html

    r1128 r1129  
    2121<?php include($_SERVER["DOCUMENT_ROOT"]."/header.inc"); ?>
    2222
     23<h2> cacatris </h2>
     24
    2325<p> cacatris is a work-in-progress libcaca project. More later. </p>
    2426
    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"
     30height="436" alt="ttyvaders sample 2" /></p>
     31
     32<?php $rev = '$Id$';
     33      include($_SERVER['DOCUMENT_ROOT'].'/footer.inc'); ?>
    2634
    2735</body>
  • www/devel.html

    r1128 r1129  
    3838
    3939<ul>
    40   <li> <i>libcaca</i> and <i>libcucul</i> &mdash; <code>svn://svn.zoy.org/libcaca/trunk</code> </li>
    41   <li> <i>TOIlet</i> &mdash; <code>svn://svn.zoy.org/toilet/trunk</code> </li>
    42   <li> <i>cacatris</i> &mdash; <code>svn://svn.zoy.org/cacatris/trunk</code> </li>
    43   <li> <i>ttyvaders</i> &mdash; <code>svn://svn.zoy.org/ttyvaders/trunk</code> </li>
     40  <li> <i>libcaca</i> and <i>libcucul</i> &mdash; <code>svn://svn.zoy.org/libcaca</code> </li>
     41  <li> <i>TOIlet</i> &mdash; <code>svn://svn.zoy.org/toilet</code> </li>
     42  <li> <i>cacatris</i> &mdash; <code>svn://svn.zoy.org/cacatris</code> </li>
     43  <li> <i>ttyvaders</i> &mdash; <code>svn://svn.zoy.org/ttyvaders</code> </li>
    4444</ul>
    4545
    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>
    4847
    4948<blockquote><p>
     
    7170</p>
    7271
    73 <?php include($_SERVER["DOCUMENT_ROOT"]."/footer.inc"); ?>
     72<?php $rev = '$Id$';
     73      include($_SERVER['DOCUMENT_ROOT'].'/footer.inc'); ?>
    7474
    7575</body>
  • www/download.html

    r1128 r1129  
    4141API and let us know what is missing. </p>
    4242
     43<p> Even more recent code can be downloaded using Subversion. See the <a
     44href="/devel.html">development page</a> for more information. </p>
     45
    4346<h2> Documentation </h2>
    4447
     
    4649manual. </p>
    4750
    48 <?php include($_SERVER["DOCUMENT_ROOT"]."/footer.inc"); ?>
     51<?php $rev = '$Id$';
     52      include($_SERVER['DOCUMENT_ROOT'].'/footer.inc'); ?>
    4953
    5054</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>
    24
     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> &amp; <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>
    316</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>
    48</div>
    59
    6 <div class="links">
     10<div class="links" style="clear: both;">
    711  <p>
    8     <a class="menu" href="/">libcaca</a>
     12    <a class="menu" href="/">about</a>
    913    <a class="menu" href="/manual/">manual</a>
    1014    <a class="menu" href="/download.html">download</a>
     
    1620</div>
    1721
    18 <div class="main">
     22<div class="gradleft">
     23  <div class="gradright">
     24    <div class="main">
  • www/index.html

    r1128 r1129  
    4343
    4444<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>
     45software</a>, and can be used, modified and distributed under the terms of
     46the <a href="http://sam.zoy.org/wtfpl/">Do What The Fuck You Want To Public
     47License</a>. Older versions (up to 0.9) were under the LGPL license but all
     48copyright holders agreed to relicence the codebase under the WTFPL (such a
     49permission is not retroactive and you should consider old versions as still
     50covered by the LGPL). The logo on this page is copyrighted by Akira Toriyama
     51so if anyone fancies drawing a new logo it would be much appreciated. </p>
     52
     53<p> Libcaca was written by Sam Hocevar &lt;<a
     54href="mailto:sam@zoy.org">sam@zoy.org</a>&gt; and Jean-Yves Lamoureux &lt;<a
     55href="mailto:jylam@lnxscene.org">jylam@lnxscene.org</a>&gt;. </p>
    4956
    5057<h2> Screenshots </h2>
     
    9299  <a href="export.svg">SVG</a>,
    93100  <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 such
    99 all previous patches and code examples are broken. Until this is done I have
    100 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 the
    103 restrictive LGPL license. Though I got permission from all copyright holders
    104 to relicence the current codebase under the WTFPL, such a permission is not
    105 retroactive and you should consider old versions as still covered by the LGPL.
    106101</p>
    107102
     
    329324</p></blockquote>
    330325
    331 <?php include($_SERVER["DOCUMENT_ROOT"]."/footer.inc"); ?>
     326<?php $rev = '$Id$';
     327      include($_SERVER['DOCUMENT_ROOT'].'/footer.inc'); ?>
    332328
    333329</body>
  • www/main.css

    r1128 r1129  
    1010  border: 0;
    1111  margin: 0;
     12  height: 100%;
    1213}
    1314
    1415body {
    1516  color: black;
    16   background-color: #ddeebb;
     17  background-color: white;
    1718}
    1819
    1920body,td {
    20   font-family: sans-serif, Verdana, Arial, Helvetica;
     21  font-family: Verdana, Arial, Helvetica, sans-serif;
    2122  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;
    4323}
    4424
     
    5636  border-style: solid;
    5737  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;
    6539}
    6640
     
    6842  text-indent: 1em;
    6943  text-align: inherit;
     44}
     45
     46/* Layout-specific attributes */
     47
     48div.gradleft {
     49  background: url('/img/green-left.png') repeat-y left top;
     50  background-color: #ddeebb;
     51}
     52
     53div.gradright {
     54  background: url('/img/green-right.png') repeat-y right top;
     55  text-align: center;
     56}
     57
     58div.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
     70div.main {
     71  /* height: 100%; */
     72}
     73
     74div.bottom {
     75   clear: both;
     76   position: relative;
     77}
     78
     79div.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
     89div.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
     98img.caca {
     99  border: solid 2px #ffaa88;
     100  margin: 10px 20px 10px 20px;
     101  float: right;
    70102}
    71103
  • www/manual.html

    r1123 r1129  
    4444?>
    4545
    46 <?php include($_SERVER["DOCUMENT_ROOT"]."/footer.inc"); ?>
     46<?php $rev = '$Id$';
     47      include($_SERVER['DOCUMENT_ROOT'].'/footer.inc'); ?>
    4748
    4849</body>
  • www/toilet.html

    r1128 r1129  
    2121<?php include($_SERVER["DOCUMENT_ROOT"]."/header.inc"); ?>
    2222
    23 <p> TOIlet is a work-in-progress libcaca project. More later. </p>
     23<h2> TOIlet </h2>
    2424
    25 <?php include($_SERVER["DOCUMENT_ROOT"]."/footer.inc"); ?>
     25<p> The TOIlet project attempts to create a free replacement for the <a
     26href="http://www.figlet.org/">FIGlet</a> utility. TOIlet stands for “The
     27Other Implementation’s letters”, coined after FIGlet’s “Frank, Ian and
     28Glen’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
     32implements 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
     42to load FIGlet fonts and render text on a single line, without vertical or
     43horizontal smushing. </p>
     44
     45<h2> Screenshot </h2>
     46
     47<p style="text-align: center;"><img src="toilet-sample.png" width="570"
     48height="372" alt="TOIlet sample" /></p>
     49
     50<?php $rev = '$Id$';
     51      include($_SERVER['DOCUMENT_ROOT'].'/footer.inc'); ?>
    2652
    2753</body>
  • www/ttyvaders.html

    r1128 r1129  
    2121<?php include($_SERVER["DOCUMENT_ROOT"]."/header.inc"); ?>
    2222
     23<h2> ttyvaders </h2>
     24
    2325<p> ttyvaders is a work-in-progress libcaca project. More later. </p>
    2426
    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"
     30height="339" alt="ttyvaders sample 2" /></p>
     31
     32<p style="text-align: left;"><img src="ttyvaders-sample1.png" width="494"
     33height="339" alt="ttyvaders sample 1" /></p>
     34
     35<?php $rev = '$Id$';
     36      include($_SERVER['DOCUMENT_ROOT'].'/footer.inc'); ?>
    2637
    2738</body>
Note: See TracChangeset for help on using the changeset viewer.