RSS, genellikle haber sağlayıcıları, bloglar ve podcastlar tarafından kullanılan, yeni eklenen içeriğin kolaylıkla takip edilmesini sağlayan bir web sayfası bildirimcisidir. Kullandığı dosya biçimleri .rss ve .xml'dir.
RSS kısaltmasının açılımı ve zaman içinde gelişimi şöyledir:
- Rich Site Summary (RSS 0.91) (Zengin Site Özeti)
- RDF Site Summary (RSS 0.9 and 1.0) (RDF Site Özeti)
- Really Simple Syndication (RSS 2.0.0) (Çok Basit Besleme)
İnternet kullanıcısı RSS teknolojisi ile düzenli olarak içerik sunan sitelere abone olabilir ve çeşitli RSS istemcileri sayesinde içeriği takip edebilir. Site yöneticisi veya sahibi bu hizmeti sunmak için bir takım teknik düzenlemeler yapmalı ve uygun formatta XML'i RSS istemcisi talep ettiğinde göndermelidir.
RSS olarak sunulan içerik web sitesinde sunulan içeriğin tamamını, özetini veya sadece başlığını içerebilir.
RSS kaynağı sağlayan internet sitelerinde genellikle şu simgeler bulunur:
Uyumlu site türleri
Multi-RSS reader
Multi-RSS reader, İnternet haber taşımacılığın neredeyse son noktasıdır, çünkü birçok alt site, haber kaynağı olarak kullandığı siteleri kaynakça olarak göstermektedir. Ayrıca aldığı haberleri basit bir harmanlama yöntemi ile kendi sitesine haber yapar. "Multi-RSS reader" da ise bu işlemi otomatik bir şekilde PHP veya ASP desteği olan her site sahibi yapabilir.
Örneğin, konusunda uzman 10 sitenin RSS başlığını güncellik sırasına göre kendi sitenizde görebilir ve siteden yararlanan kullanıcılara sunabilirsiniz. Şu an PHP modulu hala daha beta aşamasında olduğu için sabit bir kullanımı mevcut olmasa da ileride hazır modullü sitelerin vazgeçilmezlerinden biri halini alacağına kesin gözü ile bakılmaktadır.
Örnek kodlar
RSS 1.0 dosyasına bir örnek
<?xml version="1.0"?> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/"> <channel rdf:about="http://www.xml.com/xml/news.rss"> <title>XML.com</title> <link>http://xml.com/pub</link> <description> XML.com features a rich mix of information and services for the XML community. </description> <image rdf:resource="http://xml.com/universal/images/xml_tiny.gif" /> <items> <rdf:Seq> <rdf:li resource="http://xml.com/pub/2000/08/09/xslt/xslt.html" /> <rdf:li resource="http://xml.com/pub/2000/08/09/rdfdb/index.html" /> </rdf:Seq> </items> <textinput rdf:resource="http://search.xml.com" /> </channel> <image rdf:about="http://xml.com/universal/images/xml_tiny.gif"> <title>XML.com</title> <link>http://www.xml.com</link> <url>http://xml.com/universal/images/xml_tiny.gif</url> </image> <item rdf:about="http://xml.com/pub/2000/08/09/xslt/xslt.html"> <title>Processing Inclusions with XSLT</title> <link>http://xml.com/pub/2000/08/09/xslt/xslt.html</link> <description> Processing document inclusions with general XML tools can be problematic. This article proposes a way of preserving inclusion information through SAX-based processing. </description> </item> <item rdf:about="http://xml.com/pub/2000/08/09/rdfdb/index.html"> <title>Putting RDF to Work</title> <link>http://xml.com/pub/2000/08/09/rdfdb/index.html</link> <description> Tool and API support for the Resource Description Framework is slowly coming of age. Edd Dumbill takes a look at RDFDB, one of the most exciting new RDF toolkits. </description> </item> <textinput rdf:about="http://search.xml.com"> <title>Search XML.com</title> <description>Search XML.com's XML collection</description> <name>s</name> <link>http://search.xml.com</link> </textinput> </rdf:RDF>
RSS 2.0 dosyasına bir örnek:
<?xml version="1.0"?> <rss version="2.0"> <channel> <title>Liftoff News</title> <link>http://liftoff.msfc.nasa.gov/</link> <description>Liftoff to Space Exploration.</description> <language>en-us</language> <pubDate>Tue, 10 Jun 2003 04:00:00 GMT</pubDate> <lastBuildDate>Tue, 10 Jun 2003 09:41:01 GMT</lastBuildDate> <docs>http://blogs.law.harvard.edu/tech/rss</docs> <generator>Weblog Editor 2.0</generator> <managingEditor>editor@example.com</managingEditor> <webMaster>webmaster@example.com</webMaster> <item> <title>Star City</title> <link>http://liftoff.msfc.nasa.gov/news/2003/news-starcity.asp</link> <description>How do Americans get ready to work with Russians aboard the International Space Station? They take a crash course in culture, language and protocol at Russia's Star City.</description> <pubDate>Tue, 03 Jun 2003 09:39:21 GMT</pubDate> <guid>http://liftoff.msfc.nasa.gov/2003/06/03.html#item573</guid> </item> <item> <title>Space Exploration</title> <link>http://liftoff.msfc.nasa.gov/</link> <description>Sky watchers in Europe, Asia, and parts of Alaska and Canada will experience a partial eclipse of the Sun on Saturday, May 31st.</description> <pubDate>Fri, 30 May 2003 11:06:42 GMT</pubDate> <guid>http://liftoff.msfc.nasa.gov/2003/05/30.html#item572</guid> </item> <item> <title>The Engine That Does More</title> <link>http://liftoff.msfc.nasa.gov/news/2003/news-VASIMR.asp</link> <description>Before man travels to Mars, NASA hopes to design new engines that will let us fly through the Solar System more quickly. The proposed VASIMR engine would do that.</description> <pubDate>Tue, 27 May 2003 08:37:32 GMT</pubDate> <guid>http://liftoff.msfc.nasa.gov/2003/05/27.html#item571</guid> </item> <item> <title>Astronauts' Dirty Laundry</title> <link>http://liftoff.msfc.nasa.gov/news/2003/news-laundry.asp</link> <description>Compared to earlier spacecraft, the International Space Station has many luxuries, but laundry facilities are not one of them. Instead, astronauts have other options.</description> <pubDate>Tue, 20 May 2003 08:56:02 GMT</pubDate> <guid>http://liftoff.msfc.nasa.gov/2003/05/20.html#item570</guid> </item> </channel> </rss>
Dış bağlantılar
Wikimedia Commons'ta RSS ile ilgili ortam dosyaları bulunmaktadır. |
- Dave Winer 16 Ağustos 2007 tarihinde Wayback Machine sitesinde .
- RSS/ATOM veri çıkışı olmayan sitelerdeki güncellemeleri takip etmek için firefox eklentisi 6 Ocak 2010 tarihinde Wayback Machine sitesinde .
wikipedia, wiki, viki, vikipedia, oku, kitap, kütüphane, kütübhane, ara, ara bul, bul, herşey, ne arasanız burada,hikayeler, makale, kitaplar, öğren, wiki, bilgi, tarih, yukle, izle, telefon için, turk, türk, türkçe, turkce, nasıl yapılır, ne demek, nasıl, yapmak, yapılır, indir, ücretsiz, ücretsiz indir, bedava, bedava indir, mp3, video, mp4, 3gp, jpg, jpeg, gif, png, resim, müzik, şarkı, film, film, oyun, oyunlar, mobil, cep telefonu, telefon, android, ios, apple, samsung, iphone, xiomi, xiaomi, redmi, honor, oppo, nokia, sonya, mi, pc, web, computer, bilgisayar
RSS genellikle haber saglayicilari bloglar ve podcastlar tarafindan kullanilan yeni eklenen icerigin kolaylikla takip edilmesini saglayan bir web sayfasi bildirimcisidir Kullandigi dosya bicimleri rss ve xml dir RSS simgesi RSS kisaltmasinin acilimi ve zaman icinde gelisimi soyledir Rich Site Summary RSS 0 91 Zengin Site Ozeti RDF Site Summary RSS 0 9 and 1 0 RDF Site Ozeti Really Simple Syndication RSS 2 0 0 Cok Basit Besleme Internet kullanicisi RSS teknolojisi ile duzenli olarak icerik sunan sitelere abone olabilir ve cesitli RSS istemcileri sayesinde icerigi takip edebilir Site yoneticisi veya sahibi bu hizmeti sunmak icin bir takim teknik duzenlemeler yapmali ve uygun formatta XML i RSS istemcisi talep ettiginde gondermelidir RSS sayesinde Arac Cubugu ndan Vikipedi gibi sitelerdeki son degisiklikler gorulebilir RSS olarak sunulan icerik web sitesinde sunulan icerigin tamamini ozetini veya sadece basligini icerebilir RSS kaynagi saglayan internet sitelerinde genellikle su simgeler bulunur Uyumlu site turleriRSS XML Atom destekli her tur site Yahoo Haberlesme Grup Usenet gruplari PHP Nuke VBulletin phpBB Mambo SMF MyBB gibi yazilim paketleriyle hazirlanmis sayfalar Multi RSS readerMulti RSS reader Internet haber tasimaciligin neredeyse son noktasidir cunku bircok alt site haber kaynagi olarak kullandigi siteleri kaynakca olarak gostermektedir Ayrica aldigi haberleri basit bir harmanlama yontemi ile kendi sitesine haber yapar Multi RSS reader da ise bu islemi otomatik bir sekilde PHP veya ASP destegi olan her site sahibi yapabilir Ornegin konusunda uzman 10 sitenin RSS basligini guncellik sirasina gore kendi sitenizde gorebilir ve siteden yararlanan kullanicilara sunabilirsiniz Su an PHP modulu hala daha beta asamasinda oldugu icin sabit bir kullanimi mevcut olmasa da ileride hazir modullu sitelerin vazgecilmezlerinden biri halini alacagina kesin gozu ile bakilmaktadir Ornek kodlarRSS 1 0 dosyasina bir ornek lt xml version 1 0 gt lt rdf RDF xmlns rdf http www w3 org 1999 02 22 rdf syntax ns xmlns http purl org rss 1 0 gt lt channel rdf about http www xml com xml news rss gt lt title gt XML com lt title gt lt link gt http xml com pub lt link gt lt description gt XML com features a rich mix of information and services for the XML community lt description gt lt image rdf resource http xml com universal images xml tiny gif gt lt items gt lt rdf Seq gt lt rdf li resource http xml com pub 2000 08 09 xslt xslt html gt lt rdf li resource http xml com pub 2000 08 09 rdfdb index html gt lt rdf Seq gt lt items gt lt textinput rdf resource http search xml com gt lt channel gt lt image rdf about http xml com universal images xml tiny gif gt lt title gt XML com lt title gt lt link gt http www xml com lt link gt lt url gt http xml com universal images xml tiny gif lt url gt lt image gt lt item rdf about http xml com pub 2000 08 09 xslt xslt html gt lt title gt Processing Inclusions with XSLT lt title gt lt link gt http xml com pub 2000 08 09 xslt xslt html lt link gt lt description gt Processing document inclusions with general XML tools can be problematic This article proposes a way of preserving inclusion information through SAX based processing lt description gt lt item gt lt item rdf about http xml com pub 2000 08 09 rdfdb index html gt lt title gt Putting RDF to Work lt title gt lt link gt http xml com pub 2000 08 09 rdfdb index html lt link gt lt description gt Tool and API support for the Resource Description Framework is slowly coming of age Edd Dumbill takes a look at RDFDB one of the most exciting new RDF toolkits lt description gt lt item gt lt textinput rdf about http search xml com gt lt title gt Search XML com lt title gt lt description gt Search XML com s XML collection lt description gt lt name gt s lt name gt lt link gt http search xml com lt link gt lt textinput gt lt rdf RDF gt RSS 2 0 dosyasina bir ornek lt xml version 1 0 gt lt rss version 2 0 gt lt channel gt lt title gt Liftoff News lt title gt lt link gt http liftoff msfc nasa gov lt link gt lt description gt Liftoff to Space Exploration lt description gt lt language gt en us lt language gt lt pubDate gt Tue 10 Jun 2003 04 00 00 GMT lt pubDate gt lt lastBuildDate gt Tue 10 Jun 2003 09 41 01 GMT lt lastBuildDate gt lt docs gt http blogs law harvard edu tech rss lt docs gt lt generator gt Weblog Editor 2 0 lt generator gt lt managingEditor gt editor example com lt managingEditor gt lt webMaster gt webmaster example com lt webMaster gt lt item gt lt title gt Star City lt title gt lt link gt http liftoff msfc nasa gov news 2003 news starcity asp lt link gt lt description gt How do Americans get ready to work with Russians aboard the International Space Station They take a crash course in culture language and protocol at Russia s Star City lt description gt lt pubDate gt Tue 03 Jun 2003 09 39 21 GMT lt pubDate gt lt guid gt http liftoff msfc nasa gov 2003 06 03 html item573 lt guid gt lt item gt lt item gt lt title gt Space Exploration lt title gt lt link gt http liftoff msfc nasa gov lt link gt lt description gt Sky watchers in Europe Asia and parts of Alaska and Canada will experience a partial eclipse of the Sun on Saturday May 31st lt description gt lt pubDate gt Fri 30 May 2003 11 06 42 GMT lt pubDate gt lt guid gt http liftoff msfc nasa gov 2003 05 30 html item572 lt guid gt lt item gt lt item gt lt title gt The Engine That Does More lt title gt lt link gt http liftoff msfc nasa gov news 2003 news VASIMR asp lt link gt lt description gt Before man travels to Mars NASA hopes to design new engines that will let us fly through the Solar System more quickly The proposed VASIMR engine would do that lt description gt lt pubDate gt Tue 27 May 2003 08 37 32 GMT lt pubDate gt lt guid gt http liftoff msfc nasa gov 2003 05 27 html item571 lt guid gt lt item gt lt item gt lt title gt Astronauts Dirty Laundry lt title gt lt link gt http liftoff msfc nasa gov news 2003 news laundry asp lt link gt lt description gt Compared to earlier spacecraft the International Space Station has many luxuries but laundry facilities are not one of them Instead astronauts have other options lt description gt lt pubDate gt Tue 20 May 2003 08 56 02 GMT lt pubDate gt lt guid gt http liftoff msfc nasa gov 2003 05 20 html item570 lt guid gt lt item gt lt channel gt lt rss gt Dis baglantilarWikimedia Commons ta RSS ile ilgili ortam dosyalari bulunmaktadir Dave Winer 16 Agustos 2007 tarihinde Wayback Machine sitesinde RSS ATOM veri cikisi olmayan sitelerdeki guncellemeleri takip etmek icin firefox eklentisi 6 Ocak 2010 tarihinde Wayback Machine sitesinde