Welcome Guest ( Log In | Register )



 
Reply to this topicStart new topic
> Anyone Knows How To Create RSS Feeds ?
miCRoSCoPiC^eaRt...
post Dec 17 2005, 04:21 AM
Post #1


PsYcheDeLiC dR3aMeR
Group Icon

Group: Admin
Posts: 2,242
Joined: 29-January 05
From: Nakorn Chaisri, Thailand
Member No.: 2,411



Same question again - anybody has an idea how to create your own RSS Feed from scratch ? I searched far and wide and all I found was loads of rss readers, free rss hosting sites and tickers - but not ONE GOOD site that describes the whole process from a DIY angle.

Any of you has done it ?? Can you direct me to some good site for beginners ?

Thanks,
m^e
Go to the top of the page
 
+Quote Post
vujsa
post Dec 17 2005, 09:41 AM
Post #2


Absolute Newbie
Group Icon

Group: Admin
Posts: 887
Joined: 20-February 05
From: Indianapolis, Indiana, USA (Midwest)
Member No.: 2,714



Pretty sure that you just need to format the information into XML and provide a link to the XML document.

Pretty sure you can set your system up to update the XML documnt when you update your news or announcements.

Here is a sample:

http://fun.forum500.com/index2.php?option=...SS1.0&no_html=1
CODE

<!-- generator="FeedCreator 1.7.2" -->
-
<rdf:RDF>
-
<channel rdf:about="http://fun.forum500.com">
<title>Powered by Mambo 4.5.2</title>
<description>Mambo site syndication</description>
<link>http://fun.forum500.com</link>
<image rdf:resource="http://fun.forum500.com/images/M_images/mambo_rss.png"/>
<dc:date>2005-12-17T09:42:34+01:00</dc:date>
-
<items>
-
<rdf:Seq>
<rdf:li rdf:resource="http://fun.forum500.com/index.php?option=com_content&task=view&id=1&Itemid=0"/>
<rdf:li rdf:resource="http://fun.forum500.com/index.php?option=com_content&task=view&id=2&Itemid=0"/>
<rdf:li rdf:resource="http://fun.forum500.com/index.php?option=com_content&task=view&id=3&Itemid=0"/>
<rdf:li rdf:resource="http://fun.forum500.com/index.php?option=com_content&task=view&id=4&Itemid=0"/>
<rdf:li rdf:resource="http://fun.forum500.com/index.php?option=com_content&task=view&id=5&Itemid=0"/>
</rdf:Seq>
</items>
</channel>
-
<image rdf:about="http://fun.forum500.com/images/M_images/mambo_rss.png">
<title>Powered by Mambo 4.5.2</title>
<link>http://fun.forum500.com</link>
-
<url>
http://fun.forum500.com/images/M_images/mambo_rss.png
</url>
</image>
-
<item rdf:about="http://fun.forum500.com/index.php?option=com_content&task=view&id=1&Itemid=0">
<dc:format>text/html</dc:format>
<dc:source>http://fun.forum500.com</dc:source>
<title>Welcome to Mambo</title>
-
<link>
http://fun.forum500.com/index.php?option=c...w&id=1&Itemid=0
</link>
-
<description>
If you've read anything at all about Content Management Systems (CMS), you'll probably know at least three things: CMS are...
</description>
</item>
-
<item rdf:about="http://fun.forum500.com/index.php?option=com_content&task=view&id=2&Itemid=0">
<dc:format>text/html</dc:format>
<dc:source>http://fun.forum500.com</dc:source>
<title>Newsflash 1</title>
-
<link>
http://fun.forum500.com/index.php?option=c...w&id=2&Itemid=0
</link>
-
<description>
Mambo 4.5 is 'Power In Simplicity'!. It has never been easier to create
your own dynamic site. Manage all your content...
</description>
</item>
-
<item rdf:about="http://fun.forum500.com/index.php?option=com_content&task=view&id=3&Itemid=0">
<dc:format>text/html</dc:format>
<dc:source>http://fun.forum500.com</dc:source>
<title>Newsflash 2</title>
-
<link>
http://fun.forum500.com/index.php?option=c...w&id=3&Itemid=0
</link>
-
<description>
Yesterday all servers in the U.S. went out on strike in a bid to get more RAM and better CPUs....
</description>
</item>
-
<item rdf:about="http://fun.forum500.com/index.php?option=com_content&task=view&id=4&Itemid=0">
<dc:format>text/html</dc:format>
<dc:source>http://fun.forum500.com</dc:source>
<title>Newsflash 3</title>
-
<link>
http://fun.forum500.com/index.php?option=c...w&id=4&Itemid=0
</link>
-
<description>
Aoccdrnig to a rscheearch at an Elingsh uinervtisy, it deosn't mttaer in waht oredr the ltteers in a wrod are,...
</description>
</item>
-
<item rdf:about="http://fun.forum500.com/index.php?option=com_content&task=view&id=5&Itemid=0">
<dc:format>text/html</dc:format>
<dc:source>http://fun.forum500.com</dc:source>
<title>Mambo License Guidelines</title>
-
<link>
http://fun.forum500.com/index.php?option=c...w&id=5&Itemid=0
</link>
-
<description>
Learn more about how Mambo is licensed and how this affects you. Mambo is released under the...
</description>
</item>
</rdf:RDF>


vujsa
Go to the top of the page
 
+Quote Post
PureHeart
post Dec 17 2005, 10:27 AM
Post #3


Premium Member
Group Icon

Group: Members
Posts: 209
Joined: 7-October 05
From: Đà Nẵng City - Việt Nam
Member No.: 8,966



This artice tell about way of create a RSS feed in detail. Everything is clear. Ready to begin?

http://searchenginewatch.com/sereport/article.php/2175271
Go to the top of the page
 
+Quote Post
Logan Deathbring...
post Dec 17 2005, 01:43 PM
Post #4


Geek in-training
Group Icon

Group: Members
Posts: 301
Joined: 2-July 05
From: Washington State, USA, 3rd Rock from the Star Sol
Member No.: 6,772



PureHeart I've been looking all over the web for that information and M^E just beat me to the punch on posting here. That Link and the information that Vujsa put up answered all my questions. Thank you very much both of you and to M^E for posting the question. I can now offer the world a RSS feed of my site, of my own making and not the one that Mambo creats, or more pointedly I can modify what the Mambo RSS syndication module outputs.

Thanks again...
Go to the top of the page
 
+Quote Post
sonoftheclayr
post May 7 2006, 09:40 AM
Post #5


Member [ Level 1 ]
Group Icon

Group: Members
Posts: 44
Joined: 7-May 06
From: Here. Now. It's all that matters.
Member No.: 13,259



I remember finding an abundance of tutorials on RSS feeds and found a really good one (I can't remember where it was now, though) that showed how to make one that updates from a MySQL database whenever the script is called and outputs it as an rss/xml document. I still have and use that script and if you would like a copy please PM me. I was also going to make an online script that will automatically create an RSS or Podcast feed and must get a move along completing that and other scripts I said I would do.
Go to the top of the page
 
+Quote Post
ritor
post Sep 20 2006, 08:24 PM
Post #6


Newbie [ Level 1 ]
Group Icon

Group: Members
Posts: 1
Joined: 20-September 06
Member No.: 16,059



Try RSS Feed Editor by ExtraLabs. This is one of the best programs for doing RSS feeds that I've seen. Very userful...
Go to the top of the page
 
+Quote Post
Niru
post Sep 21 2006, 02:19 AM
Post #7


Advanced Member
Group Icon

Group: Members
Posts: 190
Joined: 18-August 06
From: Fun.NiranVv.Com
Member No.: 15,325



Here Im posting some links, using that, u can create RSS feeds for your websites:

ListGarden RSS Feed Generator Program

QUOTE
Features:

* Creates and maintains RSS feeds
* Produces both XML and optional human-readable companion HTML
* Runs either on your PC or on a web server
* Windows, Mac OS X, and Linux
* Open source
* Requires no knowledge of XML or the RSS data format
* Tuned for quick manual additions of new items and simple editing
* Supports enclosures (New in Version 1.3)

Perfect for:

* Podcasting (New in Version 1.3)
* Change logs
* Notification of additions and updates to traditional websites
* Companions to email newsletters
* Event Lists
* Alerts, announcements, and ongoing status
* Notification of the arrival of new products in a store
* Maintaining simple online lists accessible as both XML and HTML
* News website headlines
* Experimentation with RSS
* Use within a corporate firewall for internal websites




FeedRol

QUOTE
RSS news feeds have quickly become an essential way for online publishers to offer their content for easy syndication by news readers and other websites.

Feedroll is a free service for syndicating popular RSS news feeds on your website or blog. These RSS feeds are generally provided for personal non commerical use only. If you have any questions about your use of these RSS feeds you should contact the pubisher.

Publishers, you can get a free trial of our Pro service, FeedrollPro, so you can offer your own RSS feeds for really simple syndication by any other website, while tracking the impressions and clickthrough to measure ROI...learn more.

How to: Select a feed, customize the design (preview on right)...then copy and paste the code provided onto your page.



Feed2JS


QUOTE
The tool below will help you format a feed's display with the information you want to use on your web site. All you need to enter is the URL for the RSS source, and select the desired options below. Note that we now have a number of mirror Feed2JS sites that can provide the exact same service as we provide here.
Go to the top of the page
 
+Quote Post

Reply to this topicStart new topic

Collapse

> Similar Topics

Topics Topics
  1. How To: Create PDF With Php(18)
  2. Create Your Own Shout Box(13)
  3. How Do I Create A Good Fire Animation Using Flash ?(13)
  4. Help Needed To Create Login Script With Perl/cgi(21)
  5. How Can I Create A "number Of Visitors" Script(8)
  6. How To Create "ghost" Images (norton) On Windows(46)
  7. How To Create Your Own MSN Winks ?(10)
  8. Create A Site Without Cms But Just Dreamweaver?(6)
  9. Help Me Create A Text-based, Turn-based Game(9)
  10. I Want To Create A PHP Text Based Web Game(5)
  11. Create And Import JavaScript Modules For A Large Script(2)
  12. The Cloning Issue(43)
  13. Can You Create A Folder Name "con"(17)
  14. New Browser Based Game, Create Or Conquer(4)
  15. How To Create A Good Forum(28)
  1. Help Needed To Create Windows Startup Script!(4)
  2. How Do I Create Static Routes In Windows Xp?(11)
  3. Create Dynamic Gui ?(7)
  4. How To Create Your Own Proxy Site (free And Easy)(13)
  5. Easiest Free Forum To Create Custom Skin For?(2)
  6. How To Create/edit/delete Ftp Accounts With Php(1)
  7. Addon Domain Help(1)
  8. Xml-echo Google Sitemap Generator(0)
  9. How To Create A "user Profile" Page.(0)
  10. How Do You Create A Vista?(21)
  11. Create An Animation With Powerpoint(1)
  12. Create An Ftp Server On Your Pc With Serv-u(1)
  13. What You Need Before You Can Create A Text-based Game..(5)


 



- Lo-Fi Version Time is now: 5th September 2008 - 12:27 PM