25584Jonahhttp://www.horde.org/jonah/Right now Jonah includes a backend which will fetch RDF/RSS/syndicated XML site summary or headline files, store them locally, parse them, and generate (and save) html from them. My.Netscape style RSS files and My.UserLand XML storylist files seem to both work. The frontend is extremely simplistic - it lists the available channels and lets you view the generated html for them. There's a really long list of channels available here: http://www.syndic8.com/genfeed.php?Format=ocs.PHP > Scripts and Programs > XML and PHPOct 15, 2006
An amazing script that takes the hassles out of managing automated contents of your site. This script uses RSS Feeds for contents. Features: » Fresh and continuously updated contents on your site » Uses templates and fits any layout » Produces random contents » Search engine gets different contents on each visit » Helps you to boost search engine ranking » Creates high keywords density pages » Completely automated and configurable script » Ready to use script
RSS is designed to show selected data. With an RSS channel (RSS is often called a News feed or RSS feed) users can check your site faster using an RSS reading software (a site or program that gathers and sorts out RSS channels).
Take a text file, a XML file and the SQLite database from PHP - and create you own small web application. This example shows you how to do it if you have no MySql DBMS at hand and a not to extensive amount of data to expect (see screenshots below). The XML file (holds all basic data we want to make available in the administration by choice), the text file will handle all the chosen data and the SQLite will contain all data submitted from users - as an extra we want to trigger the most important actions as data inserts and changes in text files with error_log(). PHP has everything you need: SimpleXML and XPath to handle the XML data, the fopen-flock-fwrite-fclose functions to handle text files and the SQLite statements and features to handle database content. A configuration class concerns about the connections, a debugger class writes the log messages and a exception class of one's own secures that text files are always in fine read and write condition or checks if the submitted data has not been manipulated. The function sqlite_escape_string prevents from submitting harmful code in the SQLite database
Joining mailing list will entitle you
to receive occasional emails informing you of news and
updates to the site and any special offers that may be
of interest to you.