473,397 Members | 2,028 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,397 software developers and data experts.

easier way to do RSS?

Has there become a simple way to do RSS in the past 6 months? I tried
the hand-typed way and it seemed too long and tedious for me - time
consuming. And I kept getting things wrong in the XML, so I just
mostly gave up. I have a bunch of video and mp3's that I want to RSS
to different podcast and videocast sites, but I hate doing all the
typing. Is there software or something that has streamlined it and
made it easier? Thanks

Feb 26 '07 #1
6 1407
BTW, here is the feed.
http://www.bionicbuddha.com/mp3/bionicbuddha.xml
On Feb 25, 9:36 pm, "David D" <netr...@yahoo.comwrote:
Has there become a simple way to do RSS in the past 6 months? I tried
the hand-typed way and it seemed too long and tedious for me - time
consuming. And I kept getting things wrong in the XML, so I just
mostly gave up. I have a bunch of video and mp3's that I want to RSS
to different podcast and videocast sites, but I hate doing all the
typing. Is there software or something that has streamlined it and
made it easier? Thanks

Feb 26 '07 #2
Haven't played with RSS, but there are many articles on it on
DeveloperWorks (http://www.ibm.com/xml); one of them might be helpful...?

--
() ASCII Ribbon Campaign | Joe Kesselman
/\ Stamp out HTML e-mail! | System architexture and kinetic poetry
Feb 26 '07 #3
in message <11**********************@v33g2000cwv.googlegroups .com>, David D
('n******@yahoo.com') wrote:
Has there become a simple way to do RSS in the past 6 months? I tried
the hand-typed way and it seemed too long and tedious for me - time
consuming. And I kept getting things wrong in the XML, so I just
mostly gave up. I have a bunch of video and mp3's that I want to RSS
to different podcast and videocast sites, but I hate doing all the
typing. Is there software or something that has streamlined it and
made it easier? Thanks
Has anyone ever hand typed RSS? Don't you generate it off whatever you
generate the rest of your content off? It must be simpler to write a
script to generate your RSS than to write your RSS by hand - and if you
write a script you'll only have to do it once.

--
si***@jasmine.org.uk (Simon Brooke) http://www.jasmine.org.uk/~simon/

See one nuclear war, you've seen them all.
Feb 26 '07 #4
Yeah, I don;'t know how to write script. That is why I am asking, not
sure about all of it. I have just cut and paste someone else's xml
file and gone from there - so that is why I keep making mistake. If
there was an automatic way of doing it, it would be a godsend.

On Feb 26, 6:25 am, Simon Brooke <s...@jasmine.org.ukwrote:
in message <1172457410.120539.147...@v33g2000cwv.googlegroups .com>, David D

('netr...@yahoo.com') wrote:
Has there become a simple way to do RSS in the past 6 months? I tried
the hand-typed way and it seemed too long and tedious for me - time
consuming. And I kept getting things wrong in the XML, so I just
mostly gave up. I have a bunch of video and mp3's that I want to RSS
to different podcast and videocast sites, but I hate doing all the
typing. Is there software or something that has streamlined it and
made it easier? Thanks

Has anyone ever hand typed RSS? Don't you generate it off whatever you
generate the rest of your content off? It must be simpler to write a
script to generate your RSS than to write your RSS by hand - and if you
write a script you'll only have to do it once.

--
s...@jasmine.org.uk (Simon Brooke)http://www.jasmine.org.uk/~simon/

See one nuclear war, you've seen them all.

Feb 26 '07 #5
On 26 Feb, 02:36, "David D" <netr...@yahoo.comwrote:
Has there become a simple way to do RSS in the past 6 months?
Evolutionary improvements, nothing radical.
I tried the hand-typed way and it seemed too long and tedious for me
It is. The only people who do this are idiot XML / RDF geeks like me.
I generate some sites by hand-coding their RSS, then script generating
the HTML from it! Quite speedy if you grok XML / XSLT already, but
hardly user-friendly.
Is there software or something that has streamlined it and made it easier?
Almost any blog software. I'm not up with this week's favourites, but
any credible blog will spit out RSS 2.0, and there should be plenty
that also do the extra podcast markup.

I can't imagine doing it by generating "a site" in HTML, then querying
it to generate an RSS podcast. I do this for plain HTML sites to get a
"most recent updates" RSS feed from their embedded metadata, but tht
doesn't need the sophisitication of podcast markup.

Feb 26 '07 #6
David D wrote:
Yeah, I don;'t know how to write script.
OK, first thing: go learn how to write scripts.
This is pretty much essential for any information-processing task:
without it you'll have to hand-edit everything, as you've discovered.

In the case of RSS, the normal expectation is that it gets generated
as part of the software which you use to update a web site. In your
case, the assumption would be that you have your videos and mp3s listed
in some kind of database, and that you have a report-generator which
creates the HTML page that you publish, complete with links.

If you're doing it entirely by hand, now is a good time to rethink this
method, and have a look at automating it. PHP is one possibility, as
are the various Unix shell languages, or JSP, or ASP; or a purely XML
based system such as AxKit or Cocoon (probably overkill for this). Or
just install a blogging system and use that (they all generate RSS).

///Peter
--
XML FAQ: http://xml.silmaril.ie/
Mar 4 '07 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: NotGiven | last post by:
I am researching the best place to put pictures. I have heard form both sides and I'd like to know why one is better than the other. Many thanks!
17
by: Rob | last post by:
i know javascript, vbscript, asp css and alot more and im only 14 i was wondering which is easier to learn php or cgi. any help?
73
by: RobertMaas | last post by:
After many years of using LISP, I'm taking a class in Java and finding the two roughly comparable in some ways and very different in other ways. Each has a decent size library of useful utilities...
15
by: Herman | last post by:
Hi everyone, I'm currently studying for my Master's in Computer Science, and I will be working on my thesis this summer. I've been thinking about constructing a web services application for my...
1
by: Kenneth McDonald | last post by:
I'm working on the 0.8 release of my 'rex' module, and would appreciate feedback, suggestions, and criticism as I work towards finalizing the API and feature sets. rex is a module intended to make...
13
by: cjl | last post by:
Hey all: I'm working on a 'pure' python port of some existing software. Implementations of what I'm trying to accomplish are available (open source) in C++ and in Java. Which would be...
2
by: Mario T. Lanza | last post by:
Greetings, I have been developing websites in CSS for a couple years; I claim to be no expert, but certain things could definitely be easier. Consider the box model and it's different...
66
by: Mitchell S. Honnert | last post by:
In some recent posts, I've seen people who seem to be waxing nostalgic with respect to the "ease of use" of Visual Basic 6. I can't quite put my finger on it, but they seem to be implying that VB6...
13
by: dm1608 | last post by:
I know all the hype right now from Microsoft is how much easier, faster, and less code ASP.NET 2.0 provides over previous versions. I'm puzzled by this as I could turn out an classic ASP webpage...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.