<?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>op109.net</title>
	<atom:link href="http://op109.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://op109.net</link>
	<description>Sibling of op111.net / Αδελφάκι του op111.net</description>
	<lastBuildDate>Fri, 26 Feb 2010 11:21:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0-alpha</generator>
		<item>
		<title>HTML Elements</title>
		<link>http://op109.net/2010/01/html-elements/</link>
		<comments>http://op109.net/2010/01/html-elements/#comments</comments>
		<pubDate>Sun, 03 Jan 2010 12:58:15 +0000</pubDate>
		<dc:creator>demetris</dc:creator>
				<category><![CDATA[Testing]]></category>

		<guid isPermaLink="false">http://op109.net/?p=324</guid>
		<description><![CDATA[This is a test article for seeing how several HTML elements are styled and displayed by WordPress themes.  It uses all elements available in the basic view of the WordPress edit screen, plus a few more that are useful&#160;&#8230; <a href="http://op109.net/2010/01/html-elements/">Continue&#160;reading&#160;<span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>This is a test article for seeing how several HTML elements are styled and displayed by WordPress themes.  It uses all elements available in the basic view of the WordPress edit screen, plus a few more that are useful for web content, especially headings of two levels:  <code>h2</code> and <code>h3</code>.</p>

<h2>    Let’s start!</h2>

<p>After the introductory paragraph and an <code>h2</code> heading comes an image.  It is a resized image that links to its full-size original, and that has a short sample caption:</p>

<p><a href="http://op109.net/2010/01/html-elements/3630343_6bea29fcb6_b/" rel="attachment wp-att-352"><img src="http://op109.net/wp-content/uploads/2010/01/3630343_6bea29fcb6_b-300x225.jpg" alt="Green layers, by nospuds" title="Green layers, by nospuds" width="300" height="225" class="size-medium wp-image-352" /></a></p>

<p class="wp-caption">This is the caption of the image.</p>

<p>Now comes a simple list that demonstrates how various inline elements are styled:</p>

<ul>
<li><em>This is an emphasized phrase</em> (using <code>em</code>)</li>
<li><strong>This is a phrase displayed in strong type</strong> (using <code>strong</code>)</li>
<li><del>This is a deleted phrase</del> (using <code>del</code>)</li>
<li><a href="#">This is a linked phrase</a></li>
</ul>

<p>Next is a quotation (from Hamlet) using <code>blockquote</code>:</p>

<blockquote>
  <p>There are more things in heaven and earth, Horatio,<br />
    Than are dreamt of in your philosophy.</p>
</blockquote>

<h2>    Lists</h2>

<p>Time to see how lists are styled&#8230;</p>

<h3>Ordered and unordered lists, mixed and nested</h3>

<p>Lists (ordered or unordered) are easy to get right.  Nested lists, however, often reveal problems in the styling, usually by uneven and illogical vertical spacing.</p>

<ul>
<li>First item in an unordered list (<code>ul</code>)</li>
<li>Second item in an unordered list

<ol>
<li>Here starts an orderd list (<code>ol</code>), nested in the unordered list</li>
<li>Second item of ordered list</li>
<li>Third item of orderd list

<ul>
<li>Going one level deep, to start an unordered list</li>
<li>Second item of nested ordered list         </li>
</ul></li>
<li>Back to the the ordered list of the previous level</li>
</ol></li>
<li>Back to the top-level</li>
<li>Last item of the top-level unordered list</li>
</ul>

<h3>A definition list</h3>

<p>Next is a definition list.  Definition lists are a useful device for web content but are not available in the WordPress content editor.  Maybe that’s the reason that some themes ignore them or, even worse, they reset their default browser styling and then leave them completely unstyled.</p>

<dl>
<dt>Apple</dt>
<dd>Pomaceous fruit of plants of the genus Malus in 
the family Rosaceae.</dd>

<dd>An american computer company.</dd>

<dt>Orange</dt>
<dd>The fruit of an evergreen tree of the genus Citrus.</dd>
</dl>

<h2>    Preformatted text</h2>

<p>A piece of code wrapped in <code>pre</code>:</p>

<pre><code>#include &lt;iostream&gt;

int main()
{
   std::cout &lt;&lt; "Hello, world!\n";
}
</code></pre>

<h2>    Tables</h2>

<table>
<thead>
<tr>
  <th align="left">Header</th>
  <th align="left">Another header</th>
  <th align="left">A third header</th>
</tr>
</thead>
<tbody>
<tr>
  <td align="left">A cell</td>
  <td align="left">A second cell in the first row</td>
  <td align="left">A third cell</td>
</tr>
<tr>
  <td align="left">A cell</td>
  <td align="left">Another cell</td>
  <td align="left">Yet another cell</td>
</tr>
</tbody>
</table>

<p>And our simple sample post reaches its end!</p>

<p>Cheers!</p>

<p><a href="http://op111.net/54" title="Blah blah blah">op111-54</a></p>

<p>http://op111.net/67</p>

<p>http://op111.net/53</p>

<p><a href="http://op111.net/58">One more test</a></p>

<p><a href="http://op111.net/49">http://op111.net/49</a></p>

<p><a href="http://op111.net/51">http://op111.net/51</a></p>
]]></content:encoded>
			<wfw:commentRss>http://op109.net/2010/01/html-elements/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Testing pingbacks in WordPress 2.9.0</title>
		<link>http://op109.net/2009/12/test-wp29-pingback/</link>
		<comments>http://op109.net/2009/12/test-wp29-pingback/#comments</comments>
		<pubDate>Sun, 20 Dec 2009 18:41:07 +0000</pubDate>
		<dc:creator>demetris</dc:creator>
				<category><![CDATA[Testing]]></category>
		<category><![CDATA[test pingbacks wp29]]></category>

		<guid isPermaLink="false">http://op109.net/?p=263</guid>
		<description><![CDATA[http://op111.net/72 is a great article over at op111.net.
]]></description>
			<content:encoded><![CDATA[<p><a href="http://op111.net/72">http://op111.net/72</a> is a great article over at op111.net.</p>
]]></content:encoded>
			<wfw:commentRss>http://op109.net/2009/12/test-wp29-pingback/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Memory usage in WordPress 2.7, 2.8 and 2.9 Beta 1</title>
		<link>http://op109.net/2009/11/wp-27-28-29-ram/</link>
		<comments>http://op109.net/2009/11/wp-27-28-29-ram/#comments</comments>
		<pubDate>Sun, 29 Nov 2009 14:25:48 +0000</pubDate>
		<dc:creator>demetris</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>

		<guid isPermaLink="false">http://op109.net/?p=239</guid>
		<description><![CDATA[After suffering from a few RAM issues lately here at op109.net, I decided to do a comparison with previous WordPress versions to see if there was anything particularly wrong with the latest development version of WordPress.

The latest dev. version of&#160;&#8230; <a href="http://op109.net/2009/11/wp-27-28-29-ram/">Continue&#160;reading&#160;<span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>After suffering from a few RAM issues lately here at op109.net, I decided to do a comparison with previous WordPress versions to see if there was anything particularly wrong with the latest development version of WordPress.</p>

<p>The latest dev. version of WordPress (currently heading towards 2.9&nbsp;Beta&nbsp;2) is what op109.net uses.  With it, the 32MB of memory available to the site were often not enough to do a plugin upgrade.  Each time, to get the upgrade to finish successfully, I had to deactivate either one of the five active plugins, or the translation (I use op109.net to test the Greek L10n of WordPress).</p>

<p>What the comparison showed:</p>

<h2>The numbers</h2>

<p>I tried each of WordPress 2.7, 2.8, and 2.9 Beta 1 with and without the Greek translation and with three different themes:  Default, Simplish, and Thematic.  In each case only one (1) plugin was active: WP Memory Usage.  The numbers in parentheses show the memory usage when the translation was active.</p>

<table>
<thead>
<tr>
  <th></th>
  <th>Default</th>
  <th>Simplish</th>
  <th>Thematic</th>
</tr>
</thead>
<tbody>
<tr>
  <td><strong>WP2.7</strong></td>
  <td>17.26MB (19.95MB)</td>
  <td>17.16MB (19.83MB)</td>
  <td>18.01MB (20.87MB)</td>
</tr>
<tr>
  <td><strong>WP2.8</strong></td>
  <td>23.07MB (28.53MB)</td>
  <td>22.97MB (28.43MB)</td>
  <td>24.00MB (29.63MB)</td>
</tr>
<tr>
  <td><strong>WP2.9b1</strong></td>
  <td>20.17MB (25.64MB)</td>
  <td>20.12MB (25.54ΜΒ)</td>
  <td>21.08MB (26.70ΜΒ)</td>
</tr>
</tbody>
</table>

<h2>Environment info</h2>

<p>SERVER</p>

<ul>
<li>Linux 2.6.18</li>
<li>CentOS 5 <strong>64</strong>bit</li>
<li>Apache 2.2.13 </li>
<li>PHP 5.2.11 </li>
<li>MySQL 5.0.81</li>
</ul>

<p>WORDPRESS, THEMES, AND L10N FILES</p>

<ul>
<li>WordPress 2.9 beta 1 (r12290 from trunk)</li>
<li>WordPress 2.8 (r11552 from trunk)</li>
<li>WordPress 2.7 (r10188 from trunk)</li>
<li>Default theme 2.9 beta 1 (r12290 from trunk)</li>
<li>Simplish theme 2.2.2</li>
<li>Thematic theme 0.9.6 β 06 (r571 from trunk)</li>
<li>Greek L10n 2.9 beta 1 98% complete (r10450 from trunk)</li>
</ul>

<p>HOSTING</p>

<p>A Small Orange, Tiny Orange shared-hosting package</p>

<p>TOOLS</p>

<p>The RAM numbers are from the WP Memory Usage plugin by Alex Rabe:</p>

<p><a href="http://wordpress.org/extend/plugins/wp-memory-usage/">wordpress.org/extend/plugins/wp-memory-usage</a></p>

<h2>Method and other notes</h2>

<p>For this comparison I downgraded op109.net via SVN from the latest WordPress trunk (r12290) to WordPress 2.8, then to WordPress 2.7.  Then I upgraded again to WordPress 2.8 and finally to the latest trunk (r12290).</p>

<p>I repeated these four steps twice;  that is, two runs in total.  The numbers in the table are the averages.  (MB values varied from 0.00 to 0.09 between the two runs.)</p>

<p>After each downgrade/upgrade WordPress asked me to “upgrade” the database.  Interestingly, all eight database “upgrades” went OK and everytime everything <em>seemed</em> to work OK down to WordPress 2.7 (including the themes Simplish and Thematic, which were at their very latest versions, and also a few plugins I tried).</p>

<h2>Quick conclusion</h2>

<p>See the table! :-)  Also, 64bit operating systems eat a lot of memory –&nbsp;but we already knew that.&nbsp;:-D</p>

<p>2009-11-29</p>

<p>δκ<br />
<a href="http://op111.net/">http://op111.net/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://op109.net/2009/11/wp-27-28-29-ram/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Testing&#8230;</title>
		<link>http://op109.net/2009/11/testing/</link>
		<comments>http://op109.net/2009/11/testing/#comments</comments>
		<pubDate>Sun, 22 Nov 2009 04:25:00 +0000</pubDate>
		<dc:creator>demetris</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>

		<guid isPermaLink="false">http://op109.net/238/testing</guid>
		<description><![CDATA[One paragraph.

Another paragraph.

A third paragraph.
]]></description>
			<content:encoded><![CDATA[<p>One paragraph.</p>

<p>Another paragraph.</p>

<p>A third paragraph.</p>
]]></content:encoded>
			<wfw:commentRss>http://op109.net/2009/11/testing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 2.9, First Post, revision 7</title>
		<link>http://op109.net/2009/11/wp-29-hello-world-r007/</link>
		<comments>http://op109.net/2009/11/wp-29-hello-world-r007/#comments</comments>
		<pubDate>Thu, 12 Nov 2009 19:22:37 +0000</pubDate>
		<dc:creator>demetris</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[wp-29-hello-world]]></category>

		<guid isPermaLink="false">http://op109.net/?p=224</guid>
		<description><![CDATA[Welcome to WordPress!  This post contains important information.  After you read it, you can make it private to hide it from visitors but still have the information handy for future reference.

First things first:


Subscribe to the WordPress mailing list&#160;&#8230; <a href="http://op109.net/2009/11/wp-29-hello-world-r007/">Continue&#160;reading&#160;<span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Welcome to WordPress!  This post contains important information.  After you read it, you can make it private to hide it from visitors but still have the information handy for future reference.</p>

<p>First things first:</p>

<ul>
<li><a href="http://wordpress.org/download/" title="Subscribe to the WordPress mailing list for Release Notifications">Subscribe to the WordPress mailing list for release notifications</a></li>
</ul>

<p>As a subscriber, you will receive an email every time an update is available (and only then).  This will make it easier to keep your site up to date, and secure from evildoers.  When a new version is released, <a href="http://op109.net/wp-admin/" title="If you are already logged in, this will take you directly to the Dashboard">log in to the Dashboard</a> and follow the instructions.  Upgrading is a couple of clicks!</p>

<p>Then you can start enjoying the WordPress experience:</p>

<ul>
<li>Edit your personal information at <a href="http://op109.net/wp-admin/profile.php" title="Edit settings like your password, your display name and your contact information">Users &#8250; Your Profile</a></li>
<li>Start publishing at <a href="http://op109.net/wp-admin/post-new.php" title="Create a new post">Posts &#8250; Add New</a> and at <a href="http://op109.net/wp-admin/post-new.php" title="Create a new page">Pages &#8250; Add New</a></li>
<li>Browse and install plugins at <a href="http://op109.net/wp-admin/plugin-install.php" title="Browse and install plugins at the official WordPress repository directly from your Dashboard">Plugins &#8250; Add New</a></li>
<li>Browse and install themes at <a href="http://op109.net/wp-admin/theme-install.php" title="Browse and install themes at the official WordPress repository directly from your Dashboard">Appearance &#8250; Add New Themes</a></li>
<li>Modify and prettify your website&#8217;s links at <a href="http://op109.net/wp-admin/options-permalink.php" title="For example, select a link structure like: http://example.com/1999/12/post-name">Settings &#8250; Permalinks</a></li>
<li>Import content from another system or WordPress site at <a href="http://op109.net/wp-admin/import.php" title="WordPress comes with importers for the most common publishing systems">Tools &#8250; Import</a></li>
<li>Find answers to your questions at the <a href="http://codex.wordpress.org/" title="The official WordPress documentation, maintained by the WordPress community">WordPress Codex</a></li>
</ul>

<p>To keep this post for reference, <a href="http://op109.net/wp-admin/post.php?action=edit&#038;post=1" title="Click to edit the content and settings of this post">click to edit it</a>, go to the Publish box and change its Visibility from Public to Private.</p>

<p>Thank you for selecting WordPress.  We wish you happy publishing!</p>

<p>PS.  Not yet subscribed for update notifications?  <a href="http://wordpress.org/download/" title="Subscribe to the WordPress mailing list for Release Notifications">Do it now!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://op109.net/2009/11/wp-29-hello-world-r007/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Post with More and Excerpt</title>
		<link>http://op109.net/2009/10/test-post-more-excerpt/</link>
		<comments>http://op109.net/2009/10/test-post-more-excerpt/#comments</comments>
		<pubDate>Fri, 30 Oct 2009 09:15:56 +0000</pubDate>
		<dc:creator>demetris</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>

		<guid isPermaLink="false">http://op109.net/?p=213</guid>
		<description><![CDATA[This is a test Excerpt for a test post.]]></description>
			<content:encoded><![CDATA[<p>This is a test post. <span id="more-213"></span></p>

<p>It has a More tag and also a manual Excerpt.</p>
]]></content:encoded>
			<wfw:commentRss>http://op109.net/2009/10/test-post-more-excerpt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Πολυτονικό / Polytonic Greek</title>
		<link>http://op109.net/2009/10/test-polytonic-greek/</link>
		<comments>http://op109.net/2009/10/test-polytonic-greek/#comments</comments>
		<pubDate>Fri, 30 Oct 2009 08:46:23 +0000</pubDate>
		<dc:creator>demetris</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[polytonic-greek]]></category>
		<category><![CDATA[test]]></category>
		<category><![CDATA[πολυτονικό]]></category>

		<guid isPermaLink="false">http://op109.net/?p=210</guid>
		<description><![CDATA[ΑΠΟΣΤΡΟΦΗ

Φθονῶ τὴν τύχη σας, προνομιοῦχα
πλάσματα, κοῦκλες ἰαπωνικές.
Κομψά, ρόδινα μέλη, πλαστικὲς
γραμμές, μεταξωτά, διαφανῆ ροῦχα.

Ζωή σας ὅλη τὰ ὡραῖα σας μάτια.
Στὰ χείλη, μόνο οἱ λέξεις τῶν παθῶν.
Ἕνα ἒχετ’ ὄνειρο: τὸν ἀγαθὸν
ἄντρα σας καὶ τὰ νόμιμα κρεβάτια.

Χορὸς ἡμιπαρθένων, δύο δύο,
μ’ ἀλύγιστο τὸ σῶμα,&#160;&#8230; <a href="http://op109.net/2009/10/test-polytonic-greek/">Continue&#160;reading&#160;<span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>ΑΠΟΣΤΡΟΦΗ</p>

<p>Φθονῶ τὴν τύχη σας, προνομιοῦχα<br />
πλάσματα, κοῦκλες ἰαπωνικές.<br />
Κομψά, ρόδινα μέλη, πλαστικὲς<br />
γραμμές, μεταξωτά, διαφανῆ ροῦχα.</p>

<p>Ζωή σας ὅλη τὰ ὡραῖα σας μάτια.<br />
Στὰ χείλη, μόνο οἱ λέξεις τῶν παθῶν.<br />
Ἕνα ἒχετ’ ὄνειρο: τὸν ἀγαθὸν<br />
ἄντρα σας καὶ τὰ νόμιμα κρεβάτια.</p>

<p>Χορὸς ἡμιπαρθένων, δύο δύο,<br />
μ’ ἀλύγιστο τὸ σῶμα, θριαμβικά,<br />
ἐπίσημα καὶ τελετουργικά,<br />
πηγαίνετε στὸ ντάνσιγκ ἢ στὸ ὠδεῖο.</p>

<p>Ἐκεῖ ἀπειράριθμες παίρνετε πόζες.<br />
Σὰν τὴ σελήνη πρὶν ρομαντικές,<br />
αὔριο παναγίες, ὅσο προχτές,<br />
ἀκούοντας τὴ «Valenzia», σκαμπρόζες.</p>

<p>Ἕνα διάστημα παίζετε τὸ τέρας<br />
μὲ τὰ τέσσερα πόδια κολλητά.<br />
Τρέχετε καὶ διαβάζετε μετὰ<br />
τὸν ὁδηγό σας «διὰ τὰς μητέρας».</p>

<p>Ὤ, νὰ μποροῦσε ἔτσι κανεὶς νὰ θάλλει,<br />
μέγα ρόδο κάποιας ὥρας χρυσῆς,<br />
ἢ νὰ βυθομετρούσατε καὶ σεῖς<br />
μὲ μία φουρκέτα τ’ ἄδειο σας κεφάλι!</p>

<p>Ἀτίθασα μέλη, διαφανῆ ροῦχα,<br />
γλοιώδη στόματα ὑποκριτικά,<br />
ἀνυποψίαστα, μηδενικὰ<br />
πλάσματα, καὶ γι’ αὐτὸ προνομιοῦχα…</p>

<p>Κ. Γ. Καρυωτάκης, Τα ποιήματα, επιμ. Γ. Π. Σαββίδη. Εκδόσεις Νεφέλη, Αθήνα, 1992</p>
]]></content:encoded>
			<wfw:commentRss>http://op109.net/2009/10/test-polytonic-greek/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 2.9, First Post, revision 5 (strider72 input)</title>
		<link>http://op109.net/2009/10/wp-29-hello-world-r005-strider72-input/</link>
		<comments>http://op109.net/2009/10/wp-29-hello-world-r005-strider72-input/#comments</comments>
		<pubDate>Sun, 25 Oct 2009 07:27:20 +0000</pubDate>
		<dc:creator>demetris</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[wp-29-hello-world]]></category>

		<guid isPermaLink="false">http://op109.net/?p=198</guid>
		<description><![CDATA[Welcome to WordPress!  This post contains important information.  After you read it, you can make it private to hide it from visitors but still have the information handy for future reference.

First things first:


Subscribe to the WordPress mailing list&#160;&#8230; <a href="http://op109.net/2009/10/wp-29-hello-world-r005-strider72-input/">Continue&#160;reading&#160;<span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Welcome to WordPress!  This post contains important information.  After you read it, you can make it private to hide it from visitors but still have the information handy for future reference.</p>

<p>First things first:</p>

<ul>
<li><a href="http://wordpress.org/download/" title="Subscribe to the WordPress mailing list for Release Notifications">Subscribe to the WordPress mailing list for release notifications</a></li>
</ul>

<p>As a subscriber, you will receive an email every time an update is available.  This will make it easier to keep your site up to date, and secure from evildoers.  When a new version is released, log in to the Dashboard and follow the instructions.  Upgrading takes only a couple of clicks!</p>

<p>Then you can start enjoying the WordPress experience:</p>

<ul>
<li>Edit  your personal information at <a href="/wp-admin/profile.php" title="TODO">Users &#8250; Your Profile</a></li>
<li>Start publishing at <a href="/wp-admin/post-new.php" title="TODO">Posts &#8250; Add New</a> and at <a href="/wp-admin/post-new.php" title="TODO">Pages &#8250; Add New</a></li>
<li>Browse and install plugins at <a href="/wp-admin/plugin-install.php" title="TODO">Plugins &#8250; Add New</a></li>
<li>Browse and install themes at <a href="/wp-admin/theme-install.php" title="TODO">Appearance &#8250; Add New Themes</a></li>
<li>Modify and prettify your website&#8217;s links at <a href="/wp-admin/options-permalink.php" title="TODO">Settings  &#8250;  Permalinks</a></li>
<li>Import content from another system or WordPress site at <a href="/wp-admin/import.php" title="TODO">Tools &#8250; Import</a></li>
<li>Find answers to your questions at the <a href="http://codex.wordpress.org/" title="The official WordPress documentation, maintained by the WordPress community">WordPress Codex</a></li>
</ul>

<p>Thank you for selecting WordPress.  We wish you happy publishing!</p>

<p>PS.  Not yet subscribed for update notifications?  <a href="http://wordpress.org/download/" title="Subscribe to the WordPress mailing list for Release Notifications">Do it now!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://op109.net/2009/10/wp-29-hello-world-r005-strider72-input/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
