<?xml version="1.0" encoding="utf-8" ?>

<rss version="2.0" 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   >
<channel>
    <title>Serendipity - Announcements</title>
    <link>http://blog.s9y.org/</link>
    <description>The official Serendipity blog</description>
    <dc:language>en</dc:language>
    <admin:errorReportsTo rdf:resource="mailto:" />
    <generator>Serendipity 1.6-alpha1 - http://www.s9y.org/</generator>
    <managingEditor>Jannis Hermanns jannis@gmail.com</managingEditor>
<webMaster>Jannis Hermanns jannis@gmail.com</webMaster>
<pubDate>Tue, 26 Jan 2010 10:54:12 GMT</pubDate>

    <image>
        <url>http://blog.s9y.org/templates_s9yorg/default/img/s9y_banner_small.png</url>
        <title>RSS: Serendipity - Announcements - The official Serendipity blog</title>
        <link>http://blog.s9y.org/</link>
        <width>100</width>
        <height>21</height>
    </image>

<item>
    <title>Serendipity 1.5.2 released</title>
    <link>http://blog.s9y.org/archives/216-Serendipity-1.5.2-released.html</link>
            <category>Announcements</category>
            <category>Development</category>
    
    <comments>http://blog.s9y.org/archives/216-Serendipity-1.5.2-released.html#comments</comments>
    <wfw:comment>http://blog.s9y.org/wfwcomment.php?cid=216</wfw:comment>

    <slash:comments>6</slash:comments>
    <wfw:commentRss>http://blog.s9y.org/rss.php?version=2.0&amp;type=comments&amp;cid=216</wfw:commentRss>
    

    <author>mail@garv.in (Garvin Hicking)</author>
    <content:encoded>
    &lt;p&gt;Serendipity 1.5.2 has been released to address the outstanding issue of SQLite installations with Serendipity. Upgrading an earlier version of Serendipity prior to 1.5.1 to this version should work without any problems, fixing the database upgrades that were faulty in Serendipity 1.5.1. This is the same patch that has been advertised in the old &lt;a href=&quot;http://blog.s9y.org/archives/215-Serendipity-1.5.1-with-SQLite.html&quot;&gt;blog posting&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Users who had upgraded to Serendipity 1.5 already can fix problems by checking the database table &#039;serendipity&#039; and make sure to insert a md5 hashed password, with hashtype=0.&lt;/p&gt;

&lt;p&gt;SQLite users should backup their database file (a random file name ending in .db) before updating. For users of other database systems, the Serendipity 1.5.2 update does not contain any changes and can be left out.&lt;/p&gt;  
    </content:encoded>

    <pubDate>Mon, 25 Jan 2010 12:17:39 +0100</pubDate>
    <guid isPermaLink="false">http://blog.s9y.org/archives/216-guid.html</guid>
    
</item>
<item>
    <title>Serendipity 1.5.1 with SQLite</title>
    <link>http://blog.s9y.org/archives/215-Serendipity-1.5.1-with-SQLite.html</link>
            <category>Announcements</category>
            <category>Development</category>
            <category>Infrastructure</category>
    
    <comments>http://blog.s9y.org/archives/215-Serendipity-1.5.1-with-SQLite.html#comments</comments>
    <wfw:comment>http://blog.s9y.org/wfwcomment.php?cid=215</wfw:comment>

    <slash:comments>3</slash:comments>
    <wfw:commentRss>http://blog.s9y.org/rss.php?version=2.0&amp;type=comments&amp;cid=215</wfw:commentRss>
    

    <author>mail@garv.in (Garvin Hicking)</author>
    <content:encoded>
    &lt;p&gt;&lt;strong&gt;UPDATE:&lt;/strong&gt; &lt;a href=&quot;http://blog.s9y.org/archives/216-Serendipity-1.5.2-released.html&quot;&gt;Serendipity 1.5.2 release&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Some SQLite upgrades from Serendipity prior to 1.5 to the current version might create a problem, that the database update cannot properly update the serendipity_authors database table structure to insert the new &quot;hashtype&quot; (int) column. Due to that column missing, this can lead to the inability to log in.&lt;/p&gt;

&lt;p&gt;Sadly SQLite does not easily allow to ALTER a table structure, so unless you have a SQLite admin tool to manually that column, and until the Serendipity Team can provide a proper fix, you should not yet update. Due to Christmas 2009.1 getting released soon, this might takes us a few more extra days.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;If you have NOT yet uploaded the new serendipity release and executed the update, you can simply copy the file &lt;a href=&quot;http://svn.berlios.de/viewvc/*checkout*/serendipity/trunk/sql/db_update_1.5-alpha1_1.5-alpha2_sqlite.sql&quot;&gt;sql/db_update_1.5-alpha1_1.5-alpha2_sqlite.sql&lt;/a&gt; onto your installation, which fixes the upgrade procedure.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;em style=&quot;font-size: 0.9em&quot;&gt;Side information: Hashtype defines whether md5 (value &#039;0&#039;) or salted sha1 (value &#039;1&#039;) is used for the stored encrypted password of the serendipity_authors table. Once you login with a hashtype=0, serendipity will automatically convert your password to sha1, and adjust the hashtype column. This is why once we fix this issue in 1.5.2, we must make sure that no manuall updates you might have used are overwritten, that could lead to Serendipity no longer knowing which hashtype was used for your column. That requires some thoughtful thinking, and a bit more time instead of a hotfix that might make the situation worse.&lt;/em&gt;&lt;/p&gt;


&lt;p&gt;Note that this ONLY applies to users UPGRADING and using SQLite. A fresh installation as well as using other Database types is not affected.&lt;/p&gt;  
    </content:encoded>

    <pubDate>Wed, 23 Dec 2009 15:06:07 +0100</pubDate>
    <guid isPermaLink="false">http://blog.s9y.org/archives/215-guid.html</guid>
    
</item>
<item>
    <title>Serendipity 1.5.1, bugfix release</title>
    <link>http://blog.s9y.org/archives/214-Serendipity-1.5.1,-bugfix-release.html</link>
            <category>Announcements</category>
            <category>Development</category>
    
    <comments>http://blog.s9y.org/archives/214-Serendipity-1.5.1,-bugfix-release.html#comments</comments>
    <wfw:comment>http://blog.s9y.org/wfwcomment.php?cid=214</wfw:comment>

    <slash:comments>4</slash:comments>
    <wfw:commentRss>http://blog.s9y.org/rss.php?version=2.0&amp;type=comments&amp;cid=214</wfw:commentRss>
    

    <author>mail@garv.in (Garvin Hicking)</author>
    <content:encoded>
    &lt;p&gt;It&#039;s been a long time, and the Serendipity Team is proud to present the Serendipity 1.5.1 release...&lt;/p&gt;

&lt;p&gt;...All bad things come in triplets, except this one, which came in a duplet: First the uploaded release file contained the current development version, the second issue was found due to just 3 mixed up characters, which prevents any plugin that has a HTML/WYSIWYG-Config-item (like the HTML Nugget plugin) to be properly displayed.&lt;/p&gt;

&lt;p&gt;The fix is quite easy: &lt;a href=&quot;http://svn.berlios.de/viewvc/serendipity/branches/1.5/include/functions_plugins_admin.inc.php?r1=2600&amp;amp;r2=2616&quot;&gt;include/functions_plugins_admin.inc.php&lt;/a&gt;. The cause for this problem was introduced only a few days earlier and sadly slipped by unnoticed. We&#039;re awfully sorry for the trouble this may cause you.&lt;/p&gt;

&lt;p&gt;Due to this version mixup earlier and this annoying bug, Serendipity 1.5.1 (Codename &lt;em&gt;Colin AKA If everybody else is doing it, why can&#039;t we; but well, it could be worse&lt;/em&gt;) has been released.&lt;/p&gt;

&lt;p&gt;If you&#039;re lazy and already upgraded to 1.5, you will only need to download and replace the file found here: &lt;a href=&quot;http://svn.berlios.de/viewvc/*checkout*/serendipity/branches/1.5/include/functions_plugins_admin.inc.php&quot;&gt;include/functions_plugins_admin.inc.php&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Now have a merry christmas, and let&#039;s hope that our best friend Murphy has no surprises left for us freezing germans.&lt;/p&gt;  
    </content:encoded>

    <pubDate>Mon, 21 Dec 2009 20:12:20 +0100</pubDate>
    <guid isPermaLink="false">http://blog.s9y.org/archives/214-guid.html</guid>
    
</item>
<item>
    <title>Serendipity 1.5 released</title>
    <link>http://blog.s9y.org/archives/211-Serendipity-1.5-released.html</link>
            <category>Announcements</category>
            <category>Development</category>
    
    <comments>http://blog.s9y.org/archives/211-Serendipity-1.5-released.html#comments</comments>
    <wfw:comment>http://blog.s9y.org/wfwcomment.php?cid=211</wfw:comment>

    <slash:comments>13</slash:comments>
    <wfw:commentRss>http://blog.s9y.org/rss.php?version=2.0&amp;type=comments&amp;cid=211</wfw:commentRss>
    

    <author>mail@garv.in (Garvin Hicking)</author>
    <content:encoded>
    &lt;p&gt;The Serendipity Team is proud to present the final release of Serendipity 1.5. While the earlier beta versions are proven to work fine for many people, it was finally time to package up a real release. ;)&lt;/p&gt;

&lt;p&gt;This version mainly addresses login security by changing our method how passwords are stored to use salted SHA1 checksums instead of plain MD5 checksums. This makes password retrieval (rainbow attacks, see &lt;a href=&quot;http://blog.s9y.org/archives/205-Serendipity-Snapshot-New-login-hashing.html&quot;&gt;special blog posting&lt;/a&gt;) through the database virtually impossible. Another thing is improved PHP 5.3 compatibility.

&lt;p&gt;For users of our Bundled WYSIWYG-Editor &lt;a href=&quot;http://www.xinha.org/&quot;&gt;Xinha&lt;/a&gt; users now have the ability to easily customize the appearance of this panel through a &quot;my_custom.js&quot; file inside the template directory (a draft of such a file can be found as fallback default in the htmlarea/ subdirectory).

&lt;p&gt;One cool new feature for developers is that now also templates can register themselves inside the plugin API hooks to execute specific things, that don&#039;t require installation of an event plugin.&lt;/p&gt;

&lt;p&gt;Other news include:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;new event API hooks&lt;/li&gt;
&lt;li&gt;fixed PDF thumbnail generation&lt;/li&gt;
&lt;li&gt;ability to auto-scroll on borders when Drag/Dropping plugins&lt;/li&gt;
&lt;li&gt;UTC server time zone support&lt;/li&gt;
&lt;li&gt;improvements in the Smarty functions to easier use Serendipity as a CMS for individual entry output.&lt;/li&gt;
&lt;li&gt;quicksearch improvements for doing a wildcard-search when too few searchresults were found on a fixed searchterm&lt;/li&gt;
&lt;li&gt;support for Typepad anti-spam server-checks, additionally to Akismet&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Minor improvements since the 1.5-beta1 release:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;more PHP 5.3.0 compatibility improvements&lt;/li&gt;
&lt;li&gt;Disallow uploading any files that contain &quot;.php.&quot; in the filename for extra security with Apache MimeMagic-Modules&lt;/li&gt;
&lt;li&gt;expermiental PDO:SQlite support&lt;/li&gt;
&lt;li&gt;usability improvements for the comment moderation panel (bottom-navigation, removed border increase)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The current release can be easily installed on any previous Serendipity installation. Just unpack, upload and visit your admin panel to perform possible database upgrades. Upon first login with an old password, Serendipity will store your old password in the new format - please be sure to make a backup of your Database prior to upgrading, and read the upgrade pointers on &lt;a href=&quot;http://www.s9y.org/37.html&quot;&gt;Upgrading Serendipity&lt;/a&gt;.

&lt;p&gt;Have fun using Serendipity, and let us know on the &lt;a href=&quot;http://board.s9y.org/&quot;&gt;Forums&lt;/a&gt; if you have any issues!&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Update:&lt;/strong&gt; Accidentaly, the 1.6-alpha release file was uploaded with the wrong file name. This has been fixed, the real files are now available -- users who had already downloaded this 1.6 release can either re-download the new release bundle, or stay at their current version. 1.6 has only 2 minor changes yet, and is 99,9% identical with 1.5 at this point.  The most major difference would only be the version number. ;-)&lt;br /&gt;I&#039;m sorry for this fault, I blame it on the german weather...&lt;/p&gt;  
    </content:encoded>

    <pubDate>Mon, 21 Dec 2009 08:07:00 +0100</pubDate>
    <guid isPermaLink="false">http://blog.s9y.org/archives/211-guid.html</guid>
    
</item>
<item>
    <title>Security update for Freetag Plugin</title>
    <link>http://blog.s9y.org/archives/210-Security-update-for-Freetag-Plugin.html</link>
            <category>Announcements</category>
            <category>Security</category>
    
    <comments>http://blog.s9y.org/archives/210-Security-update-for-Freetag-Plugin.html#comments</comments>
    <wfw:comment>http://blog.s9y.org/wfwcomment.php?cid=210</wfw:comment>

    <slash:comments>4</slash:comments>
    <wfw:commentRss>http://blog.s9y.org/rss.php?version=2.0&amp;type=comments&amp;cid=210</wfw:commentRss>
    

    <author>mail@garv.in (Garvin Hicking)</author>
    <content:encoded>
    &lt;p&gt;Thanks to Niels Provos we have been informed of a security issue in the Serendipity Freetag plugin (serendipity_event_freetag). Versions up to 3.08 contained a bug that was not properly escaping a GET variable used in an SQL statement, leading to a possible SQL injection attack.&lt;/p&gt;

&lt;p&gt;The impact of this is considered to be low, as the query used is only for displaying Meta keywords inside a blog entry, and usual mysql-Client libraries to not allow to execute multiple stacked SQL queries to drop tables etc.&lt;/p&gt;

&lt;p&gt;Nevertheless, you should upgrade this plugin version. It is available on Spartacus, or for &lt;a href=&quot;http://spartacus.s9y.org/cvs/additional_plugins/serendipity_event_freetag.zip&quot;&gt;manual download&lt;/a&gt;.&lt;/p&gt;  
    </content:encoded>

    <pubDate>Thu, 27 Aug 2009 09:52:00 +0200</pubDate>
    <guid isPermaLink="false">http://blog.s9y.org/archives/210-guid.html</guid>
    
</item>
<item>
    <title>Serendipity 1.5-beta1 released</title>
    <link>http://blog.s9y.org/archives/209-Serendipity-1.5-beta1-released.html</link>
            <category>Announcements</category>
            <category>Development</category>
    
    <comments>http://blog.s9y.org/archives/209-Serendipity-1.5-beta1-released.html#comments</comments>
    <wfw:comment>http://blog.s9y.org/wfwcomment.php?cid=209</wfw:comment>

    <slash:comments>9</slash:comments>
    <wfw:commentRss>http://blog.s9y.org/rss.php?version=2.0&amp;type=comments&amp;cid=209</wfw:commentRss>
    

    <author>mail@garv.in (Garvin Hicking)</author>
    <content:encoded>
    &lt;p&gt;&lt;a href=&quot;https://sourceforge.net/projects/php-blog/files/serendipity/1.5-beta1/&quot;&gt;Serendipity 1.5-beta1&lt;/a&gt; is the first public beta release of the upcoming Serendipity 1.5 version. Some important things have changed under the hood, that we would like to ask our users to try out and report back to us.&lt;/p&gt;

&lt;p&gt;This version mainly addresses login security by changing our method how passwords are stored to use salted SHA1 chacksums instead of plain MD5 checksums. This makes password retrieval (rainbow attacks) through the database virtually impossible. Another thing is improved PHP 5.3 compatibility. See more about this in a &lt;a href=&quot;http://blog.s9y.org/archives/205-Serendipity-Snapshot-New-login-hashing.html&quot;&gt;special blog posting&lt;/a&gt; some time ago.&lt;/p&gt;

&lt;p&gt;For users of our Bundled WYSIWYG-Editor &lt;a href=&quot;http://www.xinha.org/&quot;&gt;Xinha&lt;/a&gt; users now have the ability to easily customize the appearance of this panel through a &quot;my_custom.js&quot; file inside the template directory (a draft of such a file can be found as fallback default in the htmlarea/ subdirectory).

&lt;p&gt;One cool new feature for developers is that now also templates can register themselves inside the plugin API hooks to execute specific things, that don&#039;t require installation of an event plugin.&lt;/p&gt;

&lt;p&gt;Other news include:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;new event API hooks&lt;/li&gt;
&lt;li&gt;fixed PDF thumbnail generation&lt;/li&gt;
&lt;li&gt;ability to auto-scroll on borders when Drag/Dropping plugins&lt;/li&gt;
&lt;li&gt;UTC server time zone support&lt;/li&gt;
&lt;li&gt;improvements in the Smarty functions to easier use Serendipity as a CMS for individual entry output.&lt;/li&gt;
&lt;li&gt;quicksearch improvements for doing a wildcard-search when too few searchresults were found on a fixed searchterm&lt;/li&gt;
&lt;li&gt;support for Typepad anti-spam server-checks, additionally to Akismet&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The current release can be easily installed on any previous Serendipity installation. Just unpack, upload and visit your admin panel to perform possible database upgrades. Upon first login with an old password, Serendipity will store your old password in the new format - please be sure to make a backup of your Database prior to upgrading. Apart from that, the current beta release is already in production use on many blogs and there are no known problems/issues with this.&lt;/p&gt;  
    </content:encoded>

    <pubDate>Mon, 24 Aug 2009 09:59:00 +0200</pubDate>
    <guid isPermaLink="false">http://blog.s9y.org/archives/209-guid.html</guid>
    
</item>
<item>
    <title>Serendipity Packages for Softaculous</title>
    <link>http://blog.s9y.org/archives/208-Serendipity-Packages-for-Softaculous.html</link>
            <category>Announcements</category>
            <category>Infrastructure</category>
    
    <comments>http://blog.s9y.org/archives/208-Serendipity-Packages-for-Softaculous.html#comments</comments>
    <wfw:comment>http://blog.s9y.org/wfwcomment.php?cid=208</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.s9y.org/rss.php?version=2.0&amp;type=comments&amp;cid=208</wfw:commentRss>
    

    <author>mail@garv.in (Garvin Hicking)</author>
    <content:encoded>
    &lt;p&gt;&lt;a href=&quot;http://www.softaculous.com/&quot;&gt;Softaculous&lt;/a&gt; is a provider for automatted web-application installations on cPanel/DirectAdmin environments. They have an automatted API for software vendors like Serendipity to be able to setup and install their applications.&lt;/p&gt;

&lt;p&gt;Thanks to the hard work of the Softaculous-Team, they have created a package for Serendipity on their own efforts - many thanks for that!&lt;/p&gt;

&lt;p&gt;So you can easily install Serendipity on a Softaculous-Platform and be able to upgrade to later installations easily. Check out their &lt;a href=&quot;http://www.softaculous.com/softwares/blogs/Serendipity&quot;&gt;Demo site&lt;/a&gt; to see an auto-installed Serendipity at work. You can also use this as a free demo of Serendipity, including the backend. Also Softaculous itself has a admin-demo, if you want to have a look on how to automate your installations of web-applications.&lt;/p&gt;

&lt;p&gt;On the &lt;a href=&quot;http://www.softaculous.com/softwares/blogs/Serendipity&quot;&gt;Serendipity@Softaculous&lt;/a&gt;-Site, you can also rate Serendipity or contribute reviews. Currently there are none available, so please feel free to both vote and spread the word on Serendipity there!&lt;/p&gt;  
    </content:encoded>

    <pubDate>Tue, 11 Aug 2009 09:26:33 +0200</pubDate>
    <guid isPermaLink="false">http://blog.s9y.org/archives/208-guid.html</guid>
    
</item>
<item>
    <title>Serendipity 1.4.1 released</title>
    <link>http://blog.s9y.org/archives/204-Serendipity-1.4.1-released.html</link>
            <category>Announcements</category>
            <category>Development</category>
    
    <comments>http://blog.s9y.org/archives/204-Serendipity-1.4.1-released.html#comments</comments>
    <wfw:comment>http://blog.s9y.org/wfwcomment.php?cid=204</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.s9y.org/rss.php?version=2.0&amp;type=comments&amp;cid=204</wfw:commentRss>
    

    <author>mail@garv.in (Garvin Hicking)</author>
    <content:encoded>
    &lt;p&gt;Serendipity 1.4.1 has been released. This is mainly a bugfix release for the updated of the bundled Smarty library, which fixes &lt;a href=&quot;http://blog.s9y.org/archives/203-Smarty-problem-with-Serendipity-1.4.html&quot;&gt;issues&lt;/a&gt; with Serendipity 1.4.&lt;/p&gt;

&lt;p&gt;Other small fixes include better antispam checks for pingbacks (they were too strict before), an update to the sql index key creation of the statistics plugin and removal of error messages on open_basedir enabled servers.&lt;/p&gt;

&lt;p&gt;You only need to upgrade to Serendipity 1.4.1 if one of the mentioned bugs affect you. Updating is easy and &lt;a href=&quot;http://www.s9y.org/11.html#A19&quot;&gt;documented online&lt;/a&gt;.&lt;/p&gt;  
    </content:encoded>

    <pubDate>Fri, 16 Jan 2009 11:33:05 +0100</pubDate>
    <guid isPermaLink="false">http://blog.s9y.org/archives/204-guid.html</guid>
    
</item>
<item>
    <title>Smarty problem with Serendipity 1.4</title>
    <link>http://blog.s9y.org/archives/203-Smarty-problem-with-Serendipity-1.4.html</link>
            <category>Announcements</category>
            <category>Development</category>
            <category>Templates</category>
    
    <comments>http://blog.s9y.org/archives/203-Smarty-problem-with-Serendipity-1.4.html#comments</comments>
    <wfw:comment>http://blog.s9y.org/wfwcomment.php?cid=203</wfw:comment>

    <slash:comments>5</slash:comments>
    <wfw:commentRss>http://blog.s9y.org/rss.php?version=2.0&amp;type=comments&amp;cid=203</wfw:commentRss>
    

    <author>mail@garv.in (Garvin Hicking)</author>
    <content:encoded>
    &lt;p&gt;Due to some feedback on the forums, we were made aware of a bug of the bundled &lt;a href=&quot;http://smarty.net/&quot;&gt;Smarty templating engine&lt;/a&gt; that can happen in some PHP environments and lead to PHP warning/error messages.&lt;/p&gt;

&lt;p&gt;If this occurs for you, please simply download an updated version of the file &lt;a href=&quot;http://svn.berlios.de/viewcvs/*checkout*/serendipity/trunk/bundled-libs/Smarty/libs/Smarty_Compiler.class.php&quot;&gt;bundled-libs/Smarty/libs/Smarty_Compiler.class.php&lt;/a&gt; and upload it to your blog directory. Of course we will integrate this update to a future point release of Serendipity.&lt;/p&gt;  
    </content:encoded>

    <pubDate>Tue, 30 Dec 2008 11:15:15 +0100</pubDate>
    <guid isPermaLink="false">http://blog.s9y.org/archives/203-guid.html</guid>
    
</item>
<item>
    <title>Serendipity 1.4 released</title>
    <link>http://blog.s9y.org/archives/202-Serendipity-1.4-released.html</link>
            <category>Announcements</category>
            <category>Development</category>
    
    <comments>http://blog.s9y.org/archives/202-Serendipity-1.4-released.html#comments</comments>
    <wfw:comment>http://blog.s9y.org/wfwcomment.php?cid=202</wfw:comment>

    <slash:comments>15</slash:comments>
    <wfw:commentRss>http://blog.s9y.org/rss.php?version=2.0&amp;type=comments&amp;cid=202</wfw:commentRss>
    

    <author>mail@garv.in (Garvin Hicking)</author>
    <content:encoded>
    &lt;p&gt;The Serendipity-Team is proud to provide the final release of Serendipity 1.4,
conveniently codenamed &quot;&lt;em&gt;Post-Christmas-Monk-Miles-Moondog&lt;/em&gt;&quot;.&lt;/p&gt;

&lt;p&gt;There have been some larger improvements since the 1.4-beta release, so these
are the highlights of this release in short:&lt;/p&gt;

&lt;ul&gt;

&lt;li&gt;&lt;em&gt;(new since 1.4-beta1)&lt;/em&gt; References to &lt;strong&gt;online plugin documentation&lt;/strong&gt; have been added (if
existing) and the display of the short plugin names has been added to the
plugin configuration menus.&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;

&lt;li&gt;&lt;em&gt;(new since 1.4-beta1)&lt;/em&gt; Firefox now no longer &lt;strong&gt;autoremembers passwords&lt;/strong&gt; at the wrong places&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;

&lt;li&gt;&lt;em&gt;(new since 1.4-beta1)&lt;/em&gt; Added &lt;strong&gt;SMF importer&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;

&lt;li&gt;&lt;em&gt;(new since 1.4-beta1)&lt;/em&gt; Added a new &lt;strong&gt;%parentname% permalink&lt;/strong&gt; option for category links&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;

&lt;li&gt;&lt;em&gt;(new since 1.4-beta1)&lt;/em&gt; Fix to properly, longer (30 days) sstrong&gt;remember the user settings in cookies&lt;/strong&gt;, like for media insertion&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;

&lt;li&gt;Improvements in the now &lt;strong&gt;Double-Opt-In comment subscription&lt;/strong&gt; (plus support
for &lt;strong&gt;fulltext comment notifications&lt;/strong&gt;)&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;

&lt;li&gt;new bundled default &lt;strong&gt;WYSIWYG editing component&lt;/strong&gt; (&lt;a
href=&quot;http://trac.xinha.org/&quot;&gt;Xinha&lt;/a&gt;, the successor of &lt;strong&gt;
HTMLArea&lt;/strong&gt;). This new component is more reliable and cross-browser
capable than the old version, by still supporting everything that worked with
HTMLArea previously.&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;

&lt;li&gt;The Entryproperties plugin now uses the new &lt;strong&gt;widget-style configuration&lt;/strong&gt;
option to allow for custom arrangement of the entry-related features of this
plugin to your liking.&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;

&lt;li&gt;The &lt;strong&gt;bulletproof template&lt;/strong&gt; has been enabled as the new default template. The
frontend imitates the look of Carl Galloways Serendipity 1.0 relaunch template,
 while the backend is much improved with a fresh, distinct look.&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;

&lt;li&gt;The &lt;strong&gt;Remote RSS-Feed sidebar plugin now is templated&lt;/strong&gt;, so that you can
achieve distinct look for certain feeds on the sidebar.&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Serendipity also addresses some &lt;strong&gt;minor bugs usually only affecting very
special environments&lt;/strong&gt;. Other changes include new &lt;strong&gt;PostgreSQL ts_vector fulltext&lt;/strong&gt;
search, comment approval-by-mail for the spamblock plugin, better HTTP header
status updates for CGI environments. For developers, some &lt;strong&gt;API improvements&lt;/strong&gt; and
new variables/parameters have been added. The performance of the
entryroperties plugin can be enhanced by new configuration options that let
you fiddle with the involved SQL generation.&lt;/p&gt;

&lt;p&gt;The complete list of all changes is documented within the &lt;a
href=&quot;http://svn.berlios.de/viewcvs/serendipity/trunk/docs/NEWS?view=markup&quot;&gt;
docs/NEWS&lt;/a&gt; file of the release. This serendipity release is also the first
one to include checksums to verify your installation integrity.&lt;/p&gt;

&lt;p&gt;Updating is easy and &lt;a href=&quot;http://www.s9y.org/11.html#A19&quot;&gt;documented
online&lt;/a&gt;: Just upload the new files onto your web, possibly refresh/purge
your browser cache (and if you upgrade from Serendipity older than 1.2, you
might need to purge your old cookies), go to the admin panel and you&#039;re done.
For shared installations, make sure all deployed &lt;em&gt;htmlarea&lt;/em&gt; directories
are updated with the new files (if not, the old htmlarea will still be there,
not Xinha).&lt;/p&gt;

&lt;p&gt;Also, the new version contains &lt;strong&gt;release checksums&lt;/strong&gt;. This makes sure that the
files you uploaded correspond with the checksums generated through the
release. This way, bad FTP uploads will no longer be driving you nuts. If this
makes any trouble for you, try to upload the files in BINARY mode in your FTP
client.

&lt;p&gt;For the future, Serendipity is still planning on minor and major features.
We always keep a close ear to the wishes of our users, some of those that
cannot be solved instantly have been documented here: &lt;a
href=&quot;http://www.s9y.org/238.html&quot;&gt;Future of Serendipity&lt;/a&gt;. If you&#039;re a
developer or designer, and want to help in proving that Serendipity is a
flexible and easy to use Blogging/CMS-application - your help is needed and
appreciated! Speaking of which: Many thanks to all current developers and forum users, especially
Don Chambers, YellowLED and Judebert. Your help has been, and is vital to the project.&lt;/p&gt;

&lt;p&gt;On behalf of the team: Happy new year and have fun with the release,&lt;br /&gt;
Garvin&lt;/p&gt;  
    </content:encoded>

    <pubDate>Mon, 29 Dec 2008 10:43:00 +0100</pubDate>
    <guid isPermaLink="false">http://blog.s9y.org/archives/202-guid.html</guid>
    
</item>
<item>
    <title>Serendipity 1.4-beta1 released</title>
    <link>http://blog.s9y.org/archives/200-Serendipity-1.4-beta1-released.html</link>
            <category>Announcements</category>
            <category>Development</category>
    
    <comments>http://blog.s9y.org/archives/200-Serendipity-1.4-beta1-released.html#comments</comments>
    <wfw:comment>http://blog.s9y.org/wfwcomment.php?cid=200</wfw:comment>

    <slash:comments>7</slash:comments>
    <wfw:commentRss>http://blog.s9y.org/rss.php?version=2.0&amp;type=comments&amp;cid=200</wfw:commentRss>
    

    <author>mail@garv.in (Garvin Hicking)</author>
    <content:encoded>
    &lt;p&gt;The first release candidate for Serendipity 1.4 can now be &lt;a href=&quot;http://www.s9y.org/12.html&quot;&gt;downloaded&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Serendipity 1.4 mainly addresses improvements in the now Double-Opt-In comment subscription (plus support for fulltext comment notifications) and ships with a new bundled default WYSIWYG editing component (&lt;a href=&quot;http://trac.xinha.org/&quot;&gt;Xinha&lt;/a&gt;, the successor of &lt;strong&gt;HTMLArea&lt;/strong&gt;). This new component is more reliable and cross-browser capable than the old version, by still supporting everything that worked with HTMLArea previously.&lt;/p&gt;

&lt;p&gt;Things that are visually noticeable include a new &quot;widget-style&quot; configuration option for the &quot;Entryproperties&quot;-Plugin, so that you can arrange and enable/disable each feature of that plugin to your own liking. Also you can now configure each sidebar plugin directly from your frontend.&lt;/p&gt;

&lt;p&gt;Also, the Bulletproof has now been promted as new default template, imitating the design of the previous default template - but offering a now completely new distinct default look to the admin panel.&lt;/p&gt;

&lt;p&gt;The Remote RSS-Feed sidebar plugin now is templated, so that you can achieve distinct look for certain feeds on the sidebar.&lt;/p&gt;

&lt;p&gt;Serendipity also addresses some minor bugs usually only affecting very special environments. Other changes include new PostgreSQL ts_vector fulltext search, comment approval-by-mail for the spamblock plugin, better HTTP header status updates for CGI environments. For developers, some API improvements and new variables/parameters have been added. The performance of the entryroperties plugin can be enhanced by new configuration options that let you fiddle with the involved SQL generation.&lt;/p&gt;

&lt;p&gt;The complete list of all changes is documented within the &lt;a href=&quot;http://svn.berlios.de/viewcvs/serendipity/trunk/docs/NEWS?view=markup&quot;&gt;docs/NEWS&lt;/a&gt; file of the release. This serendipity release is also the first one to include checksums to verify your installation integrity.&lt;/p&gt;

&lt;p&gt;Updating is easy and &lt;a href=&quot;http://www.s9y.org/11.html#A19&quot;&gt;documented online&lt;/a&gt;: Just upload the new files onto your web, possibly refresh/purge your browser cache (and if you upgrade from Serendipity older than 1.2, you might need to purge your old cookies), go to the admin panel and you&#039;re done. For shared installations, make sure all deployed &lt;em&gt;htmlarea&lt;/em&gt; directories are updated with the new files (if not, the old htmlarea will still be there, not Xinha).&lt;/p&gt;

&lt;p&gt;Also, the new version contains release checksums. This makes sure that the files you uploaded correspond with the checksums generated through the release. This way, bad FTP uploads will no longer be driving you nuts. If this makes any trouble for you, try to upload the files in BINARY mode in your FTP client.

&lt;p&gt;Please report any trouble with this new release candidate on the &lt;a href=&quot;http://board.s9y.org/&quot;&gt;Serendipity Forums&lt;/a&gt; or here on this blog. Even though we find this release quite stable and generally believe it production ready, feedback is much required. If all goes well, the final version will be released in december.&lt;/p&gt;

&lt;p&gt;For the future, Serendipity is still planning on minor and major features. We always keep a close ear to the wishes of our users, some of those that cannot be solved instantly have been documented here: &lt;a href=&quot;http://www.s9y.org/238.html&quot;&gt;Future of Serendipity&lt;/a&gt;. If you&#039;re a developer or designer, and want to help in proving that Serendipity is a flexible and easy to use Blogging/CMS-application - your help is needed and appreciated!&lt;/p&gt;  
    </content:encoded>

    <pubDate>Tue, 11 Nov 2008 14:48:00 +0100</pubDate>
    <guid isPermaLink="false">http://blog.s9y.org/archives/200-guid.html</guid>
    
</item>
<item>
    <title>Serendipity at FrOsCon 2008</title>
    <link>http://blog.s9y.org/archives/197-Serendipity-at-FrOsCon-2008.html</link>
            <category>Announcements</category>
    
    <comments>http://blog.s9y.org/archives/197-Serendipity-at-FrOsCon-2008.html#comments</comments>
    <wfw:comment>http://blog.s9y.org/wfwcomment.php?cid=197</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.s9y.org/rss.php?version=2.0&amp;type=comments&amp;cid=197</wfw:commentRss>
    

    <author>mail@garv.in (Garvin Hicking)</author>
    <content:encoded>
    &lt;p&gt;&lt;img src=&quot;http://www.froscon.de/uploads/pics/froscon-logo-web_01.gif&quot; style=&quot;float: left; margin: 5px&quot; alt=&quot;&quot;  /&gt;I will be holding a talk about Serendipity&#039;s Multi-User and Shared-Install-Capabilites at this year&#039;s FrOscon in St. Augustin, Germany.&lt;/p&gt;

&lt;p&gt;I&#039;d be happy to meet any of the fellow Serendipity user&#039;s at the weekend of 23./24. August 2008. Also have a look at the other very interesting &lt;a href=&quot;http://programm.froscon.org/2008/&quot;&gt;panels at this convention&lt;/a&gt;!&lt;/p&gt;  
    </content:encoded>

    <pubDate>Fri, 11 Jul 2008 13:08:31 +0200</pubDate>
    <guid isPermaLink="false">http://blog.s9y.org/archives/197-guid.html</guid>
    
</item>
<item>
    <title>Die Sieger des Gewinnspiels zum Serendipity Handbuch</title>
    <link>http://blog.s9y.org/archives/196-Die-Sieger-des-Gewinnspiels-zum-Serendipity-Handbuch.html</link>
            <category>Announcements</category>
    
    <comments>http://blog.s9y.org/archives/196-Die-Sieger-des-Gewinnspiels-zum-Serendipity-Handbuch.html#comments</comments>
    <wfw:comment>http://blog.s9y.org/wfwcomment.php?cid=196</wfw:comment>

    <slash:comments>8</slash:comments>
    <wfw:commentRss>http://blog.s9y.org/rss.php?version=2.0&amp;type=comments&amp;cid=196</wfw:commentRss>
    

    <author>mail@garv.in (Garvin Hicking)</author>
    <content:encoded>
    &lt;em style=&quot;font-size: 0.9em&quot;&gt;(Announcement of the winners for the german book - this will be the last german entry for some time!)&lt;/em&gt;&lt;br /&gt;&lt;br /&gt;

&lt;p&gt;Das Gewinnspiel zum &lt;a href=&quot;http://blog.s9y.org/archives/195-Serendipity-Handbuch.html&quot;&gt;Serendipity Handbuch: Individuelle Weblogs für Einsteiger und Profis&lt;/a&gt; ist nun beendet. Herzlichen Dank an alle Teilnehmer, die mit Interesse und Begeisterung auf das Erscheinen des Buches reagiert haben, und auch vielen Dank für die persönlichen Glückwünsche. Es freut mich sehr zu sehen, dass die neue umfangreiche Dokumentation so angenommen wird, wie ich mir das erhofft habe.&lt;/p&gt;

&lt;p&gt;Kommen wir daher direkt zum offiziellen Teil: &lt;strong&gt;Die Bekanntgabe der Gewinner!&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Als glückliche Gewinner eines Serendipity-Buches wurden ausgelost:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;a href=&quot;http://www.keyboardcowboys.de/archives/234-Serendipity-Buch-auch-fuer-Entwickler.html&quot;&gt;Keyboardcowboys&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.fadoe.de/archives/227-Das-Serendipity-Handbuch.html&quot;&gt;Falk Döring&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://spackmat.de/spackblog/archives/497-Das-Serendipity-Buch.html&quot;&gt;spackblog&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Weitaus schwerer war es, aus den vielen Beiträgen die originellsten zu bestimmen. Letztlich fiel die Wahl auf:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;a href=&quot;http://elmi42.homelinux.net/index.php?/archives/385-Serendipity-Das-Buch-zum-Weblog-ist-endlich-erschienen.html&quot;&gt;Kampf mit Kunst und mehr...&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.bitte-einmal-anders.de/tagesgedanken4you/archives/1276-Tickermodus-an-Kleinbloggersdorf-NRW-45481-meldet-heute.html&quot;&gt;Tagesgedanken4you&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Alle Gewinner möchte ich bitten, mir ihre Post-Anschrift per E-Mail an &lt;strong&gt;gh %at% faktor-e.de&lt;/strong&gt; zukommen zu lassen. Diese werde ich ausschließlich an den Verlag &lt;em&gt;Open Source Press&lt;/em&gt; weiterleiten, damit die Bücher den richtigen Weg zu euch finden.&lt;/p&gt;  
    </content:encoded>

    <pubDate>Thu, 19 Jun 2008 10:20:25 +0200</pubDate>
    <guid isPermaLink="false">http://blog.s9y.org/archives/196-guid.html</guid>
    
</item>
<item>
    <title>Serendipity-Handbuch</title>
    <link>http://blog.s9y.org/archives/195-Serendipity-Handbuch.html</link>
            <category>Announcements</category>
            <category>Infrastructure</category>
            <category>Personal</category>
    
    <comments>http://blog.s9y.org/archives/195-Serendipity-Handbuch.html#comments</comments>
    <wfw:comment>http://blog.s9y.org/wfwcomment.php?cid=195</wfw:comment>

    <slash:comments>20</slash:comments>
    <wfw:commentRss>http://blog.s9y.org/rss.php?version=2.0&amp;type=comments&amp;cid=195</wfw:commentRss>
    

    <author>mail@garv.in (Garvin Hicking)</author>
    <content:encoded>
    &lt;em style=&quot;font-size: 0.9em&quot;&gt;(Announcement for the german book. English users have to please stay patient for a possible translation!)&lt;/em&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;p&gt;&lt;a href=&quot;https://www.opensourcepress.de/index.php?26&amp;amp;backPID=178&amp;amp;tt_products=167&quot;&gt;&lt;img src=&quot;https://www.opensourcepress.de/typo3temp/pics/dabdd20d01.png&quot; style=&quot;border: 0px; float: left; margin: 15px&quot; title=&quot;Serendipity Handbuch&quot; alt=&quot;Serendipity Handbuch&quot; /&gt;&lt;/a&gt;Nach beinahe einem Jahr harter Arbeit kann nun die umfassende 
Dokumentation zu Serendipity sowohl online wie auch beim netten Buchhändler um die Ecke bestellt werden:&lt;/p&gt;
&lt;br /&gt;
&lt;p&gt;&lt;strong&gt;&lt;a href=&quot;https://www.opensourcepress.de/index.php?26&amp;amp;backPID=178&amp;amp;tt_products=167&quot;&gt;Serendipity: Individuelle Weblogs&lt;br /&gt;für Einsteiger und Profis&lt;/a&gt;&lt;/strong&gt;&lt;br /&gt;
(ISBN 978-3-937514-54-3, &lt;a href=&quot;http://s9y.org/preorder-book&quot;&gt;Amazon&lt;/a&gt;).&lt;/p&gt;
&lt;br /&gt;&lt;br /&gt;
&lt;p&gt;Das Buch behandelt auf 750 Seiten sowohl die ersten Schritte mit 
Serendipity (inklusive Installation und Bedienungsanleitung) als auch 
die Benutzung von Plugins, Templates und einer sehr 
ausführlichen API-Dokumentation. Ein gutes Schlagwortregister hilft 
zudem beim täglichen Nachschlagen.&lt;/p&gt;

&lt;p&gt;Ein Probekapitel sowie das vollständige Inhaltsverzeichnis kann unter
dem oben angegebenen &lt;a href=&quot;https://www.opensourcepress.de/index.php?26&amp;amp;backPID=178&amp;amp;tt_products=167&quot;&gt;Link&lt;/a&gt; eingesehen werden.&lt;/p&gt;

&lt;p&gt;Kurzum, ein Buch dass sich jeder deutschsprachige Serendipity-Enthusiast 
einmal ansehen sollte. Leser des Buches sind natürlich herzlich 
eingeladen, ihre Meinung oder konstruktive Kritik zu dem Buch im 
&lt;a href=&quot;http://board.s9y.org/&quot;&gt;Serendipity-Forum&lt;/a&gt;, mir persönlich oder als Amazon-Rezension mitzuteilen.&lt;/p&gt;

&lt;p&gt;Zur Feier der Veröffentlichung gibt es ein &lt;strong style=&quot;font-size: 1.1em&quot;&gt;Gewinnspiel mit 5 Exemplaren des Buches&lt;/strong&gt;, die uns vom Verlag &lt;a href=&quot;http://www.opensourcepress.de/&quot;&gt;Open Source Press&lt;/a&gt; zur Verfügung gestellt werden. Um ein solches Exemplar kostenlos zu ergattern, könnt ihr folgendes tun:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;strong&gt;Bloggen&lt;/strong&gt;.&lt;br /&gt;&lt;br /&gt;

&lt;p&gt;Wenn ihr ein eigenes Blog habt, erstellt einfach einen Beitrag bei dem 
  ihr bitte folgenden Link einbaut:&lt;/p&gt;

     &lt;p style=&quot;background-color: #E0E0E0; font-size: 0.8em; border: 1px solid black; padding: 5px; margin: 5px auto&quot;&gt;&amp;lt;a href=&quot;http://blog.s9y.org/archives/195-Serendipity-Handbuch.html&quot;&amp;gt;&lt;br /&gt;
&amp;#160;&amp;#160;&amp;#160;&amp;#160;Serendipity-Handbuch&lt;br /&gt;
&amp;lt;/a&amp;gt;&lt;/p&gt;

     &lt;p&gt;Dadurch wird, falls in eurem Blog aktiviert, auch automatisch ein 
     Trackback gesetzt. Falls das nicht klappt und ihr eure URL hier nicht sofort seht, hinterlasst bitte hier 
     im Blog einen Kommentar mit eurer URL (ohne HTML-Code, hier ist nur BBCode zugelassen).
     &lt;/p&gt;&lt;br /&gt;&lt;/li&gt;


   &lt;li&gt;&lt;strong&gt;Kreativ sein&lt;/strong&gt;.&lt;br /&gt;&lt;br /&gt;

&lt;p&gt;In eurem Artikel könnt ihr die folgenden zwei Fragen beantworten. Wer kein Blog besitzt, kann die Fragen auch gerne hier als Kommentar beantworten:&lt;/p&gt;
      
      &lt;p&gt;&lt;em&gt;Aus welchem Grund sollte man sich das Buch eigentlich kaufen, wenn man es nicht gerade gewinnt?&lt;/em&gt;&lt;/p&gt;
      
      &lt;p&gt;&lt;em&gt;Was gefällt euch am besten an Serendipity?&lt;/em&gt;&lt;/p&gt;
&lt;br /&gt;&lt;/li&gt;

   &lt;li&gt;&lt;strong&gt;Gewinnen&lt;/strong&gt;.&lt;br /&gt;&lt;br /&gt;

&lt;p&gt;Der Einsendeschluss ist am &lt;strong&gt;18.06.2008&lt;/strong&gt;, der Rechtsweg ist 
      ausgeschlossen. 3 Gewinner werden zufällig ausgelost, 2 Gewinner werden
      anhand der subjektiv originellsten Antworten auf die Fragen entschieden. 
      Die Gewinner werden hier im Blog angekündigt und gebeten, mir ihre Post-Adresse 
      per E-Mail zuzusenden. Teilnahme per Pseudonym ist vollkommen okay, eure Postdaten werden
      ausschließlich an den Verlag zur Versendung der Gewinne weitergegeben und danach wieder
      gelöscht.&lt;br /&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Viel Spaß und Erfolg,&lt;br /&gt;
Garvin Hicking &lt;/p&gt;
  
    </content:encoded>

    <pubDate>Wed, 04 Jun 2008 11:20:27 +0200</pubDate>
    <guid isPermaLink="false">http://blog.s9y.org/archives/195-guid.html</guid>
    
</item>
<item>
    <title>Netmirror.org Outage, Spartacus affected.</title>
    <link>http://blog.s9y.org/archives/194-Netmirror.org-Outage,-Spartacus-affected..html</link>
            <category>Announcements</category>
            <category>Development</category>
            <category>Plugins</category>
    
    <comments>http://blog.s9y.org/archives/194-Netmirror.org-Outage,-Spartacus-affected..html#comments</comments>
    <wfw:comment>http://blog.s9y.org/wfwcomment.php?cid=194</wfw:comment>

    <slash:comments>6</slash:comments>
    <wfw:commentRss>http://blog.s9y.org/rss.php?version=2.0&amp;type=comments&amp;cid=194</wfw:commentRss>
    

    <author>mail@garv.in (Garvin Hicking)</author>
    <content:encoded>
    &lt;p&gt;As of today, the netmirror.org server seems to be having a hiccup. The serendipity Plugin &lt;em&gt;Spartacus&lt;/em&gt; by default requires this server to provide automatic plugin and theme updates and downloads. The inavailibility of this server can lead to timeouts and not being able to install new plugins.&lt;/p&gt;

&lt;p&gt;The issue should resolve itself once netmirror.org is up again. Temporarily you can either reconfigure your Spartacus-plugin to use the SourceForge-Mirrors, or completely disable the Spartacus plugin. Using the &lt;em&gt;s9y.org&lt;/em&gt; mirror will not help you, as this server is currently not hosting any files.&lt;/p&gt;

&lt;p&gt;I will post an update once the server is up again. Sorry for the inconvenience.&lt;/p&gt;  
    </content:encoded>

    <pubDate>Fri, 16 May 2008 16:33:42 +0200</pubDate>
    <guid isPermaLink="false">http://blog.s9y.org/archives/194-guid.html</guid>
    
</item>

</channel>
</rss>