Help - Search - Member List - Calendar
Full Version: Is anyone _generating_ an RSS feed? (maybe John Bokma)
WorkTheWeb Forums > Webmaster Resources > Webmaster - General Help
Support our Sponsors!
Ignoramus23776
I realized that now is a good time to add several RSS channels to my
site algebra.com. One would be for newly submitted unsolved algebra
problems, another would be for newly solver problems, one more for new
user submitted lessons and solvers, and the last one for update
announcements and new features.

Is there anyone who generates automated RSS feeds in perl, and not
from GUI?

Which modules do you use? I am looking at XML::RSS::SimpleGen, it
seems to limit itself to one channel per file. I thought that there
can be more than one channel in an RSS file.

i

Ignoramus23776
I used XML::RSS perl module and now I have 4 RSS feeds (site_updates,
unsolved_problems, solved_problems, content for content
additions). The feeds are currently empty, and will be fed from an SQL
table that I will populate as content is added or revised.

i

Roy Schestowitz
Ignoramus23776 wrote:

QUOTE
I realized that now is a good time to add several RSS channels to my
site algebra.com. One would be for newly submitted unsolved algebra
problems, another would be for newly solver problems, one more for new
user submitted lessons and solvers, and the last one for update
announcements and new features.

Is there anyone who generates automated RSS feeds in perl, and not
from GUI?

Which modules do you use? I am looking at XML::RSS::SimpleGen, it
seems to limit itself to one channel per file. I thought that there
can be more than one channel in an RSS file.

Glad you solved the problem by now...

I have looked at your site and I wonder if you will find PHP-Nuke useful. It
is surprisingly powerful, much more than WordPress, Drupal and their
relatives that look like toys in comparison. PHP-Nuke has got feeds support
but I wonder if mirating all the text and equations is practical. You did
ask us about WordPress in the past... it is now turning into a CMS towards
the release of version 1.6.

Roy

--
Roy S. Schestowitz
http://Schestowitz.com

Ignoramus31199
On Tue, 12 Jul 2005 08:41:24 +0100, Roy Schestowitz <[Email Removed]> wrote:
QUOTE
Ignoramus23776 wrote:

I realized that now is a good time to add several RSS channels to my
site algebra.com. One would be for newly submitted unsolved algebra
problems, another would be for newly solver problems, one more for new
user submitted lessons and solvers, and the last one for update
announcements and new features.

Is there anyone who generates automated RSS feeds in perl, and not
from GUI?

Which modules do you use? I am looking at XML::RSS::SimpleGen, it
seems to limit itself to one channel per file. I thought that there
can be more than one channel in an RSS file.

Glad you solved the problem by now...

I have looked at your site and I wonder if you will find PHP-Nuke useful. It
is surprisingly powerful, much more than WordPress, Drupal and their
relatives that look like toys in comparison. PHP-Nuke has got feeds support
but I wonder if mirating all the text and equations is practical. You did
ask us about WordPress in the past... it is now turning into a CMS towards
the release of version 1.6.

Thanks Roy. I basically went on to create my own CMS that is specific
to math education. It has equation support and different kinds of
content: user submitted math problems and user submitted solutions,
interpreted solvers, lessons, etc. I may use wordpress fot that site
update blog. I was quite impressed with wordpress (I know that you are
involved in it), but I felt that in the long run, my own thing would
be more suitable.

After all, I cannot expect a long term competitive advantage from
downloading a piece of GPLed software. I have to have something
unique.

I will now read about PHP-Nuke.

i

John Bokma
Ignoramus23776 <[Email Removed]> wrote:

QUOTE
I realized that now is a good time to add several RSS channels to my
site algebra.com. One would be for newly submitted unsolved algebra
problems, another would be for newly solver problems, one more for new
user submitted lessons and solvers, and the last one for update
announcements and new features.

Is there anyone who generates automated RSS feeds in perl, and not
from GUI?

Yes, I do :-)

QUOTE
Which modules do you use?

None (XML related that is). I just took a working XML feed, and in my
script I print the start, each item and the ending of the file. Not a way I
recommend, but it was a quick hack :-)

--
John Perl SEO tools: http://johnbokma.com/perl/
Experienced (web) developer: http://castleamber.com/
Get a SEO report of your site for just 100 USD:
http://johnbokma.com/websitedesign/seo-expert-help.html

Ignoramus31199
On 12 Jul 2005 14:59:29 GMT, John Bokma <[Email Removed]> wrote:
QUOTE
Ignoramus23776 <[Email Removed]> wrote:

I realized that now is a good time to add several RSS channels to my
site algebra.com. One would be for newly submitted unsolved algebra
problems, another would be for newly solver problems, one more for new
user submitted lessons and solvers, and the last one for update
announcements and new features.

Is there anyone who generates automated RSS feeds in perl, and not
from GUI?

Yes, I do :-)

Which modules do you use?

None (XML related that is). I just took a working XML feed, and in my
script I print the start, each item and the ending of the file. Not a way I
recommend, but it was a quick hack :-)



Thanks... I ended up using XML::RSS, using RSS v. 1.0. By the way, is
that a good choice of RSS version?

Everything seems to work, but I have not yet advertised the feeds.

i

Roy Schestowitz
Ignoramus31199 wrote:

QUOTE
On 12 Jul 2005 14:59:29 GMT, John Bokma <[Email Removed]> wrote:
Ignoramus23776 <[Email Removed]> wrote:

I realized that now is a good time to add several RSS channels to my
site algebra.com. One would be for newly submitted unsolved algebra
problems, another would be for newly solver problems, one more for new
user submitted lessons and solvers, and the last one for update
announcements and new features.

Is there anyone who generates automated RSS feeds in perl, and not
from GUI?

Yes, I do :-)

Which modules do you use?

None (XML related that is). I just took a working XML feed, and in my
script I print the start, each item and the ending of the file. Not a way
I recommend, but it was a quick hack :-)



Thanks... I ended up using XML::RSS, using RSS v. 1.0. By the way, is
that a good choice of RSS version?

Everything seems to work, but I have not yet advertised the feeds.

i

The version is not overly significant. It limits the flexibility perhaps,
but you can always extend it to become RSS v. 2+ without changing any
URL's. Feed readers support both equally well and should probably not
reward or rank RSS 2.0 over RSS 0.9.2 or RSS 1.0. It is similar to CSS and
CSS 2. One is a superset of the other and extensions can be made quite
transparently.

Roy

--
Roy S. Schestowitz
http://Schestowitz.com

Ignoramus31199
On Tue, 12 Jul 2005 17:15:50 +0100, Roy Schestowitz <[Email Removed]> wrote:
QUOTE
Ignoramus31199 wrote:

On 12 Jul 2005 14:59:29 GMT, John Bokma <[Email Removed]> wrote:
Ignoramus23776 <[Email Removed]> wrote:

I realized that now is a good time to add several RSS channels to my
site algebra.com. One would be for newly submitted unsolved algebra
problems, another would be for newly solver problems, one more for new
user submitted lessons and solvers, and the last one for update
announcements and new features.

Is there anyone who generates automated RSS feeds in perl, and not
from GUI?

Yes, I do :-)

Which modules do you use?

None (XML related that is). I just took a working XML feed, and in my
script I print the start, each item and the ending of the file. Not a way
I recommend, but it was a quick hack :-)



Thanks... I ended up using XML::RSS, using RSS v. 1.0. By the way, is
that a good choice of RSS version?

Everything seems to work, but I have not yet advertised the feeds.

i

The version is not overly significant. It limits the flexibility perhaps,
but you can always extend it to become RSS v. 2+ without changing any
URL's. Feed readers support both equally well and should probably not
reward or rank RSS 2.0 over RSS 0.9.2 or RSS 1.0. It is similar to CSS and
CSS 2. One is a superset of the other and extensions can be made quite
transparently.

Roy


Ah, I see. Since I have no idea what are the diffs between 1.0 and
2.0, I will "let it be" for the time being.

i
--

John Bokma
Ignoramus31199 <[Email Removed]> wrote:

QUOTE
Thanks... I ended up using XML::RSS, using RSS v. 1.0. By the way, is
that a good choice of RSS version?

I picked 1 I think, because my feed was actually just an experiment (hence
I didn't use the RSS Perl modules, etc) and very bare bone, but sufficient.

QUOTE
Everything seems to work, but I have not yet advertised the feeds.

You can use a feed validator, see:
http://feedvalidator.org/

--
John Perl SEO tools: http://johnbokma.com/perl/
Experienced (web) developer: http://castleamber.com/
Get a SEO report of your site for just 100 USD:
http://johnbokma.com/websitedesign/seo-expert-help.html

Ignoramus31199
On 12 Jul 2005 16:55:56 GMT, John Bokma <[Email Removed]> wrote:
QUOTE
Ignoramus31199 <[Email Removed]> wrote:

Thanks... I ended up using XML::RSS, using RSS v. 1.0. By the way, is
that a good choice of RSS version?

I picked 1 I think, because my feed was actually just an experiment (hence
I didn't use the RSS Perl modules, etc) and very bare bone, but sufficient.

Everything seems to work, but I have not yet advertised the feeds.

You can use a feed validator, see:
http://feedvalidator.org/


thanks... see my post to Roy, I cannot grok what it is saying, it is
indeed finding problems.

http://feedvalidator.org/check.cgi?url=htt...ed_problems.rss

i
--

John Bokma
Ignoramus31199 <[Email Removed]> wrote:

QUOTE
On 12 Jul 2005 16:55:56 GMT, John Bokma <[Email Removed]> wrote:
Ignoramus31199 <[Email Removed]> wrote:

Thanks... I ended up using XML::RSS, using RSS v. 1.0. By the way,
is that a good choice of RSS version?

I picked 1 I think, because my feed was actually just an experiment
(hence I didn't use the RSS Perl modules, etc) and very bare bone,
but sufficient.

Everything seems to work, but I have not yet advertised the feeds.

You can use a feed validator, see:
http://feedvalidator.org/


thanks... see my post to Roy, I cannot grok what it is saying, it is
indeed finding problems.

Roy has already answered that one :-) (missing tax url IIRC)

--
John Perl SEO tools: http://johnbokma.com/perl/
Experienced (web) developer: http://castleamber.com/
Get a SEO report of your site for just 100 USD:
http://johnbokma.com/websitedesign/seo-expert-help.html


PHP Help | Linux Help | Web Hosting | Reseller Hosting | SSL Hosting
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2006 Invision Power Services, Inc.