<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="http://www.hiveminds.co.uk/feed.xsl" ?>
<?xml-stylesheet type="text/css" href="http://www.hiveminds.co.uk/feed.css" ?>
<rss version="2.0" xml:base="http://www.hiveminds.co.uk">
<channel>
 <title>Hiveminds Magazine - Helper modules</title>
 <link>http://www.hiveminds.co.uk/taxonomy/term/107/0</link>
 <description></description>
 <language>en</language>
 <copyright><![CDATA[Hiveminds Magazine copyrighted 2005-2006]]></copyright>
<item>
 <title>Drupal Super Uploader Module</title>
 <link>http://www.hiveminds.co.uk/content/drupal-super-uploader-module.html</link>
 <description><![CDATA[Super uploader is a module for uploading files as links and is themeable it features gmail-style javascript interface (should degrade gracefully for non-javascript users).]]></description>
<comments>http://www.hiveminds.co.uk/content/drupal-super-uploader-module.html#comment-form</comments>
 <category domain="http://www.hiveminds.co.uk/taxonomy/term/411">File downloads</category>
 <category domain="http://www.hiveminds.co.uk/taxonomy/term/107">Helper modules</category>
<pubDate>Wed, 08 Feb 2006 13:43:40 -0800</pubDate>
<guid isPermaLink="true">http://www.hiveminds.co.uk/node/590</guid>
</item>
<item>
 <title>Drupal 4.5 Technorati Tag Module</title>
 <link>http://www.hiveminds.co.uk/content/drupal-4-5-technorati-tag-module.html</link>
 <description><![CDATA[Technorati link tags can be added to post with this module. Drupal 4.5 does not have RSS 2.0 or Atom RSS feed with categories which Technorati consumes. This module allows the users to manually add tags as they go.]]></description>
<comments>http://www.hiveminds.co.uk/content/drupal-4-5-technorati-tag-module.html#comment-form</comments>
 <category domain="http://www.hiveminds.co.uk/taxonomy/term/411">File downloads</category>
 <category domain="http://www.hiveminds.co.uk/taxonomy/term/107">Helper modules</category>
<pubDate>Sun, 29 Jan 2006 08:13:52 -0800</pubDate>
<guid isPermaLink="true">http://www.hiveminds.co.uk/node/711</guid>
</item>
<item>
 <title>Drupal 4.5 FOAF Module</title>
 <link>http://www.hiveminds.co.uk/content/drupal-4-5-foaf-module.html</link>
 <description><![CDATA[FOAF module enables the automatic import and synchronize of profile information between any Drupal-powered sites. It can import profile information from external FOAF files or export a FOAF file based on a user's profile. FOAF is an acronym for Friend of a Friend. This is a helper module intended for developers who want to use FOAF technology it the development of cross site communities.]]></description>
<comments>http://www.hiveminds.co.uk/content/drupal-4-5-foaf-module.html#comment-form</comments>
 <category domain="http://www.hiveminds.co.uk/taxonomy/term/411">File downloads</category>
 <category domain="http://www.hiveminds.co.uk/taxonomy/term/107">Helper modules</category>
<pubDate>Tue, 24 Jan 2006 08:37:19 -0800</pubDate>
<guid isPermaLink="true">http://www.hiveminds.co.uk/node/389</guid>
</item>
<item>
 <title>Drupal Variable Module</title>
 <link>http://www.hiveminds.co.uk/content/drupal-variable-module.html</link>
 <description><![CDATA[A small module which accepts an HTTP POST and saves the POST variables to the variables table.]]></description>
<comments>http://www.hiveminds.co.uk/content/drupal-variable-module.html#comment-form</comments>
 <category domain="http://www.hiveminds.co.uk/taxonomy/term/411">File downloads</category>
 <category domain="http://www.hiveminds.co.uk/taxonomy/term/107">Helper modules</category>
<pubDate>Sat, 24 Dec 2005 03:01:02 -0800</pubDate>
<guid isPermaLink="true">http://www.hiveminds.co.uk/node/510</guid>
</item>
<item>
 <title>Drupal Simpletest Module</title>
 <link>http://www.hiveminds.co.uk/content/drupal-simpletest-module.html</link>
 <description><![CDATA[A framework for running automated unit tests in Drupal. This module is aimed most to Drupal developers and server admins that want to check performance.]]></description>
<comments>http://www.hiveminds.co.uk/content/drupal-simpletest-module.html#comment-form</comments>
 <category domain="http://www.hiveminds.co.uk/taxonomy/term/411">File downloads</category>
 <category domain="http://www.hiveminds.co.uk/taxonomy/term/107">Helper modules</category>
<pubDate>Fri, 23 Dec 2005 15:04:07 -0800</pubDate>
<guid isPermaLink="true">http://www.hiveminds.co.uk/node/471</guid>
</item>
<item>
 <title>Drupal Quick Tags Module</title>
 <link>http://www.hiveminds.co.uk/content/drupal-quick-tags-module.html</link>
 <description><![CDATA[The quicktags module adds buttons above all your textareas. It uses on-the-fly generated javascript to do the magick. It is not a wysiwyg editor, but something far simpler: It simply inserts the basic HTML into your textarea. It also introduces a hook, so that module developers can easily have their module add a button.]]></description>
<comments>http://www.hiveminds.co.uk/content/drupal-quick-tags-module.html#comment-form</comments>
 <category domain="http://www.hiveminds.co.uk/taxonomy/term/411">File downloads</category>
 <category domain="http://www.hiveminds.co.uk/taxonomy/term/107">Helper modules</category>
 <category domain="http://www.hiveminds.co.uk/taxonomy/term/112">User experience</category>
<pubDate>Fri, 23 Dec 2005 09:55:47 -0800</pubDate>
<guid isPermaLink="true">http://www.hiveminds.co.uk/node/457</guid>
</item>
<item>
 <title>Drupal Poor Man's Cron Module</title>
 <link>http://www.hiveminds.co.uk/content/drupal-poor-mans-cron-module.html</link>
 <description><![CDATA[Many times Drupal CMS uses Linux cronjobs to accomplish regular scheduled tasks. The porblem is that not everyone has cronjob support on their server or they just do not know how to use crontab. Poorman's Cron module runs the Drupal cron operations without needing the cron application. It uses visitors to the site to trigger the scheduled operation.]]></description>
<comments>http://www.hiveminds.co.uk/content/drupal-poor-mans-cron-module.html#comment-form</comments>
 <category domain="http://www.hiveminds.co.uk/taxonomy/term/411">File downloads</category>
 <category domain="http://www.hiveminds.co.uk/taxonomy/term/107">Helper modules</category>
<pubDate>Fri, 23 Dec 2005 06:34:25 -0800</pubDate>
<guid isPermaLink="true">http://www.hiveminds.co.uk/node/449</guid>
</item>
<item>
 <title>Drupal Location Module</title>
 <link>http://www.hiveminds.co.uk/content/drupal-location-module.html</link>
 <description><![CDATA[This module provides an API which contains routines for conducting postal code proximity searches, deep linking into mapping services, and other functions for generating location forms and collecting locations.]]></description>
<comments>http://www.hiveminds.co.uk/content/drupal-location-module.html#comment-form</comments>
 <category domain="http://www.hiveminds.co.uk/taxonomy/term/411">File downloads</category>
 <category domain="http://www.hiveminds.co.uk/taxonomy/term/107">Helper modules</category>
<pubDate>Thu, 22 Dec 2005 22:24:25 -0800</pubDate>
<guid isPermaLink="true">http://www.hiveminds.co.uk/node/420</guid>
</item>
<item>
 <title>Drupal Fscache Module</title>
 <link>http://www.hiveminds.co.uk/content/drupal-fscache-module.html</link>
 <description><![CDATA[A file system cache which allows storing of files on the filesystem of your web site. This module is used by filestore2 to ease the maintenace of files uploaded to the website.]]></description>
<comments>http://www.hiveminds.co.uk/content/drupal-fscache-module.html#comment-form</comments>
 <category domain="http://www.hiveminds.co.uk/taxonomy/term/411">File downloads</category>
 <category domain="http://www.hiveminds.co.uk/taxonomy/term/107">Helper modules</category>
<pubDate>Thu, 22 Dec 2005 03:47:19 -0800</pubDate>
<guid isPermaLink="true">http://www.hiveminds.co.uk/node/395</guid>
</item>
<item>
 <title>Drupal File Manager Module</title>
 <link>http://www.hiveminds.co.uk/content/drupal-file-manager-module.html</link>
 <description><![CDATA[This module adds a full featured file management API for your modules to use. This API is module development and does not directly add functionality to your site. This module is required for the attachment module which is an alternative to Drupal's included upload module.]]></description>
<comments>http://www.hiveminds.co.uk/content/drupal-file-manager-module.html#comment-form</comments>
 <category domain="http://www.hiveminds.co.uk/taxonomy/term/411">File downloads</category>
 <category domain="http://www.hiveminds.co.uk/taxonomy/term/107">Helper modules</category>
<pubDate>Thu, 22 Dec 2005 01:49:11 -0800</pubDate>
<guid isPermaLink="true">http://www.hiveminds.co.uk/node/386</guid>
</item>
<item>
 <title>Drupal Cron Plus Module</title>
 <link>http://www.hiveminds.co.uk/content/drupal-cron-plus-module.html</link>
 <description><![CDATA[CronPlus adds more "cron" hooks to Drupal beyond the basic one, with each of the new hooks being called at or near specified time intervals (hourly, daily, weekly, monthly, and yearly). UPDATED 2005-12-08]]></description>
<comments>http://www.hiveminds.co.uk/content/drupal-cron-plus-module.html#comment-form</comments>
 <category domain="http://www.hiveminds.co.uk/taxonomy/term/411">File downloads</category>
 <category domain="http://www.hiveminds.co.uk/taxonomy/term/107">Helper modules</category>
<pubDate>Wed, 21 Dec 2005 22:24:14 -0800</pubDate>
<guid isPermaLink="true">http://www.hiveminds.co.uk/node/366</guid>
</item>
<item>
 <title>Drupal API Documentation Module</title>
 <link>http://www.hiveminds.co.uk/content/drupal-api-documentation-module.html</link>
 <description><![CDATA[This is an implementation of a subset of the Doxygen documentation generator specification, tuned to produce output that best benefits the Drupal code base.]]></description>
<comments>http://www.hiveminds.co.uk/content/drupal-api-documentation-module.html#comment-form</comments>
 <category domain="http://www.hiveminds.co.uk/taxonomy/term/411">File downloads</category>
 <category domain="http://www.hiveminds.co.uk/taxonomy/term/107">Helper modules</category>
<pubDate>Wed, 21 Dec 2005 09:34:46 -0800</pubDate>
<guid isPermaLink="true">http://www.hiveminds.co.uk/node/341</guid>
</item>
</channel>
</rss>
