Changeset 1128 for www/devel.html
- Timestamp:
- Sep 28, 2006, 2:02:17 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
www/devel.html
r1127 r1128 21 21 <?php include($_SERVER["DOCUMENT_ROOT"]."/header.inc"); ?> 22 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> 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/todo.html">TODO list</a> or let us know about your own projects. 28 </p> 26 29 27 30 <p> Despite <i>libcaca</i>’s limited audience, we target high code … … 40 43 <li> <i>ttyvaders</i> — <code>svn://svn.zoy.org/ttyvaders/trunk</code> </li> 41 44 </ul> 45 46 <p> For instance, to retrieve the main trunk, use this 47 command: </p> 48 49 <blockquote><p> 50 <code>svn co svn://svn.zoy.org/libcaca/trunk libcaca-trunk</code> 51 </p></blockquote> 42 52 43 53 <p> The repositories can be browsed using the <a
Note: See TracChangeset
for help on using the changeset viewer.