- Timestamp:
- Sep 28, 2006, 1:16:44 PM (17 years ago)
- Location:
- www
- Files:
-
- 2 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
www/devel.html
r1123 r1127 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> 26 27 <p> Despite <i>libcaca</i>’s limited audience, we target high code 28 quality. Patches will be mercilessly butchered until they comply with our <a 29 href="/manual/style.html">coding style</a> guidelines. </p> 30 31 <h2> Subversion </h2> 32 33 <p> <i>libcaca</i> development is managed using <i>Subversion</i>. Currently 34 available repositories are: </p> 35 36 <ul> 37 <li> <i>libcaca</i> and <i>libcucul</i> — <code>svn://svn.zoy.org/libcaca/trunk</code> </li> 38 <li> <i>TOIlet</i> — <code>svn://svn.zoy.org/toilet/trunk</code> </li> 39 <li> <i>cacatris</i> — <code>svn://svn.zoy.org/cacatris/trunk</code> </li> 40 <li> <i>ttyvaders</i> — <code>svn://svn.zoy.org/ttyvaders/trunk</code> </li> 41 </ul> 42 43 <p> The repositories can be browsed using the <a 44 href="/cgi-bin/viewcvs.cgi/trunk/?root=libcaca">web interface</a>. </p> 45 46 <h2> Mailing-list </h2> 47 48 <p> Given the reasonable amount of traffic involved, there 49 is a single mailing-list for general discussion, development 50 coordination, SVN commits and side projects. The list address is <a 51 href="mailto:libcaca@lists.zoy.org">libcaca@lists.zoy.org</a>, and you 52 are encouraged to subscribe in order to post. </p> 53 54 <p> The <i>libcaca</i> mailing-list is managed by 55 <i>Ecartis</i>. To subscribe, send an email to <a 56 href="mailto:ecartis@lists.zoy.org">ecartis@lists.zoy.org</a> 57 containing the words “<code>subscribe libcaca</code>”. To unsubscribe, use 58 “<code>unsubscribe libcaca</code>”. </p> 59 60 <p> The <a href="/list/">mailing-list archives</a> are available on the web. 61 </p> 62 23 63 <?php include($_SERVER["DOCUMENT_ROOT"]."/footer.inc"); ?> 24 64 -
www/index.html
r1123 r1127 22 22 23 23 <img src="logo-caca.png" width="128" height="128" 24 alt="libcaca logo" style="margin: 20px; float: right;" />24 alt="libcaca logo" class="caca" /> 25 25 26 26 <h2> Introduction </h2> 27 27 28 <p> The libcaca library is a graphics library that outputs text instead of29 pixels, so that it can work on older video cards or text terminals. It is not 30 unlikethe famous <a href="http://aa-project.sourceforge.net/aalib/">AAlib</a>28 <p> <i>libcaca</i> is a graphics library that outputs text instead of pixels, 29 so that it can work on older video cards or text terminals. It is not unlike 30 the famous <a href="http://aa-project.sourceforge.net/aalib/">AAlib</a> 31 31 library, with the following improvements: 32 32 … … 50 50 <h2> Screenshots </h2> 51 51 52 <p> Here are a few libcacascreenshots. </p>52 <p> Here are a few <i>libcaca</i> screenshots. </p> 53 53 54 54 <table cellspacing="5" border="0"> … … 94 94 </p> 95 95 96 <h2> Where is the old libcacapage? </h2>97 98 <p> libcaca is currently undergoing a massive rewrite, and as such all99 previous patches and code examples are broken. Until this is done I have96 <h2> Where is the old <i>libcaca</i> page? </h2> 97 98 <p> <i>libcaca</i> is currently undergoing a massive rewrite, and as such 99 all previous patches and code examples are broken. Until this is done I have 100 100 decided to put most of this page offline. </p> 101 101 102 <p> By the way, the old libcaca(all versions up to 0.9) was under the102 <p> By the way, the old <i>libcaca</i> (all versions up to 0.9) was under the 103 103 restrictive LGPL license. Though I got permission from all copyright holders 104 104 to relicence the current codebase under the WTFPL, such a permission is not 105 105 retroactive and you should consider old versions as still covered by the LGPL. 106 106 </p> 107 108 <h2> Developers </h2>109 110 <p> Important links: </p>111 112 <ul>113 <li> Mailing-list: <a114 href="mailto:libcaca@lists.zoy.org">libcaca@lists.zoy.org</a>115 (To subscribe, send an email to <a116 href="mailto:ecartis@lists.zoy.org">ecartis@lists.zoy.org</a>117 containing the words "<code>subscribe libcaca</code>". To unsubscribe, just118 use "<code>unsubscribe libcaca</code>".) </li>119 120 <li> Mailing-list <a href="threads.html">archives</a> </li>121 122 <li> Subversion repository: <code>svn://svn.zoy.org/libcaca/trunk</code> </li>123 124 <li> Subversion125 <a href="/cgi-bin/viewcvs.cgi/trunk/?root=libcaca">web interface</a> </li>126 </ul>127 107 128 108 <!-- … … 375 355 </p></blockquote> 376 356 377 <p> I am perfectly aware that libcaca is the waste of time it looks to be. No378 need to tell me about that. I urge you to read Théophile Gautier’s preface to 379 <i>Mademoiselle de Maupin</i>, which also gives an excellent explanation for 380 the name “libcaca”: </p>357 <p> I am perfectly aware that <i>libcaca</i> is the waste of time it looks to 358 be. No need to tell me about that. I urge you to read Théophile Gautier’s 359 preface to <i>Mademoiselle de Maupin</i>, which also gives an excellent 360 explanation for the name “libcaca”: </p> 381 361 382 362 <blockquote><p> -
www/main.css
r1123 r1127 59 59 } 60 60 61 img.caca { 62 border: solid 2px #eecc88; 63 margin: 10px 20px 10px 20px; 64 float: right; 65 } 66 61 67 p { 62 68 text-indent: 1em;
Note: See TracChangeset
for help on using the changeset viewer.