<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>a dabbler's journal &#187; WordPress</title>
	<atom:link href="http://dabblersjournal.com/category/dabbler/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://dabblersjournal.com</link>
	<description>prone to enthusiasms....</description>
	<lastBuildDate>Mon, 19 Jul 2010 04:30:34 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>WP Themes: Lessons from Gangway</title>
		<link>http://dabblersjournal.com/2007/10/15/wp-themes-lessons-from-gangway/</link>
		<comments>http://dabblersjournal.com/2007/10/15/wp-themes-lessons-from-gangway/#comments</comments>
		<pubDate>Mon, 15 Oct 2007 22:27:08 +0000</pubDate>
		<dc:creator>dabbler</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[gangway]]></category>
		<category><![CDATA[presentation]]></category>
		<category><![CDATA[style]]></category>
		<category><![CDATA[themes]]></category>

		<guid isPermaLink="false">http://dabblersjournal.com/2007/10/15/wp-themes-lessons-from-gangway/</guid>
		<description><![CDATA[<p>Within the past week I've called LightCMS "well-crafted" (Sreejith is a code artist), Cutline "workmanlike" (Chris Peterson's a problem solver), and ModernPaper "delightful" (Brian Gardner's unusually disciplined). Although they're very different in detail, all use the same basic CSS vocabulary for describing the document. Since I don't follow the CSS discussions, I don't know what standards someone's trying to enforce, but I've read enough code in my life to have preferences. CSS is a rather spare coding language, but you don't need to look at many stylesheets to learn that there are a variety of coding practices (normally I'd call these "styles," but that would be confusing), and that some of those practices are more readable than others. Gangway's style sheet fails the readability test.</p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://themes.performancing.com/themes/gangway-theme-for-wordpress/">Gangway</a>'s another <a href="http://performancing.com/">Performancing</a> offering, this time coded by <a href="http://www.fortymedia.com/">Forty Media</a>. Like most I've checked out, it's a lightweight, fast-loading theme with three columns; the content's on the left, with the two sidebar columns on the right side of the screen. The theme does a couple nice things in the sidebars, which is why I wanted to look at the code. Gangway's designed to support multiple users, though that wouldn't handicap a single user who chose to go with the theme. Aesthetically, the theme's pretty dull, but that could be fixed by tweaking the CSS.</p>

<p><em>My notes follow:</em></p>

<hr />

<h2>The WordPress Style</h2>

<p><em><strong>Architecture:</strong></em> Theme support in WordPress encourages, but doesn't require, both modularity and standardization. While only two files (style.css and index.php) are necessary to create a non-trivial theme variation, WP's display engine recognizes a dozen-and-a-half file names and uses them in appropriate places if they are present. This creates a powerful incentive for most designers to stick to the standard file set. Those who need (or prefer) to use a non-standard file set are accommodated by what I take to be simple PHP coding. (Recall that one of my purposes, here, is to learn PHP; I'm not there yet.)</p>

<p><em><strong>Presentation:</strong></em> Mechanically, WordPress is like lots of presentation engines: It pulls content (including menues) from a database, which it wraps in (X)HTML using a combination of PHP, PHP extensions, HTML tags, and the flags (the strongest are usually but not always labeled "class") which give CSS the hooks required to control presentation. This is stuff I understood in principle when I started this little project; what I'm about, these days, is coming to grips with the details. The reason I mention it now is that I'm annoyed with the CSS that styles Gangway.</p>

<p><em><strong>Style:</strong></em> In the past week I've called LightCMS "<a href="http://dabblersjournal.com/2007/10/08/wp-themes-lessons-from-lightcms/">well-crafted</a>" (Sreejith is a code artist), Cutline "<a href="http://dabblersjournal.com/2007/10/10/wp-themes-lessons-from-cutline/">workmanlike</a>" (Chris Peterson's a problem solver), and ModernPaper "<a href="http://dabblersjournal.com/2007/10/13/wp-themes-lessons-from-modern-paper/">delightful</a>" (Brian Gardner's unusually disciplined). Although they're very different in detail, all use the same basic CSS vocabulary for describing/organizing the document. Since I don't follow the CSS discussions, I don't know what standards someone's trying to enforce, but I've read enough code in my life to have preferences. CSS is a rather spare coding language, but you don't need to look at many stylesheets to learn that there are a variety of coding practices (normally I'd call these "styles," but that would be confusing), and that some of those practices are more readable than others. Gangway's style sheet fails the readability test.</p>

<p>I have two problems with Gangway's CSS: It doesn't follow what seem to be the WordPress community's labeling conventions, and it's "clever." I'm sure there are good reasons to call the sidebar "addbar," the header "branding," and the meta area "tools," but if this theme called the standard WP design elements by their common names it would remove a barrier to understanding the (GPL'd) code. The cleverness issue shows in the style sheet's arrangement; Gangway's coder likes to group things for efficiency. Since CSS display reflects sequencing, it's possible to code for performance by sacrificing readability; that's what I think is going on, here. Can't say I like it....</p>

<hr />

<p>Despite my complaints, this is solid code. I've learned what I wanted about sidebar design, which was my main purpose; I can move on to something else. <em>Ajax-Berlee, methinks. Ought to be an interesting encounter.</em></p>]]></content:encoded>
			<wfw:commentRss>http://dabblersjournal.com/2007/10/15/wp-themes-lessons-from-gangway/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WP Themes: Lessons from ModernPaper</title>
		<link>http://dabblersjournal.com/2007/10/13/wp-themes-lessons-from-modern-paper/</link>
		<comments>http://dabblersjournal.com/2007/10/13/wp-themes-lessons-from-modern-paper/#comments</comments>
		<pubDate>Sat, 13 Oct 2007 13:14:12 +0000</pubDate>
		<dc:creator>dabbler</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[brian gardner]]></category>
		<category><![CDATA[modernpaper]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[test drive]]></category>
		<category><![CDATA[themes]]></category>

		<guid isPermaLink="false">http://dabblersjournal.com/2007/10/13/wp-themes-lessons-from-modern-paper/</guid>
		<description><![CDATA[<p>Behind the scenes, there's a slight surprise; Gardner's used the Home.php page the way most theme designers use Index.php, and Gardner's Index.php is used like most designers use Single.php. (That realization sent me to the Template Hierarchy, where I convinced myself that the design decision makes sense, though it's unconventional.) Opening the files to examine the code is delightful: Gardner writes clean, compact, and obvious code, uses XHTML tags as they're intended, and organizes things well. Needless to say, his CSS files are similarly impressive.</p>]]></description>
			<content:encoded><![CDATA[<p><em><a href="http://performancing.com/">Performancing</a>'s <a href="http://themes.wordpress.net/columns/3-columns/4206/modernpaper-10/">ModernPaper</a> wasn't on <a href="http://dabblersjournal.com/2007/09/30/moving-dabbler/">my original project list</a>, but I picked it up the other day when I decided to abandon Cutline.</em></p>

<p>This is a <em>sweet</em> design. Although it doesn't look a whole lot like Cutline, both the page layout and the underlying architecture are quite similar. But this theme's the product of an excellent coder, <a href="http://www.briangardner.com/themes">Brian Gardner</a> (also author of the very popular <a href="http://news.revolutiontheme.com/">Revolution theme</a>, I see). I am, of course, a bit concerned about the 930 pixel graphic in the header.</p>

<p>The page layout is similar to Cutline's: two navigation columns, both on the right, and a moderately wide (albeit disguised) graphic which defines the width of the header, and thus the page. The details differ quite a bit from Cutline's, and the layout's not as visually attractive, but this is an excellent content-presentation layout.</p>

<p>Behind the scenes, there's a slight surprise; Gardner's used the Home.php page the way most theme designers use Index.php, and Gardner's Index.php is used like most designers use Single.php. (That realization sent me to the <a href="http://www.scoutpress.de/download/wp_Template_Hierarchy.png">Template Hierarchy</a>, where I convinced myself that the design decision makes sense, though it's unconventional.) Opening the files to examine the code is delightful: Gardner writes clean, compact, and obvious code, uses XHTML tags as they're intended, and organizes things well. Needless to say, his CSS files are similarly impressive.</p>

<p>I like this one, folks. It's not cutting edge stuff, but it's extremely well-crafted. Reworking it to fit my brother's screen would be a bit of a chore, but the necessary changes are well within my abilities. <em>But let's look at something else for a few days....</em></p>]]></content:encoded>
			<wfw:commentRss>http://dabblersjournal.com/2007/10/13/wp-themes-lessons-from-modern-paper/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WP Themes: Lessons from Cutline</title>
		<link>http://dabblersjournal.com/2007/10/10/wp-themes-lessons-from-cutline/</link>
		<comments>http://dabblersjournal.com/2007/10/10/wp-themes-lessons-from-cutline/#comments</comments>
		<pubDate>Wed, 10 Oct 2007 23:04:59 +0000</pubDate>
		<dc:creator>dabbler</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[comments]]></category>
		<category><![CDATA[cutline]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[style]]></category>
		<category><![CDATA[theme]]></category>

		<guid isPermaLink="false">http://dabblersjournal.com/2007/10/10/wp-themes-lessons-from-cutline/</guid>
		<description><![CDATA[<p>Cutline is beautiful, but it's not the answer I'm looking for. Your mileage may well vary, because this is a very attractive theme; unfortunately, it runs up against some of my strong preferences.</p>]]></description>
			<content:encoded><![CDATA[<p><em><a href="http://themes.wordpress.net/columns/3-columns/4217/cutline-3-column-right-11/">Cutline</a> is beautiful, but it's not the answer I'm looking for. Your mileage may well vary, because this is a very attractive theme; unfortunately, it runs up against some of my strong preferences. Or, some would say, prejudices.</em></p> 

<p>One "simple" solution for a WordPress theme is to build separate, but stylistically consistent, templates for the various types of WP pages--the index, home, single entries, what WP calls pages (I might call them essays), catalogues, etc.  That's Cutline's approach, and it's a <em>nice</em> implementation. The theme looks good, is fairly easy to customize, supports catchy graphics, and loads quickly.  These are virtues, and collectively they explain why this is among the most popular WP themes.</p>

<p>The code that makes this work isn't especially interesting. It's workmanlike, and (let us say) uninspiring. To this HTML codeslinger, some of the tricks are a bit unsettling; in particular, Cutline uses the &lt;Hx&gt; tags in ways which undermine any hope one might have that those tags, by implying structure, add meaning to the document. (That's not to say I've never done something similar; it's just an observation about the coding style.) The CSS is similar, as you'd expect; it works, but another coder would have solved some of the problems differently.</p>

<p>Then there's that 970 pixel graphic across the top. <em>Looks terrific, but it runs off the edge of the screen....</em></p>]]></content:encoded>
			<wfw:commentRss>http://dabblersjournal.com/2007/10/10/wp-themes-lessons-from-cutline/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WP Themes:  Lessons from LightCMS</title>
		<link>http://dabblersjournal.com/2007/10/08/wp-themes-lessons-from-lightcms/</link>
		<comments>http://dabblersjournal.com/2007/10/08/wp-themes-lessons-from-lightcms/#comments</comments>
		<pubDate>Mon, 08 Oct 2007 21:58:05 +0000</pubDate>
		<dc:creator>dabbler</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[lightcms]]></category>
		<category><![CDATA[templates]]></category>
		<category><![CDATA[templating]]></category>

		<guid isPermaLink="false">http://dabblersjournal.com/2007/10/08/wp-themes-lessons-from-lightcms/</guid>
		<description><![CDATA[<p>The big danger with templating languages, whatever the environment, is the temptation to build something really complicated. LightCMS avoids this. The great strength of this theme is its simplicity: There are just a handful of template files, and a simple CSS template controls the screen layout by doing really obvious things in a delightful, well-organized fashion. Understanding this one's simple; it's a good place to begin exploring WordPress, and could well be a useful skeleton for building something more elaborate. I might return to this one when I'm ready to implement my final design.</p>]]></description>
			<content:encoded><![CDATA[<p>I've begun exploring the WordPress templates I captured <a href="http://dabblersjournal.com/2007/09/30/moving-dabbler/">a few days back</a>. Each exploration has two play phases: First I modify some relatively superficial stuff--the copyright notice, the fonts on display, the images--then add and/or subtract fields and widgets. The object is to nudge the author's template towards my preferences. This leads more or less directly to the second phase, as those changes necessarily teach some sense of the design's underlying architecture. Besides being useful in itself, this gives me a glimpse of possibilities, and clues about what makes the design worthwhile. This becomes my starting point for study of the code within the templates. I may or may not experiment with structural modifications, depending on whether it seems likely the lessons will repay the effort.</p>

<p><em>A first report follows.</em></p>

<hr />

<p>One danger with templating languages, whatever the environment, is the temptation to build something really elaborate. <a href="http://themes.wordpress.net/columns/3-columns/56/lightcms-12/">LightCMS</a> avoids this. One flexible page template handles all the display variants--front page, search, single item, categories, whatever. The great virtue of this theme is its simplicity: There are just a handful of files, and the template's primary CSS file controls the screen layout by doing really obvious things in a structured, well-organized fashion. Understanding this one's simple; it's a good place to begin exploring WordPress, and could well be a useful foundation for a more elaborate structure. I might return to this one when I'm ready to implement my final design.</p>

<p><em>Or I might not.</em> One problem is that the design's so simple--it's well-crafted, but it's not really interesting. Another is that the CSS template implements a layout that's so single-minded that significant design changes would require totally rebuilding the main CSS file. I played with that idea for a few hours last week, then decided it was time to move on.</p>]]></content:encoded>
			<wfw:commentRss>http://dabblersjournal.com/2007/10/08/wp-themes-lessons-from-lightcms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Moving Dabbler to WordPress</title>
		<link>http://dabblersjournal.com/2007/09/30/moving-dabbler/</link>
		<comments>http://dabblersjournal.com/2007/09/30/moving-dabbler/#comments</comments>
		<pubDate>Mon, 01 Oct 2007 00:55:21 +0000</pubDate>
		<dc:creator>dabbler</dc:creator>
				<category><![CDATA[Dabbler]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[journal]]></category>
		<category><![CDATA[learning software]]></category>
		<category><![CDATA[transitions]]></category>
		<category><![CDATA[web hosts]]></category>
		<category><![CDATA[weblog]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://dabblersjournal.com/2007/09/30/moving-dabbler/</guid>
		<description><![CDATA[<p>Joan says:  "Whatcha been doing all night?"<br />
"Moving Dabbler's Journal," I replied.<br />
"So you're going to start writing again?"<br /><br /><em>I've done this before....</em></p>]]></description>
			<content:encoded><![CDATA[<p>So Thursday night I moved the <em>dabblersjournal </em>domain to a new host and loaded WordPress on the server.  Because the experience was heavily dependent on already knowing a lot of website-maintenance practice, my guess is that it would have taken a competent novice user a couple weeks to do what I managed in a few hours.  <em>Experience helps.</em></p>

<blockquote>Joan says:  "Whatcha been doing all night?"<br />
"Moving Dabbler's Journal," I replied.<br />
"So you're going to start writing again?"</blockquote>

<p><em>I've done this before....</em></p>

<p>Installing <a href="http://wordpress.org/">WordPress</a> was pretty easy, <a href="http://codex.wordpress.org/Installing_WordPress#Famous_5-Minute_Install">just like they say</a>.  Getting to the point you can make the installation requires some technical expertise; it's not difficult stuff, but it helps a whole lot if you already know how to do those things.  And, while displaying the themes which can be used to "skin" the site is remarkably easy, if you want to modify them you need still another set of technical skills.</p>

<p>Some notes about the installation experience.  These comments are not intended to be critical; I'm just recording my reactions to things that happened.  Nor should these be mistaken for instructions.  Although a couple things went wrong over the course of the evening, they turned out to be frustrations, not fatal issues. One was self-inflicted.</p>

<hr />
<h2>Wednesday</h2>
<p>Wednesday evening I told John Skilton, who's been hosting this domain for several years, that I planned to move the site to a different host.  John's hosted my other website, <a href="http://mwlguide.com/"> A Fan's Guide to the Midwest League</a>, for about a decade, and that site will remain at <a href="http://skiltech.com">Skiltech</a>. But I'd decided to resurrect this Journal in <a href="http://wordpress.org/">WordPress</a>, and it seemed preferable to move to a host which was familiar with the software.</p>

<h2>Thursday</h2>
<p>I examined the <a href="http://wordpress.org/hosting/">hosts list</a> on the WordPress website, and decided to go with <a href="http://laughingsquid.net/">Laughing Squid</a>, largely because their website doesn't make me think of K-Mart.  Signed up for an account, played with their administrator interface (<a href="http://www.swsoft.com/en/products/plesk81/">Plesk</a>) for a while just to get a feel for the tools, created the MySQL database WordPress needs more or less in accordance with the installation instructions, then set up/transferred my dabblersjournal email accounts.  This is familiar stuff for me, with tools which are not so different from some I use elsewhere; other folks might find it intimidating.  Had I stayed on Skiltech's servers, the MySQL load would have added some complication, and he'd likely have had to enable PHP for me, but we'd have worked it out.</p>

<p>The next step, actually moving the domain, seemed like it should be easy--except that Wild West Domains' website denied that they knew who I was, regardless of the information in WHOIS.  After a couple largely-wasted hours, I figured out I needed to log in via <a href="http://www.skiltechdomains.com/">Skiltech's reseller interface</a>.  Once I solved that, the domain move was pretty straightforward if you've done this sort of thing before.  <strong>BTW</strong>: Last time I moved a domain it took several days to propagate the DNS changes; this time the traffic had almost completely moved to the new host within a couple hours. Things have <em>improved</em>.</p>

<p>On to the WordPress install:  The <a href="http://codex.wordpress.org/Installing_WordPress#Detailed_Instructions">instructions</a> on the WordPress website are excellent. My first two tries failed, probably because I was attempting a (slightly) non-standard setup (see <a href="#comment-98">my note</a>, below), but in the end I just went with a standard file arrangement. That install, friends, was easy by almost any test. <em>This installation requires that you understand ZIP (or tar) and FTP; I'm an old BBS sysop, and remember those protocols' ancestors. Non-techie mileage <strong>will</strong> vary.</em></p>

<p>Then I fired up Plesk to do a little tweaking, as WordPress needed some read/write privileges changed.  This may a skippable step; it likely depends how you intend to use the software.</p>

<p>Some final activities for the evening:  Took a quick tour of the WordPress menues, changing a few defaults to meet my known prejudices. Selected one of the available themes (truly easy; this is a great implementation). And I created a couple sample entries just to see how things work, and look.</p>

<h2>Friday</h2>
<p>Friday I played with <a href="http://themes.wordpress.net/">WP Themes</a>. I had several objectives:</p>
<ol>
	<li>Identify two or three themes I can live with while I work toward a permanent solution.</li>
	<li>Identify five or six other themes that can teach me things about design and feature possibilities.</li>
	<li>Begin to unravel the interlinked mysteries of PHP, WP templates, and CSS.
<ul>
	<li><em>I've worked with several templating languages over the years so I don't expect serious conceptual problems, and I've used CSS casually on several projects but don't really know it.  PHP, on the other hand, is completely new to me and one of the reasons I'm taking this migration on.</em></li>
</ul>
</li>
</ol>

<p>I have some look &amp; feel expectations, too: A good theme is light-weight (that is, quick to load), looks good on a narrow screen, is visually interesting, and has the basic navigation features I expect of a weblog. Although I'm certainly not opposed to color, the print in the content sections must be black (or near-black) on a white background. And I'll likely end up with two nav bars, both on the right side of the screen, as I strongly object to designs which run far off the bottom of the screen.</p>

<p>I've also some opinions on how the front page should look (and work), but I'm willing to implement those features myself after I master the environment.</p>

<p>I quickly settled on <a href="http://themes.wordpress.net/columns/3-columns/4217/cutline-3-column-right-11/">Cutline</a> (Chris Pearson), <a href="http://themes.wordpress.net/columns/3-columns/2992/ajaxberlee-2/">Ajax Berlee</a> (Nico Berlee), and <a href="http://themes.wordpress.net/columns/3-columns/56/lightcms-12/">LightCMS</a> (Sreejith) as themes I'm willing to deploy while I'm figuring things out.  Quick comments on each:</p>

<ul>
	<li><strong>Cutline</strong> is just gorgeous.  There are many details I want to change, but there's lots and lots to like about this design.  Narrow screens are a problem, though not hopelessly annoying, and there are a few functionality issues I need to understand better. And this theme has the best 404 page I've ever seen.</li>
	<li><strong>Ajax Berlee</strong>'s front page is the closest to the layout I want, though it displays atrociously on narrow screens.  Nico's scripting skills seem, at first glance, to be pretty impressive; I need to look at that code. I think I don't like the way he handles fonts, though.</li>
	<li><strong>LightCMS</strong> is a remarkably clean implementation, though the small fonts are painful; it <em>does</em> work well on a narrow monitor. I've already discovered an issue in the way the program displays nested categories (in IE6--works acceptably in my other browsers), which I'll need to address soon if I want to continue to use the theme.  But I really like it.</li>
</ul>

<p>Several others caught my eye: <a href="http://themes.wordpress.net/columns/3-columns/3442/evernight-05/">Evernight</a> (Ricardo De Sousa) looks like a good starting point for further explorations, <a href="http://themes.wordpress.net/columns/3-columns/3374/kolorful-wordpress-theme-12/">Kolorful</a> (Myo Kyaw Htun) is a fine minimalist implementation, <a href="http://themes.wordpress.net/columns/3-columns/2014/superfly-30/">Superfly</a> (MiloIIIIVII) is really pretty, and <a href="http://themes.wordpress.net/columns/3-columns/4111/ice-317/">Ice</a> (also MiloIIIIVII) seems <em>nearly perfect,</em> albeit perhaps a little fussy. I'll be playing with themes for a while, yet, but that's where I got to on Friday.</p>

<p>The themes are easy to change once they're installed on the server. Installation, though, requires competence (again) with ZIP (tar) and FTP clients, and a willingness to explore the WordPress directory tree. These are fairly common skills in some environments, but in this context "simple" clearly depends on what you already know.</p>

<h2>Saturday</h2>
<p>Ignoring a whole lot of non-weblog activities, I spent Saturday looking at the templates, and the scripts in the templates.  Made a few, tentative, modifications....</p>

<hr />

<p>My preliminary assessment:  <em>This project promises to be interesting.</em>  A different person, though, would be better off taking WordPress up on the <a href="http://install4free.wordpress.net/">free installation offer</a>, or perhaps using the <a href="http://wordpress.com/">Wordpress.com</a> hosting service.</p>]]></content:encoded>
			<wfw:commentRss>http://dabblersjournal.com/2007/09/30/moving-dabbler/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
