1) Describe Work Request (be as detailed as possible):
I'm looking for a script to manage one online rss feed in xml format.
On the front end, I would like a simple HTML form to input the data, and the output to save the feed in this format:
The input HTML form should just contain fields to enter Title, Link and Description per news item, but if possible I would also like the Description field to include todays date, which can be manually entered or auto-populated, as a prefix to the description in this format:Code:<?xml version="1.0"?> <rss version="2.0"> <channel> <title>Example Channel</title> <link>http://example.com/</link> <description>My example channel</description> <item> <title>News for September the Second</title> <link>http://example.com/contests.html</link> <description>2nd Sept 09 - other things happened today</description> </item> <item> <title>News for September the First</title> <link>http://example.com/schedule.php</link> <description>1st Sept 09 - a description about the news today</description> </item> </channel> </rss>1st Sept 09 -.
I would like the feed to be editable so past news items can be selected, viewed and edited or deleted indivually. New news items should be added to the top.
I would like the data to be stored in a flat text file and the script needs to be compatiable with php4.
The output file name (eg - "sitenews.xml") and path can be hardcoded into the script as I only need to manage one xml file - I dont need to be able to save and name multiple files.
2) Payment methods you support (ie: Paypal, 2checkout etc):
PayPal
Please contact me to discuss or negotiate the project - I'm looking to have the script up and running in about 4 weeks.
Thanks
Beverley



Reply With Quote

Bookmarks