Il sito funziona meglio con JavaScript.
Home
Aiuto
Accedi
cacalabs
/
libcaca
mirror da
https://github.com/cacalabs/libcaca.git
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Rilasci
7
Wiki
Attività
Sfoglia il codice sorgente
send correct content-type; add a missing doctype (although technically the table is not allowed inside pre, but that we will need to find another fix for)
tags/v0.99.beta17
Ben Wiley Sittler
bsittler
16 anni fa
parent
34b0a2f3fb
commit
419d70e614
5 ha cambiato i file
con
20 aggiunte
e
3 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+1
-1
caca-php/examples/www/caca-php.css
+4
-0
caca-php/examples/www/cacainfo.php
+6
-0
caca-php/examples/www/dithering.php
+5
-2
caca-php/examples/www/figlet.php
+4
-0
caca-php/examples/www/text.php
+ 1
- 1
caca-php/examples/www/caca-php.css
Vedi File
@@ -13,7 +13,7 @@ table, table tr
{
display: block;
}
table td
table t
r t
d
{
display: inline;
padding: 0px;
+ 4
- 0
caca-php/examples/www/cacainfo.php
Vedi File
@@ -1,3 +1,6 @@
<?php
header('Content-Type: text/html; charset=UTF-8');
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
@@ -16,6 +19,7 @@
?>
<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">
+ 6
- 0
caca-php/examples/www/dithering.php
Vedi File
@@ -1,3 +1,9 @@
<?php
header('Content-Type: text/html; charset=UTF-8');
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<title>Caca power!</title>
+ 5
- 2
caca-php/examples/www/figlet.php
Vedi File
@@ -1,9 +1,12 @@
<?php
header('Content-Type: text/html; charset=UTF-8');
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<title>Caca power!</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<style type="text/css">
</style>
</head>
<body>
<?php
+ 4
- 0
caca-php/examples/www/text.php
Vedi File
@@ -1,3 +1,6 @@
<?php
header('Content-Type: text/html; charset=UTF-8');
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
@@ -20,6 +23,7 @@
?>
<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">
Scrivi
Anteprima
Caricamento…
Annulla
Salva