<?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</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.3-alpha1 - http://www.s9y.org/</generator>
    <managingEditor>Jannis Hermanns jannis@gmail.com</managingEditor>
<webMaster>Jannis Hermanns jannis@gmail.com</webMaster>
<pubDate>Sat, 20 Jun 2009 15:07:13 GMT</pubDate>

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

<item>
    <title>www.serendipity-templates.org</title>
    <link>http://blog.s9y.org/archives/207-www.serendipity-templates.org.html</link>
            <category>Templates</category>
    
    <comments>http://blog.s9y.org/archives/207-www.serendipity-templates.org.html#comments</comments>
    <wfw:comment>http://blog.s9y.org/wfwcomment.php?cid=207</wfw:comment>

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

    <author>mail@garv.in (Garvin Hicking)</author>
    <content:encoded>
    &lt;p&gt;Sebastian Spreen contacted us some time ago and offered to help out with a nicer presentation page of Serendipity templates, including some more convenient community features like voting and user-uploads. &lt;/p&gt;

&lt;p&gt;His new website &lt;a href=&quot;http://www.serendipity-templates.org/&quot;&gt;Serendipity-Templates.org&lt;/a&gt; is a nice addition to &lt;a href=&quot;http://spartacus.s9y.org/&quot;&gt;spartacus.s9y.org&lt;/a&gt;, where only a selection of templates is kept for automatted downloads and generic overviews.&lt;/p&gt;

&lt;p&gt;So check out his page and tell him how you like it! The Serendipity team always appreciates the creation of sites dedicated to Serendipity, many thanks to Sebastian!&lt;/p&gt;  
    </content:encoded>

    <pubDate>Mon, 15 Jun 2009 11:54:03 +0200</pubDate>
    <guid isPermaLink="false">http://blog.s9y.org/archives/207-guid.html</guid>
    
</item>
<item>
    <title>Nominate Serendipity in SF.Net Community Awards</title>
    <link>http://blog.s9y.org/archives/206-Nominate-Serendipity-in-SF.Net-Community-Awards.html</link>
            <category>Infrastructure</category>
    
    <comments>http://blog.s9y.org/archives/206-Nominate-Serendipity-in-SF.Net-Community-Awards.html#comments</comments>
    <wfw:comment>http://blog.s9y.org/wfwcomment.php?cid=206</wfw:comment>

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

    <author>mail@garv.in (Garvin Hicking)</author>
    <content:encoded>
    &lt;a style=&quot;float: left; margin: 5px&quot; href=&quot;http://sourceforge.net/community/cca09/nominate/?project_name=Serendipity PHP Weblog System&amp;amp;project_url=http://www.s9y.org/&quot;&gt;&lt;img src=&quot;http://sourceforge.net/images/cca/cca_nominate.png&quot; border=&quot;0&quot; alt=&quot;&quot;  /&gt;&lt;/a&gt;The SourceForge.Net Community Choice Award Nominations are now open. &lt;a href=&quot;http://sourceforge.net/community/cca09/nominate/?project_name=Serendipity PHP Weblog System&amp;amp;project_url=http://www.s9y.org/&quot;&gt;Nominate Serendipity&lt;/a&gt;! :-)  
    </content:encoded>

    <pubDate>Thu, 14 May 2009 09:40:03 +0200</pubDate>
    <guid isPermaLink="false">http://blog.s9y.org/archives/206-guid.html</guid>
    
</item>
<item>
    <title>Serendipity Snapshot: New login hashing</title>
    <link>http://blog.s9y.org/archives/205-Serendipity-Snapshot-New-login-hashing.html</link>
            <category>Development</category>
            <category>Security</category>
    
    <comments>http://blog.s9y.org/archives/205-Serendipity-Snapshot-New-login-hashing.html#comments</comments>
    <wfw:comment>http://blog.s9y.org/wfwcomment.php?cid=205</wfw:comment>

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

    <author>mail@garv.in (Garvin Hicking)</author>
    <content:encoded>
    &lt;p&gt;Since quite some time, Serendipity uses old-fashioned md5 hashes to secure your passwords for logins to the backend.&lt;/p&gt;

&lt;p&gt;Because mechanisms to crack md5 hashes with rainbow tables or even &quot;dictionary hash&quot;-lookups are getting more and more popular, we have decided to finally take the step to raise the serendipity hashing mechanism to something salted, and more secure (SHA1). Even though md5 hashes are still reasonably(!) safe when you use long, randomized passwords, the old-style hashing is a one-way route to hell.&lt;/p&gt;

&lt;p&gt;Serendipity has always been had high tributes to backwards compatibility and ease-of-use and ease-of-upgrading, we have decided to take the &quot;soft&quot; upgrade approach. That means, new Serendipity versions will accept your old MD5 login ONCE, and then will use your user-specified password to create the safer hash and store that to the database. &lt;/p&gt;

&lt;p&gt;This will help in hypothetical attack situations, where someone might have gotten hand on your hash values stored inside the database, because he will no longer be able to reverse-engineer your original password.&lt;/p&gt;

&lt;p&gt;We could need help from any developer or betatester trying out the new functionality. Upgrading to the latest snapshot (get it from the &lt;a href=&quot;http://www.s9y.org/12.html&quot;&gt;s9y nightly downloads&lt;/a&gt;) with Serendipity 1.5-alpha2 will deploy the necessary database upgrades. Note that the one-time MD5-login is only possible in the first 6 months after you performed the installation of this serendipity version (through a saved timestamp in the database), and after that timespan, you can no longer login with the old password and must reset your password through the Administrator (or manual means, if you are the administrator).&lt;/p&gt;

&lt;p&gt;Once you perform the update (do &lt;strong&gt;not&lt;/strong&gt; try this on production blogs currently), everything should continue as usual. If it does not, please report your exact problems here or in the &lt;a href=&quot;http://board.s9y.org/&quot;&gt;Forums&lt;/a&gt;. It is suggested that once you have the new serendipity version you change your password, so that nobody that might have already gotten your old md5 hash can use the reverse-engineered password to login again with the new hash created from the same original password.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Feedback is appreciated.&lt;/strong&gt; The current mechanism is subject to change and currently more a proof-of-concept - feedback will most definitely lead to improvement. :-)&lt;/p&gt;  
    </content:encoded>

    <pubDate>Tue, 17 Feb 2009 14:04:00 +0100</pubDate>
    <guid isPermaLink="false">http://blog.s9y.org/archives/205-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>For 1.4 beta-testers</title>
    <link>http://blog.s9y.org/archives/201-For-1.4-beta-testers.html</link>
            <category>Development</category>
    
    <comments>http://blog.s9y.org/archives/201-For-1.4-beta-testers.html#comments</comments>
    <wfw:comment>http://blog.s9y.org/wfwcomment.php?cid=201</wfw:comment>

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

    <author>mail@garv.in (Garvin Hicking)</author>
    <content:encoded>
    &lt;p&gt;A bug was reported on the forums that affects current 1.4-beta2 users. When you store custom entry properties for an entry (using the entryproperties plugin) those will not get remembered properly, when you re-edit the entry. We consider this to be a serious bug in the problem, so all 1.4-betatesters using this plugin should fetch an updated 1.4 snapshot.&lt;/p&gt;

&lt;p&gt;Since the final 1.4 version will be out in a few days, we do not think this warrants an extra 1.4-beta2 release, as the current &lt;a href=&quot;http://www.s9y.org/12.html&quot;&gt;Snapshots&lt;/a&gt; contain the same files.&lt;/p&gt;

&lt;p&gt;Other things that have been added to the current 1.4 release tree include an SMF importer, a fix for remembering cookies longer, a new %parentname% permalink shortcut for category permalinks, adding an autocomplete=off attribute for the password-fields so that Firefox does not store the user password into unrelated password fields, more documentation and ChangeLog links to plugins and yet another fix for properly counting trackback/comment counts.&lt;/p&gt;  
    </content:encoded>

    <pubDate>Sat, 06 Dec 2008 13:19:00 +0100</pubDate>
    <guid isPermaLink="false">http://blog.s9y.org/archives/201-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>Improvement of Static Page plugin</title>
    <link>http://blog.s9y.org/archives/199-Improvement-of-Static-Page-plugin.html</link>
            <category>Development</category>
            <category>Plugins</category>
    
    <comments>http://blog.s9y.org/archives/199-Improvement-of-Static-Page-plugin.html#comments</comments>
    <wfw:comment>http://blog.s9y.org/wfwcomment.php?cid=199</wfw:comment>

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

    <author>mail@garv.in (Garvin Hicking)</author>
    <content:encoded>
    &lt;p&gt;&lt;em&gt;(Deutsche Übersetzung gibt es auf meinem &lt;a href=&quot;http://garv.in/serendipity/archives/1287-Serendipity-Verbesserung-der-Statische-Seiten.html&quot;&gt;privaten Blog&lt;/a&gt;)&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;A huge issue of Serendipity&#039;s &lt;strong&gt;Static Page&lt;/strong&gt;-Plugin has always been its visual presentation of the editing screen:&lt;/p&gt;

&lt;p&gt;&lt;a   rel=&quot;lightbox&quot; href=&quot;http://blog.s9y.org/uploads/staticpage1.png&quot;&gt;&lt;img src=&quot;http://blog.s9y.org/uploads/staticpage1.serendipityThumb.png&quot; alt=&quot;&quot;  /&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Voices have been raised in the past to dust up this interface, which is why I worked on it at the beginning of this week, and committed my changes already to the official plugin repository (&lt;a href=&quot;http://spartacus.s9y.org/cvs/additional_plugins/serendipity_event_staticpage.zip&quot;&gt;staticpage.zip&lt;/a&gt;).&lt;/p&gt;

&lt;p&gt;Technically, the changes are quite minimalistic und quick to implement (2 hours of my life time). But the impact is huge:&lt;/p&gt;

&lt;p&gt;&lt;a   rel=&quot;lightbox&quot; href=&quot;http://blog.s9y.org/uploads/staticpage2.png&quot;&gt;&lt;img src=&quot;http://blog.s9y.org/uploads/staticpage2.serendipityThumb.png&quot; alt=&quot;&quot;  /&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Starting as of now, static pages can be created and edited using a customized smarty template, plus a static page can now have custom properties, similar to blog entries.&lt;/p&gt;

&lt;p&gt;By default, a template file saved as &lt;strong&gt;backend_templates/default_staticpage_backend.tpl&lt;/strong&gt; is shipped with the plugin, in which the distribution of the input fields is contained. There is a new smarty helper function (&lt;strong&gt;{staticpage_input}&lt;/strong&gt;) that takes care of accessing the usual introspection methods for emitting the default list of data fields.&lt;/p&gt;

&lt;p&gt;Own templates can override this template file by putting it in their template subdirectory, so that you can now have your own editing masks depending on the currently used template. This should be a blessing for magazine-like templates such as Mimbo or Hemmingway.&lt;/p&gt;

&lt;p&gt;You can also store multiple template files inside this &lt;strong&gt;backend_templates&lt;/strong&gt; directory, so that they all will be available from within the selection dropdown of the interface. For our veterans, the old list-style view is still available, of course.&lt;/p&gt;

&lt;p&gt;An example for saving custom fields for static pages is also contained within the default template, but is commented out so that you must manually enable it. All custom fields need to be implemented through usual HTML form elements, and need to save their values inside a &lt;strong&gt;serendipity[plugin][custom][XXX][&lt;/strong&gt; fieldname. Once entered, the data will be automatically saved inside the &lt;strong&gt;serendipity_staticpage_custom&lt;/strong&gt; database table, and will be available through &lt;strong&gt;{$staticpage_custom.XXX}&lt;/strong&gt; when later being displayed in the frontend.&lt;/p&gt;

&lt;p&gt;This way, you can easily add new custom fields for a staticpage which could decide, which CSS-Body-ID to use for rendering the page. Or you could specify, which sidebars you want to see when a certain staticpage is rendered. Or specify a custom header image for each staticpage. Sky&#039;s the limit!&lt;/p&gt;

&lt;p&gt;This all vastly improves Serendipity&#039;s CMS-abilities and even more pushes it into a custom CMS-Framework, where you can manage any kind of customized content.&lt;/p&gt;

&lt;p&gt;I hope you like it. :-)&lt;/p&gt;  
    </content:encoded>

    <pubDate>Wed, 27 Aug 2008 11:04:04 +0200</pubDate>
    <guid isPermaLink="false">http://blog.s9y.org/archives/199-guid.html</guid>
    
</item>
<item>
    <title>The Future of Serendipity</title>
    <link>http://blog.s9y.org/archives/198-The-Future-of-Serendipity.html</link>
            <category>Development</category>
    
    <comments>http://blog.s9y.org/archives/198-The-Future-of-Serendipity.html#comments</comments>
    <wfw:comment>http://blog.s9y.org/wfwcomment.php?cid=198</wfw:comment>

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

    <author>mail@garv.in (Garvin Hicking)</author>
    <content:encoded>
    &lt;p&gt;When I started working on Serendipity about 5 years ago, this happened mainly because of a personal itch to scratch: I wanted to see my personal blogging and CMS-needs fulfilled on my own page.&lt;/p&gt;

&lt;p&gt;Since then, development of Serendipity was mostly caused by my personal thoughts of usable features, and of course the wishes of this community. In my oppinion, this has worked out quite well, the features of the past years have been received well by you.&lt;/p&gt;

&lt;p&gt;Despite of that, this also means that Serendipity does not have an outlined Feature-Agenda.&lt;/p&gt;

&lt;p&gt;The differentiation of Serendipity against other blog engines is quite important to me. Serendipity cannot and willnot be a WordPress-Clone, but fills its own user base: A lean base system with strong expandibility, secure and bugfree code basis and workflows/usage methods close to the user. A &#039;bottom-up&#039; development process is my favouriteed variant, as a Developer I would never want to push features into the product, that have not been mentioned by users (=non-developers).&lt;/p&gt;

&lt;p&gt;For the next Serendipity 1.4 version I am still missing a few new useful functions, which is why I would like to ask the community, which things you currently miss most, or in which places see strong indicators to put work into. Because this is, where I would like to improve things.&lt;/p&gt;

&lt;p&gt;Please write down your wishes and ideas for the future of Serendipity. This entry has also been &lt;a href=&quot;http://board.s9y.org/viewtopic.php?t=13508&quot;&gt;posted on the Serendipity Forums&lt;/a&gt;, where it can be easily commented.&lt;/p&gt;
  
    </content:encoded>

    <pubDate>Sat, 02 Aug 2008 09:08:04 +0200</pubDate>
    <guid isPermaLink="false">http://blog.s9y.org/archives/198-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>
<item>
    <title>Serendipity 1.3.1 released</title>
    <link>http://blog.s9y.org/archives/193-Serendipity-1.3.1-released.html</link>
            <category>Announcements</category>
            <category>Security</category>
    
    <comments>http://blog.s9y.org/archives/193-Serendipity-1.3.1-released.html#comments</comments>
    <wfw:comment>http://blog.s9y.org/wfwcomment.php?cid=193</wfw:comment>

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

    <author>mail@garv.in (Garvin Hicking)</author>
    <content:encoded>
    &lt;p&gt;Serendipity 1.3.1 has been released. This is a bugfix and security related release, basically adressing a potential XSS issue within the Top Referrers plugin as well as hypothetical XSS issues with the installer.&lt;/p&gt;

&lt;p&gt;This release also adresses some basic PostgreSQL8 related problems, because implicit type casts have been removed from this version, causing breakage with several Serendipity core features. The fix for this is only partial and will still happen in (less common) functions of Serendipity. There is no ultimate solution to this because implicit type casts are required for certain entryproperty operations. Maybe the PostgreSQL8 team will think about if implicit type casts are not also quite helpful. ;-)&lt;/p&gt;

&lt;p&gt;The only new feature addition is the exposition of a new smarty {serendipity_getImageSize} function.&lt;/p&gt;

&lt;p&gt;This upgrade is recommended for users that use the Top Referrers plugin and new installations of Serendipity. Many thanks to Hanno Böck, once again, for reporting (and fixing) the two XSS issues (&lt;a href=&quot;http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-1385&quot;&gt;CVE-2008-1385&lt;/a&gt; and &lt;a href=&quot;http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-1386
&quot;&gt;CVE-2008-1386&lt;/a&gt;)!&lt;/p&gt;

&lt;p&gt;You can find the new release on the &lt;a href=&quot;http://www.s9y.org/12.html&quot;&gt;s9y.org download page&lt;/a&gt;. Upgrade by simply uploading the deflated archive files to your webspace.&lt;/p&gt;  
    </content:encoded>

    <pubDate>Tue, 22 Apr 2008 10:37:00 +0200</pubDate>
    <guid isPermaLink="false">http://blog.s9y.org/archives/193-guid.html</guid>
    
</item>

</channel>
</rss>