source: www/devel.html @ 1134

Last change on this file since 1134 was 1134, checked in by Sam Hocevar, 17 years ago
  • Open /list/threads.html by default when entering this directory.
  • Property svn:keywords set to Id
File size: 2.8 KB
Line 
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,
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>
29
30<p> Despite <i>libcaca</i>’s limited audience, we target high code
31quality. Patches will be mercilessly butchered until they comply with our <a
32href="/manual/style.html">coding style</a> guidelines. </p>
33
34<h2> Subversion </h2>
35
36<p> <i>libcaca</i> development is managed using <i>Subversion</i>. Currently
37available repositories are: </p>
38
39<ul>
40  <li> <i>libcaca</i> and <i>libcucul</i> &mdash; <code>svn://svn.zoy.org/libcaca</code> </li>
41  <li> <i>TOIlet</i> &mdash; <code>svn://svn.zoy.org/toilet</code> </li>
42  <li> <i>cacatris</i> &mdash; <code>svn://svn.zoy.org/cacatris</code> </li>
43  <li> <i>ttyvaders</i> &mdash; <code>svn://svn.zoy.org/ttyvaders</code> </li>
44</ul>
45
46<p> For instance, to retrieve the main trunk, use this command: </p>
47
48<blockquote><p>
49  <code>svn co svn://svn.zoy.org/libcaca/trunk libcaca-trunk</code>
50</p></blockquote>
51
52<p> The repositories can be browsed using the <a
53href="/cgi-bin/viewcvs.cgi/trunk/?root=libcaca">web interface</a>. </p>
54
55<h2> Mailing-list </h2>
56
57<p> Given the reasonable amount of traffic involved, there
58is a single mailing-list for general discussion, development
59coordination, SVN commits and side projects. The list address is <a
60href="mailto:libcaca&#64;lists.zoy.org">libcaca&#64;lists.zoy.org</a>, and you
61are encouraged to subscribe in order to post. </p>
62
63<p> The <i>libcaca</i> mailing-list is managed by
64<i>Ecartis</i>. To subscribe, send an email to <a
65href="mailto:ecartis&#64;lists.zoy.org">ecartis&#64;lists.zoy.org</a>
66containing the words “<code>subscribe libcaca</code>”. To unsubscribe, use
67“<code>unsubscribe libcaca</code>”. </p>
68
69<p> The <a href="/list/">mailing-list archives</a> are available
70on the web. </p>
71
72<?php $rev = '$Id: devel.html 1134 2006-09-28 23:24:38Z sam $';
73      include($_SERVER['DOCUMENT_ROOT'].'/footer.inc'); ?>
74
75</body>
76</html>
Note: See TracBrowser for help on using the repository browser.