1 | <?php header("Content-Type: text/html; charset=utf-8"); ?> |
---|
2 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" |
---|
3 | "http://www.w3.org/TR/xhtml1/DTD/xhtml11.dtd"> |
---|
4 | |
---|
5 | <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> |
---|
6 | |
---|
7 | <head> |
---|
8 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
---|
9 | <meta name="GENERATOR" content="vim" /> |
---|
10 | <meta name="Author" content="sam@zoy.org (Sam Hocevar)" /> |
---|
11 | <meta name="Description" content="libcaca - development" /> |
---|
12 | <meta name="Keywords" content="libcaca, ASCII, ASCII ART, console, text mode, ncurses, slang, AAlib" /> |
---|
13 | <title>libcaca - development</title> |
---|
14 | <link rel="icon" type="image/x-icon" href="/favicon.ico" /> |
---|
15 | <link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" /> |
---|
16 | <link rel="stylesheet" type="text/css" href="/main.css" /> |
---|
17 | </head> |
---|
18 | |
---|
19 | <body> |
---|
20 | |
---|
21 | <?php include($_SERVER["DOCUMENT_ROOT"]."/header.inc"); ?> |
---|
22 | |
---|
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> |
---|
26 | |
---|
27 | <p> Despite <i>libcaca</i>’s limited audience, we target high code |
---|
28 | quality. Patches will be mercilessly butchered until they comply with our <a |
---|
29 | href="/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 |
---|
34 | available repositories are: </p> |
---|
35 | |
---|
36 | <ul> |
---|
37 | <li> <i>libcaca</i> and <i>libcucul</i> — <code>svn://svn.zoy.org/libcaca/trunk</code> </li> |
---|
38 | <li> <i>TOIlet</i> — <code>svn://svn.zoy.org/toilet/trunk</code> </li> |
---|
39 | <li> <i>cacatris</i> — <code>svn://svn.zoy.org/cacatris/trunk</code> </li> |
---|
40 | <li> <i>ttyvaders</i> — <code>svn://svn.zoy.org/ttyvaders/trunk</code> </li> |
---|
41 | </ul> |
---|
42 | |
---|
43 | <p> The repositories can be browsed using the <a |
---|
44 | href="/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 |
---|
49 | is a single mailing-list for general discussion, development |
---|
50 | coordination, SVN commits and side projects. The list address is <a |
---|
51 | href="mailto:libcaca@lists.zoy.org">libcaca@lists.zoy.org</a>, and you |
---|
52 | are 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 |
---|
56 | href="mailto:ecartis@lists.zoy.org">ecartis@lists.zoy.org</a> |
---|
57 | containing 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 | |
---|
63 | <?php include($_SERVER["DOCUMENT_ROOT"]."/footer.inc"); ?> |
---|
64 | |
---|
65 | </body> |
---|
66 | </html> |
---|