From 735997d5515730ce041e1827b2c75338ec52dd42 Mon Sep 17 00:00:00 2001 From: Ben Wiley Sittler Date: Tue, 4 Nov 2008 04:21:13 +0000 Subject: [PATCH] link to an example file to download and then import (generated by export.php) --- caca-php/examples/www/import.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/caca-php/examples/www/import.php b/caca-php/examples/www/import.php index 2361f0f..d67a42c 100644 --- a/caca-php/examples/www/import.php +++ b/caca-php/examples/www/import.php @@ -77,6 +77,11 @@ if($file) echo caca_export_string($cv, "html3"); } +else +{ + ?>See libcaca export test program for an example file.