Changeset 1127 for www/devel.html


Ignore:
Timestamp:
Sep 28, 2006, 1:16:44 PM (17 years ago)
Author:
Sam Hocevar
Message:
  • More webpage stuff.
File:
1 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
Note: See TracChangeset for help on using the changeset viewer.