Weblog 2.0 - Mother of Perl | WebReference

Weblog 2.0 - Mother of Perl

current pageTo page 2To page 3
[next]

Weblog 2.0

Overview

Weblog 2.0 is released.

While I'm still working on the VoiceXML adventure game, I have managed to finish another release of Weblog for Internet.com. It's basically a major rewrite. Other than departmentalizing the Weblog functionality, the major addition is the integration and rewrite of Xhoo. In short, this version of Weblog is a move towards a well-defined environment for creating, editing, syndicating, and organizing channels. See the full feature set below.

Integration with Xhoo

If you haven't heard of it before, Xhoo is a Web catalog that I developed as an article a while back. You can still read about it off the Mother of Perl home page. The difference now is that Xhoo itself is built using RSS files, which allows you to leverage all of the same tools that are now available for manipulating RSS. In the future, Xhoo will probably support the RSS 1.0 threads module as soon as it matures a bit.

Weblog channels link to Xhoo categories through the taxonomy RSS 1.0 module, which is available at https://groups.yahoo.com/group/rss-dev/files/Modules/Proposed/mod_taxonomy-1-2.html.

Here's how it actually works with Weblog. When you add a new headline, the screen lists all of the Xhoo categories. So, in addition to adding the headline to the channels that you've selected, Weblog will also add the headline title, link, and description to the selected Xhoo categories. This will make it easier to preserve important headlines that go out of print in your news channels. It also provides a simple archive and categorization mechanism for the items in your channels, so that you can reference them later.

Better support for RSS 1.0 modules

As mentioned above, Weblog channels link to Xhoo categories by utilizing the taxo module. Hence, the items that have Xhoo entries will include extra information. In addition, Weblog 2.0 uses the Dublin Core Metadata module quite extensively to include dates, authors, and all that other neat stuff people have been wanting in RSS for a while. For example, below is an item that was created by David Christian. It's also linked to the David/ category in Xhoo as indicated by the rdf:li element inside the taxo:topics element. One nice thing about this particular module is that it allows for multiple entries. So you could link to another category in Xhoo or even to another catalog.

<item rdf:about="https://www.cnn.com">
<title>Test Title</title>
<link>https://www.cnn.com</link>
<description>This is a test.</description>
<dc:subject>Test title</dc:subject>
<dc:creator>David Christian</dc:creator>
<dc:identifier>987428479:841313774230</dc:identifier>
<dc:date>2001-04-16T14:41</dc:date>
<taxo:topics>
  <rdf:Bag>
    <rdf:li resource="https://www.textant.com/xhoo/David" />
  </rdf:Bag>
</taxo:topics>
</item>

The Dublin Core dc:identifier element is used as a unique record id for each item. Dublin Core elements are also supported at channel, image, and input levels. This id is used internally in the application to track unique items. It also makes it easier to import the RSS content into and out of a database.

Better User Interface

With the integration of Xhoo, the Weblog interface underwent a major overhaul. Below are some screenshots to give you an idea of what it looks like now.

Contents

Overview
New Modules
New Modules (Cont.)
Download Tutorial 22
Print Article (HTML | PDF)

current pageTo page 2To page 3
[next]

https://www.internet.com

Produced by Jonathan Eisenzopf
All Rights Reserved. Legal Notices.
Created: April 30, 2001

URL: https://www.webreference.com/perl/tutorial/22/index.html