Bläddra i källkod

remove the stylesheet, as it does not seem to help at the moment. also remove the <pre></pre> in figlet.php since it does not seem to make a difference since the table markup includes <tt></tt> inside each cell.

tags/v0.99.beta17
Ben Wiley Sittler bsittler 16 år sedan
förälder
incheckning
05d915e155
6 ändrade filer med 1 tillägg och 27 borttagningar
  1. +0
    -20
      caca-php/examples/www/caca-php.css
  2. +0
    -1
      caca-php/examples/www/cacainfo.php
  3. +0
    -2
      caca-php/examples/www/dithering.php
  4. +1
    -2
      caca-php/examples/www/figlet.php
  5. +0
    -1
      caca-php/examples/www/render.php
  6. +0
    -1
      caca-php/examples/www/text.php

+ 0
- 20
caca-php/examples/www/caca-php.css Visa fil

@@ -1,20 +0,0 @@
/*
* caca-php.css sample stylesheet for libcaca php binding
* Copyright (c) 2008 Benjamin C. Wiley Sittler <bsittler@gmail.com>
*
* 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;
}

+ 0
- 1
caca-php/examples/www/cacainfo.php Visa fil

@@ -20,7 +20,6 @@ header('Content-Type: text/html; charset=UTF-8');
<head>
<title>sample program for libcaca php binding</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<link rel="StyleSheet" href="caca-php.css" type="text/css" />
</head>
<body text="silver" bgcolor="black">
<?php


+ 0
- 2
caca-php/examples/www/dithering.php Visa fil

@@ -8,8 +8,6 @@ header('Content-Type: text/html; charset=UTF-8');
<head>
<title>Caca power!</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<style type="text/css">
</style>
</head>
<body>
<?php


+ 1
- 2
caca-php/examples/www/figlet.php Visa fil

@@ -58,9 +58,8 @@ if (!is_dir($path)) {
$dir = opendir($path);
while (($it = readdir($dir)) != false) {
if (is_file($path.$it) and ereg("\.[tf]lf$", $it)) {
echo "<b>font : $it</b>\n<pre>";
echo "<b>font : $it</b>\n";
show_figlet("Libcaca", $path.$it);
echo "</pre>";
}
}
?>


+ 0
- 1
caca-php/examples/www/render.php Visa fil

@@ -52,7 +52,6 @@ $render_php = isset($_SERVER['SCRIPT_NAME'])
<head>
<title>Я люблю Либкаку</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<link rel="StyleSheet" href="caca-php.css" type="text/css" />
</head>
<body text="silver" bgcolor="black">



+ 0
- 1
caca-php/examples/www/text.php Visa fil

@@ -24,7 +24,6 @@ header('Content-Type: text/html; charset=UTF-8');
<head>
<title>demo for libcaca php binding</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<link rel="StyleSheet" href="caca-php.css" type="text/css" />
</head>
<body text="silver" bgcolor="black">
<?php


Laddar…
Avbryt
Spara