<?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>Sat, 27 Jan 2007 13:50:23 GMT</pubDate>
	<generator>http://blogo.it/frontend/</generator>
    
	
    <item>
      <title>WP 2.0 compatibility</title>
      <link>http://lightpress.org/post/wp-20-compatibility</link>
      <guid>http://lightpress.org/post/wp-20-compatibility</guid>
      <pubDate>Tue, 23 May 2006 14:30:39 GMT</pubDate>
      <description><![CDATA[<p>Work on WP 2.0 compatibility is mostly completed, and has been already merged to the trunk. You can now test Lightpress with WP 2.x using one of our <a href="http://lightpress.org/downloads/nightlies/">nightly tarballs</a>.</p>
<p>I have also made substantial changes to the administration interface, simplified the installation process, and made use of some of the WP 2.0 changes to the DB layout to further improve our rendering speed.</p>
<p>New plugins you get in the nightly tarballs:</p>
<dl>

<dt><a href="http://lightpress.org/lightpress/browser/wp-frontend/trunk/plugins/AltTemplate.php">AltTemplate</a></dt>
<dd>used to change one of the default templates in specific contexts, eg change the sidebar when viewing a post details page</dd>
<dt><a href="http://lightpress.org/lightpress/browser/wp-frontend/trunk/plugins/ContactForm.php">ContactForm</a></dt>
<dd>add a contact form wherever you might need it (by Iñaki Ecenarro)</dd>
<dt><a href="http://lightpress.org/lightpress/browser/wp-frontend/trunk/plugins/PostNavigation.php">PostNavigation</a></dt>
<dd>show links to the following/preceding post in the post detail page, like MT (by Iñaki Ecenarro)</dd>
<dt><a href="http://lightpress.org/lightpress/browser/wp-frontend/trunk/plugins/PostAdRecursion.php">PostAdRecursion</a></dt>
<dd>show different template snippets every <em>n</em> posts in index pages</dd>
</dl>
]]></description>
    </item>
	
    <item>
      <title>1.2.0 beta2 Released</title>
      <link>http://lightpress.org/post/120-beta2-released</link>
      <guid>http://lightpress.org/post/120-beta2-released</guid>
      <pubDate>Fri, 25 Nov 2005 20:29:56 GMT</pubDate>
      <description><![CDATA[<p>The most important change in this release is the new formatting function used for post and comments, that adds full XHTML support to Lightpress, as you can see on <a href="http://validator.w3.org/check?uri=http://qix.it">my Italian blog</a>. You can read more about the evolution of this function in <a href="http://forum.textdrive.com/viewtopic.php?id=7176">this thread on the forum</a>. Thanks to <a href="http://mortusoculus.com/">Shadow Seraph</a> for pointing this out.</p>
<p>This release fixes the few remaining reference warnings (remember to disable error display on production sites), and adds the new CommentsList plugin to list the latest comments.</p>
<p><strong>Download:</strong> from our <a href="http://lightpress.org/lightpress/downloads">downloads</a> page</p>]]></description>
    </item>
	
    <item>
      <title>1.2.0 beta1 Released</title>
      <link>http://lightpress.org/post/120-beta1</link>
      <guid>http://lightpress.org/post/120-beta1</guid>
      <pubDate>Sun, 30 Oct 2005 18:33:35 GMT</pubDate>
      <description><![CDATA[<p>After having tested it for a couple of months on small and medium-sized blogs (eg <a href="http://autoblog.it/">autoblog.it</a>, <a href="http://vapourtrails.ca">Jerome's blog</a>, <a href="http://qix.it/">my blog</a>), we feel that the 1.2 branch is stable enough to be released as a beta. The major features in this release are compatibility with the 1.2 packages from our <a href="http://themes.lightpress.org/">themes site</a>, Spanish translations for all of our templates (thanks bolonki!), and some performance tweaks.</p>
<p>This release should be very similar to the first 1.2 stable, with the exception of a few improvements to the admin console and WP integration that we will add in the next few weeks. Read the rest of this entry for a summary of changes from 1.2.0 alpha2.<br />
 <a href="http://lightpress.org/post/120-beta1">continued</a>]]></description>
    </item>
	
    <item>
      <title>Lighttpd Support</title>
      <link>http://lightpress.org/post/lighttpd-support</link>
      <guid>http://lightpress.org/post/lighttpd-support</guid>
      <pubDate>Mon, 24 Oct 2005 14:54:23 GMT</pubDate>
      <description><![CDATA[<p>I have just committed preliminary support for <a href="http://www.lighttpd.net/">Lighttpd</a> rewrite rules in LightPress. If you feel adventurous, you can download our <a href="http://lightpress.org/downloads/lightpress-1.2-dev.tar.gz">development package</a> and let us know of anything that needs fixing. I am not a Lighttpd expert, so any input is welcome.</p>]]></description>
    </item>
	
    <item>
      <title>We have not disappeared</title>
      <link>http://lightpress.org/post/we-have-not-disappeared</link>
      <guid>http://lightpress.org/post/we-have-not-disappeared</guid>
      <pubDate>Tue, 04 Oct 2005 07:13:57 GMT</pubDate>
      <description><![CDATA[<p>Our long silence on this blog does mean we have disappeared: we are developing our next batch of major features for LP, and brainstorming our own backend which should hopefully see the light in a couple of months.<br />
If you are feeling adventurous, you can have a look at our <a href="http://lightpress.org/lightpress/browser/wp-frontend/trunk/i18n/">internationalization framework</a> which I committed yesterday to the repository. It allows us to centrally manage our themes with a single master copy of each, and output it in different language/charset combinations using gettext translation files. Expect to see its output in our next beta, due RSN.</p>]]></description>
    </item>
	
    <item>
      <title>1.1.0 beta1</title>
      <link>http://lightpress.org/post/110-beta1</link>
      <guid>http://lightpress.org/post/110-beta1</guid>
      <pubDate>Fri, 08 Jul 2005 13:55:08 GMT</pubDate>
      <description><![CDATA[<p>After more than twenty days of development, we have managed to release <a href="http://prdownloads.sourceforge.net/lightpress/lightpress-1.1.0-b1.tar.gz?download">1.1.0 beta1</a>. The long wait is due to the number of new features we have added, mainly to improve WP integration, and to ease installation and management.</p>
<p>The most notable features added in beta1 are:</p>
<ul>

<li>
<p>new permalink structure that follows the WP conventions, and makes it possible to use the post_id as key</p>
</li>

<li>
<p>one-way (for test installs) or two-way synchronization of the relevant WP options</p>
</li>

<li>
<p>support for nested (static) pages and categories in the URL</p>
</li>

<li>
<p>easier installation, everything runs from the WP plugins folder</p>
</li>

<li>
<p>automatic .htaccess generation</p>
</li>

</ul>
<p>In the next release we will concentrate on the administration UI, and will also add new plugins to manage tags and nested pages. If you are upgrading from alpha2, you might want to reset your LP options. As usual, <a href="https://sourceforge.net/project/shownotes.php?release_id=340580">the ChangeLog is available on SourceForge</a>, and also copied below.<br />
 <a href="http://lightpress.org/post/110-beta1">continued</a>]]></description>
    </item>
	
    <item>
      <title>A new beta coming soon</title>
      <link>http://lightpress.org/post/a-new-beta-coming-soon</link>
      <guid>http://lightpress.org/post/a-new-beta-coming-soon</guid>
      <pubDate>Tue, 05 Jul 2005 13:20:35 GMT</pubDate>
      <description><![CDATA[<p>We have <strong>not</strong> disappeared. We are working on 1.1.0 beta 1 which will hopefully be released in the next few days, and will feature quite a few improvements and bug fixes over the latest 1.1.0 alpha release:</p>
<ul>

<li>
<p>seamless integration with WP's permalink options and automatic .htaccess generation</p>
</li>

<li>
<p>support for nested pages (static posts in LP-speak) and categories</p>
</li>

<li>
<p>no need to touch the filesystem (move/rename WP files, copy LP files, etc.)</p>
</li>

</ul>
<p>There are lots of other exciting new features scheduled after beta 1. Stay tuned...</p>]]></description>
    </item>
	
    <item>
      <title>1.1.0 is here</title>
      <link>http://lightpress.org/post/110-seems-to-be-here</link>
      <guid>http://lightpress.org/post/110-seems-to-be-here</guid>
      <pubDate>Wed, 15 Jun 2005 16:23:58 GMT</pubDate>
      <description><![CDATA[<p>I have just uploaded <a href="http://prdownloads.sourceforge.net/lightpress/lightpress-1.1.0-a2.tar.gz?download">1.1.0 alpha2</a> to Sourceforge. This new version features the much needed WP plugin that lets users configure LightPress from the admin console, and it's also the first version of LightPress to run from the WP plugins folder (well, most of it). In short, <strong>you can now try LightPress without messing with your WP files</strong> (it was possible even before, but it was much much harder to do).</p>
<p>We have mixed feelings about LightPress running from the WP folder, so if you have an opinion about this (and other LP features too), please let us know by commenting to this post or sending us an email. We still have lots to do (apart from spotting and fixing the inevitable bugs) before declaring 1.1.0 stable, mainly in the WP plugin (checking and setting .htaccess, checking options for consistency, etc.), so you still have a chance to ask for new features.</p>]]></description>
    </item>
	
    
  </channel>
</rss>
