<? /* * index.php Sample file * Author: Manel Zaera (hide@address.com) * Description: Singleton class to find syndication feeds in * a website. * Creation date: 2007-11-06 * * This work is published under the GPL license (http://www.gnu.org/copyleft/gpl.html) * */ ?> <!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" lang="en"> <head> <title>FeedFinder Sample</title> <script type="text/JavaScript" src="prototype"></script> </head> <body> <form id="frmfindfeed" name="frmfindfeed" method="post" action="targetfrm.php"> <fieldset> <label for="url">URL:</label> <input type="text" size="100" maxlenght="255" name="url" id="url"/> <input type="submit" id="cerca" name="cerca" value="Cerca"/> </form> <div id="rescerca"> </div> </body> </html>