RSS-feed

 
Post new topic   Reply to topic    Aprelium Forum Index -> General Questions
View previous topic :: View next topic  
Author Message
cmxflash
-


Joined: 11 Dec 2004
Posts: 872

PostPosted: Fri Nov 18, 2005 6:18 pm    Post subject: RSS-feed Reply with quote

I just wrote a small script that creates an RSS-feed. It's mainly used to manage all my bookmarks in Firefox, so if I change my bookmarks on one computer, all my computers get the update.

Of course, you can use it to serve news or whatever you want on your website.

You can download it from:
http://cmxhost.no-ip.biz/annat/rssfeed.zip
Of course you'll need to edit rss.php and admin.php before you can use it.
Feel free to use it however you want.

Tell me what you think.

***EDIT:
Uploaded an update, a bit easier to configure.


Last edited by cmxflash on Fri Nov 18, 2005 8:01 pm; edited 2 times in total
Back to top View user's profile Send private message
MonkeyNation
-


Joined: 05 Feb 2005
Posts: 921
Location: Cardiff

PostPosted: Fri Nov 18, 2005 6:53 pm    Post subject: Reply with quote

Nice; simple and clean.
I've not played with RSS much, I use XML a lot, but never bothered with my own feed. I'm sure a lot of people will benefit.
_________________
Back to top View user's profile Send private message AIM Address Yahoo Messenger MSN Messenger ICQ Number
cagozoe
-


Joined: 24 Apr 2005
Posts: 23

PostPosted: Wed Feb 14, 2007 1:04 am    Post subject: would like file sent to me Reply with quote

tried your link

can you email the zip file

thanks

a31510 at yahoo dot com
Back to top View user's profile Send private message Visit poster's website
hc2995
-


Joined: 07 Aug 2006
Posts: 644
Location: Maryland, USA

PostPosted: Wed Feb 14, 2007 1:31 am    Post subject: Reply with quote

Hate to say it, but this is 2 years old :/
_________________
Where have i been? School got heck-tick, had to move half way around the state, then back... and then i had to change jobs, so iv been away for a while :P
Back to top View user's profile Send private message AIM Address
cagozoe
-


Joined: 24 Apr 2005
Posts: 23

PostPosted: Wed Feb 14, 2007 4:44 am    Post subject: rss create Reply with quote

well i would like to try it, i need something simple...if you still have it.

thanks
Back to top View user's profile Send private message Visit poster's website
cagozoe
-


Joined: 24 Apr 2005
Posts: 23

PostPosted: Wed Feb 14, 2007 4:52 am    Post subject: add rss to exployer Reply with quote

do you know how to do the link that a person can click on like and add rss to exployer?

in the new exployer has feeds along with favorites

have you seen this?

i still like the reader better
Back to top View user's profile Send private message Visit poster's website
edimatrix
-


Joined: 23 Sep 2004
Posts: 34
Location: Sydenham, Greater London, UK

PostPosted: Wed Feb 14, 2007 8:40 am    Post subject: Reply with quote

In the <head> section of your index page put:

<link rel="alternate" type="application/rss+xml"
title="Subscribe to MyFeed" href="http://domain.com/myfeed.xml">

In Firefox and IE7 this will allow users to click on the orange feed icon and add your feed. myfeed,xml should have the format:


<?xml version="1.0" ?>
<rss version="2.0">

<channel>

<title>DMX Changes</title>
<description>Recent program change log entries</description>
<link>http://edmxtech.co.uk/document/changes.htm</link>

<item>
<title>DMXEFAX/PRINT XML Stream mode 2006-08-27</title>
<description>STREAM keyword for !XMLMODE</description>
<link>http://edmxtech.co.uk/document/changes.htm/#060827</link>
</item>

... more items ....

</channel>

</rss>


Obviously you need to change the text and references in myfeed.xml. I have just supplied a cut down example of the feed for software updates at my site; which in its turn was created more to play with an RSS feed than for any useful purpose.

Regards
Chris
Back to top View user's profile Send private message Visit poster's website
cagozoe
-


Joined: 24 Apr 2005
Posts: 23

PostPosted: Wed Feb 14, 2007 4:24 pm    Post subject: thanks Reply with quote

this gives me an idea and something to play around with

again thanks
Back to top View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    Aprelium Forum Index -> General Questions All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB phpBB Group