<?xml version='1.0'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:georss="http://www.georss.org/georss" >
<channel>
	<title><![CDATA[The Elgg Community: caedes's plugins, themes and language packs]]></title>
	<link>http://community.elgg.org/plugins/developer/caedes</link>
	<description><![CDATA[]]></description>
	
	<item>
	<guid isPermaLink="true">http://community.elgg.org/plugins/504052/1.3/dokuwiki-for-groups</guid>
	<pubDate>Wed, 26 May 2010 19:32:23 +0000</pubDate>
	<link>http://community.elgg.org/plugins/504052/1.3/dokuwiki-for-groups</link>
	<title><![CDATA[Dokuwiki for groups]]></title>
	<description><![CDATA[
<p>Adds wikis for elgg, and integrates the permission system. For elgg 1.7.1</p>
<p>Every group gets a wiki option on their configuration, and when enabled means the group has a wiki group members can edit. The acls can be edited like the dokuwiki ones, but will refer to elgg groups and users.</p>
<p>This is an experimental effort, and help on debugging and testing is appreciated. Note a few changes where made to dokuwiki to be able to integrate it, so additional plugins to be installed need a few changes.</p>
<p><strong>Important:</strong>, check the README document, for some changes to be made to your .htaccess file for the plugin to work properly.</p>
]]></description>
	<dc:creator>caedes</dc:creator>
</item>
<item>
	<guid isPermaLink="true">http://community.elgg.org/plugins/493281/1.2/group-operators</guid>
	<pubDate>Fri, 07 May 2010 09:34:44 +0000</pubDate>
	<link>http://community.elgg.org/plugins/493281/1.2/group-operators</link>
	<title><![CDATA[Group Operators]]></title>
	<description><![CDATA[
<p>Allows groups to have several operators (a.k.a. admins).The group owner is the initial operator (and cannot be removed), who can add or remove operators (and then operators can also add or remove operators).</p>
<p>For elgg 1.7 and 1.7.1</p>
<p>Spanish, french and portuguese english translations are provided, if you translate to other languages remember to send them back so they can be included in upcoming releases. thx!</p>
<p>You are welcome to participate by joining or forking our code repo, providing patches, documenting or translating.</p>
]]></description>
	<dc:creator>caedes</dc:creator>
</item>
<item>
	<guid isPermaLink="true">http://community.elgg.org/plugins/484820/1.0/site-graph-stats</guid>
	<pubDate>Tue, 20 Apr 2010 21:43:32 +0000</pubDate>
	<link>http://community.elgg.org/plugins/484820/1.0/site-graph-stats</link>
	<title><![CDATA[Site Graph Stats]]></title>
	<description><![CDATA[
<p>Generates raphael graphs for some of the elgg entity types. For elgg 1.7</p>
<p>It allows to see object numbers since the site start, both in absolute and relative graphs (and any object type can be seen writing the url manually).</p>
<p><strong>Technical details/Todo</strong></p>
<ul>
<li><strong>For the moment the period of graphing is static to 1 week (each step in the graph is 1 week) and the range is the full site life. This should be changeable</strong></li>
<li><strong>The plugin is not really integrated with elgg ui.</strong></li>
<li><strong>The plugin doesn't add any link to the menu, you have to access <strong>pg/graphstats manually to see them.</strong></strong></li>
<li><strong><strong>Uses an internal jquery library, this should be changed to the elgg one.</strong></strong></li>
<li><strong><strong>Should have a dropdown with the entity types available.</strong></strong></li>
<li><strong><strong>The method used to make the graph may fail for sites with too much history, i'm interested to hear of such problems, for the moment it fails to make graphs for all entities on my sites, but can make the normal graphs for sites of up to 2 years history although not so much activity until recently.</strong></strong></li>
</ul>
<p>You are welcome to participate by joining or forking our code repo, providing patches, documenting or translating.</p>
]]></description>
	<dc:creator>caedes</dc:creator>
</item>
<item>
	<guid isPermaLink="true">http://community.elgg.org/plugins/481519/1.0/sitemetas</guid>
	<pubDate>Wed, 14 Apr 2010 18:12:42 +0000</pubDate>
	<link>http://community.elgg.org/plugins/481519/1.0/sitemetas</link>
	<title><![CDATA[sitemetas]]></title>
	<description><![CDATA[
<p>Allows to have translatable keyworks and description metas on elgg.</p>
<p>Also has the option to support different meta "namespaces" so each site can use different ones.</p>
<p>You are welcome to participate in the plugin development by joining or forking our code repo, providing patches, documenting or translating.</p>
]]></description>
	<dc:creator>caedes</dc:creator>
</item>
<item>
	<guid isPermaLink="true">http://community.elgg.org/plugins/477607/1.2/microthemes</guid>
	<pubDate>Wed, 07 Apr 2010 01:14:09 +0000</pubDate>
	<link>http://community.elgg.org/plugins/477607/1.2/microthemes</link>
	<title><![CDATA[Microthemes]]></title>
	<description><![CDATA[
<p>Themes can be set for each user (appears in their profile and dashboard), for each group (themes the groups pages) or for the site (all of the rest).</p>
<p>&nbsp;</p>
<p>Note this is not a theme in itself. It needs to work over some other theme, and some themes can interact better or worse with this. Standard elgg theme is tested and works ok, and the theme_loreahub theme is specially recommended.</p>
<p>&nbsp;</p>
<p>The idea is each microtheme is a combination of toolbar color, background color, background image (or header depending how you use it), and a couple other options.</p>
<p>Installation: Put inside your mod/ folder and enjoy!!</p>
<p>You are welcome to participate in the plugin development by joining or forking our code repo, providing patches, documenting or translating.</p>
<p>"Cada loco con su tema"</p>
]]></description>
	<dc:creator>caedes</dc:creator>
</item>
<item>
	<guid isPermaLink="true">http://community.elgg.org/plugins/469716/1.0/editable-comments</guid>
	<pubDate>Sat, 27 Mar 2010 09:38:19 +0000</pubDate>
	<link>http://community.elgg.org/plugins/469716/1.0/editable-comments</link>
	<title><![CDATA[Editable Comments]]></title>
	<description><![CDATA[
<p>Simple plugin to make all comments editable. Made for elgg 1.7.</p>
<p>You are welcome to participate in the plugin development by joining or forking our code repo, providing patches, documenting or translating</p>
]]></description>
	<dc:creator>caedes</dc:creator>
</item>
<item>
	<guid isPermaLink="true">http://community.elgg.org/plugins/469709/1.0/elgg-gpg-plugin</guid>
	<pubDate>Sat, 27 Mar 2010 09:26:59 +0000</pubDate>
	<link>http://community.elgg.org/plugins/469709/1.0/elgg-gpg-plugin</link>
	<title><![CDATA[Elgg Gpg Plugin]]></title>
	<description><![CDATA[
<p>This plugins goal is to provide nice integration of gpg with elgg, so that users can upload keys, and encrypted messages can be sent or received, providing true privacy for users.</p>
<p>You are welcome to participate in the plugin development by joining or forking our code repo, providing patches, documenting or translating</p>
]]></description>
	<dc:creator>caedes</dc:creator>
</item>

</channel>
</rss>