| |
XML Feeds (RSS/ATOM) |
| |
|
| |
What is XML |
| |
| An XML format for sharing content among different Web sites such as news items. How does it work? A Web site can allow other sites to publish some of its content by creating an RSS/ATOM document and registers the document with an RSS/ATOM publisher. A web publisher can post a link to the rss feed so users can read the distributed content on his/her site. Syndicated contentcan can include news feeds, listings of events, stories, headlines, etc. |
| |
How RSS looks like? |
| |
<rss version="2.0">
<channel>
<title>Cyprus Stock Exchange News </title>
<link>http://www.valueadded.com.cy/</link>
<description>Cyprus Stock Exchange News and Announcements </description>
<language>el-en</language>
<item>
<title>News One Title</title>
<link>http://www.valueadded.com.cy/NewsOne.aspx</link>
<description>News One Short Description</description>
</item>
</channel>
</rss> |
| |
|
Simple, right? A feed comprises a channel, which has a title, link, description, and (optional) language, followed by a series of items, each of which have a title, link, and description. |
| |
How can you use this free service. |
| |
For Web |
| Just download an ASP Script (CSE, ASE, INTERNATIONAL) from above and add it on your website folder, and then include it on any page that you would like to show the Latest News of your choice. We recommend to use the RSS Feed. |
| |
For Software: |
| Download the following software for viewing the RSS/ATOM Feeds. (News Aggregators). |
|
FeedReader |
| |
| If you need any help dont hesitate to contact us at support@valueadded.com.cy |
| |