473,386 Members | 1,803 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,386 software developers and data experts.

RSS generator

I hope this is not the wrong group: I'm looking for a convenient tool
for Windows to build RSS 1.0 feeds. It could also be a plug-in for
Dreamweaver. Currently, I build the feeds manually, but every change
is a hassle..

Until now, I've only seen tools creating RSS 2.0.

Best
Peter
Jul 23 '05 #1
3 2758
Hi,
I hope this is not the wrong group: I'm looking for a convenient tool
for Windows to build RSS 1.0 feeds. It could also be a plug-in for
Dreamweaver. Currently, I build the feeds manually, but every change
is a hassle..

Until now, I've only seen tools creating RSS 2.0.


Why do you want to create 1.0 instead of 2.0? The trend seems to be going toward
RSS 2.0.

As a side note I use FeedForAll to generate RSS 2.0 feeds
http://www.feedforall.com

John

Jul 23 '05 #2
On 23 Jan 2005 12:11:54 -0800, John <Jo*********@newsguy.com> wrote:
On Sun, 23 Jan 2005 18:47:32 +0100, Peter Klausner <kl*********@gmx.net> wrote:
I'm looking for a convenient tool
for Windows to build RSS 1.0 feeds.

What do you mean by "build" here ? It has to take its content from
somewhere, and the best way to do that depends on the "somewhere".
Assuming you have some form of CMS underlying the site, this is really
a question for the CMS. "Making RSS" is easy enough.

I admit that I regularly hand-code my RSS, and then generate the site
pages from it. It's easier to turn RSS into HTML than to turn HTML
into RSS (for my small and closed system)
Why do you want to create 1.0 instead of 2.0?


Because 1.0 is more advanced ?

--
Smert' spamionam
Jul 23 '05 #3
Peter Klausner wrote:
I hope this is not the wrong group: I'm looking for a convenient tool
for Windows to build RSS 1.0 feeds. It could also be a plug-in for
Dreamweaver. Currently, I build the feeds manually, but every change
is a hassle..


What server-side languages do you have available? I'm pretty sure you'll
find something over at hotscripts or the other code repositories. Or you
could salvage the RSS-generator piece from one of the many available
open-source blog systems.

I'm using my own crummy little PHP script to create RSS1.0; it doesn't
do any XML wellformedness or <gasp> validation checks, it just assumes
valid HTML and correct character encodings.
Matthias
--
Swiss Blog Feeds:
http://www.blog.ch/
Bloggertreffen 19.03.2005 in Basel:
http://www.emacswiki.org/cgi-bin/ale...ertreffen_2005

Jul 23 '05 #4

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

Similar topics

9
by: Francis Avila | last post by:
A little annoyed one day that I couldn't use the statefulness of generators as "resumable functions", I came across Hettinger's PEP 288 (http://www.python.org/peps/pep-0288.html, still listed as...
17
by: Andrae Muys | last post by:
Found myself needing serialised access to a shared generator from multiple threads. Came up with the following def serialise(gen): lock = threading.Lock() while 1: lock.acquire() try: next...
13
by: Emmanuel | last post by:
Hi, I run across this problem, and couldn't find any solution (python 2.2.2) : Code : =========== from __future__ import generators >>> class titi:
4
by: Wai Yip Tung | last post by:
I'm attempting to turn some process than uses callback to return result into a more user friendly generator. I'm hitting some road block so any pointer would be appriciated. Let say there is an...
45
by: Joh | last post by:
hello, i'm trying to understand how i could build following consecutive sets from a root one using generator : l = would like to produce : , , , ,
12
by: Thomas Lotze | last post by:
Hi, I'm trying to figure out what is the most pythonic way to interact with a generator. The task I'm trying to accomplish is writing a PDF tokenizer, and I want to implement it as a Python...
5
by: Jerzy Karczmarczuk | last post by:
I thought that the following sequence gl=0 def gen(x): global gl gl=x yield x s=gen(1)
11
by: vbgunz | last post by:
I am afraid that this is the first time in which I would probably need something explained to me as if I were a little child. I am having a hard time getting this through my thick skull. What in...
20
by: Chris Withers | last post by:
Hi All, The following piece of code is giving me issues: from email.Charset import Charset,QP from email.MIMEText import MIMEText charset = Charset('utf-8') charset.body_encoding = QP msg =...
9
by: Kugutsumen | last post by:
I am relatively new the python language and I am afraid to be missing some clever construct or built-in way equivalent to my 'chunk' generator below. def chunk(size, items): """generate N items...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
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
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
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...

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.