[
Lists Home |
Date Index |
Thread Index
]
- To: xml-dev@lists.xml.org
- Subject: Fwd: [xml-dev] Getting some nice XML-RSS feeds going...
- From: adasal <adam.saltiel@gmail.com>
- Date: Thu, 29 Jun 2006 11:52:12 +0100
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=pGBLcYfGUUtuDVJtzfF5A5X7PmjYDr5aij0Eoj+j16gXguazr8s8Wv/hYPctEblsx3UjdmcI4u8BWVofWT+ioqkLQS1713/hCgin2F5LvHgrxXjHZEZ1zfU6sdBvbiytLXq6UsZFMIlGm1AChSVt8J9BgExL3dNl9CXvSbXFvmI=
- In-reply-to: <e8aa138c0606280651s3e3ceda7g914e71615841e0a3@mail.gmail.com>
- References: <CPEELKNOKCDGNPIPEIAFEEPKEIAA.hbartel@convedia.com> <1151410524.9943.57.camel@localhost.localdomain> <e8aa138c0606280651s3e3ceda7g914e71615841e0a3@mail.gmail.com>
Should have been sent to xml-dev, not off list.
Adam
---------- Forwarded message ---------- From: adasal <adam.saltiel@gmail.com> Date: 28-Jun-2006 14:51
Subject: Re: [xml-dev] Getting some nice XML-RSS feeds going... To: David Lyon <david.lyon@preisshare.net>
You need an htp server - Apache's the job - and any one of many
languages, a scripting language would be a good choice here and Perl
has all the options.
You might be asking what is the simplest most direct and cheapest way
to go about this. It seems you have a server? If not the US offer many
cheap reliable hosted options. Anyway, you need Perl, and if you go for
Perl you really need Linux. This pretty much applies to all the open
source scripting solutions.
There must be a Perl tutorial that shows how you can take say csv file
input and output as RSS. All the client does is click on the button and
the cgi script will serve the correct output through the Perl
invocation. Pretty simple, really. What is more complex is when your
input changes, but if it is slow changing, low volume, then this can
also be handled with a file input.
Blogs such as MoveableType (this is written in Perl) offer this
facility built in, both to read in RSS - the reverse process of what I
have outlined - and to output RSS where the site author selects the
source input.
HTH
Adam
On 27/06/06, David Lyon <
david.lyon@preisshare.net> wrote:
Hi Masters of XML,
I have been using the RSS mechanism in my browser and I like that feature.
Being the tech dinosaur that I am, can anybody please tell me what do I need to build/setup my own RSS feeder (ie server) ? Apache? Some custom
script?
I tried some search engines but it seems to be a black-art at the moment so that's why I'm asking on this list. The application is sticking price information out by RSS. I'm thinking of doing it open-source if nothing
exists and the programming language would be either Perl or C#.
Any Suggestions? - Thanks..
David
----------------------------------------------------------------- The xml-dev list is sponsored by
XML.org <http://www.xml.org>, an initiative of OASIS <
http://www.oasis-open.org>
The list archives are at
http://lists.xml.org/archives/xml-dev/
To subscribe or unsubscribe from this list use the subscription manager: <
http://www.oasis-open.org/mlmanage/index.php
>
|