Strona 1 z 1
jak dać kanał RSS na stronę WWW
: 24 mar 2007, 13:53
autor: szpon
witam
Tak jak w temacie, chciałbym wiedzieć jak zrobić żeby na mojej stronie www był dostępny Kanał RSS
Re: jak dać kanał RSS na stronę WWW
: 24 mar 2007, 15:29
autor: Iwan
Ten poradnik może ci pomoże.
Re: jak dać kanał RSS na stronę WWW
: 24 mar 2007, 16:34
autor: szpon
tam jest tylko napisane jak stworzyć własny kanał RSS a ja chcę tylko dodać na stronę www jakiś stworzony już
Re: jak dać kanał RSS na stronę WWW
: 24 mar 2007, 19:15
autor: Iwan
1. W jakiej technologii (języku) masz stronę??
2. Poczytaj to, jest tam przykładowy kod struktury kanału RSS.
3. Zajrzyj tu, bardzo wiele o RSSach
Kod: Zaznacz cały
http://cordis.europa.eu/guidance/rss_pl.html
4.
Struktura pełnego standardu RSS 2.0:
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>
Re: jak dać kanał RSS na stronę WWW
: 24 mar 2007, 19:49
autor: szpon
trochę to za trudne, chyba sobie odpuszczę
dzięki za pomoc