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="CacaCon’07 - First International libcaca Conference" /> |
---|
12 | <meta name="Keywords" content="CacaCon, libcaca, ASCII, ASCII ART, console, text mode, ncurses, slang, AAlib" /> |
---|
13 | <title>CacaCon’07 - First International libcaca Conference</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> Pictures of CacaCon’07 </h2> |
---|
24 | |
---|
25 | <p> <b>CacaCon’07</b>, the first international libcaca conference, took |
---|
26 | place on 19-20 October 2007 in Lyon, France. </p> |
---|
27 | |
---|
28 | <!-- put the press release here --> |
---|
29 | |
---|
30 | <table cellspacing="5" border="0"> |
---|
31 | <tr> |
---|
32 | <td align="center"> |
---|
33 | <a href="DSC000013.JPG"><img alt="PowerPipo" |
---|
34 | width="68" height="90" |
---|
35 | src="tn-DSC000013.jpeg" /><br />PowerPipo</a> |
---|
36 | </td> |
---|
37 | <td align="center"> |
---|
38 | <a href="DSC000011.JPG"><img alt="Jylam" |
---|
39 | width="120" height="90" |
---|
40 | src="tn-DSC000011.jpeg" /><br />Jylam</a> |
---|
41 | </td> |
---|
42 | <td align="center"> |
---|
43 | <a href="DSC000017.JPG"><img alt="the audience" |
---|
44 | width="135" height="90" |
---|
45 | src="tn-DSC000017.jpeg" /><br />the audience</a> |
---|
46 | </td> |
---|
47 | </tr> |
---|
48 | </table> |
---|
49 | |
---|
50 | <p> CacaCon’07 also featured a social event at luxury resort <i>Le |
---|
51 | Chevreuse</i> (Lyon) where hundreds of potential <i>libcaca</i> users and |
---|
52 | enthusiasts were able to meet the main developers and attempt to gather |
---|
53 | information about future plans for the acclaimed library. </p> |
---|
54 | |
---|
55 | <table cellspacing="5" border="0"> |
---|
56 | <tr> |
---|
57 | <td align="center"> |
---|
58 | <a href="DSC000026.JPG"><img alt="Jylam and Sam" |
---|
59 | width="120" height="90" |
---|
60 | src="tn-DSC000026.jpeg" /><br />Jylam and Sam</a> |
---|
61 | </td> |
---|
62 | <td align="center"> |
---|
63 | <a href="DSC000029.JPG"><img alt="fan art" |
---|
64 | width="135" height="90" |
---|
65 | src="tn-DSC000029.jpeg" /><br />fan art</a> |
---|
66 | </td> |
---|
67 | </tr> |
---|
68 | </table> |
---|
69 | |
---|
70 | <?php $rev = '$Id: index.html 1843 2007-10-24 22:58:42Z sam $'; |
---|
71 | include($_SERVER['DOCUMENT_ROOT'].'/footer.inc'); ?> |
---|
72 | |
---|
73 | </body> |
---|
74 | </html> |
---|