Changeset 3210 for libcaca/trunk
- Timestamp:
- Nov 2, 2008, 6:49:29 PM (12 years ago)
- Location:
- libcaca/trunk/caca-php/examples/www
- Files:
-
- 1 deleted
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/caca-php/examples/www/cacainfo.php
r3204 r3210 21 21 <title>sample program for libcaca php binding</title> 22 22 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> 23 <link rel="StyleSheet" href="caca-php.css" type="text/css" />24 23 </head> 25 24 <body text="silver" bgcolor="black"> -
libcaca/trunk/caca-php/examples/www/dithering.php
r3204 r3210 9 9 <title>Caca power!</title> 10 10 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> 11 <style type="text/css">12 </style>13 11 </head> 14 12 <body> -
libcaca/trunk/caca-php/examples/www/figlet.php
r3204 r3210 59 59 while (($it = readdir($dir)) != false) { 60 60 if (is_file($path.$it) and ereg("\.[tf]lf$", $it)) { 61 echo "<b>font : $it</b>\n <pre>";61 echo "<b>font : $it</b>\n"; 62 62 show_figlet("Libcaca", $path.$it); 63 echo "</pre>";64 63 } 65 64 } -
libcaca/trunk/caca-php/examples/www/render.php
r3208 r3210 53 53 <title>Я люблю Либкаку</title> 54 54 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> 55 <link rel="StyleSheet" href="caca-php.css" type="text/css" />56 55 </head> 57 56 <body text="silver" bgcolor="black"> -
libcaca/trunk/caca-php/examples/www/text.php
r3204 r3210 25 25 <title>demo for libcaca php binding</title> 26 26 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> 27 <link rel="StyleSheet" href="caca-php.css" type="text/css" />28 27 </head> 29 28 <body text="silver" bgcolor="black">
Note: See TracChangeset
for help on using the changeset viewer.