| 1 | == Development == |
| 2 | |
| 3 | Development is very open and we welcome bug reports, suggestions and patches. You can [/newticket create a new ticket] to report a bug or make a suggestion, or [/report/1 browse all active tickets]. See the [/timeline timeline] for what happened recently, have a look at the [/manual/libcaca-todo.html TODO list] or let us know about your own projects. |
| 4 | |
| 5 | Despite ''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. |
| 6 | |
| 7 | You can help our research projects by running our [/wiki/CPUShare distributed computations]. |
| 8 | |
| 9 | == IRC == |
| 10 | |
| 11 | Discussions are happening on the Freenode network’s '''`#libcaca`''' channel. The developers can be reached there most of the time. |
| 12 | |
| 13 | == Subversion == |
| 14 | |
| 15 | ''libcaca'' development is managed using ''Subversion''. Currently available repositories are: |
| 16 | |
| 17 | * ''libcaca'' and ''libcucul'' -- `svn://svn.zoy.org/libcaca/libcaca` |
| 18 | * ''TOIlet'' -- `svn://svn.zoy.org/libcaca/toilet` |
| 19 | * ''cacatris'' -- `svn://svn.zoy.org/libcaca/cacatris` |
| 20 | * ''ttyvaders'' -- `svn://svn.zoy.org/libcaca/ttyvaders` |
| 21 | * ''neercs'' -- `svn://svn.zoy.org/libcaca/neercs` |
| 22 | |
| 23 | For instance, to retrieve the main libcaca trunk, use this command: |
| 24 | |
| 25 | `svn co svn://svn.zoy.org/libcaca/libcaca/trunk libcaca-trunk` |
| 26 | |
| 27 | The repositories can be browsed using the web-based [/browser SVN browser]. |
| 28 | |
| 29 | == Mailing-lists == |
| 30 | |
| 31 | There are three mailing-list for the project: |
| 32 | * [mailto:libcaca@lists.zoy.org libcaca@lists.zoy.org] is a single mailing-list for general discussion, bug reporting, development coordination and side projects. You are encouraged to subscribe in order to post. |
| 33 | * [mailto:libcaca-svn@lists.zoy.org libcaca-svn@lists.zoy.org] only hosts the SVN commit messages. |
| 34 | * [mailto:libcaca-trac@lists.zoy.org libcaca-trac@lists.zoy.org] only hosts the Trac ticket messages. |
| 35 | |
| 36 | The 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`”, “`subscribe libcaca-svn`” or “`subscribe libcaca-trac`”. To unsubscribe, use “`unsubscribe libcaca`” etc. |
| 37 | |
| 38 | The mailing-list archives are available on the web: |
| 39 | |
| 40 | * [/list/ libcaca archives] |
| 41 | * [/list-svn/ libcaca-svn archives] |
| 42 | * [/list-trac/ libcaca-trac archives] |