<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.7.6(BH)" -->
<rss version="2.0">
    <channel xmlns:g="http://base.google.com/ns/1.0">
        <title>Midgard Updates</title>
        <description>News from the Midgard CMS project</description>
        <link>http://www.midgard-project.org/updates/</link>
        <lastBuildDate>Wed, 10 Mar 2010 14:37:07 +0000</lastBuildDate>
        <generator>FeedCreator 1.7.6(BH)</generator>
        <language>en</language>
        <item>
            <title>Midgard2 core hotfix package</title>
            <link>http://www.midgard-project.org/updates/midgard2_core_hotfix_package/</link>
            <description><![CDATA[
<p>Midgard2-core (Mjolnir) hotfix package available for <a href="http://www.midgard-project.org/download/9-9/">downloads</a>.</p>
<p>Fixes include:</p>
<ul><li>Fix for <a href="http://trac.midgard-project.org/ticket/1663">strings being incorrectly escaped</a>, when registered as view property. This fix is actually workaround for Libgda' routines which transform binary values to string ones.</li>
<li>Minor fix for MidgardObject create() method, which in some particular cases (and very rarely) could create two objects identified by the same guid.</li>
</ul><p>Hotfix is also available as <a href="http://download.opensuse.org/repositories/home:/midgardproject:/mjolnir/">binary packages.</a></p>
<p> </p>]]></description>
            <author>piotrek.pokora@gmail.com (Piotr Pokora)</author>
            <category>framework</category>
            <pubDate>Tue, 23 Feb 2010 12:54:23 +0000</pubDate>
            <guid>http://www.midgard-project.org/midcom-permalink-913437d2207a11dfa7deb102f5e73d763d76</guid>
        </item>
        <item>
            <title>Midgard2 9.09.2 &quot;Mjolnir&quot; released</title>
            <link>http://www.midgard-project.org/updates/midgard2_9-09-2-mjolnir-released/</link>
            <description><![CDATA[
<div class="description">
<p>Lodz, January 25th 2010 -- The Midgard Project has released maintenance release of Midgard2 9.09 "Mjolnir" - second release of the new generation of the Midgard content repository.</p>
<h2>About 9.09 releases</h2>
<p>Midgard2 9.09 is targeted at web framework and desktop application developers. It provides a comprehensive set of content repository APIs that can be used to build replicated information applications that share their information using a common storage layer and replication tools.</p>
<p>In this release we provide Content Repository API bindings for the following programming languages: C, Python, PHP and Objective-C. D-Bus signals are used to inform different Midgard2 applications about things happening in the repository, enabling for example a PHP website and a Python background process to communicate with each other.</p>
<h2>Main changes from 9.09.1 release:</h2>
<ul><li>Fixed class names in Pythin bindings (#1559)</li>
<li>Fixed escaping and quoting problems (#1549, #1573)</li>
<li>Added delete method to MidgardUser class</li>
<li>Fixed crash in MgdSchema extended class (#1574)</li>
<li>Added metadata support to MidgardView derived classes.</li>
</ul><h2>New functionalities in 9.09 releases:</h2>
<ul><li>Database views</li>
<li>MgdSchema classes are extendable or might be duplicated</li>
<li>New authentication system with stack support and multiple authentication methods per user</li>
<li>Optional metadata for MgdSchema classes</li>
<li>User defined, reflectable fields in MgdSchema</li>
<li>Database transactions</li>
</ul><h2>Main changes from Midgard 9.03.0:</h2>
<ul><li>Removed sitegroups and multilang (#1340)</li>
<li>New midgard_storage class for storage management (#1136)</li>
<li>Fully functional D-Bus support (#986)</li>
</ul><h2>Midgard2</h2>
<p>Midgard2 is a content repository. It provides an object-oriented and replicated environment for building data-intensive applications. This provides several advantages</p>
<ul><li>Common rules for data access mean that multiple applications can work with same content without breaking consistency of the data</li>
<li>Signals about changes let applications know when another application using the repository modifies something, enabling collaborative data management between apps</li>
<li>Objects instead of SQL mean that developers can deal with data using APIs more compatible with the rest of their desktop programming environment, and without having to fear issues like SQL injection</li>
<li>Data model is scriptable when you use a content repository, meaning that users can easily write Python or PHP scripts to perform batch operations on their data without having to learn your storage format</li>
<li>Synchronization and sharing features can be implemented on the content repository level meaning that you gain these features without having to worry about them</li>
</ul><p>Midgard's philosophy includes building on top of a well-known and supported GNOME libraries like glib and libgda on the system end, and connecting with popular programming languages like PHP and Python. Data storage can utilize SQLite with desktop and mobile applications, or a database server like MySQL or Postgres for web application storage.</p>
<p>The Midgard2 platform enables developers to define a storage structure once and use it on both web and desktop applications, with the possibility of easy data replication between the two.</p>
<p>Read more about Midgard's content repository approach:</p>
<ul><li><a href="http://bergie.iki.fi/blog/why_you_should_use_a_content_repository_for_your_application/">http://bergie.iki.fi/blog/why_you_should_use_a_content_repository_for_your_application/</a> </li>
<li><a href="http://bergie.iki.fi/blog/midgard2_at_fscons-your_data-everywhere/">http://bergie.iki.fi/blog/midgard2_at_fscons-your_data-everywhere/</a> </li>
<li><a href="http://bergie.iki.fi/blog/midgard_and_jcr-a_look_at_two_content_repositories/">http://bergie.iki.fi/blog/midgard_and_jcr-a_look_at_two_content_repositories/</a> </li>
<li><a href="http://teroheikkinen.iki.fi/blog/midgard_workshop_at_fscons/">http://teroheikkinen.iki.fi/blog/midgard_workshop_at_fscons/</a></li>
</ul><h2>New Midgard architecture</h2>
<h3>Language independence</h3>
<p>Midgard is also language independent and due to its powerful architecture has proven as stable, secure and flexible solution implemented in various environments:</p>
<ul><li>PHP5 extension for web application and CMS development</li>
<li>Python module for desktop application and background process development</li>
<li>Objective-C package <a href="../../../documentation/xcode_tutorial/">for Mac OS X</a> and GNUstep developers</li>
</ul><h3>Database independence</h3>
<p>The Midgard 1.x was heavily coupled with the MySQL database. The new Midgard2 architecture is instead built on top of libgda, the GNOME database abstraction layer. This enables Midgard to be used with various storage engines, including:</p>
<ul><li>MySQL</li>
<li>Postgres</li>
<li>SQLite</li>
<li>Microsoft SQL Server</li>
<li>Oracle</li>
<li>DB2</li>
</ul><h3>Built-in replication and metadata</h3>
<p>All Midgard objects are automatically equipped with a consistent set of metadata properties that can be used for access control and workflow.</p>
<p>In addition, Midgard provides an API for serializing and unserializing stored objects in XML format that can be used for replicating data between different systems. The replication architecture can be used for staging/live web environments or mobile applications that synchronize between each other or a web back-end.</p>
<h1>Planned for next Midgard2 releases</h1>
<ul><li>Midgard MVC, an elegant PHP MVC framework written for Midgard2</li>
<li>New installer for database and web server deployment</li>
<li>Midgard2 Runtime for integrating Midgard web applications to the desktop</li>
</ul><h1>Midgard resources</h1>
<ul><li><a href="../../../download/9-9/">Download page and changelog for latest release</a></li>
<li><a href="http://trac.midgard-project.org/report">Bug reporting</a></li>
</ul><h2>User and developers support:</h2>
<ul><li><a href="../../../discussion/user-forum/">Users' forum</a></li>
<li><a href="../../../discussion/developer-forum/">Developers' forum</a></li>
<li>IRC: #midgard on irc.freenode.net</li>
<li><a href="http://www.qaiku.com/channels/show/midgard/">#midgard on Qaiku</a></li>
<li>MidgardProject on Twitter</li>
</ul><h2>About Midgard</h2>
<p>The Midgard Framework development started in 1997 and it was initially released as free software in May 1999. Midgard Project has since gathered an active user and developer community, powering thousands of web sites ranging from simple organizational intranets to large community portals.</p>
<p>Midgard is being developed by an international team of professionals. Midgard's development team includes new media designers, system integrators and content management consultants. Midgard development has been supported by several commercial and governmental entities including the European Union and the Swedish Internet Foundation.</p>
<p>Midgard2 is free software available under the GNU LGPL license.</p>
<p><a href="http://www.midgard2.org/">http://www.midgard2.org</a></p>
<h2>Contacts</h2>
<p>Piotr Pokora, Midgard release manager piotrek.pokora(at)gmail.com</p>
<p>Henri Bergius, Midgard spokesman henri.bergius(at)iki.fi</p>
<p>The Midgard Project <a href="../../../">http://www.midgard-project.org</a></p>
</div>]]></description>
            <author>piotrek.pokora@gmail.com (Piotr Pokora)</author>
            <category>framework</category>
            <pubDate>Mon, 25 Jan 2010 14:38:08 +0000</pubDate>
            <guid>http://www.midgard-project.org/midcom-permalink-412827c009bf11df837edd07657eb8d4b8d4</guid>
        </item>
        <item>
            <title>Ragnaroek 8.09.7 released</title>
            <link>http://www.midgard-project.org/updates/ragnaroek_8-09-7_released/</link>
            <description><![CDATA[
<div class="description">
<p>Lodz, January 6th 2010 -- The Midgard Project has released the seventh maintenance release of Midgard 8.09 Ragnaroek LTS. Ragnaroek LTS is a Long Term Support version of the free software content management framework.</p>
<p>Stable 8.09.7 release is recommended for all users of Midgard.</p>
<p>Main changes from 8.09.6:</p>
<ul><li>Fixed crashes in content replication </li>
<li>Fixed deleting Multilang objects (#1522)</li>
<li>Fixed installer crashes (#1421)</li>
<li>Admin and user UI fixes (#1141, #1415, #1447)</li>
<li>Improved page symlinks feature (#1548)</li>
</ul><p>More than 70 feature requests or bugs have been handled in this release. See the <a href="http://trac.midgard-project.org/query?status=closed&amp;milestone=8.09.7+Ragnaroek">Midgard issue tracker</a> for a full list.</p>
<p>This release requires database update to be done by datagard.</p>
<h2>Planned for next maintenance release:</h2>
<ul><li>More performance tuning</li>
<li>Unit tests for midgard-php and MidCOM DBA layers</li>
<li>New Midgard visual guidelines deployed more widely</li>
<li>Filesync git integration for collaborative site development</li>
</ul><p><a href="http://trac.midgard-project.org/query?status=new&amp;status=assigned&amp;status=reopened&amp;status=closed&amp;milestone=8.09.8+Ragnaroek&amp;order=priority">See the full list</a>.</p>
<h2>Source downloads</h2>
<p><a href="../../../download/">http://www.midgard-project.org/download/</a></p>
<h2>Binary packages</h2>
<p><a href="http://download.opensuse.org/repositories/home:/midgardproject:/ragnaroek/">http://download.opensuse.org/repositories/home:/midgardproject:/ragnaroek/</a></p>
<h2>Getting started</h2>
<p><a href="../../../documentation/getting-started/">http://www.midgard-project.org/documentation/getting-started/</a></p>
<h2>Issue tracker</h2>
<p><a href="http://trac.midgard-project.org/roadmap">http://trac.midgard-project.org/roadmap</a></p>
<h2>More information</h2>
<p>Piotr Pokora, Midgard release manager piotrek.pokora(at)gmail.com</p>
<p>Henri Bergius, Midgard bug master henri.bergius(at)iki.fi</p>
<p>The Midgard Project <a href="../../../">http://www.midgard-project.org/</a></p>
</div>]]></description>
            <author>piotrek.pokora@gmail.com (Piotr Pokora)</author>
            <category>cms</category>
            <pubDate>Wed, 06 Jan 2010 13:30:36 +0000</pubDate>
            <guid>http://www.midgard-project.org/midcom-permalink-ac823300fac711de8983bb8b11163de83de8</guid>
        </item>
        <item>
            <title>Midgard2 9.09.1 &quot;Mjolnir&quot; released</title>
            <link>http://www.midgard-project.org/updates/midgard2_9-09-1-mjolnir-released/</link>
            <description><![CDATA[
<div class="description">
<p>Lodz, December 23rd 2009 -- The Midgard Project has released maintenance release of Midgard2 9.09 "Mjolnir" - second release of the new generation of the Midgard content repository.</p>
<h2>About 9.09 releases</h2>
<p>Midgard2 9.09 is targeted at web framework and desktop application developers. It provides a comprehensive set of content repository APIs that can be used to build replicated information applications that share their information using a common storage layer and replication tools.</p>
<p>In this release we provide Content Repository API bindings for the following programming languages: C, Python, PHP and Objective-C. D-Bus signals are used to inform different Midgard2 applications about things happening in the repository, enabling for example a PHP website and a Python background process to communicate with each other.</p>
<h2>Main changes from 9.09.0 release:</h2>
<ul><li>New connection routines (#1475)</li>
<li>New MidgardQueryBuilder signals (#1486, #1487)</li>
<li>Configuration supports remote host's port (#1248)</li>
<li>MgdSchema files compatibility fix (#1503)</li>
<li>Storage related fixes (#1533, #1543)</li>
<li>Fixed crashes when running Midgard with Apache (#1520) </li>
<li>Fixed D-Bus path issue (#1552)</li>
</ul><h2>New functionalities in 9.09 releases:</h2>
<ul><li>Database views</li>
<li>MgdSchema classes are extendable or might be duplicated</li>
<li>New authentication system with stack support and multiple authentication methods per user</li>
<li>Optional metadata for MgdSchema classes</li>
<li>User defined, reflectable fields in MgdSchema</li>
<li>Database transactions</li>
</ul><h2>Main changes from Midgard 9.03.0:</h2>
<ul><li>Removed sitegroups and multilang (#1340)</li>
<li>New midgard_storage class for storage management (#1136)</li>
<li>Fully functional D-Bus support (#986)</li>
</ul><h2>Midgard2</h2>
<p>Midgard2 is a content repository. It provides an object-oriented and replicated environment for building data-intensive applications. This provides several advantages</p>
<ul><li>Common rules for data access mean that multiple applications can work with same content without breaking consistency of the data</li>
<li>Signals about changes let applications know when another application using the repository modifies something, enabling collaborative data management between apps</li>
<li>Objects instead of SQL mean that developers can deal with data using APIs more compatible with the rest of their desktop programming environment, and without having to fear issues like SQL injection</li>
<li>Data model is scriptable when you use a content repository, meaning that users can easily write Python or PHP scripts to perform batch operations on their data without having to learn your storage format</li>
<li>Synchronization and sharing features can be implemented on the content repository level meaning that you gain these features without having to worry about them</li>
</ul><p>Midgard's philosophy includes building on top of a well-known and supported GNOME libraries like glib and libgda on the system end, and connecting with popular programming languages like PHP and Python. Data storage can utilize SQLite with desktop and mobile applications, or a database server like MySQL or Postgres for web application storage.</p>
<p>The Midgard2 platform enables developers to define a storage structure once and use it on both web and desktop applications, with the possibility of easy data replication between the two.</p>
<p>Read more about Midgard's content repository approach:</p>
<p>* <a href="http://bergie.iki.fi/blog/why_you_should_use_a_content_repository_for_your_application/">http://bergie.iki.fi/blog/why_you_should_use_a_content_repository_for_your_application/</a> * <a href="http://bergie.iki.fi/blog/midgard2_at_fscons-your_data-everywhere/">http://bergie.iki.fi/blog/midgard2_at_fscons-your_data-everywhere/</a> * <a href="http://bergie.iki.fi/blog/midgard_and_jcr-a_look_at_two_content_repositories/">http://bergie.iki.fi/blog/midgard_and_jcr-a_look_at_two_content_repositories/</a> * <a href="http://teroheikkinen.iki.fi/blog/midgard_workshop_at_fscons/">http://teroheikkinen.iki.fi/blog/midgard_workshop_at_fscons/</a></p>
<h2>New Midgard architecture</h2>
<h3>Language independence</h3>
<p>Midgard is also language independent and due to its powerful architecture has proven as stable, secure and flexible solution implemented in various environments:</p>
<ul><li>PHP5 extension for web application and CMS development</li>
<li>Python module for desktop application and background process development</li>
<li>Objective-C package <a href="../../../documentation/xcode_tutorial/">for Mac OS X</a> and GNUstep developers</li>
</ul><h3>Database independence</h3>
<p>The Midgard 1.x was heavily coupled with the MySQL database. The new Midgard2 architecture is instead built on top of libgda, the GNOME database abstraction layer. This enables Midgard to be used with various storage engines, including:</p>
<ul><li>MySQL</li>
<li>Postgres</li>
<li>SQLite</li>
<li>Microsoft SQL Server</li>
<li>Oracle</li>
<li>DB2</li>
</ul><h3>Built-in replication and metadata</h3>
<p>All Midgard objects are automatically equipped with a consistent set of metadata properties that can be used for access control and workflow.</p>
<p>In addition, Midgard provides an API for serializing and unserializing stored objects in XML format that can be used for replicating data between different systems. The replication architecture can be used for staging/live web environments or mobile applications that synchronize between each other or a web back-end.</p>
<h1>Planned for next Midgard2 releases</h1>
<ul><li>Midgard MVC, an elegant PHP MVC framework written for Midgard2</li>
<li>New installer for database and web server deployment</li>
<li>Midgard2 Runtime for integrating Midgard web applications to the desktop</li>
</ul><h1>Midgard resources</h1>
<ul><li><a href="../../../download/9-9/">Download page and changelog for latest release</a></li>
<li><a href="http://trac.midgard-project.org/report">Bug reporting</a></li>
</ul><h2>User and developers support:</h2>
<ul><li><a href="../../../discussion/user-forum/">Users' forum</a></li>
<li><a href="../../../discussion/developer-forum/">Developers' forum</a></li>
<li>IRC: #midgard on irc.freenode.net</li>
<li><a href="http://www.qaiku.com/channels/show/midgard/">#midgard on Qaiku</a></li>
<li>MidgardProject on Twitter</li>
</ul><h2>About Midgard</h2>
<p>The Midgard Framework development started in 1997 and it was initially released as free software in May 1999. Midgard Project has since gathered an active user and developer community, powering thousands of web sites ranging from simple organizational intranets to large community portals.</p>
<p>Midgard is being developed by an international team of professionals. Midgard's development team includes new media designers, system integrators and content management consultants. Midgard development has been supported by several commercial and governmental entities including the European Union and the Swedish Internet Foundation.</p>
<p>Midgard2 is free software available under the GNU LGPL license.</p>
<p><a href="http://www.midgard2.org/">http://www.midgard2.org</a></p>
<h2>Contacts</h2>
<p>Piotr Pokora, Midgard release manager piotrek.pokora(at)gmail.com</p>
<p>Henri Bergius, Midgard spokesman henri.bergius(at)iki.fi</p>
<p>The Midgard Project <a href="../../../">http://www.midgard-project.org</a></p>
</div>]]></description>
            <author>piotrek.pokora@gmail.com (Piotr Pokora)</author>
            <category>cms</category>
            <pubDate>Wed, 23 Dec 2009 18:07:20 +0000</pubDate>
            <guid>http://www.midgard-project.org/midcom-permalink-038692b6efee11deb604c9645ed4f5aff5af</guid>
        </item>
        <item>
            <title>Midgard2 9.09 &quot;Mjolnir&quot; released</title>
            <link>http://www.midgard-project.org/updates/midgard2_9-09-mjolnir-released/</link>
            <description><![CDATA[
<div class="description">
<p>Lodz, November 18th 2009 -- The Midgard Project has released stable release of Midgard2 9.09 "Mjolnir" - second release of the new generation of the Midgard content repository.</p>
<h2>About this release</h2>
<p>Midgard2 9.09 is targeted at web framework and desktop application developers. It provides a comprehensive set of content repository APIs that can be used to build replicated information applications that share their information using a common storage layer and replication tools.</p>
<p>In this release we provide Content Repository API bindings for the following programming languages: C, Python, PHP and Objective-C. D-Bus signals are used to inform different Midgard2 applications about things happening in the repository, enabling for example a PHP website and a Python background process to communicate with each other.</p>
<h2>New functionalities in this release:</h2>
<ul><li>Database views</li>
<li>MgdSchema classes are extendable or might be duplicated</li>
<li>New authentication system with stack support and multiple authentication methods per user</li>
<li>Optional metadata for MgdSchema classes</li>
<li>User defined, reflectable fields in MgdSchema</li>
<li>Database transactions</li>
</ul><h2>Main changes from Midgard 9.03:</h2>
<ul><li>Removed sitegroups and multilang (#1340)</li>
<li>New midgard_storage class for storage management (#1136)</li>
<li>Fully functional D-Bus support (#986)</li>
</ul><h2>Midgard2</h2>
<p>Midgard2 is a content repository. It provides an object-oriented and replicated environment for building data-intensive applications. This provides several advantages</p>
<ul><li>Common rules for data access mean that multiple applications can work with same content without breaking consistency of the data</li>
<li>Signals about changes let applications know when another application using the repository modifies something, enabling collaborative data management between apps</li>
<li>Objects instead of SQL mean that developers can deal with data using APIs more compatible with the rest of their desktop programming environment, and without having to fear issues like SQL injection</li>
<li>Data model is scriptable when you use a content repository, meaning that users can easily write Python or PHP scripts to perform batch operations on their data without having to learn your storage format</li>
<li>Synchronization and sharing features can be implemented on the content repository level meaning that you gain these features without having to worry about them</li>
</ul><p>Midgard's philosophy includes building on top of a well-known and supported GNOME libraries like glib and libgda on the system end, and connecting with popular programming languages like PHP and Python. Data storage can utilize SQLite with desktop and mobile applications, or a database server like MySQL or Postgres for web application storage.</p>
<p>The Midgard2 platform enables developers to define a storage structure once and use it on both web and desktop applications, with the possibility of easy data replication between the two.</p>
<p>Read more about Midgard's content repository approach:</p>
<ul><li><a href="http://bergie.iki.fi/blog/why_you_should_use_a_content_repository_for_your_application/">http://bergie.iki.fi/blog/why_you_should_use_a_content_repository_for_your_application/</a></li>
<li><a href="http://bergie.iki.fi/blog/midgard2_at_fscons-your_data-everywhere/">http://bergie.iki.fi/blog/midgard2_at_fscons-your_data-everywhere/</a></li>
<li><a href="http://bergie.iki.fi/blog/midgard_and_jcr-a_look_at_two_content_repositories/">http://bergie.iki.fi/blog/midgard_and_jcr-a_look_at_two_content_repositories/</a></li>
<li><a href="http://teroheikkinen.iki.fi/blog/midgard_workshop_at_fscons/">http://teroheikkinen.iki.fi/blog/midgard_workshop_at_fscons/</a></li>
</ul><h2>New Midgard architecture</h2>
<h3>Language independence</h3>
<p>Midgard is also language independent and due to its powerful architecture has proven as stable, secure and flexible solution implemented in various environments:</p>
<ul><li>PHP5 extension for web application and CMS development</li>
<li>Python module for desktop application and background process development</li>
<li>Objective-C package <a href="../../../documentation/xcode_tutorial/">for Mac OS X</a> and GNUstep developers</li>
</ul><h3>Database independence</h3>
<p>The Midgard 1.x was heavily coupled with the MySQL database. The new Midgard2 architecture is instead built on top of libgda, the GNOME database abstraction layer. This enables Midgard to be used with various storage engines, including:</p>
<ul><li>MySQL</li>
<li>Postgres</li>
<li>SQLite</li>
<li>Microsoft SQL Server</li>
<li>Oracle</li>
<li>DB2</li>
</ul><h3>Built-in replication and metadata</h3>
<p>All Midgard objects are automatically equipped with a consistent set of metadata properties that can be used for access control and workflow.</p>
<p>In addition, Midgard provides an API for serializing and unserializing stored objects in XML format that can be used for replicating data between different systems. The replication architecture can be used for staging/live web environments or mobile applications that synchronize between each other or a web back-end.</p>
<h1>Planned for next Midgard2 releases</h1>
<ul><li>Midgard MVC, an elegant PHP MVC framework written for Midgard2</li>
<li>New installer for database and web server deployment</li>
<li>Midgard2 Runtime for integrating Midgard web applications to the desktop</li>
</ul><h1>Midgard resources</h1>
<ul><li><a href="../../../download/9-9/">Download page and changelog for latest release</a></li>
<li><a href="http://trac.midgard-project.org/report">Bug reporting</a></li>
</ul><h2>User and developers support:</h2>
<ul><li><a href="../../../discussion/user-forum/">Users' forum</a></li>
<li><a href="../../../discussion/developer-forum/">Developers' forum</a></li>
<li>IRC: #midgard on irc.freenode.net</li>
<li><a href="http://www.qaiku.com/channels/show/midgard/">#midgard on Qaiku</a></li>
<li>MidgardProject on Twitter</li>
</ul><h2>About Midgard</h2>
<p>The Midgard Framework development started in 1997 and it was initially released as free software in May 1999. Midgard Project has since gathered an active user and developer community, powering thousands of web sites ranging from simple organizational intranets to large community portals.</p>
<p>Midgard is being developed by an international team of professionals. Midgard's development team includes new media designers, system integrators and content management consultants. Midgard development has been supported by several commercial and governmental entities including the European Union and the Swedish Internet Foundation.</p>
<p>Midgard2 is free software available under the GNU LGPL license.</p>
<p><a href="http://www.midgard2.org/">http://www.midgard2.org</a></p>
<h2>Contacts</h2>
<p>Piotr Pokora, Midgard release manager piotrek.pokora(at)gmail.com</p>
<p>Henri Bergius, Midgard spokesman henri.bergius(at)iki.fi</p>
<p>The Midgard Project <a href="../../../">http://www.midgard-project.org</a></p>
</div>]]></description>
            <author>piotrek.pokora@gmail.com (Piotr Pokora)</author>
            <category>framework</category>
            <pubDate>Wed, 18 Nov 2009 12:43:12 +0000</pubDate>
            <guid>http://www.midgard-project.org/midcom-permalink-ef37ff8ad43f11deb3098f9a18f60dbf0dbf</guid>
        </item>
        <item>
            <title>Ragnaroek midgard-core 8.09.6.1 hotfix</title>
            <link>http://www.midgard-project.org/updates/ragnaroek_midgard-core_8-09-6-1_hotfix/</link>
            <description><![CDATA[
<p>A hotfix for midgard-core in stable LTS branch - Ragnaroek, has been released.<br />It includes fix for random crash which used to happen at the end of HP script.</p>
<p><strong>Midgard download page:</strong></p>
<p><a href="http://www.midgard-project.org/midcom-serveattachmentguid-19a2c770ce0811dea4b9233b51a481a081a0/midgard-core-8.09.6.1.tar.gz">http://www.midgard-project.org/midcom-serveattachmentguid-19a2c770ce0811dea4b9233b51a481a081a0/midgard-core-8.09.6.1.tar.gz<br /></a></p>
<p><strong>OBS build system with binary packages:</strong></p>
<p><a href="http://download.opensuse.org/repositories/home:/midgardproject:/ragnaroek/">http://download.opensuse.org/repositories/home:/midgardproject:/ragnaroek/</a><strong><br /></strong></p>
<p> </p>
<p> </p>]]></description>
            <author>piotrek.pokora@gmail.com (Piotr Pokora)</author>
            <category>cms</category>
            <pubDate>Tue, 10 Nov 2009 15:16:05 +0000</pubDate>
            <guid>http://www.midgard-project.org/midcom-permalink-f744cdface0b11de8544c3d1cb01c51dc51d</guid>
        </item>
        <item>
            <title>Midgardians gather in Helsinki this weekend</title>
            <link>http://www.midgard-project.org/updates/midgardians_gather_in_helsinki_this_weekend/</link>
            <description><![CDATA[
<p>Midgard Gathering, the meeting of Midgard users and developers that is arranged twice every year, will be in Helsinki, Finland this weekend.</p>
<p>More information<a href="http://www.midgard-project.org/community/events/midgard_gathering-october_2009/"> from the agenda</a>.</p>]]></description>
            <author>henri.bergius@iki.fi (Henri Bergius)</author>
            <category>community</category>
            <pubDate>Thu, 22 Oct 2009 11:36:55 +0000</pubDate>
            <guid>http://www.midgard-project.org/midcom-permalink-3314cbdabeff11deaa6a7f4109607b7a7b7a</guid>
        </item>
        <item>
            <title>Midgard 8.09.6 &quot;AmsterGard&quot; released!</title>
            <link>http://www.midgard-project.org/updates/midgard_8-09-6-amstergard-released/</link>
            <description><![CDATA[
<div class="description">
<p>Lodz, October 20th 2009 -- The Midgard Project has released the sixth maintenance release of Midgard 8.09 Ragnaroek LTS. Ragnaroek LTS is a Long Term Support version of the free software content management framework.</p>
<p>The 8.09.6 "AmsterGard" release focuses on API stability and provides improved Midgard installer.</p>
<p>Stable 8.09.6 release is recommended for all users of Midgard.</p>
<p>Main changes from 8.09.5:</p>
<ul><li>Fixed multilang content replication (#1392)</li>
<li>Improved performance of some multilang SQL queries</li>
<li>New datagard options to install Midgard or PEAR packages (#1204, #1352)</li>
<li>New datagard option to install full OpenPSA application instead of a Midgard CMS site (#1204)</li>
<li>Midgard now ships with SElinux setup files</li>
<li>Fixed SG0 authentication issue (#1390)</li>
<li>Several optimizations when querying multilingual objects</li>
<li>There is a new optional object cache (#1256)</li>
<li>There is a new view for displaying a deleted object in Asgard</li>
</ul><p>More than 180 feature requests or bugs have been handled in this release. See the <a href="http://trac.midgard-project.org/query?status=closed&amp;milestone=8.09.6+Ragnaroek">Midgard issue tracker</a> for a full list.</p>
<h2>Planned for next maintenance release:</h2>
<ul><li>More performance tuning</li>
<li>Unit tests for midgard-php and MidCOM DBA layers</li>
<li>New Midgard visual guidelines deployed more widely</li>
<li>Filesync git integration for collaborative site development</li>
</ul><p><a href="http://trac.midgard-project.org/query?status=new&amp;status=assigned&amp;status=reopened&amp;status=closed&amp;milestone=8.09.7+Ragnaroek&amp;order=priority">See the full list</a>.</p>
<h2>Source downloads</h2>
<p><a href="../../../download/">http://www.midgard-project.org/download/</a></p>
<h2>Binary packages</h2>
<p><a href="http://download.opensuse.org/repositories/home:/midgardproject:/ragnaroek/">http://download.opensuse.org/repositories/home:/midgardproject:/ragnaroek/</a></p>
<h2>Getting started</h2>
<p><a href="../../../documentation/getting-started/">http://www.midgard-project.org/documentation/getting-started/</a></p>
<h2>Issue tracker</h2>
<p><a href="http://trac.midgard-project.org/roadmap">http://trac.midgard-project.org/roadmap</a></p>
<h2>More information</h2>
<p>Piotr Pokora, Midgard release manager piotrek.pokora(at)gmail.com</p>
<p>Henri Bergius, Midgard bug master henri.bergius(at)iki.fi</p>
<p>The Midgard Project <a href="../../../">http://www.midgard-project.org/</a></p>
</div>]]></description>
            <author>piotrek.pokora@gmail.com (Piotr Pokora)</author>
            <category>cms</category>
            <pubDate>Tue, 20 Oct 2009 14:49:35 +0000</pubDate>
            <guid>http://www.midgard-project.org/midcom-permalink-c8bc4060bd8711de9ce2bbb3bd2a4f134f13</guid>
        </item>
        <item>
            <title>Midgard Weekly Summaries are back</title>
            <link>http://www.midgard-project.org/updates/midgard_weekly_summaries_are_back/</link>
            <description><![CDATA[
<p>
<a href="http://www.midgard-project.org/">Midgard</a> is a very active free software project, and it is quite difficult to keep up <a href="http://trac.midgard-project.org/timeline">with all the changes</a>, decisions and discussions happening around it. Therefore <a href="http://bergie.iki.fi/">Henri Bergius</a> decided to bring the <a href="http://www.midgard-project.org/updates/mws/">Midgard Weekly Summaries</a> back.
</p><ul><li><a href="http://www.midgard-project.org/updates/mws/midgard_weekly_summary-75-october_2nd_2009/">Midgard Weekly Summary #75: October 2nd 2009</a></li>
</ul><p>
MWS has been running before, with <a href="http://lwn.net/Articles/5414/">66 issues</a> released between 1999 and 2002, and <a href="http://www.midgard-project.org/updates/mws/archive/year/2007/">8 issues in 2007</a>. This time we follow the <a href="http://bergie.iki.fi/blog/for_a_collaborative_mws/">idea of a Collaborative MWS</a>.
</p><p>
Notices about new published summaries will be sent to the <a href="http://www.midgard-project.org/community/support-discussion/">Midgard user mailing list</a>, <a href="http://www.qaiku.com/channels/show/midgard/">Qaiku #midgard channel</a>, <a href="http://twitter.com/MidgardProject">Twitter @MidgardProject</a> and are available <a href="http://www.midgard-project.org/updates/mws/rss.xml">via RSS</a>. Enjoy!
</p>]]></description>
            <author>henri.bergius@iki.fi (Henri Bergius)</author>
            <category>community</category>
            <pubDate>Fri, 02 Oct 2009 12:49:28 +0000</pubDate>
            <guid>http://www.midgard-project.org/midcom-permalink-057e08d8af5211deb1d89bf09cc47ca47ca4</guid>
        </item>
        <item>
            <title>Midgard turns 10 - Ten Years of Better Web</title>
            <link>http://www.midgard-project.org/updates/midgard_turns_10/</link>
            <description><![CDATA[
<p><img src="http://www.midgard-project.org/midcom-serveattachmentguid-a8f0d9de3b4c11deb559ad0c30b02c5e2c5e/10thanniversary-small.png" border="0" alt="8.5.1999 - 8.5.2009" title="8.5.1999 - 8.5.2009" style="float:right;margin-left:8px;" /></p>
<p>The Midgard Project is celebrating i<a href="http://www.midgard-project.org/10/">ts 10th Anniversary</a> on May 8th 2009. <a href="http://www.linuxtoday.com/developer/1999050701705NWSW">Midgard 1.0.0 was released</a> in 1999, starting the free software project:</p>
<blockquote>The Midgard Project has finally released the first public version of Midgard Application Server Suite. The new release contains Midgard core libraries, a PHP3-based web application server for the Apache platform and the needed web-based administration tools.<br /><br />Midgard is freely-available platform for creating powerful web applications. It is fully based on Open Source software, giving you freedom to create your solutions in an open environment. Midgard is the tool for creating, modifying and maintaining dynamic database-enabled web services.<br /><br />Midgard already has a quite good set of features for creating powerful web sites, and is being used with successful results by some commercial and uncommercial organizations. But this is not where the development will end; rather, the development team also has more ambitious goals about revolutionizing the way people think about web development.</blockquote>
<p>Midgard developer Henri Bergius has <a href="http://bergie.iki.fi/blog/first_ten_years_of_midgard/">posted a blog entry about the occasion</a>.</p>
<p>You can join the celebrations either <a href="http://www.midgard-project.org/10/">in Helsinki, Finland</a>, or by telling about <a href="http://www.qaiku.com/home/bergie/show/1de3b483ccfc3cc3b4811deb37e4191518b361b361b/">your first Midgard experiences on Qaiku</a>.</p>]]></description>
            <author>henri.bergius@iki.fi (Henri Bergius)</author>
            <category>community</category>
            <pubDate>Thu, 07 May 2009 22:01:07 +0000</pubDate>
            <guid>http://www.midgard-project.org/midcom-permalink-478fb2be3b4c11de8f180f5e204d80d580d5</guid>
        </item>
        <item>
            <title>Midgard2 9.03 &quot;Vinland&quot; released</title>
            <link>http://www.midgard-project.org/updates/midgard2-9-3-0-vinland-released/</link>
            <description><![CDATA[
<p>Lodz, April 29th 2009 -- The Midgard Project has released stable<br />release of Midgard2 9.03 "Vinland" - the new  generation of the<br />Midgard content repository.</p>
<h2>About this release</h2>
<p>Midgard2 9.03 is targeted at web framework and desktop application<br />developers. It provides a comprehensive set of content repository APIs<br />that can be used to build replicated information applications that<br />share their information using a common storage layer and replication<br />tools.<br /><br />Vinland series of Midgard2 is not intended to act as a content<br />management system, and so no CMS tools are shipped with the release.<br />Midgard2 Vinland however can be used to build a CMS, or to refactor<br />existing CMS tools to work with a repository-centric model.<br /><br />In this release we provide Content Repository API bindings for the<br />following programming languages: C, Python, PHP and Objective-C. D-Bus<br />signals are used to inform different Midgard2 applications about<br />things happening in the repository, enabling for example a PHP website<br />and a Python background process to communicate with each other.</p>
<h2>Midgard2</h2>
<p>Midgard2 is a content reporitory. It provides an object-oriented and<br />replicated environment for building data-intensive applications.<br /><br />Midgard's philosophy includes building on top of a well-known and<br />supported GNOME libraries like glib and libgda on the system end, and<br />connecting with popular programming languages like PHP and Python.<br />Data storage can utilize SQLite with desktop and mobile applications,<br />or a database server like MySQL or Postgres for web application<br />storage.<br /><br />The Midgard2 platform enables developers to define a storage structure<br />once and use it on both web and desktop applications, with the<br />possibility of easy data replication between the two.<br /><br />Read more about Midgard's content repository approach:</p>
<ul><li><a href="http://bergie.iki.fi/blog/midgard2_at_fscons-your_data-everywhere/"><span class="moz-txt-link-rfc2396E">http://bergie.iki.fi/blog/midgard2_at_fscons-your_data-everywhere</span></a></li>
<li><a href="http://bergie.iki.fi/blog/midgard_and_jcr-a_look_at_two_content_repositories"><span class="moz-txt-link-rfc2396E">http://bergie.iki.fi/blog/midgard_and_jcr-a_look_at_two_content_repositories</span></a></li>
<li><a href="http://teroheikkinen.iki.fi/blog/midgard_workshop_at_fscons"><span class="moz-txt-link-rfc2396E">http://teroheikkinen.iki.fi/blog/midgard_workshop_at_fscons</span></a></li>
</ul><h2>New Midgard architecture</h2>
<h3>Language independence</h3>
<p>Midgard is also language independent and due to its powerful<br />architecture has proven as stable, secure and flexible solution<br />implemented in various environments:</p>
<ul><li>PHP5 extension for web application and CMS development</li>
<li>Python module for desktop application and background process development</li>
<li>Objective-C package <a href="http://www.midgard-project.org/documentation/xcode_tutorial/">for Mac OS X</a> and GNUstep developers</li>
</ul><h3>Database independence</h3>
<p>The Midgard 1.x was heavily coupled with the MySQL database. The new<br />Midgard2 architecture is instead built on top of libgda, the GNOME<br />database abstraction layer. This enables Midgard to be used with<br />various storage engines, including:</p>
<ul><li>MySQL</li>
<li>Postgres</li>
<li>SQLite</li>
<li>Microsoft SQL Server</li>
<li>Oracle</li>
<li>DB2</li>
</ul><h3>Built-in replication and metadata</h3>
<p>All Midgard objects are automatically equipped with a consistent set<br />of metadata properties that can be used for access control and<br />workflow.<br /><br />In addition, Midgard provides an API for serializing and unserializing<br />stored objects in XML format that can be used for replicating data<br />between different systems. The replication architecture can be used<br />for staging/live web environments or mobile applications that<br />synchronize between each other or a web back-end.</p>
<h2>Planned for next Midgard2 releases</h2>
<ul><li>Midgard MVC, an elegant PHP MVC framework written for Midgard2</li>
</ul><h2>Midgard resources</h2>
<ul><li><a href="http://www.midgard-project.org/download/9-3/">Download page and changelog for latest release</a></li>
<li><a href="http://trac.midgard-project.org/report">Bug reporting</a></li>
</ul><h2>User and developers support:</h2>
<ul><li> <a href="http://www.midgard-project.org/discussion/user-forum/">Users' forum</a></li>
<li> <a href="http://www.midgard-project.org/discussion/developer-forum/">Developers' forum</a></li>
<li> IRC: #midgard on irc.freenode.net</li>
<li> <a href="http://www.qaiku.com/channels/show/midgard/">#midgard on Qaiku</a></li>
</ul><h2>About Midgard</h2>
<p>The Midgard Framework development started in 1997 and it was initially<br />released as free software in May 1999. Midgard Project has since<br />gathered an active user and developer community, powering thousands of<br />web sites ranging from simple organizational intranets to large<br />community portals.<br /><br />Midgard is being developed by an international team of professionals.<br />Midgard's development team includes new media designers, system<br />integrators and content management consultants. Midgard development<br />has been supported by several commercial and governmental entities<br />including the European Union and the Swedish Internet Foundation.<br /><br />Midgard2 is free software available under the GNU LGPL license.<br /><br /><a href="http://www.midgard2.org"><span class="moz-txt-link-rfc2396E">http://www.midgard2.org</span></a></p>
<h2>Contacts</h2>
<p>Piotr Pokora, Midgard release manager<br />piotrek.pokora(at)gmail.com<br /><br />Henri Bergius, Midgard spokesman<br />henri.bergius(at)iki.fi<br /><br />The Midgard Project<br /><a href="http://www.midgard-project.org">http://www.midgard-project.org</a></p>]]></description>
            <author>piotrek.pokora@gmail.com (Piotr Pokora)</author>
            <category>framework</category>
            <pubDate>Wed, 29 Apr 2009 09:52:45 +0000</pubDate>
            <guid>http://www.midgard-project.org/midcom-permalink-7d19294234a311de8b013d5f56b68bf28bf2</guid>
        </item>
        <item>
            <title>Midgard 8.09.5 &quot;First Decade&quot; released</title>
            <link>http://www.midgard-project.org/updates/midgard-8-9-5-first-decade-released/</link>
            <description><![CDATA[
<p><br />Lodz, April 27th 2009 -- The Midgard Project has released the fifth maintenance release of Midgard 8.09 Ragnaroek LTS. Ragnaroek LTS is a Long Term Support version of the free software<br />content management framework.<br /><br />The 8.09.5 "First Decade" release focuses on API and architecture cleanups in order to ease transition from Midgard 1.x series API to Midgard 2.x APIs.<br /><br />"First Decade" means Midgard CMS turns ten. <a href="http://www.midgard-project.org/updates/come_to_celebrate_the_10th_anniversary_of_the_midgard_project/">Come to celebrate!</a><br />Stable 8.09.5 release is recommended for all users of Midgard.<br /><br />Main changes from 8.09.4:</p>
<ul><li>Authentication routines fixes (#485, #765).</li>
<li>Fixed major memory corruption in php5-midgard (#1054, #1058).</li>
<li>Midgard installer improvements.</li>
</ul><p><br />More than 70 tickets have been closed for this release. See the Midgard<br />issue tracker for a full list:<br /><a href="http://trac.midgard-project.org/query?status=closed&amp;milestone=8.09.5+Ragnaroek">http://trac.midgard-project.org/query?status=closed&amp;milestone=8.09.5+Ragnaroek</a><br /><br />Planned for next maintenance release:</p>
<ul><li>More performance tuning</li>
<li>Unit tests for midgard-php and MidCOM DBA layers</li>
<li>New Midgard visual guidelines deployed more widely</li>
<li>Filesync git integration for collaborative site development</li>
<li>MidCOM packages distributed by a Midgard-powered PEAR channel</li>
</ul><p>See the full list in:<br /><a href="http://trac.midgard-project.org/query?status=new&amp;status=assigned&amp;status=reopened&amp;status=closed&amp;milestone=8.09.6+Ragnaroek&amp;order=priority">http://trac.midgard-project.org/query?status=new&amp;status=assigned&amp;status=reopened&amp;status=closed&amp;milestone=8.09.6+Ragnaroek&amp;order=priority<br /></a><br /><strong>Source downloads</strong><br /><a href="http://www.midgard-project.org/download/">http://www.midgard-project.org/download/</a><br /><br /><strong>Binary packages</strong><br /><a href="http://download.opensuse.org/repositories/home:/midgardproject:/ragnaroek/">http://download.opensuse.org/repositories/home:/midgardproject:/ragnaroek/</a><br /><br /><strong>Getting started</strong><br /><a href="http://www.midgard-project.org/documentation/getting-started/">http://www.midgard-project.org/documentation/getting-started/</a><br /><br /><strong>Issue tracker</strong><br /><a href="http://trac.midgard-project.org/roadmap">http://trac.midgard-project.org/roadmap</a><br /><br />More information<br /><br />Piotr Pokora, Midgard release manager<br />piotrek.pokora(at)gmail.com<br /><br />Henri Bergius, Midgard bug master<br />henri.bergius(at)iki.fi<br /><br />The Midgard Project<br /><a href="http://www.midgard-project.org/">http://www.midgard-project.org/</a></p>]]></description>
            <author>piotrek.pokora@gmail.com (Piotr Pokora)</author>
            <category>cms</category>
            <pubDate>Mon, 27 Apr 2009 14:47:08 +0000</pubDate>
            <guid>http://www.midgard-project.org/midcom-permalink-489fe116333a11deb37e99fd752e09e309e3</guid>
        </item>
        <item>
            <title>PEAR Server moves 2009.04.24</title>
            <link>http://www.midgard-project.org/updates/pear_server_move/</link>
            <description><![CDATA[<div class="abstract">The server hosting the PEAR channels is offline 2009.04.24 17-21 GMT+3</div>
<p>Due to move of the physical server all PEAR channels will be offline today (2009.04.24) from 5pm (GTM+3) untill later in the evening.</p>
<p>We're sorry for any inconvinience.</p>
<h3>UPDATE 2009.04.25 00:10 GMT+3</h3>
<p>The servers are now running with proxy set up so you don't have to wait for DNS to update. Getting the servers on-line took a <a href="http://www.qaiku.com/home/rambo/show/1de3104eccf06c8310411de9b3a6f4469f54e594e59" target="_blank">bit longer than expected</a>, sorry about that.</p>]]></description>
            <author>rambo@nemein.com (Eero af Heurlin)</author>
            <category>community</category>
            <pubDate>Fri, 24 Apr 2009 09:49:03 +0000</pubDate>
            <guid>http://www.midgard-project.org/midcom-permalink-24f2a3ca30b511de8d53afcbb17361ff61ff</guid>
        </item>
        <item>
            <title>Midgard2 9.03.0RC2 released</title>
            <link>http://www.midgard-project.org/updates/midgard2-9-3-0-rc2-released/</link>
            <description><![CDATA[
<p>Lodz, April 22nd 2009 -- The Midgard Project has released the second Release Candidate of Midgard2 9.03 "Vinland" - the new  generation of the Midgard content repository.</p>
<h2>About this release</h2>
<p>Midgard2 9.03 is targeted at web framework and desktop developers. It provides a comprehensive set of content repository APIs that can be used to build replicated information applications that share their information using a common storage layer and replication tools.<br /><br />Vinland series of Midgard2 is not intended to act as a content management system, and so no CMS tools are shipped with the release. Midgard2 Vinland however can be used to build a CMS, or to refactor existing CMS tools to work with a repository-centric model.<br /><br />In this release we provide Content Repository API bindings for the following programming languages: C, Python, PHP and Objective-C. D-Bus signals are used to inform different Midgard2 applications about things happening in the repository, enabling for example a PHP website and a Python background process to communicate with each other.</p>
<h2>Midgard2</h2>
<p>Midgard2 is a content reporitory. It provides an object-oriented and replicated environment for building data-intensive applications.<br /><br />Midgard's philosophy includes building on top of a well-known and supported GNOME libraries like glib and libgda on the system end, and connecting with popular programming languages like PHP and Python. Data storage can utilize SQLite with desktop and mobile applications, or a database server like MySQL or Postgres for web application storage.<br /><br />The Midgard2 platform enables developers to define a storage structure once and use it on both web and desktop applications, with the possibility of easy data replication between the two.<br /><br />Read more about Midgard's content repository approach:</p>
<ul><li><a href="http://bergie.iki.fi/blog/midgard2_at_fscons-your_data-everywhere">http://bergie.iki.fi/blog/midgard2_at_fscons-your_data-everywhere</a></li>
<li><a href="http://bergie.iki.fi/blog/midgard_and_jcr-a_look_at_two_content_repositories">http://bergie.iki.fi/blog/midgard_and_jcr-a_look_at_two_content_repositories</a></li>
<li><a href="http://teroheikkinen.iki.fi/blog/midgard_workshop_at_fscons">http://teroheikkinen.iki.fi/blog/midgard_workshop_at_fscons</a></li>
</ul><p> </p>
<h2>New Midgard architecture</h2>
<h3>Language independence</h3>
<p>Midgard is also language independent and due to its powerful architecture has proven as stable, secure and flexible solution implemented in various environments:</p>
<ul><li>PHP5 extension for web application and CMS development</li>
<li>Python module for desktop application and background process development</li>
<li>Mono module for desktop application and background process development in C#</li>
</ul><h3>Database independence</h3>
<p>The Midgard 1.x was heavily coupled with the MySQL database. The new Midgard2 architecture is instead built on top of libgda, the GNOME database abstraction layer. This enables Midgard to be used with various storage engines, including:</p>
<ul><li>MySQL</li>
<li>Postgres</li>
<li>SQLite</li>
<li>Microsoft SQL Server</li>
<li>Oracle</li>
<li>DB2</li>
</ul><h3>Built-in replication and metadata</h3>
<p>All Midgard objects are automatically equipped with a consistent set of metadata properties that can be used for access control and workflow.<br /><br />In addition, Midgard provides an API for serializing and unserializing stored objects in XML format that can be used for replicating data between different systems. The replication architecture can be used for staging/live web environments or mobile applications that synchronize between each other or a web back-end.</p>
<h1>Planned for next Midgard2 releases</h1>
<ul><li>MidCOM, an elegant PHP MVC framework written for Midgard2</li>
<li>Mono (C#) bindings</li>
</ul><h1>Midgard resources</h1>
<ul><li><a href="http://www.midgard-project.org/download/9-3/">Download page and changelog for latest release</a></li>
<li><a href="http://trac.midgard-project.org/report">Bug reporting</a></li>
</ul><h2>User and developers support:</h2>
<ul><li><a href="http://www.midgard-project.org/discussion/user-forum/">Users' forum</a></li>
<li><a href="http://www.midgard-project.org/discussion/developer-forum/">Developers' forum</a></li>
<li>IRC: #midgard on irc.freenode.net</li>
</ul><h2>About Midgard</h2>
<p>The Midgard Framework development started in 1997 and it was initially released as free software in May 1999. Midgard Project has since gathered an active user and developer community, powering thousands of web sites ranging from simple organizational intranets to large community portals.<br /><br />Midgard is being developed by an international team of professionals. Midgard's development team includes new media designers, system integrators and content management consultants. Midgard development has been supported by several commercial and governmental entities including the European Union and the Swedish Internet Foundation.<br /><br />Midgard is free software available under the GNU LGPL license.</p>
<h2>Contacts</h2>
<p>Piotr Pokora, Midgard release manager<br />piotrek.pokora(at)gmail.com<br /><br />Henri Bergius, Midgard spokesman<br />henri.bergius(at)iki.fi<br /><br />The Midgard Project<br /><a href="http://www.midgard-project.org">http://www.midgard-project.org</a></p>]]></description>
            <author>piotrek.pokora@gmail.com (Piotr Pokora)</author>
            <category>framework</category>
            <pubDate>Wed, 22 Apr 2009 11:03:15 +0000</pubDate>
            <guid>http://www.midgard-project.org/midcom-permalink-2dcfbc3c2f2d11deb474a945e1b02f122f12</guid>
        </item>
        <item>
            <title>Midgard2 9.03.0RC  released</title>
            <link>http://www.midgard-project.org/updates/midgard2-9-3-0-rc-released/</link>
            <description><![CDATA[
<p>Lodz, April 15th 2009 -- The Midgard Project has released first Release Candidate of Midgard2 9.03 "Vinland" - the new  generation of the Midgard content repository.</p>
<h2>About this release</h2>
<p>Midgard2 9.03 is targeted at web framework and desktop developers. It provides a comprehensive set of content repository APIs that can be used to build replicated information applications that share their information using a common storage layer and replication tools.<br /><br />Vinland series of Midgard2 is not intended to act as a content management system, and so no CMS tools are shipped with the release. Midgard2 Vinland however can be used to build a CMS, or to refactor existing CMS tools to work with a repository-centric model.<br /><br />In this release we provide Content Repository API bindings for the following programming languages: C, Python, PHP and Objective-C. D-Bus signals are used to inform different Midgard2 applications about things happening in the repository, enabling for example a PHP website and a Python background process to communicate with each other.</p>
<h2>Midgard2</h2>
<p>Midgard2 is a content reporitory. It provides an object-oriented and replicated environment for building data-intensive applications.<br /><br />Midgard's philosophy includes building on top of a well-known and supported GNOME libraries like glib and libgda on the system end, and connecting with popular programming languages like PHP and Python. Data storage can utilize SQLite with desktop and mobile applications, or a database server like MySQL or Postgres for web application storage.<br /><br />The Midgard2 platform enables developers to define a storage structure once and use it on both web and desktop applications, with the possibility of easy data replication between the two.<br /><br />Read more about Midgard's content repository approach:</p>
<ul><li><a href="http://bergie.iki.fi/blog/midgard2_at_fscons-your_data-everywhere">http://bergie.iki.fi/blog/midgard2_at_fscons-your_data-everywhere</a></li>
<li><a href="http://bergie.iki.fi/blog/midgard_and_jcr-a_look_at_two_content_repositories">http://bergie.iki.fi/blog/midgard_and_jcr-a_look_at_two_content_repositories</a></li>
<li><a href="http://teroheikkinen.iki.fi/blog/midgard_workshop_at_fscons">http://teroheikkinen.iki.fi/blog/midgard_workshop_at_fscons</a></li>
</ul><p> </p>
<h2>New Midgard architecture</h2>
<h3>Language independence</h3>
<p>Midgard is also language independent and due to its powerful architecture has proven as stable, secure and flexible solution implemented in various environments:</p>
<ul><li>PHP5 extension for web application and CMS development</li>
<li>Python module for desktop application and background process development</li>
<li>Mono module for desktop application and background process development in C#</li>
</ul><h3>Database independence</h3>
<p>The Midgard 1.x was heavily coupled with the MySQL database. The new Midgard2 architecture is instead built on top of libgda, the GNOME database abstraction layer. This enables Midgard to be used with various storage engines, including:</p>
<ul><li>MySQL</li>
<li>Postgres</li>
<li>SQLite</li>
<li>Microsoft SQL Server</li>
<li>Oracle</li>
<li>DB2</li>
</ul><h3>Built-in replication and metadata</h3>
<p>All Midgard objects are automatically equipped with a consistent set of metadata properties that can be used for access control and workflow.<br /><br />In addition, Midgard provides an API for serializing and unserializing stored objects in XML format that can be used for replicating data between different systems. The replication architecture can be used for staging/live web environments or mobile applications that synchronize between each other or a web back-end.</p>
<h1>Planned for next Midgard2 releases</h1>
<ul><li>MidCOM, an elegant PHP MVC framework written for Midgard2</li>
<li>Mono (C#) bindings</li>
</ul><h1>Midgard resources</h1>
<ul><li><a href="http://www.midgard-project.org/download/9-3/">Download page and changelog for latest release</a></li>
<li><a href="http://trac.midgard-project.org/report">Bug reporting</a></li>
</ul><h2>User and developers support:</h2>
<ul><li><a href="http://www.midgard-project.org/discussion/user-forum/">Users' forum</a></li>
<li><a href="http://www.midgard-project.org/discussion/developer-forum/">Developers' forum</a></li>
<li>IRC: #midgard on irc.freenode.net</li>
</ul><h2>About Midgard</h2>
<p>The Midgard Framework development started in 1997 and it was initially released as free software in May 1999. Midgard Project has since gathered an active user and developer community, powering thousands of web sites ranging from simple organizational intranets to large community portals.<br /><br />Midgard is being developed by an international team of professionals. Midgard's development team includes new media designers, system integrators and content management consultants. Midgard development has been supported by several commercial and governmental entities including the European Union and the Swedish Internet Foundation.<br /><br />Midgard is free software available under the GNU LGPL license.</p>
<h2>Contacts</h2>
<p>Piotr Pokora, Midgard release manager<br />piotrek.pokora(at)gmail.com<br /><br />Henri Bergius, Midgard spokesman<br />henri.bergius(at)iki.fi<br /><br />The Midgard Project<br /><a href="http://www.midgard-project.org">http://www.midgard-project.org</a></p>]]></description>
            <author>piotrek.pokora@gmail.com (Piotr Pokora)</author>
            <category>framework</category>
            <pubDate>Wed, 15 Apr 2009 12:58:25 +0000</pubDate>
            <guid>http://www.midgard-project.org/midcom-permalink-1bcd166c29bd11de9eb2770ee9045ad85ad8</guid>
        </item>
        <item>
            <title>Midgard2 9.03.0beta2  released</title>
            <link>http://www.midgard-project.org/updates/midgard2-9-3-0beta2-released/</link>
            <description><![CDATA[
<p>Lodz, April 1st 2009 -- The Midgard Project has released a second beta of Midgard2 9.03 "Vinland" - the new  generation of the Midgard content repository.</p>
<h2>About this release</h2>
<p>The second beta of Midgard2 9.03 is targeted at web framework and desktop developers. It provides a comprehensive set of content repository APIs that can be used to build replicated information applications that share their information using a common storage layer and replication tools.<br /><br />Vinland series of Midgard2 is not intended to act as a content management system, and so no CMS tools are shipped with the release. Midgard2 Vinland however can be used to build a CMS, or to refactor existing CMS tools to work with a repository-centric model.<br /><br />In this release we provide Content Repository API bindings for the following programming languages: C, Python, PHP. D-Bus signals are used to inform different Midgard2 applications about things happening in the repository, enabling for example a PHP website and a Python background process to communicate with each other.</p>
<h2>Midgard2</h2>
<p>Midgard2 is a content reporitory. It provides an object-oriented and replicated environment for building data-intensive applications.<br /><br />Midgard's philosophy includes building on top of a well-known and supported GNOME libraries like glib and libgda on the system end, and connecting with popular programming languages like PHP and Python. Data storage can utilize SQLite with desktop and mobile applications, or a database server like MySQL or Postgres for web application storage.<br /><br />The Midgard2 platform enables developers to define a storage structure once and use it on both web and desktop applications, with the possibility of easy data replication between the two.<br /><br />Read more about Midgard's content repository approach:</p>
<ul><li><a href="http://bergie.iki.fi/blog/midgard2_at_fscons-your_data-everywhere">http://bergie.iki.fi/blog/midgard2_at_fscons-your_data-everywhere</a></li>
<li><a href="http://bergie.iki.fi/blog/midgard_and_jcr-a_look_at_two_content_repositories">http://bergie.iki.fi/blog/midgard_and_jcr-a_look_at_two_content_repositories</a></li>
<li><a href="http://teroheikkinen.iki.fi/blog/midgard_workshop_at_fscons">http://teroheikkinen.iki.fi/blog/midgard_workshop_at_fscons</a></li>
</ul><p> </p>
<h2>New Midgard architecture</h2>
<h3>Language independence</h3>
<p>Midgard is also language independent and due to its powerful architecture has proven as stable, secure and flexible solution implemented in various environments:</p>
<ul><li>PHP5 extension for web application and CMS development</li>
<li>Python module for desktop application and background process development</li>
<li>Mono module for desktop application and background process development in C#</li>
</ul><h3>Database independence</h3>
<p>The Midgard 1.x was heavily coupled with the MySQL database. The new Midgard2 architecture is instead built on top of libgda, the GNOME database abstraction layer. This enables Midgard to be used with various storage engines, including:</p>
<ul><li>MySQL</li>
<li>Postgres</li>
<li>SQLite</li>
<li>Microsoft SQL Server</li>
<li>Oracle</li>
<li>DB2</li>
</ul><h3>Built-in replication and metadata</h3>
<p>All Midgard objects are automatically equipped with a consistent set of metadata properties that can be used for access control and workflow.<br /><br />In addition, Midgard provides an API for serializing and unserializing stored objects in XML format that can be used for replicating data between different systems. The replication architecture can be used for staging/live web environments or mobile applications that synchronize between each other or a web back-end.</p>
<h1>Planned for next Midgard2 releases</h1>
<ul><li>MidCOM, an elegant PHP MVC framework written for Midgard2</li>
<li>Objective-C bindings and native Mac packages</li>
<li>Mono (C#) bindings</li>
</ul><h1>Midgard resources</h1>
<ul><li><a href="http://www.midgard-project.org/download/9-3/">Download page and changelog for latest release</a></li>
<li><a href="http://trac.midgard-project.org/report">Bug reporting</a></li>
</ul><h2>User and developers support:</h2>
<ul><li><a href="http://www.midgard-project.org/discussion/user-forum/">Users' forum</a></li>
<li><a href="http://www.midgard-project.org/discussion/developer-forum/">Developers' forum</a></li>
<li>IRC: #midgard on irc.freenode.net</li>
</ul><h2>About Midgard</h2>
<p>The Midgard Framework development started in 1997 and it was initially released as free software in May 1999. Midgard Project has since gathered an active user and developer community, powering thousands of web sites ranging from simple organizational intranets to large community portals.<br /><br />Midgard is being developed by an international team of professionals. Midgard's development team includes new media designers, system integrators and content management consultants. Midgard development has been supported by several commercial and governmental entities including the European Union and the Swedish Internet Foundation.<br /><br />Midgard is free software available under the GNU LGPL license.</p>
<h2>Contacts</h2>
<p>Piotr Pokora, Midgard release manager<br />piotrek.pokora(at)gmail.com<br /><br />Henri Bergius, Midgard spokesman<br />henri.bergius(at)iki.fi<br /><br />The Midgard Project<br /><a href="http://www.midgard-project.org">http://www.midgard-project.org</a></p>]]></description>
            <author>piotrek.pokora@gmail.com (Piotr Pokora)</author>
            <category>framework</category>
            <pubDate>Wed, 01 Apr 2009 10:11:37 +0000</pubDate>
            <guid>http://www.midgard-project.org/midcom-permalink-7c562ca81ea511de8a05836579bb1a3a1a3a</guid>
        </item>
        <item>
            <title>Come to celebrate the 10th Anniversary of the Midgard Project</title>
            <link>http://www.midgard-project.org/updates/come_to_celebrate_the_10th_anniversary_of_the_midgard_project/</link>
            <description><![CDATA[
<p><img src="http://bergie.iki.fi/midcom-serveattachmentguid-1bd103081aae11deaf74679efb5520432043/vali-party.jpg" border="0" alt="Vali raises a toast to ten years of Midgard" title="Vali raises a toast to ten years of Midgard" hspace="8" vspace="4" width="200" height="175" align="right" /><br /><a href="http://www.linuxtoday.com/developer/1999050701705NWSW">May 8th 1999</a>:</p>
<blockquote>The Midgard Project has finally released the first public version of Midgard Application Server Suite. The new release contains Midgard core libraries, a PHP3-based web application server for the Apache platform and the needed web-based administration tools.</blockquote>
<p><a href="http://www.midgard-project.org/10/">May 8th 2009</a>:</p>
<blockquote>It's time for celebration - Midgard CMS turns ten in May! The decade of Midgard will be celebrated with a guest gala that is to be held at <a href="http://www.botta.fi/Etusivu.24.0.html?&amp;L=1">restaurant Ostrobotnia</a> in Helsinki, Finland.</blockquote>
<p>Looking forward to seeing as many of you in the party as possible! Please <a href="http://www.midgard-project.org/10/registration/">register ASAP</a> as we need to tell the restaurant how many tables are needed.</p>]]></description>
            <author>henri.bergius@iki.fi (Henri Bergius)</author>
            <category>community</category>
            <pubDate>Fri, 27 Mar 2009 10:13:23 +0000</pubDate>
            <guid>http://www.midgard-project.org/midcom-permalink-e78ec4401ab711de8a0c3bae9dd15cca5cca</guid>
        </item>
        <item>
            <title>Midgard 8.09.4 &quot;Kaiku&quot; released</title>
            <link>http://www.midgard-project.org/updates/midgard-8-9-4-kaiku-released/</link>
            <description><![CDATA[
<p>Lodz, March 12th 2009 -- The Midgard Project has released the fourth<br />maintenance release of Midgard 8.09 Ragnaroek LTS.<br />Ragnaroek LTS is a Long Term Support version of the free software<br />content management framework.<br /><br />The 8.09.4 "Kaiku" release focuses on API and architecture cleanups <br />in order to ease transition from Midgard 1.x series API to Midgard 2.x APIs.<br /><br />Stable 8.09.4 release is recommended for all users of Midgard.<br /><br />Main changes from 8.09.3:</p>
<ul><li>Midgard installer doesn't depend on pearified.com channel (#747)</li>
<li>Memory corruption in midgard-php extension has been fixed (#804)</li>
<li>Query Builder and Collector constructors has been improved (#556)</li>
<li>Several crashes has been fixed (#712, #734, #801, #870)</li>
<li>Internal PHP classes can be introspected by PHP Reflection (#479)</li>
<li>midgard_cron has been improved (#813, #816)</li>
<li>URL name handling and generation has been rewritten (#809)</li>
<li>TinyMCE WYSIWYG editor has been upgraded to version 3.2.2</li>
<li>Issues with handling multilingual content have been fixed (#870, #825, #935, #865, #910)</li>
<li>Code editor in Asgard has been changed from CodePress to EditArea</li>
<li>Configuration editor in Asgard now always creates valid configuration snippets (#771)</li>
<li>MidCOM now uses only the modern Midgard2 API (#611)</li>
<li>PAM authentication has been fixed (#750)</li>
<li>Midgard now ships with SELinux policy files (#538)</li>
</ul><div><br />In total 156 tickets have been closed for this release. See the Midgard<br />issue tracker for a full list:<br /><a href="http://trac.midgard-project.org/query?status=closed&amp;milestone=8.09.4+Ragnaroek">http://trac.midgard-project.org/query?status=closed&amp;milestone=8.09.4+Ragnaroek</a><br /><br />Planned for next maintenance release:<br /><br /><ul><li>More performance tuning</li>
<li>Unit tests for midgard-php and MidCOM DBA layers</li>
<li>New Midgard visual guidelines deployed more widely</li>
<li>Filesync git integration for collaborative site development</li>
<li>MidCOM packages distributed by a Midgard-powered PEAR channel</li>
</ul><br />See the full list in:<br /><a href="http://trac.midgard-project.org/query?status=new&amp;status=assigned&amp;status=reopened&amp;status=closed&amp;milestone=8.09.4+Ragnaroek&amp;order=priority">http://trac.midgard-project.org/query?status=new&amp;status=assigned&amp;status=reopened&amp;status=closed&amp;milestone=8.09.4+Ragnaroek&amp;order=priority</a><br /><br />Source downloads<br /><a href="http://www.midgard-project.org/download/"><br />http://www.midgard-project.org/download/</a><br /><br />Binary packages<br /><br /><a href="http://download.opensuse.org/repositories/home:/midgardproject:/ragnaroek/">http://download.opensuse.org/repositories/home:/midgardproject:/ragnaroek/</a><br /><br />Getting started<br /><br /><a href="http://www.midgard-project.org/documentation/getting-started/">http://www.midgard-project.org/documentation/getting-started/</a><br /><br />Issue tracker<br /><br /><a href="http://trac.midgard-project.org/roadmap">http://trac.midgard-project.org/roadmap<br /></a><br />More information<br /><br />Piotr Pokora, Midgard release manager<br />piotrek.pokora(at)gmail.com<br /><br />Henri Bergius, Midgard bug master<br />henri.bergius(at)iki.fi<br /><br />The Midgard Project<br /><a href="http://www.midgard-project.org/">http://www.midgard-project.org/</a><br /><br /></div>
<p> </p>]]></description>
            <category>cms</category>
            <pubDate>Thu, 12 Mar 2009 13:41:19 +0000</pubDate>
            <guid>http://www.midgard-project.org/midcom-permalink-77d40bfe0f0b11deb0c959ceaf899cc09cc0</guid>
        </item>
        <item>
            <title>Midgard2 9.03.0beta1 &quot;Kieku&quot; released</title>
            <link>http://www.midgard-project.org/updates/midgard2-9-3-0beta1-kieku-released/</link>
            <description><![CDATA[
<p>Lodz, March 12th 2009 -- The Midgard Project has released a first beta of Midgard2 9.03 "Vinland" - the new  generation of the Midgard content repository.</p>
<h2>About this release</h2>
<p><br />The first beta of Midgard2 9.03 is targeted at web framework and desktop developers. It provides a comprehensive set of content repository APIs that can be used to build replicated information applications that share their information using a common storage layer and replication tools.<br /><br />Vinland series of Midgard2 is not intended to act as a content management system, and so no CMS tools are shipped with the release. Midgard2 Vinland however can be used to build a CMS, or to refactor existing CMS tools to work with a repository-centric model.<br /><br />In this release we provide Content Repository API bindings for the following programming languages: C, Python, PHP. D-Bus signals are used to inform different Midgard2 applications about things happening in the repository, enabling for example a PHP website and a Python background process to communicate with each other.</p>
<h2>Midgard2</h2>
<p><br />Midgard2 is a content reporitory. It provides an object-oriented and replicated environment for building data-intensive applications.<br /><br />Midgard's philosophy includes building on top of a well-known and supported GNOME libraries like glib and libgda on the system end, and connecting with popular programming languages like PHP and Python. Data storage can utilize SQLite with desktop and mobile applications, or a database server like MySQL or Postgres for web application storage.<br /><br />The Midgard2 platform enables developers to define a storage structure once and use it on both web and desktop applications, with the possibility of easy data replication between the two.<br /><br />Read more about Midgard's content repository approach:</p>
<ul><li><a href="http://bergie.iki.fi/blog/midgard2_at_fscons-your_data-everywhere">http://bergie.iki.fi/blog/midgard2_at_fscons-your_data-everywhere</a></li>
<li><a href="http://bergie.iki.fi/blog/midgard_and_jcr-a_look_at_two_content_repositories">http://bergie.iki.fi/blog/midgard_and_jcr-a_look_at_two_content_repositories</a></li>
<li><a href="http://teroheikkinen.iki.fi/blog/midgard_workshop_at_fscons">http://teroheikkinen.iki.fi/blog/midgard_workshop_at_fscons</a></li>
</ul><p> </p>
<h2>New Midgard architecture</h2>
<p> </p>
<h3>Language independence</h3>
<p><br />Midgard is also language independent and due to its powerful architecture has proven as stable, secure and flexible solution implemented in various environments:</p>
<ul><li>PHP5 extension for web application and CMS development</li>
<li>Python module for desktop application and background process development</li>
<li>Mono module for desktop application and background process development in C#</li>
</ul><p> </p>
<h3>Database independence</h3>
<p><br />The Midgard 1.x was heavily coupled with the MySQL database. The new Midgard2 architecture is instead built on top of libgda, the GNOME database abstraction layer. This enables Midgard to be used with various storage engines, including:</p>
<ul><li>MySQL</li>
<li>Postgres</li>
<li>SQLite</li>
<li>Microsoft SQL Server</li>
<li>Oracle</li>
<li>DB2</li>
</ul><p> </p>
<h3>Built-in replication and metadata</h3>
<p><br />All Midgard objects are automatically equipped with a consistent set of metadata properties that can be used for access control and workflow.<br /><br />In addition, Midgard provides an API for serializing and unserializing stored objects in XML format that can be used for replicating data between different systems. The replication architecture can be used for staging/live web environments or mobile applications that synchronize between each other or a web back-end.</p>
<h1>Planned for next Midgard2 releases</h1>
<ul><li>MidCOM, an elegant PHP MVC framework written for Midgard2</li>
<li>Objective-C bindings and native Mac packages</li>
<li>Mono (C#) bindings</li>
</ul><p> </p>
<h1>Midgard resources</h1>
<p> </p>
<ul><li><a href="http://www.midgard-project.org/download/9-3/">Download page and changelog for latest release</a></li>
<li><a href="http://trac.midgard-project.org/report">Bug reporting</a></li>
</ul><p> </p>
<h2>User and developers support:</h2>
<p> </p>
<ul><li><a href="http://www.midgard-project.org/discussion/user-forum/">Users' forum</a></li>
<li><a href="http://www.midgard-project.org/discussion/developer-forum/">Developers' forum</a></li>
<li>IRC: #midgard on irc.freenode.net</li>
</ul><p> </p>
<h2>About Midgard</h2>
<p><br />The Midgard Framework development started in 1997 and it was initially released as free software in May 1999. Midgard Project has since gathered an active user and developer community, powering thousands of web sites ranging from simple organizational intranets to large community portals.<br /><br />Midgard is being developed by an international team of professionals. Midgard's development team includes new media designers, system integrators and content management consultants. Midgard development has been supported by several commercial and governmental entities including the European Union and the Swedish Internet Foundation.<br /><br />Midgard is free software available under the GNU LGPL license.</p>
<h2>Contacts</h2>
<p><br />Piotr Pokora, Midgard release manager<br />piotrek.pokora(at)gmail.com<br /><br />Henri Bergius, Midgard spokesman<br />henri.bergius(at)iki.fi<br /><br />The Midgard Project<br /><a href="http://www.midgard-project.org">http://www.midgard-project.org</a></p>]]></description>
            <category>framework</category>
            <pubDate>Thu, 12 Mar 2009 11:18:37 +0000</pubDate>
            <guid>http://www.midgard-project.org/midcom-permalink-880e6a140ef711de8c85811369cce163e163</guid>
        </item>
        <item>
            <title>Midgard-data 8.09.3.1 hotfix</title>
            <link>http://www.midgard-project.org/updates/midgard-data-8-09-3-1-hotfix/</link>
            <description><![CDATA[
<p>Midgard-data hotfix already available. <a href="http://www.midgard-project.org/updates/new_installs_of_midgard_temporarily_disrupted_because_pearified-com_is_down/">Pearified channel related issue </a>has been fixed and datagard works correctly again.</p>
<p>New package is available from <a href="http://www.midgard-project.org/download/8-9/">download page</a>.</p>
<p><a href="http://www.midgard-project.org/documentation/installation-distros/">Binary packages</a> should be ready in next few hours.</p>
<p> </p>
<p> </p>]]></description>
            <category>cms</category>
            <pubDate>Mon, 02 Feb 2009 10:45:12 +0000</pubDate>
            <guid>http://www.midgard-project.org/midcom-permalink-9184c52ef11611dd95e56d9c5fea073f073f</guid>
        </item>
    </channel>
</rss>
