<?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 - Infrastructure</title>
    <link>http://blog.s9y.org/</link>
    <description>The official Serendipity blog</description>
    <dc:language>en</dc:language>
    <generator>Serendipity 1.7-alpha1 - http://www.s9y.org/</generator>
    <managingEditor>Jannis Hermanns jannis@gmail.com</managingEditor>
<webMaster>Jannis Hermanns jannis@gmail.com</webMaster>
<pubDate>Tue, 22 May 2012 09:55:03 GMT</pubDate>

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

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

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

    <author>nospam@example.com (Garvin Hicking)</author>
    <content:encoded>
    &lt;p&gt;&lt;strong&gt;UPDATED: 2012-05-22 12:00&lt;/strong&gt; to clarify impact.&lt;/p&gt;

&lt;p&gt;Good and bad things come in doubles, it seems. We are sorry to inform you that another security issue in Serendipity has been found by the High-Tech Bridge SA Security Research Lab (&lt;a href=&quot;https://www.htbridge.com/advisory/HTB23092&quot;&gt;Advisory HTB23092&lt;/a&gt;). This issue has been reported today at 11:27 and we&#039;re happy to provide a quick fix for that.&lt;/p&gt;

&lt;p&gt;You can either download the full 1.6.2 release, or apply this simple fix to the file &lt;strong&gt;include/functions_trackbacks.inc.php&lt;/strong&gt;: &lt;a href=&quot;https://github.com/s9y/Serendipity/commit/87153991d06bc18fe4af05f97810487c4a340a92#diff-1&quot;&gt;diff on github&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;The error here is that input is not properly validated and can be used (when magic_quotes_gpc is off) to inject SQL code to a SQL query; since our DB layer does not execute multiple statements, and the involved SQL query is not used to produce output code. Thanks to Pawel Golen it was made clear to us that this issue can in fact be used to remotely access the database through blind sql injection attacks (this method however is really slow and creates a lot of traffic, since only using 0/1 as a result of the exploit will mean a lot of queries to deduce the content). Thus you should definitely upgrade your installation.&lt;/p&gt;

&lt;p&gt;Serendipity is an open-source based product with no specific funding, so we depend on nice people like High-Tech Bridge, Stefan Schurtz, Hanno Böck and all the others of the past to report issues to us. In turn we promise to fix them as quickly and transparently as possible.&lt;/p&gt;  
    </content:encoded>

    <pubDate>Wed, 16 May 2012 11:45:47 +0200</pubDate>
    <guid isPermaLink="false">http://blog.s9y.org/archives/241-guid.html</guid>
    
</item>
<item>
    <title>Spartacus infrastructure change, Developers please read</title>
    <link>http://blog.s9y.org/archives/237-Spartacus-infrastructure-change,-Developers-please-read.html</link>
            <category>Announcements</category>
            <category>Development</category>
            <category>Infrastructure</category>
            <category>Plugins</category>
            <category>Templates</category>
    
    <comments>http://blog.s9y.org/archives/237-Spartacus-infrastructure-change,-Developers-please-read.html#comments</comments>
    <wfw:comment>http://blog.s9y.org/wfwcomment.php?cid=237</wfw:comment>

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

    <author>nospam@example.com (Garvin Hicking)</author>
    <content:encoded>
    &lt;p&gt;Since the core Serendipity project is now &lt;a href=&quot;https://github.com/s9y/&quot;&gt;maintained on github.com&lt;/a&gt; and every developer is quite happy about that, we decided to go the jquery-plugins route and delete all Serendipity plugins.&lt;/p&gt;

&lt;p&gt;No, just kidding. We actually imported all data from the SourceForge.net CVS servers into the github infrastructure. The short version for normal end-users: Nothing should change for you!&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://github.com/s9y/additional_plugins&quot;&gt;https://github.com/s9y/additional_plugins&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://github.com/s9y/additional_themes&quot;&gt;https://github.com/s9y/additional_themes&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;All current Serendipity developers also have access to those repositories to contribute code. Developers now no longer should commit code to CVS (actually, they can&#039;t, because I took all their committing karma *eg*).&lt;/p&gt;

&lt;p&gt;The harder task for the Spartacus infrastructure service is the actual publishing of data. The Spartacus plugin operates on a PEAR-like XML format for each plugin, which luckily is automatically generated by a small shellscript which runs once daily on one of our webservers (&lt;a href=&quot;https://github.com/s9y/additional_plugins/blob/master/emerge.sh&quot;&gt;emerge.sh&lt;/a&gt;). That script iterates on a checkout of all plugins and templates, creates the XML and uploads it to all mirror servers (currently netmirror.org, s9y.org and now also github.com).&lt;/p&gt;

&lt;p&gt;Downloading the files also either works via the files that are uploaded daily to netmirror.org and s9y.org, or you always could use the SourceForge.net server, that published the file via a nasty ViewVC oddity. The spartacus plugin of the current github core code (version 2.25) now can also retrieve those files from the Github.com servers.&lt;/p&gt;

&lt;p&gt;For all users that currently use the Spartacus plugin with the SourceForge.Net mirror, our daily script now pushes all changes in the GitHub tree also to CVS, so that both repositories *should* be kept in sync. This is done via the gitclone.sh and gitclone.php scripts in the additional_plugins repository, for anyone that&#039;s interested.&lt;/p&gt;

&lt;p&gt;Most likely, something in this script won&#039;t work properly, so in the next days it might be that some glitches in the matrix can occur. In that case, please report issues and remain seated. Or buy christmas presents for your beloved. Or your beloved developers.&lt;/p&gt;  
    </content:encoded>

    <pubDate>Tue, 13 Dec 2011 14:06:21 +0100</pubDate>
    <guid isPermaLink="false">http://blog.s9y.org/archives/237-guid.html</guid>
    
</item>
<item>
    <title>Details about the GitHub migration process, developers please read!</title>
    <link>http://blog.s9y.org/archives/236-Details-about-the-GitHub-migration-process,-developers-please-read!.html</link>
            <category>Announcements</category>
            <category>Development</category>
            <category>Infrastructure</category>
    
    <comments>http://blog.s9y.org/archives/236-Details-about-the-GitHub-migration-process,-developers-please-read!.html#comments</comments>
    <wfw:comment>http://blog.s9y.org/wfwcomment.php?cid=236</wfw:comment>

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

    <author>nospam@example.com (Garvin Hicking)</author>
    <content:encoded>
    &lt;p&gt;This is just a reference posting to indicate something important going on. Please read here on the process of the Serendipity source code repository being about to move to GitHub&lt;/p&gt;

&lt;p&gt;&lt;a style=&quot;font-size: 1.3em&quot; href=&quot;http://board.s9y.org/viewtopic.php?f=6&amp;amp;t=18163&amp;amp;start=0&quot;&gt;Read the posting on the s9y forums&lt;/a&gt;&lt;/p&gt;
  
    </content:encoded>

    <pubDate>Wed, 05 Oct 2011 17:28:51 +0200</pubDate>
    <guid isPermaLink="false">http://blog.s9y.org/archives/236-guid.html</guid>
    
</item>
<item>
    <title>BerliOS closing down, Serendipity moving</title>
    <link>http://blog.s9y.org/archives/235-BerliOS-closing-down,-Serendipity-moving.html</link>
            <category>Announcements</category>
            <category>Infrastructure</category>
    
    <comments>http://blog.s9y.org/archives/235-BerliOS-closing-down,-Serendipity-moving.html#comments</comments>
    <wfw:comment>http://blog.s9y.org/wfwcomment.php?cid=235</wfw:comment>

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

    <author>nospam@example.com (Garvin Hicking)</author>
    <content:encoded>
    &lt;p&gt;Serendipity&#039;s code repository is being hosted on &lt;a href=&quot;http://www.berlios.de/&quot;&gt;BerliOS&lt;/a&gt; for several years. Their free service is now closing down, which means that Serendipity will move its versioning control to a new provider.&lt;/p&gt;

&lt;p&gt;The current idea is to migrate SVN over to &lt;a href=&quot;http://www.github.com/&quot;&gt;GitHub.com&lt;/a&gt;. This might even motivate some new contributors to get accustomed with the Serendipity core code and make contributing patches easier.&lt;/p&gt;

&lt;p&gt;We are planning to move the code repository at the end of October and will keep you posted here. If there are people reading this who are well familiar with Git and especially SVN migration, please step up here or in the forums to help us in the process.&lt;/p&gt;

&lt;p&gt;Asides from the SVN service, Serendipity is currently using this infrastructure:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;A self-hosted webserver providing a phpBB board on http://board.s9y.org. This is quite active and will stay in the future.&lt;/li&gt;
&lt;li&gt;A self-hosted wiki software on http://www.s9y.org/ that allows for a custom navigation and wiki documentation by users. We might switch this to another software, but are not happy with the way MediaWiki handles navigation. We&#039;ll see if GitHub is an option to power this.&lt;/li&gt;
&lt;li&gt;A self-hosted Serendipity installation on http://blog.s9y.org/&lt;/li&gt;
&lt;li&gt;The http://spartacus.s9y.org/ plugin and theme repository, hosted on SourceForge.Net&lt;/li&gt;
&lt;li&gt;The code repository for plugins and themes, also hosted on SourceForge.Net and maintained through CVS. Depending on the usage license of GitHub, we are looking into if we can merge plugins/templates and the Core code on GitHub.&lt;/li&gt;
&lt;li&gt;A issue tracker, hosted on SourceForge.net. We might utilize the GitHub-Tracker for this in the future.&lt;/li&gt;
&lt;li&gt;A mailinglist, that is not very active anymore, also hosted on SourceForge.Net. Since we favor the s9y forums, we might not further spend time on changing this mailinglist.&lt;/li&gt;
&lt;/ul&gt;

  
    </content:encoded>

    <pubDate>Sun, 02 Oct 2011 22:22:21 +0200</pubDate>
    <guid isPermaLink="false">http://blog.s9y.org/archives/235-guid.html</guid>
    
</item>
<item>
    <title>Server Maintenance</title>
    <link>http://blog.s9y.org/archives/219-Server-Maintenance.html</link>
            <category>Announcements</category>
            <category>Infrastructure</category>
    
    <comments>http://blog.s9y.org/archives/219-Server-Maintenance.html#comments</comments>
    <wfw:comment>http://blog.s9y.org/wfwcomment.php?cid=219</wfw:comment>

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

    <author>nospam@example.com (Garvin Hicking)</author>
    <content:encoded>
    &lt;p&gt;The s9y.org server currently is experiencing some issues. Jannis, our master-bithorder is investigating the issue and we hope it will be resolved shortly. The s9y.org server powers the main wiki as well as the forums; this blog here is hosted on a different machine.&lt;/p&gt;

&lt;p&gt;Meanwhile: Summer.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Update 2010-07-05&lt;/strong&gt;: The server was up and running during parts of the weekend, but it seems the situation was not resolved completely. The server is now once again up and running, but the bootup-process seems to be blocking due to some MySQL issue. The hardware does not report any specific failure, so we&#039;re a bit clueless as to what is happening, but we currently do not have the time to completely setup a new server. We&#039;ll further investigate the issue, and hope that this outage won&#039;t repeat itself too soon.&lt;/p&gt;

&lt;p&gt;If something fails, the SourceForge.net support options on &lt;a href=&quot;http://www.sf.net/projects/php-blog&quot;&gt;SourceForge.net/Projecs/php-blog&lt;/a&gt; will be there. We&#039;ll also try to work out a possibility for a secondary forum installation that people have offered, and see if we can setup a dump of s9y.org on a static install.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Update 2010-07-06&lt;/strong&gt;: And the server went down again. We cannot seem to find the reason why it hangs. We might need to completely reinstall the machine. We try to make it happen as soon as possible and post updates here.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Update 2010-07-06, #2&lt;/strong&gt;: Until being able to reinstall the machine, we try to fix the situation by manually booting the machine&#039;s services - currently it seems as if the machine &quot;lives&quot; for about 24-30 hours after each reboot.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Update 2010-07-06, #3&lt;/strong&gt;: I created a temporary support forum on SourceForge: &lt;a href=&quot;https://sourceforge.net/apps/phpbb/php-blog/&quot;&gt;SourceForge Forum for Serendipity&lt;/a&gt;.&lt;/p&gt;  
    </content:encoded>

    <pubDate>Tue, 29 Jun 2010 11:19:13 +0200</pubDate>
    <guid isPermaLink="false">http://blog.s9y.org/archives/219-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>nospam@example.com (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>Mail-server problems</title>
    <link>http://blog.s9y.org/archives/213-Mail-server-problems.html</link>
            <category>Infrastructure</category>
    
    <comments>http://blog.s9y.org/archives/213-Mail-server-problems.html#comments</comments>
    <wfw:comment>http://blog.s9y.org/wfwcomment.php?cid=213</wfw:comment>

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

    <author>nospam@example.com (Garvin Hicking)</author>
    <content:encoded>
    &lt;p&gt;Currently the mailserver of the board.s9y.org is malfunctioning, so new board registrations and reply notifications cannot be sent. Jannis is working on migrating the Mailserver so that the unstable behaviour of the mail-sending of the board is hopefully an issue of the past quite soon.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Update 2009-20-12: SMTP should work again now!&lt;/strong&gt; If anyone still faces problem, please contact garvin(-at)s9y(-dot)org!&lt;/p&gt;  
    </content:encoded>

    <pubDate>Sun, 20 Dec 2009 18:40:51 +0100</pubDate>
    <guid isPermaLink="false">http://blog.s9y.org/archives/213-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>nospam@example.com (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>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>nospam@example.com (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-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>nospam@example.com (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>Spamblock and blogg.de blacklist</title>
    <link>http://blog.s9y.org/archives/188-Spamblock-and-blogg.de-blacklist.html</link>
            <category>Development</category>
            <category>Infrastructure</category>
            <category>Plugins</category>
    
    <comments>http://blog.s9y.org/archives/188-Spamblock-and-blogg.de-blacklist.html#comments</comments>
    <wfw:comment>http://blog.s9y.org/wfwcomment.php?cid=188</wfw:comment>

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

    <author>nospam@example.com (Garvin Hicking)</author>
    <content:encoded>
    &lt;p&gt;The Serendipity Anti-Spam plugin allows to utilize the blogg.de IP blacklist service to block spam. Their service seems to have ceased existence, or at least is rejecting connections. This can lead to comments to your serendipity blog to be rejected. You can easily disable the blogg.de blacklist service in your Anti-Spam plugin configuration.&lt;/p&gt;

&lt;p&gt;Note that this option is by default disabled in Serendipity since blogg.de announced that they are no longer actively maintaining the blacklist. A well fit alternative to this service is the &lt;a href=&quot;http://www.akismet.com/&quot;&gt;Akismet API&lt;/a&gt;, which the spamblock plugin also supports.&lt;/p&gt;  
    </content:encoded>

    <pubDate>Sat, 08 Dec 2007 10:16:00 +0100</pubDate>
    <guid isPermaLink="false">http://blog.s9y.org/archives/188-guid.html</guid>
    
</item>
<item>
    <title>Your help in sorting serendipity plugins</title>
    <link>http://blog.s9y.org/archives/180-Your-help-in-sorting-serendipity-plugins.html</link>
            <category>Announcements</category>
            <category>Development</category>
            <category>Infrastructure</category>
            <category>Plugins</category>
    
    <comments>http://blog.s9y.org/archives/180-Your-help-in-sorting-serendipity-plugins.html#comments</comments>
    <wfw:comment>http://blog.s9y.org/wfwcomment.php?cid=180</wfw:comment>

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

    <author>nospam@example.com (Garvin Hicking)</author>
    <content:encoded>
    &lt;p&gt;Like &lt;a href=&quot;http://blog.s9y.org/archives/176-Feedback!.html&quot;&gt;announced earlier on the serendipity blog&lt;/a&gt;, fellow usability expert Joachim Harloff is currently trying to improve the listing of Serendipity Plugins so that they are more accessible to users.&lt;/p&gt;

&lt;p&gt;He needs your help to fulfill them. Initially he planned to personally meet with serendipity users, but this proved more complex than initially hoped. Thus he has created a smaller, text-based version of it.&lt;/p&gt;

&lt;p&gt;You can download the file at &lt;a href=&quot;http://www.softuse.com/serendipity_sorting.zip&quot;&gt;http://www.softuse.com/serendipity_sorting.zip&lt;/a&gt;. It contains detailed instructions. You can also feel free to personally contact Joachim about any questions you have.&lt;/p&gt;

&lt;p&gt;Joachim estimates this questionnaire to take you about 1,5 hours of your time. You could greatly help to improve the serendipity usability, so please participate! Joachim wants to evaluate your responses starting on September the 8th.&lt;/p&gt;  
    </content:encoded>

    <pubDate>Thu, 16 Aug 2007 10:20:05 +0200</pubDate>
    <guid isPermaLink="false">http://blog.s9y.org/archives/180-guid.html</guid>
    
</item>
<item>
    <title>NetMirror.org Outage</title>
    <link>http://blog.s9y.org/archives/177-NetMirror.org-Outage.html</link>
            <category>Infrastructure</category>
    
    <comments>http://blog.s9y.org/archives/177-NetMirror.org-Outage.html#comments</comments>
    <wfw:comment>http://blog.s9y.org/wfwcomment.php?cid=177</wfw:comment>

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

    <author>nospam@example.com (Garvin Hicking)</author>
    <content:encoded>
    &lt;p&gt;For the time being, the &lt;a href=&quot;http://www.netmirror.org/&quot;&gt;Netmirror.org&lt;/a&gt; servers currently do not update anymore, they seem to be having a problem. We have contacted the maintainers last week and hope to get feedback soon.&lt;/p&gt;

&lt;p&gt;Until then, download of some and new plugins via Spartacus through this mirror will not work, and you will need to configure the Spartacus plugin to use the SourceForge.Net mirror servers.&lt;/p&gt;

&lt;p&gt;Once the problem is resolved, we will give you a status update here.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;UPDATE&lt;/strong&gt;: Netmirror.org works again, thanks to their technicians :-)&lt;/p&gt;  
    </content:encoded>

    <pubDate>Mon, 06 Aug 2007 10:32:01 +0200</pubDate>
    <guid isPermaLink="false">http://blog.s9y.org/archives/177-guid.html</guid>
    
</item>
<item>
    <title>German PHP Magazine featuring Serendipity article</title>
    <link>http://blog.s9y.org/archives/168-German-PHP-Magazine-featuring-Serendipity-article.html</link>
            <category>Infrastructure</category>
    
    <comments>http://blog.s9y.org/archives/168-German-PHP-Magazine-featuring-Serendipity-article.html#comments</comments>
    <wfw:comment>http://blog.s9y.org/wfwcomment.php?cid=168</wfw:comment>

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

    <author>nospam@example.com (Garvin Hicking)</author>
    <content:encoded>
    &lt;p&gt;&lt;img src=&quot;http://phpmagazin.de/itr/ausgaben/pspic/bildgross/68/big46488a664f178.gif&quot; style=&quot;float: right; margin: 5px; width: 90px&quot; alt=&quot;&quot;  /&gt;This month&#039;s german &lt;a href=&quot;http://phpmagazin.de/itr/ausgaben/psecom,id,354,nodeid,60,_language,de.html&quot;&gt;PHP magazine&lt;/a&gt; features an article introducing Serendipity and its capabilities, as well as some looks into thecode- written by yours truly, Garvin Hicking. The article is titled &quot;Blogging mit Biss&quot;&lt;/p&gt;

&lt;p&gt;The article was written with newbies to Serendipity in mind, but also targetted at eager developers who might want to contribute to Serendipity. When the next PHP magazine issue comes out, we&#039;ll see to publishing the article on &lt;a href=&quot;http://www.s9y.org/&quot;&gt;s9y.org&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;If you&#039;ve read the article and want to share your opinion, feel free to comment here.:-)&lt;/p&gt;  
    </content:encoded>

    <pubDate>Sat, 19 May 2007 12:50:51 +0200</pubDate>
    <guid isPermaLink="false">http://blog.s9y.org/archives/168-guid.html</guid>
    
</item>
<item>
    <title>Double the servers is double the fun!</title>
    <link>http://blog.s9y.org/archives/155-Double-the-servers-is-double-the-fun!.html</link>
            <category>Infrastructure</category>
    
    <comments>http://blog.s9y.org/archives/155-Double-the-servers-is-double-the-fun!.html#comments</comments>
    <wfw:comment>http://blog.s9y.org/wfwcomment.php?cid=155</wfw:comment>

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

    <author>nospam@example.com (Jannis)</author>
    <content:encoded>
    
The nice folks of &lt;a href=&quot;http://www.aoemedia.de/&quot;&gt;AOE media GmbH&lt;/a&gt; offered to sponsor the s9y project with another dedicated server, which arrived today. I spent the day installing the base system, setting up mysql replication through a vpn between the two servers, and stuff like that. So for those of you who noticed a downtime today, it was a planned one (and also un-announced ;-), that I used to copy a snapshot of the s9y.org and supersized.org databases over to the new server. I hope it didn&#039;t cause too much trouble for you, but this made future work/load-distribution over the servers a lot easier. All the s9y.org-webserver-responsiveness-jazz of the last months should ease up a little over the next few months. Finally ;)
  
    </content:encoded>

    <pubDate>Fri, 01 Dec 2006 18:27:39 +0100</pubDate>
    <guid isPermaLink="false">http://blog.s9y.org/archives/155-guid.html</guid>
    
</item>

</channel>
</rss>
