<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">

  <channel>
	<title>LightPress</title>
	<link>http://lightpress.org</link>
	<description>A fast, template-based frontend for WordPress</description>
	<pubDate>Tue, 20 Mar 2007 15:22:35 GMT</pubDate>
	<generator>http://blogo.it/frontend/</generator>
    
	
    <item>
      <title>Wordpress 2.1 "Ella" released</title>
      <link>http://lightpress.org/post/wordpress-21-ella-released</link>
      <guid>http://lightpress.org/post/wordpress-21-ella-released</guid>
      <pubDate>Tue, 23 Jan 2007 02:50:51 GMT</pubDate>
      <description><![CDATA[<p>
Wordpress 2.1 has finally been <a href="http://wordpress.org/development/2007/01/ella-21/" title="Wordpress 2.1 'Ella'">released</a>. Here's a pick from the list of new features:</p>
<ul>

<li>
<p>Autosave makes sure you never lose a post again.</p>
</li>

<li>
<p>The lossless XML import and export makes it easy for you to move your content between WordPress blogs.</p>
</li>

<li>
<p>Much more efficient database code, faster than previous versions. (We'd have to check how that compares with lightpress-queries..)</p>
</li>

<li>
<p>Links in your blogroll now support sub-categories and you can add categories on the fly.</p>
</li>

<li>
<p>Pages can now be drafts, or private.</p>
</li>

<li>
<p>Better internationalization and support for right-to-left languages.</p>
</li>

<li>
<p>A new version of the Akismet plugin is bundled.</p>
</li>

</ul>
<p>
You can go grab the update at <a href="http://wordpress.org/download/" title="Wordpress download">wordpress.org</a> but beware: Lightpress won't work with Wordpress > 2.0.x yet! Mainly this is because of the changes to the posts-table and the link-categories.</p>
<p>
The posts-table now has a column named "post_type" (which can take 'post' or 'page') and one named 'post_status' which is the usual 'publish', 'draft' or 'private'. The link-categories have been merged into the global categories-table (PLUS, old link-categories get a new id!) and there is a new table called 'link2cat' linking between the two tables.</p>
<p>
I'm working on a patch (since my site is already working with wp2.1RC2 and lp2 nightly) and i hope it won't be long.</p>
]]></description>
    </item>
	
    <item>
      <title>WP pages patch</title>
      <link>http://lightpress.org/post/wp-pages-patch</link>
      <guid>http://lightpress.org/post/wp-pages-patch</guid>
      <pubDate>Mon, 05 Sep 2005 14:33:36 GMT</pubDate>
      <description><![CDATA[<p>Fresh from two weeks of holidays in beautiful <a href="http://www.discoverlanzarote.com/famara.asp">Lanzarote</a>, I tried to tackle <a href="http://lightpress.org/post/wp-pages">the WP pages problem</a> I outlined in my previous post. The result is <a href="http://lightpress.org/lightpress/changeset/129?format=diff">a 150 lines patch</a> for</p>
<code>
wp-admin/edit-pages.php</code>
<p>, which brings rendering time down from 18 seconds to less than 1 second in my test blog with 200 pages.  The patch is also available as <a href="http://lightpress.org/lightpress/file/wp-patches/trunk/edit-pages.php">a drop-in php file</a>, but remember to backup the original WP file in case you run into problems later.</p>]]></description>
    </item>
	
    <item>
      <title>WP pages</title>
      <link>http://lightpress.org/post/wp-pages</link>
      <guid>http://lightpress.org/post/wp-pages</guid>
      <pubDate>Sat, 20 Aug 2005 11:40:41 GMT</pubDate>
      <description><![CDATA[<p>As much as I like the concept of WP "pages", which should enable the use of WP as a lightweight CMS with built-in blogging, I do not think it is currently usable for anything more than very small personal sites. The problem is (<a href="http://lightpress.org/post/wp-queries-a-short-review">again</a>) in the liberal use that WP does of MySQL resources, and in the bad design of its DB layout.</p>
<p>I just finished inserting a couple of hundred pages in the db to move a site which is currently using a custom CMS to WP+LP, and imagine my surprise when trying to access "Manage Pages" in the WP admin console PHP exited with a</p>
<code>
memory_limit</code>
<p>error. I raised</p>
<code>
memory_limit</code>
<p>to 24M, restarted Apache, and......waited 25 seconds for the page to load!<br />
 <a href="http://lightpress.org/post/wp-pages">continued</a>]]></description>
    </item>
	
    
  </channel>
</rss>
