diff -r 000000000000 -r d874e9e3e162 php/texy/http/index.php --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/php/texy/http/index.php Tue Jan 25 22:03:46 2011 +0100 @@ -0,0 +1,14 @@ +encoding = "UTF-8"; +$texy->setOutputMode(Texy::XHTML1_STRICT); +$texy->process(NULL); //advertisingNotice nepotřebujeme: +$vysledek = $texy->process($vstup); + +echo($vysledek); + +?>