Changeset 1127 for www


Ignore:
Timestamp:
Sep 28, 2006, 1:16:44 PM (17 years ago)
Author:
Sam Hocevar
Message:
  • More webpage stuff.
Location:
www
Files:
2 added
4 edited

Legend:

Unmodified
Added
Removed
  • www/devel.html

    r1123 r1127  
    2121<?php include($_SERVER["DOCUMENT_ROOT"]."/header.inc"); ?>
    2222
     23<p> Development is very open and patches are almost always accepted. Do not
     24hesitate to have a look at the <a href="/manual/todo.html">TODO list</a> or
     25let us know about your own projects. </p>
     26
     27<p> Despite <i>libcaca</i>’s limited audience, we target high code
     28quality. Patches will be mercilessly butchered until they comply with our <a
     29href="/manual/style.html">coding style</a> guidelines. </p>
     30
     31<h2> Subversion </h2>
     32
     33<p> <i>libcaca</i> development is managed using <i>Subversion</i>. Currently
     34available repositories are: </p>
     35
     36<ul>
     37  <li> <i>libcaca</i> and <i>libcucul</i> &mdash; <code>svn://svn.zoy.org/libcaca/trunk</code> </li>
     38  <li> <i>TOIlet</i> &mdash; <code>svn://svn.zoy.org/toilet/trunk</code> </li>
     39  <li> <i>cacatris</i> &mdash; <code>svn://svn.zoy.org/cacatris/trunk</code> </li>
     40  <li> <i>ttyvaders</i> &mdash; <code>svn://svn.zoy.org/ttyvaders/trunk</code> </li>
     41</ul>
     42
     43<p> The repositories can be browsed using the <a
     44href="/cgi-bin/viewcvs.cgi/trunk/?root=libcaca">web interface</a>. </p>
     45
     46<h2> Mailing-list </h2>
     47
     48<p> Given the reasonable amount of traffic involved, there
     49is a single mailing-list for general discussion, development
     50coordination, SVN commits and side projects. The list address is <a
     51href="mailto:libcaca&#64;lists.zoy.org">libcaca&#64;lists.zoy.org</a>, and you
     52are encouraged to subscribe in order to post. </p>
     53
     54<p> The <i>libcaca</i> mailing-list is managed by
     55<i>Ecartis</i>. To subscribe, send an email to <a
     56href="mailto:ecartis&#64;lists.zoy.org">ecartis&#64;lists.zoy.org</a>
     57containing the words “<code>subscribe libcaca</code>”. To unsubscribe, use
     58“<code>unsubscribe libcaca</code>”. </p>
     59
     60<p> The <a href="/list/">mailing-list archives</a> are available on the web.
     61</p>
     62
    2363<?php include($_SERVER["DOCUMENT_ROOT"]."/footer.inc"); ?>
    2464
  • www/index.html

    r1123 r1127  
    2222
    2323<img src="logo-caca.png" width="128" height="128"
    24      alt="libcaca logo" style="margin: 20px; float: right;" />
     24     alt="libcaca logo" class="caca" />
    2525
    2626<h2> Introduction </h2>
    2727
    28 <p> The libcaca library is a graphics library that outputs text instead of
    29 pixels, so that it can work on older video cards or text terminals. It is not
    30 unlike the famous <a href="http://aa-project.sourceforge.net/aalib/">AAlib</a>
     28<p> <i>libcaca</i> is a graphics library that outputs text instead of pixels,
     29so that it can work on older video cards or text terminals. It is not unlike
     30the famous <a href="http://aa-project.sourceforge.net/aalib/">AAlib</a>
    3131library, with the following improvements:
    3232
     
    5050<h2> Screenshots </h2>
    5151
    52 <p> Here are a few libcaca screenshots. </p>
     52<p> Here are a few <i>libcaca</i> screenshots. </p>
    5353
    5454<table cellspacing="5" border="0">
     
    9494</p>
    9595
    96 <h2> Where is the old libcaca page? </h2>
    97 
    98 <p> libcaca is currently undergoing a massive rewrite, and as such all
    99 previous patches and code examples are broken. Until this is done I have
     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
     99all previous patches and code examples are broken. Until this is done I have
    100100decided to put most of this page offline. </p>
    101101
    102 <p> By the way, the old libcaca (all versions up to 0.9) was under the
     102<p> By the way, the old <i>libcaca</i> (all versions up to 0.9) was under the
    103103restrictive LGPL license. Though I got permission from all copyright holders
    104104to relicence the current codebase under the WTFPL, such a permission is not
    105105retroactive and you should consider old versions as still covered by the LGPL.
    106106</p>
    107 
    108 <h2> Developers </h2>
    109 
    110 <p> Important links: </p>
    111 
    112 <ul>
    113   <li> Mailing-list: <a
    114   href="mailto:libcaca&#64;lists.zoy.org">libcaca&#64;lists.zoy.org</a>
    115   (To subscribe, send an email to <a
    116   href="mailto:ecartis&#64;lists.zoy.org">ecartis&#64;lists.zoy.org</a>
    117   containing the words "<code>subscribe libcaca</code>". To unsubscribe, just
    118   use "<code>unsubscribe libcaca</code>".) </li>
    119 
    120   <li> Mailing-list <a href="threads.html">archives</a> </li>
    121 
    122   <li> Subversion repository: <code>svn://svn.zoy.org/libcaca/trunk</code> </li>
    123 
    124   <li> Subversion
    125   <a href="/cgi-bin/viewcvs.cgi/trunk/?root=libcaca">web interface</a> </li>
    126 </ul>
    127107
    128108<!--
     
    375355</p></blockquote>
    376356
    377 <p> I am perfectly aware that libcaca is the waste of time it looks to be. No
    378 need to tell me about that. I urge you to read Théophile Gautier’s preface to
    379 <i>Mademoiselle de Maupin</i>, which also gives an excellent explanation for
    380 the name “libcaca”: </p>
     357<p> I am perfectly aware that <i>libcaca</i> is the waste of time it looks to
     358be. No need to tell me about that. I urge you to read Théophile Gautier’s
     359preface to <i>Mademoiselle de Maupin</i>, which also gives an excellent
     360explanation for the name “libcaca”: </p>
    381361
    382362<blockquote><p>
  • www/main.css

    r1123 r1127  
    5959}
    6060
     61img.caca {
     62  border: solid 2px #eecc88;
     63  margin: 10px 20px 10px 20px;
     64  float: right;
     65}
     66
    6167p {
    6268  text-indent: 1em;
Note: See TracChangeset for help on using the changeset viewer.