Changes between Version 2 and Version 3 of WikiStart


Ignore:
Timestamp:
02/25/2008 01:52:09 AM (16 years ago)
Author:
Sam Hocevar
Comment:

copied /devel.html to the Trac page

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v2 v3  
    1 = Welcome to the libcaca Trac =
     1== Development ==
    22
    3 == Starting Points ==
     3See the [/timeline timeline] for what happened recently.
    44
    5  * [/timeline the timeline]: see what happened recently
    6  * [/newticket new ticket]: report a bug or make a suggestion
    7  * [/report/1 active tickets]: view all active bug reports
    8  * [/browser SVN browser]: browse the libcaca source code
     5You can [/newticket create a new ticket] to report a bug or make a suggestion, or [/report/1 browse all active tickets].
    96
    10  * [/ homepage]: go back to the libcaca homepage
     7Development is very open and we welcome bug reports, suggestions and patches. Do not hesitate to have a look at the [/manual/libcaca-todo.html TODO list] or let us know about your own projects.
     8
     9Despite ''libcaca''’s limited audience, we target high code quality. Patches will be mercilessly butchered until they comply with our [/manual/libcaca-style.html coding style] guidelines.
     10
     11== IRC ==
     12
     13Discussions are happening on the Freenode network’s '''`#libcaca`''' channel. The developers can be reached there most of the time.
     14
     15== Subversion ==
     16
     17''libcaca'' development is managed using ''Subversion''. Currently available repositories are:
     18
     19 * ''libcaca'' and ''libcucul'' -- `svn://svn.zoy.org/libcaca/libcaca`
     20 * ''TOIlet'' -- `svn://svn.zoy.org/libcaca/toilet`
     21 * ''cacatris'' -- `svn://svn.zoy.org/libcaca/cacatris`
     22 * ''ttyvaders'' -- `svn://svn.zoy.org/libcaca/ttyvaders`
     23 * ''neercs'' -- `svn://svn.zoy.org/libcaca/neercs`
     24
     25For instance, to retrieve the main libcaca trunk, use this command:
     26
     27 `svn co svn://svn.zoy.org/libcaca/libcaca/trunk libcaca-trunk`
     28
     29The repositories can be browsed using the web-based [/browser SVN browser].
     30
     31== Mailing-lists ==
     32
     33There are two mailing-list for the project. The first one is [mailto:libcaca@lists.zoy.org libcaca@lists.zoy.org] and is a single mailing-list for general discussion, bug reporting, development coordination and side projects. You are encouraged to subscribe in order to post. The second list is [mailto:libcaca@lists.zoy.org libcaca-svn@lists.zoy.org] and only hosts the SVN commit messages.
     34
     35The ''libcaca'' mailing-lists are managed by ''Ecartis''. To subscribe, send an email to [mailto:ecartis@lists.zoy.org ecartis@lists.zoy.org] containing the words “`subscribe libcaca`”. To unsubscribe, use “`unsubscribe libcaca`”. Same goes for the `libcaca-svn` list.
     36
     37The mailing-list archives are available on the web:
     38
     39 * [/list/ libcaca archives]
     40 * [/list-svn/ libcaca-svn archives]