jak dać kanał RSS na stronę WWW
Tak jak w temacie, chciałbym wiedzieć jak zrobić żeby na mojej stronie www był dostępny Kanał RSS
Gdy szukasz lub masz problem z jakimś programem.
Kod: Zaznacz cały
http://www.sendspace.com/file/fg27l9
Kod: Zaznacz cały
http://www.rssy.pl/orss.html#przyklad
Kod: Zaznacz cały
http://cordis.europa.eu/guidance/rss_pl.html
Kod: Zaznacz cały
<?xml version="1.0" encoding="iso-8859-2"?>
<rss version="2.0">
<channel>
<title></title>
<description></description>
<link></link>
<image>
<url></url>
<title></title>
<link></link>
<width></width>
<height></height>
<description></description>
</image>
<pubDate></pubDate>
<language></language>
<copyright></copyright>
<managingEditor></managingEditor>
<webMaster></webMaster>
<lastBuildDate></lastBuildDate>
<category domain=""></category>
<generator></generator>
<docs></docs>
<cloud domain="" port="" path="" registerProcedure="" protocol="" />
<ttl></ttl>
<rating></rating>
<textInput>
<title></title>
<description></description>
<name></name>
<link></link>
</textInput>
<skipHours>
<hour></hour>
</skipHours>
<skipDays>
<day></day>
</skipDays>
<item>
<title></title>
<description></description>
<link></link>
<pubDate></pubDate>
<author></author>
<category domain=""></category>
<comments></comments>
<enclosure url="" length="" type="" />
<guid isPermaLink=""></guid>
<source url=""></source>
</item>
</channel>
</rss>