What is RSSup?
RSSup is an ASP script that allows webmaster who already generate an RSS .91 feed for their site to dynamically create an RSS 1.0 feed. Using the Microsoft XML parser (supplied with IE 5) on the server side, you can now move to RSS 1.0 without having to worry about recoding your channel.
Minimum Requirements
I haven't tested these scripts on multiple platforms but here's the environment I used to create them:
- - NT 4.0 with service pack 6
- - IIS 4.0
- - Internet Explorer 5.5 (this is important because Microsoft replaced the XML engine on
which this script relies)
- - A well formatted RSS .91 file (check out http://www.tnl.net/newsletter/channel091.xml to see mine)
What files are in RSSup.zip?
Recently, I've started doing some manipulations or RSS file for different presentations.
Included in this zip file are three files to do so:
- rssup.asp Creates the 1.0 channel
- rssupvars.asp Variables you have to change
- Readme.html Basic documentation
Installation
Installing those files is relatively easy.
- Download the source code here.
- Open rssupvars.asp and edit it. For your reference, here are the different variables:
- myRSSfile is the location of your RSS file. In my case, the RSS file is located at http://www.tnl.net/newsletter/channel091.xml Since my root directory is http://www.tnl.net the file is at /newsletter/channel.xml
- myRSSurl is the root directory for your server. In my case, it would be http://www.tnl.net
- myRSStitle is the name of your channel. In my case, it would be TNL.net newsletter
- myRSSlink is the name of a directory on the server you want to point to. For example, if your feed is not for the main page, you can put the subdirectory here. In my case, that would be http://www.tnl.net/newsletter/
- myRSSdescription is a description of what your channel is about. This allows directories to get more data on what the channel is. In my case it would be something along the line of "a newsletter about Internet technology"
- myRSSlogo is the location of an image logo for your channel. Please specify the full path to the URL like http://www.foo.com/images/foologo.gif for example
- Put the files on your site and that's it. You're up and running with a new 1.0 channel at http://www.yoursite.com/rssup.asp
How much does it cost?
RSSup is free if you're a not-for-profit organization. If you want to use it on your personal pages or server, I'd like to receive a $10 check or bill OR a link back to TNL.net from you. If you are planning on using it on a commercial or corporate site, the software costs $20. Please make sure that you include your email address with your payment.
Copyright and final comments
I've created those files for my personal use and am happy to share them with you. However, I do not make any guarantee as to their impact on your server. They seem to work fine on mine. If you use them, I'd appreciate a link back to TNL.net. All copyrights on these file is mine (copyright Tristan Louis 2000-present). If you have
any questions, feel free to contact me from TNL.net.