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 | <h2> Development </h2> |
---|
24 | |
---|
25 | <p> Development is very open and we welcome bug reports, |
---|
26 | suggestions and patches. Do not hesitate to have a look at the <a |
---|
27 | href="/manual/libcaca-todo.html">TODO list</a> or let us know about your own |
---|
28 | projects. </p> |
---|
29 | |
---|
30 | <p> Despite <i>libcaca</i>’s limited audience, we target high code |
---|
31 | quality. Patches will be mercilessly butchered until they comply with our <a |
---|
32 | href="/manual/libcaca-style.html">coding style</a> guidelines. </p> |
---|
33 | |
---|
34 | <h2> IRC </h2> |
---|
35 | |
---|
36 | <p> Discussions are happening on the Freenode network’s <tt>#libcaca</tt> |
---|
37 | channel. The developers can be reached there most of the time. </p> |
---|
38 | |
---|
39 | <h2> Subversion </h2> |
---|
40 | |
---|
41 | <p> <i>libcaca</i> development is managed using <i>Subversion</i>. Currently |
---|
42 | available repositories are: </p> |
---|
43 | |
---|
44 | <ul> |
---|
45 | <li> <i>libcaca</i> and <i>libcucul</i> — <code>svn://svn.zoy.org/libcaca</code> </li> |
---|
46 | <li> <i>TOIlet</i> — <code>svn://svn.zoy.org/toilet</code> </li> |
---|
47 | <li> <i>cacatris</i> — <code>svn://svn.zoy.org/cacatris</code> </li> |
---|
48 | <li> <i>ttyvaders</i> — <code>svn://svn.zoy.org/ttyvaders</code> </li> |
---|
49 | <li> <i>neercs</i> — <code>svn://svn.zoy.org/neercs</code> </li> |
---|
50 | </ul> |
---|
51 | |
---|
52 | <p> For instance, to retrieve the main trunk, use this command: </p> |
---|
53 | |
---|
54 | <blockquote><p> |
---|
55 | <code>svn co svn://svn.zoy.org/libcaca/trunk libcaca-trunk</code> |
---|
56 | </p></blockquote> |
---|
57 | |
---|
58 | <p> The repositories can be browsed using the <a |
---|
59 | href="/cgi-bin/viewcvs.cgi/trunk/?root=libcaca">web interface</a>. </p> |
---|
60 | |
---|
61 | <h2> Mailing-list </h2> |
---|
62 | |
---|
63 | <p> There are two mailing-list for the project. The first one is <a |
---|
64 | href="mailto:libcaca@lists.zoy.org">libcaca@lists.zoy.org</a> |
---|
65 | and is a single mailing-list for general discussion, bug |
---|
66 | reporting, development coordination and side projects. You are |
---|
67 | encouraged to subscribe in order to post. The second list is <a |
---|
68 | href="mailto:libcaca@lists.zoy.org">libcaca-svn@lists.zoy.org</a> and |
---|
69 | only hosts the SVN commit messages. </p> |
---|
70 | |
---|
71 | <p> The <i>libcaca</i> mailing-lists is managed by |
---|
72 | <i>Ecartis</i>. To subscribe, send an email to <a |
---|
73 | href="mailto:ecartis@lists.zoy.org">ecartis@lists.zoy.org</a> |
---|
74 | containing the words “<code>subscribe libcaca</code>”. To unsubscribe, |
---|
75 | use “<code>unsubscribe libcaca</code>”. Same goes for the |
---|
76 | <code>libcaca-svn</code> list. </p> |
---|
77 | |
---|
78 | <p> The mailing-list archives are available on the web: </p> |
---|
79 | |
---|
80 | <ul> |
---|
81 | <li><a href="/list/">libcaca archives</a></li> |
---|
82 | <li><a href="/list-svn/">libcaca-svn archives</a></li> |
---|
83 | </ul> |
---|
84 | |
---|
85 | <?php $rev = '$Id: devel.html 1999 2007-11-17 02:12:48Z sam $'; |
---|
86 | include($_SERVER['DOCUMENT_ROOT'].'/footer.inc'); ?> |
---|
87 | |
---|
88 | </body> |
---|
89 | </html> |
---|