<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Diem Project Plugins</title>
    <link>http://diem-project.org/plugins</link>
    <description></description>
    <pubDate>Fri, 16 Jul 2010 06:42:06 +0200</pubDate>
    <managingEditor>Thibault Duplessis</managingEditor>
    <language>en</language>
    <item>
      <title><![CDATA[dmAkismetPlugin]]></title>
      <link>http://diem-project.org/plugins/dmakismetplugin</link>
      <description><![CDATA[<p class="dm_first_p">dmAkismetPlugin allows to detect if a comment (or another content) is a spam using the akismet service.</p>]]></description>
      <guid isPermaLink="false">dmAkismetPlugin (32)</guid>
      <pubDate>Fri, 16 Jul 2010 06:42:06 +0200</pubDate>
    </item>
    <item>
      <title><![CDATA[dmWhoIsOnlinePlugin]]></title>
      <link>http://diem-project.org/plugins/dmwhoisonlineplugin</link>
      <guid isPermaLink="false">dmWhoIsOnlinePlugin (31)</guid>
      <pubDate>Sat, 19 Jun 2010 16:45:57 +0200</pubDate>
    </item>
    <item>
      <title><![CDATA[dmTinyMcePlugin]]></title>
      <link>http://diem-project.org/plugins/dmtinymceplugin</link>
      <description><![CDATA[<p class="dm_first_p">dmTinyMcePlugin is a Diem plugin that implements TinyMCE - Javascript WYSIWYG Editor.<br />
This plugin is port of <a class="link" href="http://diem-project.org/plugins/dmckeditorplugin" title="dmCkEditorPlugin">dmCkEditorPlugin</a> by Thibault Duplessis,<br />
borrows some code from it and have very similar features.</p>]]></description>
      <guid isPermaLink="false">dmTinyMcePlugin (30)</guid>
      <pubDate>Wed, 16 Jun 2010 18:19:20 +0200</pubDate>
    </item>
    <item>
      <title><![CDATA[dmNewsPlugin]]></title>
      <link>http://diem-project.org/plugins/dmnewsplugin</link>
      <description><![CDATA[<p class="dm_first_p">Still in developement</p>]]></description>
      <guid isPermaLink="false">dmNewsPlugin (29)</guid>
      <pubDate>Wed, 02 Jun 2010 23:20:14 +0200</pubDate>
    </item>
    <item>
      <title><![CDATA[dmDynamicMenuPlugin]]></title>
      <link>http://diem-project.org/plugins/dmdynamicmenuplugin</link>
      <description><![CDATA[<p class="dm_first_p">dmDynamicMenuPlugin adds a dynamic menu widget to the "Add" menu.<br />
Widget appears in "Navigation" section.<br />
Work with widget is almost same as work with built-in Menu widget.</p>

<p>Dynamic menu will "unfold" your menu according to your page structure.<br />
For example we have such kind nested structure of a pages:</p>

<pre><code>home  
 page-1  
   page-1-1  
   page-1-2  
   page-1-3  
 page-2  
   page-2-1  
   page-2-2  
... etc  </code></pre>

<p>All pages have a same layout.<br />
Dynamic menu widget is dropped at the left sidebar and has items:</p>

<pre><code>page-1  
page-2  
page-3  </code></pre>

<p>When we navigate to the 'page-1', widget dymically will be changed.<br />
Menu of page-1 page has menu items of first level and unfolded second level<br />
items, that are subpages of the current page-1:</p>

<pre><code>page-1  
  page-1-1  
  page-1-2  
  page-1-3  
page-2  
page-3  </code></pre>

<p>For more information see documentation tab.</p>]]></description>
      <guid isPermaLink="false">dmDynamicMenuPlugin (28)</guid>
      <pubDate>Tue, 01 Jun 2010 22:34:27 +0200</pubDate>
    </item>
    <item>
      <title><![CDATA[dmFloodControlPlugin]]></title>
      <link>http://diem-project.org/plugins/dmfloodcontrolplugin</link>
      <description><![CDATA[<p class="dm_first_p">dmFloodControlPlugin provides a way to limit the number of actions a client (identified with an IP) can do.<br />
You can assign a number of credits for an action. When the client uses this action, a credit is used.<br />
When all credits are used, a dmFloodControlOutOfCreditException is thrown.<br />
This plugin can be used to prevent bots to send tons of mails from your website, for example.<br />
Note that in this case, it is not as efficient as a captcha.</p>]]></description>
      <guid isPermaLink="false">dmFloodControlPlugin (27)</guid>
      <pubDate>Fri, 23 Apr 2010 16:09:00 +0200</pubDate>
    </item>
    <item>
      <title><![CDATA[dmTalkPlugin]]></title>
      <link>http://diem-project.org/plugins/dmtalkplugin</link>
      <description><![CDATA[<p class="dm_first_p">dmTalkPlugin provides an HTML/CSS/JS web chat.<br />
It allows to create rooms and chat without any registration.<br />
<a class="link" href="http://talk.diem-project.org" target="_blank" title="Diem Talk: no registration, no flash web chat"><strong>Try it online!</strong></a><br />
<a class="link" href="http://talk.diem-project.org" target="_blank"><img alt=" Diem Talk: no registration, no flash web chat" src="http://diem-project.org/uploads/screen/diem_talk.jpg" /></a></p>]]></description>
      <guid isPermaLink="false">dmTalkPlugin (26)</guid>
      <pubDate>Sun, 04 Apr 2010 13:59:12 +0200</pubDate>
    </item>
    <item>
      <title><![CDATA[dmBotPlugin]]></title>
      <link>http://diem-project.org/plugins/dmbotplugin</link>
      <description><![CDATA[<p class="dm_first_p">Accessible from your admin interface, this bot lets you choose pages, then browse them like a unauthenticated visitor.<br />
It will report the status of your pages, detect errors and preload the cache.<br />
It can be used for automated functional tests.<br />
<img alt="dmBotPlugin" src="http://diem-project.org/uploads/screen/dmBotPlugin.png" /></p>]]></description>
      <guid isPermaLink="false">dmBotPlugin (25)</guid>
      <pubDate>Tue, 30 Mar 2010 19:58:39 +0200</pubDate>
    </item>
    <item>
      <title><![CDATA[dmConfigOverriderPlugin]]></title>
      <link>http://diem-project.org/plugins/dmconfigoverriderplugin</link>
      <description><![CDATA[<p class="dm_first_p">Sometimes, we want to be able to change some symfony config from the admin panel.</p>

<p>This very simple plugin allows you to override any sfConfig app_* from the System > Configuration > Settings panel.<br />
You just have to create a new setting starting with the app_ prefix.</p>]]></description>
      <guid isPermaLink="false">dmConfigOverriderPlugin (24)</guid>
      <pubDate>Fri, 26 Mar 2010 10:20:53 +0100</pubDate>
    </item>
    <item>
      <title><![CDATA[dmWidgetExternalVideoPlugin]]></title>
      <link>http://diem-project.org/plugins/dmwidgetexternalvideoplugin</link>
      <guid isPermaLink="false">dmWidgetExternalVideoPlugin (23)</guid>
      <pubDate>Thu, 25 Mar 2010 23:44:20 +0100</pubDate>
    </item>
    <item>
      <title><![CDATA[dmBitLyPlugin]]></title>
      <link>http://diem-project.org/plugins/dmbitlyplugin</link>
      <description><![CDATA[<p class="dm_first_p">Sometimes you want to share your website pages with twitter. You can shorten the page urls with a JavaScript API, but it slows down terribly your website.<br />
This plugin asks only once for the shorten url, then cache it in database for later access.</p>]]></description>
      <guid isPermaLink="false">dmBitLyPlugin (22)</guid>
      <pubDate>Thu, 25 Mar 2010 19:06:11 +0100</pubDate>
    </item>
    <item>
      <title><![CDATA[dmWidgetGalleryGridPlugin]]></title>
      <link>http://diem-project.org/plugins/dmwidgetgallerygridplugin</link>
      <description><![CDATA[<p class="dm_first_p">Adds a galleryGrid widget to the front Add menu.<br />
It allows to build image galleries without writing a line of code.<br />
Images are sortable and can be viewed in with the nice Diem built-in ColorBox plugin.</p>]]></description>
      <guid isPermaLink="false">dmWidgetGalleryGridPlugin (21)</guid>
      <pubDate>Mon, 22 Mar 2010 23:50:53 +0100</pubDate>
    </item>
    <item>
      <title><![CDATA[dmMediaUploadifyerPlugin]]></title>
      <link>http://diem-project.org/plugins/dmmediauploadifyerplugin</link>
      <guid isPermaLink="false">dmMediaUploadifyerPlugin (20)</guid>
      <pubDate>Tue, 09 Mar 2010 14:03:12 +0100</pubDate>
    </item>
    <item>
      <title><![CDATA[alGuestbookPlugin]]></title>
      <link>http://diem-project.org/plugins/alguestbookplugin</link>
      <guid isPermaLink="false">alGuestbookPlugin (19)</guid>
      <pubDate>Mon, 08 Mar 2010 21:49:06 +0100</pubDate>
    </item>
    <item>
      <title><![CDATA[dmSqlBackupPlugin]]></title>
      <link>http://diem-project.org/plugins/dmsqlbackupplugin</link>
      <description><![CDATA[<p class="dm_first_p">dmSqlBackupPlugin allows to create SQL backups for your project.<br />
It provides the sql_backup service, and a dm:sql-backup task.<br />
Fully configurable and extensible with new database adapters.<br />
Currently, only a Mysql adapter is available.</p>]]></description>
      <guid isPermaLink="false">dmSqlBackupPlugin (16)</guid>
      <pubDate>Wed, 03 Mar 2010 19:43:19 +0100</pubDate>
    </item>
    <item>
      <title><![CDATA[dmGithubPlugin]]></title>
      <link>http://diem-project.org/plugins/dmgithubplugin</link>
      <description><![CDATA[<p class="dm_first_p">dmGithubPlugin allows to connect your site with GitHub.<br />
It bundles <a class="link" href="http://github.com/ornicar/php-github-api" target="_blank">php-github-api</a>, an object oriented GitHub API for PHP5.<br />
It packages two Diem front widgets to display issues and commits.</p>

<p><a class="link" href="/development" title="Development">See it in action on Diem Development page</a>.</p>]]></description>
      <guid isPermaLink="false">dmGithubPlugin (15)</guid>
      <pubDate>Mon, 15 Feb 2010 13:31:42 +0100</pubDate>
    </item>
    <item>
      <title><![CDATA[dmTagPlugin]]></title>
      <link>http://diem-project.org/plugins/dmtagplugin</link>
      <description><![CDATA[<p class="dm_first_p">The <code>dmTagPlugin</code> allows to add tags to your records.<br />
It packages<br />
- a Doctrine behaviour, "DmTaggable"<br />
- three front widgets: "dmTag/list", "dmTag/popular" and "dmTag/show"<br />
- an admin interface to manage tags</p>

<p>DmTaggable works like <a class="link" href="http://www.doctrine-project.org/extension/Taggable/1_2-1_0" target="_blank">Doctrine Taggable</a>.<br />
The main difference is that the DmTag model physically exists; it allows to use the DmTagTable at any moment.<br />
One Diem page is created for each tag.</p>

<p>The plugin is fully extensible. Only works with <a class="link" href="http://diem-project.org/">Diem 5.0</a> installed.</p>]]></description>
      <guid isPermaLink="false">dmTagPlugin (14)</guid>
      <pubDate>Tue, 09 Feb 2010 14:57:04 +0100</pubDate>
    </item>
    <item>
      <title><![CDATA[dmCommentPlugin]]></title>
      <link>http://diem-project.org/plugins/dmcommentplugin</link>
      <description><![CDATA[<p class="dm_first_p">The <code>dmCommentPlugin</code> allows to add comments to your records.<br />
It packages<br />
- a Doctrine behaviour, "DmCommentable"<br />
- two front widgets: "Form" and "Page comments"<br />
- an admin interface to manage comments<br />
Integrates recaptcha validation.</p>]]></description>
      <guid isPermaLink="false">dmCommentPlugin (11)</guid>
      <pubDate>Wed, 03 Feb 2010 18:21:30 +0100</pubDate>
    </item>
    <item>
      <title><![CDATA[dmGoogleMapPlugin]]></title>
      <link>http://diem-project.org/plugins/dmgooglemapplugin</link>
      <description><![CDATA[<p class="dm_first_p">The <code>dmGoogleMapPlugin</code> allows to display configurable google maps.<br />
It packages a Diem front widget, and adds a _map() helper.</p>

<p>Uses Google Map API V3. You don't need any API key to use it.</p>]]></description>
      <guid isPermaLink="false">dmGoogleMapPlugin (10)</guid>
      <pubDate>Wed, 27 Jan 2010 20:45:27 +0100</pubDate>
    </item>
    <item>
      <title><![CDATA[dmContactPlugin]]></title>
      <link>http://diem-project.org/plugins/dmcontactplugin</link>
      <description><![CDATA[<p class="dm_first_p">The <code>dmContactPlugin</code> allows to display a typical contact form.<br />
By default, contact requests sent with the form are stored in database.<br />
The plugin packages a Diem front widget and an admin interface to manage contact requests.<br />
Integrates recaptcha validation.</p>

<p>See it in action on the <a class="link" href="/contact" title="Contact the core team">contact page</a></p>]]></description>
      <guid isPermaLink="false">dmContactPlugin (9)</guid>
      <pubDate>Mon, 25 Jan 2010 00:35:17 +0100</pubDate>
    </item>
  </channel>
</rss>