From 05d915e1552d59a6fe1cc196bc3144cfd53629af Mon Sep 17 00:00:00 2001 From: Ben Wiley Sittler Date: Sun, 2 Nov 2008 17:49:29 +0000 Subject: [PATCH] remove the stylesheet, as it does not seem to help at the moment. also remove the
 in figlet.php since it does not seem to
 make a difference since the table markup includes  inside each cell.

---
 caca-php/examples/www/caca-php.css  | 20 --------------------
 caca-php/examples/www/cacainfo.php  |  1 -
 caca-php/examples/www/dithering.php |  2 --
 caca-php/examples/www/figlet.php    |  3 +--
 caca-php/examples/www/render.php    |  1 -
 caca-php/examples/www/text.php      |  1 -
 6 files changed, 1 insertion(+), 27 deletions(-)
 delete mode 100644 caca-php/examples/www/caca-php.css

diff --git a/caca-php/examples/www/caca-php.css b/caca-php/examples/www/caca-php.css
deleted file mode 100644
index c791730..0000000
--- a/caca-php/examples/www/caca-php.css
+++ /dev/null
@@ -1,20 +0,0 @@
-/*
- *  caca-php.css    sample stylesheet for libcaca php binding
- *  Copyright (c) 2008 Benjamin C. Wiley Sittler 
- *
- *  This program is free software. It comes without any warranty, to
- *  the extent permitted by applicable law. You can redistribute it
- *  and/or modify it under the terms of the Do What The Fuck You Want
- *  To Public License, Version 2, as published by Sam Hocevar. See
- *  http://sam.zoy.org/wtfpl/COPYING for more details.
- */
-
-table, table tr
-{
-    display: block;
-}
-table tr td
-{ 
-    display: inline;
-    padding: 0px;
-}
diff --git a/caca-php/examples/www/cacainfo.php b/caca-php/examples/www/cacainfo.php
index acdd024..b46c41e 100644
--- a/caca-php/examples/www/cacainfo.php
+++ b/caca-php/examples/www/cacainfo.php
@@ -20,7 +20,6 @@ header('Content-Type: text/html; charset=UTF-8');
 
 sample program for libcaca php binding
 
-
 
 
 
 Caca power!
 
-
 
 
 font : $it\n
";
+		echo "font : $it\n";
 		show_figlet("Libcaca", $path.$it);
-		echo "
"; } } ?> diff --git a/caca-php/examples/www/render.php b/caca-php/examples/www/render.php index 7304d87..82db06d 100644 --- a/caca-php/examples/www/render.php +++ b/caca-php/examples/www/render.php @@ -52,7 +52,6 @@ $render_php = isset($_SERVER['SCRIPT_NAME']) Я люблю Либкаку - diff --git a/caca-php/examples/www/text.php b/caca-php/examples/www/text.php index bd623fc..13544fa 100644 --- a/caca-php/examples/www/text.php +++ b/caca-php/examples/www/text.php @@ -24,7 +24,6 @@ header('Content-Type: text/html; charset=UTF-8'); demo for libcaca php binding -