Changeset 1128 for www/devel.html


Ignore:
Timestamp:
Sep 28, 2006, 2:02:17 PM (16 years ago)
Author:
Sam Hocevar
Message:
  • More web stuff.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • www/devel.html

    r1127 r1128  
    2121<?php include($_SERVER["DOCUMENT_ROOT"]."/header.inc"); ?>
    2222
    23 <p> Development is very open and patches are almost always accepted. Do not
    24 hesitate to have a look at the <a href="/manual/todo.html">TODO list</a> or
    25 let us know about your own projects. </p>
     23<h2> Development </h2>
     24
     25<p> Development is very open and we welcome bug reports,
     26suggestions and patches. Do not hesitate to have a look at the <a
     27href="/manual/todo.html">TODO list</a> or let us know about your own projects.
     28</p>
    2629
    2730<p> Despite <i>libcaca</i>’s limited audience, we target high code
     
    4043  <li> <i>ttyvaders</i> &mdash; <code>svn://svn.zoy.org/ttyvaders/trunk</code> </li>
    4144</ul>
     45
     46<p> For instance, to retrieve the main trunk, use this
     47command: </p>
     48
     49<blockquote><p>
     50  <code>svn co svn://svn.zoy.org/libcaca/trunk libcaca-trunk</code>
     51</p></blockquote>
    4252
    4353<p> The repositories can be browsed using the <a
Note: See TracChangeset for help on using the changeset viewer.