<?xml version="1.0" encoding="UTF-8"?>
<extensions type="array">
  <extension>
    <name>banner_rotator</name>
    <description>A simple extension to support rotating banners on pages.</description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/seancribbs/radiant-banner-rotator-extension.git</repository-url>
    <download-type></download-type>
    <download-url></download-url>
    <install-type>Git</install-type>
    <author>
      <name>Sean Cribbs</name>
      <first-name>Sean</first-name>
      <last-name>Cribbs</last-name>
      <email>seancribbs@gmail.com</email>
    </author>
  </extension>
  <extension>
    <name>chronicle</name>
    <description>This extension adds versioning to pages and uses a page's status to determine its visibility. The most recent published or hidden version is visible in live mode and the most recent version, a.k.a. the &quot;current version,&quot; is visible in dev mode regardless of its status. Thus, you can work on a draft in dev mode, preview exactly how it will look, and then make it live when you are ready by changing its status to published.  Also shows diffs between versions.</description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/jgarber/radiant-chronicle-extension.git</repository-url>
    <download-type></download-type>
    <download-url></download-url>
    <install-type>Git</install-type>
    <author>
      <name>Jason Garber</name>
      <first-name>Jason</first-name>
      <last-name>Garber</last-name>
      <email>jg@jasongarber.com</email>
    </author>
  </extension>
  <extension>
    <name>aggregation</name>
    <description>Collects children of multiple unrelated pages for iteration with &amp;lt;r:children:each&amp;gt;</description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/radiant/radiant-aggregation-extension.git</repository-url>
    <download-type></download-type>
    <download-url></download-url>
    <install-type>Git</install-type>
    <author>
      <name>Sean Cribbs</name>
      <first-name>Sean</first-name>
      <last-name>Cribbs</last-name>
      <email>seancribbs@gmail.com</email>
    </author>
  </extension>
  <extension>
    <name>ad_banners</name>
    <description>Display random banners in your pages. Uses a simple &amp;lt;r:ad_banner/&amp;gt; tag and avoids duplicates when multiple banners are included on a page.

Requires the &quot;paperclipped extension&quot;:http://ext.radiantcms.org/extensions/20-paperclipped for asset management of the banner images.</description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/davec/radiant-ad_banners-extension.git</repository-url>
    <download-type></download-type>
    <download-url></download-url>
    <install-type>Git</install-type>
    <author>
      <name>David Cato</name>
      <first-name>David</first-name>
      <last-name>Cato</last-name>
      <email>git@crunchyfrog.net</email>
    </author>
  </extension>
  <extension>
    <name>admin_breadcrumbs</name>
    <description>Adds breadcrumbs to the page edit interface (extended metadata) to provide links to the ancestor pages.</description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/saturnflyer/radiant-admin_breadcrumbs-extension.git</repository-url>
    <download-type></download-type>
    <download-url></download-url>
    <install-type>Git</install-type>
    <author>
      <name>Jim Gay</name>
      <first-name>Jim</first-name>
      <last-name>Gay</last-name>
      <email>jim@saturnflyer.com</email>
    </author>
  </extension>
  <extension>
    <name>tags</name>
    <description>This extension enhances the page model with tagging capabilities, tagging as in &quot;2.0&quot; and tagclouds.</description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/jomz/radiant-tags-extension.git</repository-url>
    <download-type>Zip</download-type>
    <download-url>http://github.com/jomz/radiant-tags-extension/zipball/master</download-url>
    <install-type>Git</install-type>
    <author>
      <name>Benny Degezelle</name>
      <first-name>Benny</first-name>
      <last-name>Degezelle</last-name>
      <email>benny@gorilla-webdesign.be</email>
    </author>
  </extension>
  <extension>
    <name>index_page</name>
    <description>This is for indexes that have no content for themselves.
For example, a site may be structured like so to keep things organized and clean:

/about
/about/history
/about/team
/about/objective

Now it is very possible that there is no content for the 'index' page on /about.
With this extension you just make the page on /about an IndexPage, which will...

* redirect your visitors to it's first published child (default setting)
* renders the content of the first published child under the parent url</description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/jomz/radiant-index-page-extension.git</repository-url>
    <download-type>Zip</download-type>
    <download-url>http://github.com/jomz/radiant-index-page-extension/zipball/master</download-url>
    <install-type>Git</install-type>
    <author>
      <name>Benny Degezelle</name>
      <first-name>Benny</first-name>
      <last-name>Degezelle</last-name>
      <email>benny@gorilla-webdesign.be</email>
    </author>
  </extension>
  <extension>
    <name>back_door</name>
    <description>Back door is a Radiant extension that allows executing Ruby code directly inside Radiant templates. It provides the following main tags: &amp;lt;r:ruby&amp;gt;, &amp;lt;r:erb&amp;gt;, &amp;lt;r:if&amp;gt;, &amp;lt;r:else&amp;gt;, &amp;lt;r:unless&amp;gt;, &amp;lt;r:tag&amp;gt; and &amp;lt;r:erb_tag&amp;gt;.

The objective of this extension is to avoid writing Radiant extensions for easy tasks.  If you just need some Ruby/ERB code inside templates, this extension is for you.  If you want to implement Radius tags, modify the admin interface or define some other complex behavior you should revert to writing a complete Radiant extension.</description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/aitorgr/radiant-backdoor.git</repository-url>
    <download-type></download-type>
    <download-url></download-url>
    <install-type>Git</install-type>
    <author>
      <name></name>
      <first-name></first-name>
      <last-name></last-name>
      <email>aitorgr@gmail.com</email>
    </author>
  </extension>
  <extension>
    <name>future_publishing</name>
    <description>The future publishing extension makes it possible to publish a page at a certain time in the future.
Use the default 'published_at' select boxes to pick a time in the future.</description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/jomz/radiant-future-publishing-extension.git</repository-url>
    <download-type></download-type>
    <download-url></download-url>
    <install-type>Git</install-type>
    <author>
      <name>Benny Degezelle</name>
      <first-name>Benny</first-name>
      <last-name>Degezelle</last-name>
      <email>benny@gorilla-webdesign.be</email>
    </author>
  </extension>
  <extension>
    <name>nested_layouts</name>
    <description>Provides tags for easily creating nested layouts.

Nested Layouts enables reuse of a top-level &quot;master&quot; layout (one that contains your &lt;html&gt; tags and the overall structure/wrapper of your site) for several different &quot;nested&quot; layouts (i.e. a one-column layout and a two-column layout).  Keep your layouts DRY!
</description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/moklett/radiant-nested-layouts-extension.git</repository-url>
    <download-type>Tarball</download-type>
    <download-url>http://github.com/moklett/radiant-nested-layouts-extension/tarball/master</download-url>
    <install-type>Git</install-type>
    <author>
      <name>Michael Klett</name>
      <first-name>Michael</first-name>
      <last-name>Klett</last-name>
      <email>michael@webadvocate.com</email>
    </author>
  </extension>
  <extension>
    <name>ray</name>
    <description>friendly extension management with git or http.</description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/johnmuhl/radiant-ray-extension.git</repository-url>
    <download-type>Gzip</download-type>
    <download-url>http://github.com/johnmuhl/radiant-ray-extension/tarball/master</download-url>
    <install-type>Git</install-type>
    <author>
      <name>john muhl</name>
      <first-name>john</first-name>
      <last-name>muhl</last-name>
      <email>git@johnmuhl.com</email>
    </author>
  </extension>
  <extension>
    <name>sns_minifier</name>
    <description>Plugs into the SnS extension to allow you to shrink (minify) your CSS and/or JS files.  That way you can view and edit the big, easy-to-read, commented versions but serve low-fat ones.

Several several minification algorithms to choose from.</description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/SwankInnovations/radiant-sns-minifier-extension.git</repository-url>
    <download-type></download-type>
    <download-url></download-url>
    <install-type>Git</install-type>
    <author>
      <name>Chris Parrish</name>
      <first-name>Chris</first-name>
      <last-name>Parrish</last-name>
      <email>chris.parrish-gitmail@swankinnovations.com</email>
    </author>
  </extension>
  <extension>
    <name>file_system_resources</name>
    <description>Allows you to keep radius-based layouts and snippets on the file system.</description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/terralien/radiant-file-system-resources-extension.git</repository-url>
    <download-type></download-type>
    <download-url></download-url>
    <install-type>Git</install-type>
    <author>
      <name>Nathaniel Talbott</name>
      <first-name>Nathaniel</first-name>
      <last-name>Talbott</last-name>
      <email>nathaniel@terralien.com</email>
    </author>
  </extension>
  <extension>
    <name>rbac_assets</name>
    <description>An extension that utilizes the extension &quot;RBAC_Base&quot;:http://ext.radiantcms.org/extensions/87-rbac_base to allow only users in the &#8220;Assets&#8221; role to edit assets. </description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/dko/radiant-rbac_assets-extension.git</repository-url>
    <download-type></download-type>
    <download-url></download-url>
    <install-type>Git</install-type>
    <author>
      <name>Daniel K. O'Connell</name>
      <first-name>Daniel</first-name>
      <last-name>K. O'Connell</last-name>
      <email>dko at mac dot com</email>
    </author>
  </extension>
  <extension>
    <name>session_management</name>
    <description>Session Management allows us to track user information 
( i.e. user_id, session, page accessing, site, etc.)

== Installation

1) Unpack/checkout/export the extension into vendor/extensions of your 
   project.

2) Run the extension migrate &amp; update task.

  $ rake radiant:extensions:session_management:migrate
  $ rake radiant:extensions:session_management:update

3) Restart your server
</description>
    <repository-type>Git</repository-type>
    <repository-url>http://github.com/sandipransing/radiant-session_management-extension</repository-url>
    <download-type>Gzip</download-type>
    <download-url>http://github.com/sandipransing/sandipransing/radiant-session_management-extension/archives/master</download-url>
    <install-type>Git</install-type>
    <author>
      <name>Sandip Ransing (f.o.r. FunOnRails) </name>
      <first-name>Sandip</first-name>
      <last-name>Ransing (f.o.r. FunOnRails) </last-name>
      <email>san2821@gmail.com</email>
    </author>
  </extension>
  <extension>
    <name>beastly</name>
    <description>Allows RadiantCMS to share users and layouts with Altered Beast forum software.  See project's README file for more information and instructions on required plugins for your beast installation.</description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/xtoddx/beastly.git</repository-url>
    <download-type>Gzip</download-type>
    <download-url>http://github.com/xtoddx/beastly/tarball/master</download-url>
    <install-type>Git</install-type>
    <author>
      <name>Todd Willey</name>
      <first-name>Todd</first-name>
      <last-name>Willey</last-name>
      <email>todd@rubidine.com</email>
    </author>
  </extension>
  <extension>
    <name>name_dates</name>
    <description>Simple extensions that adds day and month tags, enabling localized day and month names for dates. Currently supports English, German and Dutch.</description>
    <repository-type></repository-type>
    <repository-url></repository-url>
    <download-type>Gzip</download-type>
    <download-url>http://www.nedforce.com/page_attachments/0000/0006/date_names.tar.gz</download-url>
    <install-type></install-type>
    <author>
      <name>Sjoerd Andringa</name>
      <first-name>Sjoerd</first-name>
      <last-name>Andringa</last-name>
      <email>s.andringa@nedforce.nl</email>
    </author>
  </extension>
  <extension>
    <name>cy_image</name>
    <description>CyImage extension can be used to implement on-fly image resizing using ImageMagick directly on your Radiant pages. </description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/ConstantineYurevich/radiant-cy-image-extension.git</repository-url>
    <download-type></download-type>
    <download-url></download-url>
    <install-type>Git</install-type>
    <author>
      <name> </name>
      <first-name></first-name>
      <last-name></last-name>
      <email>yurevichcv@gmail.com</email>
    </author>
  </extension>
  <extension>
    <name>application_theme</name>
    <description>Provides extensions the ability to alter the Radiant interface without  changing the underlying layout. You can use this to append (or completely replace) stylesheets or javascripts used by the interface.

This means that you can re-style it across the entire application, rather than just in your extension's controllers or by peppering your view files with @include_stylesheet@.</description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/saturnflyer/radiant-application_theme-extension.git</repository-url>
    <download-type></download-type>
    <download-url></download-url>
    <install-type>Git</install-type>
    <author>
      <name>Jim Gay</name>
      <first-name>Jim</first-name>
      <last-name>Gay</last-name>
      <email>jim@saturnflyer.com</email>
    </author>
  </extension>
  <extension>
    <name>event_feed</name>
    <description>An extension that adds an &quot;event feed&quot; to your Administration section.  

It hooks into Pages, Layouts, Snippets and Users and records any time they are created, updated or deleted.  These are then shown on the Events tab with the newest activity at the top.   

It's also really simple (one line of code) to add this facility to your own models</description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/threehv/Radiant-Eventable.git</repository-url>
    <download-type></download-type>
    <download-url></download-url>
    <install-type>Git</install-type>
    <author>
      <name> </name>
      <first-name></first-name>
      <last-name></last-name>
      <email>radiant@madeofstone.net</email>
    </author>
  </extension>
  <extension>
    <name>navigation_tags</name>
    <description>Provides hierarchical tree navigation based on Radiant&#8217;s site structure. Outputs navigation in the form of a very flexible and CSS&#8217;able unordered list.

&lt;b&gt; Usage:&lt;/b&gt;

&lt;pre&gt;&lt;r:nav [root=&quot;/&quot;] [include_root=&quot;true&quot;] [depth=&quot;2&quot;] [expand_all=&quot;true&quot;] [ids_for_lis=&quot;true&quot;] /&gt;&lt;/pre&gt;

Use only and except to filter which pages are included. The following would output a navigation list only containing only the pages articles, notices and their descendants, which aren&#8217;t css, javascript, or xml pages:

&lt;pre&gt;&lt;r:nav only=&quot;^/(articles|notices)/&quot; except=&quot;\.(css|js|xml)/*$&quot; /&gt;&lt;/pre&gt;

</description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/gunn/navigation_tags.git</repository-url>
    <download-type></download-type>
    <download-url></download-url>
    <install-type>Git</install-type>
    <author>
      <name>Benny Degezelle</name>
      <first-name>Benny</first-name>
      <last-name>Degezelle</last-name>
      <email>benny@gorilla-webdesign.be</email>
    </author>
  </extension>
  <extension>
    <name>wym_editor_filter</name>
    <description>This filter adds a WYSIWYM editor to Radiant.  

WYMeditor's main concept is to leave details of the document's visual layout, and to concentrate on its structure and meaning, while trying to give the user as much comfort as possible (at least as WYSIWYG editors).

WYMeditor has been created to generate perfectly structured XHTML strict code, to conform to the W3C XHTML specifications and to facilitate further processing by modern applications.</description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/jomz/radiant-wym-editor-filter-extension.git</repository-url>
    <download-type></download-type>
    <download-url>http://github.com/jomz/radiant-wym-editor-filter-extension/tarball/master</download-url>
    <install-type>Git</install-type>
    <author>
      <name>Benny Degezelle</name>
      <first-name>Benny</first-name>
      <last-name>Degezelle</last-name>
      <email>benny@gorilla-webdesign.be</email>
    </author>
  </extension>
  <extension>
    <name>kramdown_filter</name>
    <description>The kramdown filter wraps the kramdown Markdown converter. kramdown is completely written in Ruby, supports standard Markdown (with some minor modifications) and various extensions that have been made popular by the PHP Markdown Extra package and Maruku. For more information see &quot;the kramdown website&quot;:http://kramdown.rubyforge.org/ and the &quot;syntax reference.&quot;:http://kramdown.rubyforge.org/syntax.html

The kramdown filter can be installed in the traditional way (e.g. @script/extension install kramdown_filter@) in any version of Radiant less than 0.9 or as a Rubygem in Radiant 0.9+ &#8211; if you install as a Gem just be sure to add @config.gem 'radiant-kramdown_filter-extension', :lib =&gt; false@ to the @Radiant::Initializer.run do |config|@ block inside your @config/environment.rb@ file.</description>
    <repository-type></repository-type>
    <repository-url></repository-url>
    <download-type>Gem</download-type>
    <download-url>http://gemcutter.org/downloads/radiant-kramdown_filter-extension-1.0.5.gem</download-url>
    <install-type></install-type>
    <author>
      <name>john muhl</name>
      <first-name>john</first-name>
      <last-name>muhl</last-name>
      <email>git@johnmuhl.com</email>
    </author>
  </extension>
  <extension>
    <name>people</name>
    <description>The People extension is still under development. It has been built to manage people as generic records in your database with the intention that you build additional functionality on top of it in another extension.

This is an extension which is part of my argument that extensions for Radiant ought to be generic in this way. Building site editing capability on top of this extension allows others to advance this extension without the need to worry about authentication, or other features. If you merely need to create a list of team members, or event volunteers but don't need extra features then this is generic enough. I'll be releasing other extensions which add more functionality such as authentication (which will have a dependency), email address tracking (with no dependency), phone number tracking (with no dependency), etc.

&quot;gem install radiant-people-extension&quot;:http://gemcutter.org/gems/radiant-people-extension</description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/saturnflyer/radiant-people-extension.git</repository-url>
    <download-type></download-type>
    <download-url></download-url>
    <install-type>Git</install-type>
    <author>
      <name>Jim Gay</name>
      <first-name>Jim</first-name>
      <last-name>Gay</last-name>
      <email>jim@saturnflyer.com</email>
    </author>
  </extension>
  <extension>
    <name>sibling_tags</name>
    <description>Allows you to refer to the current page's previous/next sibling.</description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/nelstrom/radiant-sibling-tags-extension.git</repository-url>
    <download-type>Tarball</download-type>
    <download-url>http://github.com/nelstrom/radiant-sibling-tags-extension/tarball/master</download-url>
    <install-type>Git</install-type>
    <author>
      <name>Drew Neil</name>
      <first-name>Drew</first-name>
      <last-name>Neil</last-name>
      <email>andrew.jr.neil@gmail.com</email>
    </author>
  </extension>
  <extension>
    <name>asset_packager</name>
    <description>An asset packager for Radiant, allowing you to server minified css and js files from your public directory.</description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/nelstrom/radiant-asset_packager-extension.git</repository-url>
    <download-type>Tarball</download-type>
    <download-url>http://github.com/nelstrom/radiant-asset_packager-extension/tarball/master</download-url>
    <install-type>Git</install-type>
    <author>
      <name>Drew Neil</name>
      <first-name>Drew</first-name>
      <last-name>Neil</last-name>
      <email>andrew.jr.neil@gmail.com</email>
    </author>
  </extension>
  <extension>
    <name>sns_file_system</name>
    <description>Add file_system behaviour to the SnS extension.</description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/nelstrom/radiant-sns_file_system-extension.git</repository-url>
    <download-type>Tarball</download-type>
    <download-url>http://github.com/nelstrom/radiant-sns_file_system-extension/tarball/master</download-url>
    <install-type>Git</install-type>
    <author>
      <name>Drew Neil</name>
      <first-name>Drew</first-name>
      <last-name>Neil</last-name>
      <email>andrew.jr.neil@gmail.com</email>
    </author>
  </extension>
  <extension>
    <name>file_system</name>
    <description>Save a Radiant site to the file system for easy editing and/or version control. Load from file system back into the database.</description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/nelstrom/radiant-file-system-extension.git</repository-url>
    <download-type>Tarball</download-type>
    <download-url>http://github.com/nelstrom/radiant-file-system-extension/tarball/master</download-url>
    <install-type>Git</install-type>
    <author>
      <name>Drew Neil</name>
      <first-name>Drew</first-name>
      <last-name>Neil</last-name>
      <email>andrew.jr.neil@gmail.com</email>
    </author>
  </extension>
  <extension>
    <name>audio_player</name>
    <description>Easily upload mp3 files, and embed them on your Radiant site with a Flash audio player. Controls are provided for customising the color theme of the flash player.</description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/nelstrom/radiant-audio_player-extension.git </repository-url>
    <download-type>Tarball</download-type>
    <download-url>http://github.com/nelstrom/radiant-audio_player-extension/tarball/master</download-url>
    <install-type>Git</install-type>
    <author>
      <name>Drew Neil</name>
      <first-name>Drew</first-name>
      <last-name>Neil</last-name>
      <email>andrew.jr.neil@gmail.com</email>
    </author>
  </extension>
  <extension>
    <name>find_replace</name>
    <description>Finds an exact string of text in the contents of a page.  Click an occurrence to go to that page or enter another string of text to replace all occurrences.</description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/jgarber/radiant-find_replace-extension.git</repository-url>
    <download-type></download-type>
    <download-url></download-url>
    <install-type>Git</install-type>
    <author>
      <name>Jason Garber</name>
      <first-name>Jason</first-name>
      <last-name>Garber</last-name>
      <email>jg@jasongarber.com</email>
    </author>
  </extension>
  <extension>
    <name>polls</name>
    <description>Adds multiple-choice online polls to Radiant. Includes tags for total number of responses and percentage of responses received per answer and pagination for multiple polls per page.</description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/nuex/radiant-polls-extension.git</repository-url>
    <download-type>Gzip</download-type>
    <download-url>http://github.com/nuex/radiant-polls-extension/tarball/master</download-url>
    <install-type>Git</install-type>
    <author>
      <name>Chase James</name>
      <first-name>Chase</first-name>
      <last-name>James</last-name>
      <email>nx@nu-ex.com</email>
    </author>
  </extension>
  <extension>
    <name>wordpress_migrator</name>
    <description>This extension provides some models to work with a &quot;wordpress&quot; database. Create a new environment file in config/environments/wordpress.rb and add an entry into your config/database.yml.

Currently there is no interface, but you'll have models and methods such as &quot;WpPost.move_to_radiant&quot;.</description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/saturnflyer/radiant-wordpress_migrator-extension.git</repository-url>
    <download-type></download-type>
    <download-url></download-url>
    <install-type>Git</install-type>
    <author>
      <name>Jim Gay</name>
      <first-name>Jim</first-name>
      <last-name>Gay</last-name>
      <email>jim@saturnflyer.com</email>
    </author>
  </extension>
  <extension>
    <name>mediamaid</name>
    <description>MediaMaid is an easy-to-use asset manager. It has a drop down gallery on the Edit Page, as well as a one-click insertion into your post. Upload sizes are configurable. So far audio, movie, and graphic media types are supported.

We developed this because we wanted a simpler, easier to use application that was a little less heavy on features, but more intuitive (than page attachment and paperclipped). </description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/blazingcloud/radiant-mediamaid-extension.git</repository-url>
    <download-type>Zip</download-type>
    <download-url>http://github.com/blazingcloud/radiant-mediamaid-extension/zipball/master</download-url>
    <install-type>Git</install-type>
    <author>
      <name> </name>
      <first-name></first-name>
      <last-name></last-name>
      <email>banane@gmail.com</email>
    </author>
  </extension>
  <extension>
    <name>carousel</name>
    <description>Carousel makes it easy to include a rotating banner image (with controls) on your site. You can include multiple banners per Radiant site, each with different images, and no limit on the number of images. Partnered with the MediaMaid app, and creating stylish banners becomes very simple. Use only two radius tags- carousel and carousel_image, to use this JQuery script from InfiniteCarousel (http://www.catchmyfame.com/2009/06/04/jquery-infinite-carousel-plugin/), without auto-play and styled automatically to the size of your largest image.</description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/banane/radiant-carousel-extension.git</repository-url>
    <download-type>Zip</download-type>
    <download-url>http://github.com/banane/radiant-carousel-extension/zipball/master</download-url>
    <install-type>Git</install-type>
    <author>
      <name> </name>
      <first-name></first-name>
      <last-name></last-name>
      <email>banane@gmail.com</email>
    </author>
  </extension>
  <extension>
    <name>capistrano</name>
    <description>An Extension providing some useful capistrano recipes for radiant

- up and download database content
- sync assets/gallery files
- migrate over capistrano
- symlink assets/gallery/upload folders</description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/ehaselwanter/radiant-capistrano-extension.git</repository-url>
    <download-type></download-type>
    <download-url></download-url>
    <install-type>Git</install-type>
    <author>
      <name>Edmund Haselwanter</name>
      <first-name>Edmund</first-name>
      <last-name>Haselwanter</last-name>
      <email>edmund@haselwanter.com</email>
    </author>
  </extension>
  <extension>
    <name>paperclipped_meta</name>
    <description>Assign metadata to paperclipped assets in Radiant CMS.</description>
    <repository-type>Git</repository-type>
    <repository-url>git@github.com:nuex/radiant-paperclipped_meta-extension.git</repository-url>
    <download-type>Gzip</download-type>
    <download-url>http://github.com/nuex/radiant-paperclipped_meta-extension/tarball/master</download-url>
    <install-type>Git</install-type>
    <author>
      <name>Chase James</name>
      <first-name>Chase</first-name>
      <last-name>James</last-name>
      <email>nx@nu-ex.com</email>
    </author>
  </extension>
  <extension>
    <name>textile-toolbar</name>
    <description>Adds toolbars to Textile-enabled text areas in the admin.</description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/pelargir/radiant-textile-toolbar-extension.git</repository-url>
    <download-type></download-type>
    <download-url></download-url>
    <install-type>Git</install-type>
    <author>
      <name>Matthew Bass</name>
      <first-name>Matthew</first-name>
      <last-name>Bass</last-name>
      <email>pelargir@gmail.com</email>
    </author>
  </extension>
  <extension>
    <name>spreedly</name>
    <description>Adds support for paid subscriptions through Spreedly.</description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/pelargir/radiant-spreedly-extension.git</repository-url>
    <download-type></download-type>
    <download-url></download-url>
    <install-type>Git</install-type>
    <author>
      <name>Matthew Bass</name>
      <first-name>Matthew</first-name>
      <last-name>Bass</last-name>
      <email>pelargir@gmail.com</email>
    </author>
  </extension>
  <extension>
    <name>concurrent_draft</name>
    <description>Enables default draft versions of pages, snippets and layouts, which can be scheduled for promotion to Production.  HEAD is 0.8/0.9 compatible.  Tag for 0.7.1</description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/avonderluft/radiant-concurrent_draft-extension.git</repository-url>
    <download-type>Tarball</download-type>
    <download-url>http://github.com/avonderluft/radiant-concurrent_draft-extension/tarball/master</download-url>
    <install-type>Git</install-type>
    <author>
      <name>Andrew vonderLuft</name>
      <first-name>Andrew</first-name>
      <last-name>vonderLuft</last-name>
      <email>avonderluft@avlux.net</email>
    </author>
  </extension>
  <extension>
    <name>audit</name>
    <description>Audit provides an extensible framework for auditing and logging admin interactions as well as a UI for reviewing and searching audited events. With this extension, site admins now have the ability to track changes to their site over time.

Out of the box, you'll find support for: create/update/destroy of the core Radiant models (User, Page, Snippet, and Layout), as well as User logins/logouts (both successful and failed). Audit was designed with extensibility in mind, so that extension developers can add auditing capability to their own custom models and actions with little effort.</description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/digitalpulp/radiant-audit-extension.git</repository-url>
    <download-type></download-type>
    <download-url></download-url>
    <install-type>Git</install-type>
    <author>
      <name>Digital Pulp </name>
      <first-name>Digital</first-name>
      <last-name>Pulp </last-name>
      <email>git@digitalpulp.com</email>
    </author>
  </extension>
  <extension>
    <name>exception_notification</name>
    <description>A wrapper around the tried &amp; true Rails exception notifier, this extension can be configured to send you email reports when exceptions occur.

Additionally, Exception Notification adds an InternalServerErrorPage class which can be used to style and manage your 500 pages from within Radiant itself.</description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/digitalpulp/radiant-exception-notification-extension.git</repository-url>
    <download-type></download-type>
    <download-url></download-url>
    <install-type>Git</install-type>
    <author>
      <name>Digital Pulp </name>
      <first-name>Digital</first-name>
      <last-name>Pulp </last-name>
      <email>git@digitalpulp.com</email>
    </author>
  </extension>
  <extension>
    <name>sphinx_search</name>
    <description>Make your content searchable via the excellent Thinking Sphinx. Sphinx Search automatically creates the necessary indexes on your pages and provides a SearchPage subclass to handle the actual search processing without any code on your part.

You get a full set of Radius tags to iterate and display your search results, including pagination for lengthy result sets. Pages can be excluded from the search results on an individual basis. Sphinx Search can provide a foundation for indexing your application's custom models, as well.</description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/digitalpulp/radiant-sphinx-search-extension.git</repository-url>
    <download-type></download-type>
    <download-url></download-url>
    <install-type>Git</install-type>
    <author>
      <name>Digital Pulp </name>
      <first-name>Digital</first-name>
      <last-name>Pulp </last-name>
      <email>git@digitalpulp.com</email>
    </author>
  </extension>
  <extension>
    <name>google_analytics</name>
    <description></description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/amrnt/radiant-google-analytics-extension.git</repository-url>
    <download-type></download-type>
    <download-url></download-url>
    <install-type>Git</install-type>
    <author>
      <name>Amr Tamimi</name>
      <first-name>Amr</first-name>
      <last-name>Tamimi</last-name>
      <email>amrnt0@gmail.com</email>
    </author>
  </extension>
  <extension>
    <name>header_authorize</name>
    <description>Header Authorize creates alterations of the Login System to accept Header information for authorization. This allows you to use a central authentication system for multiple applications including Radiant.

It is used in production at &quot;Practice Green Health&quot;:http://www.practicegreenhealth.org in conjunction with Sun's &quot;Java Access Manager&quot;:http://www.sun.com/software/products/opensso_enterprise/ (now OpenSSO).</description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/saturnflyer/radiant-header_authorize-extension.git</repository-url>
    <download-type></download-type>
    <download-url></download-url>
    <install-type>Git</install-type>
    <author>
      <name>Jim Gay</name>
      <first-name>Jim</first-name>
      <last-name>Gay</last-name>
      <email>jim@saturnflyer.com</email>
    </author>
  </extension>
  <extension>
    <name>ssl_requirement</name>
    <description>This extension adds ssl requirement to radiant admin pages.</description>
    <repository-type>Git</repository-type>
    <repository-url>http://github.com/jfqd/radiant-ssl_requirement-extension</repository-url>
    <download-type></download-type>
    <download-url></download-url>
    <install-type>Git</install-type>
    <author>
      <name>Stefan Husch</name>
      <first-name>Stefan</first-name>
      <last-name>Husch</last-name>
      <email>free2b@blun.org</email>
    </author>
  </extension>
  <extension>
    <name>quote_du_jour</name>
    <description>enables you to display random quotes on a page</description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/avonderluft/radiant-quote_du_jour-extension.git</repository-url>
    <download-type>Tarball</download-type>
    <download-url>http://github.com/avonderluft/radiant-quote_du_jour-extension/tarball/master</download-url>
    <install-type>Git</install-type>
    <author>
      <name>Andrew vonderLuft</name>
      <first-name>Andrew</first-name>
      <last-name>vonderLuft</last-name>
      <email>avonderluft@avlux.net</email>
    </author>
  </extension>
  <extension>
    <name>bespin_editor</name>
    <description>Bespin is an embeddable source code editor from Mozilla that provides robust syntax highlighting, indentation support, and other features.

The Bespin Editor Extension replaces all textareas in Radiant with the Bespin editor. Note that Bespin only works in Web browsers that support the HTML canvas tag (Safari, Firefox, and Opera).</description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/jlong/radiant-bespin-editor-extension.git</repository-url>
    <download-type></download-type>
    <download-url></download-url>
    <install-type>Git</install-type>
    <author>
      <name>John W. Long</name>
      <first-name>John</first-name>
      <last-name>W. Long</last-name>
      <email>me@johnwlong.com</email>
    </author>
  </extension>
  <extension>
    <name>globalize2_paperclipped</name>
    <description>An extension by Aissac that allows you to translate Radiant Paperclipped Assets using Radiant Globalize2 Extension. Provides the ability to translate Paperclipped assets (title and caption) using the Radiant admin interface and you have altered Paperclipped Radius Tags which take into account the locale
</description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/Aissac/radiant-globalize2-paperclipped-extension.git</repository-url>
    <download-type></download-type>
    <download-url></download-url>
    <install-type>Git</install-type>
    <author>
      <name>Istvan Hoka</name>
      <first-name>Istvan</first-name>
      <last-name>Hoka</last-name>
      <email>istvan.hoka@aissac.ro</email>
    </author>
  </extension>
  <extension>
    <name>globalize2</name>
    <description>An extension by Aissac that allows you to translate site content in Radiant CMS using the Globalize2 Rails Plugin. Provides the ability to translate your pages (title, slug, breadcrumb, description, keywords), snippets and layouts using the Radiant admin interface. You have Radius tags for accessing the locales and translations and the possibility to completely delete the translation for a page.
</description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/Aissac/radiant-globalize2-extension.git</repository-url>
    <download-type></download-type>
    <download-url></download-url>
    <install-type>Git</install-type>
    <author>
      <name>Istvan Hoka</name>
      <first-name>Istvan</first-name>
      <last-name>Hoka</last-name>
      <email>istvan.hoka@aissac.ro</email>
    </author>
  </extension>
  <extension>
    <name>paginate</name>
    <description>An extension by Aissac that provides pagination support to Radiant CMS. It uses will_paginate plugin to iterate over children of a Page with pagination options:

* Specify number children per page
* Ordering by a specific page attribute and order direction
* Conditionally render content for first page
* Render pagination links customizable from the Radius tag (specify next/prev label, DOM class, inner and outer window etc.)
</description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/Aissac/radiant-paginate-extension.git</repository-url>
    <download-type></download-type>
    <download-url></download-url>
    <install-type>Git</install-type>
    <author>
      <name>Istvan Hoka</name>
      <first-name>Istvan</first-name>
      <last-name>Hoka</last-name>
      <email>istvan.hoka@aissac.ro</email>
    </author>
  </extension>
  <extension>
    <name>member</name>
    <description>An extension by Aissac that adds members support to Radiant CMS. Using this extension you can restrict access to pages on your public site to be accessible only to members that have an account. It is based on Restful Authentication System, so the member model has almost the same attributes. The members can be added or edited only from Radiant Admin.</description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/Aissac/radiant-member-extension.git</repository-url>
    <download-type></download-type>
    <download-url></download-url>
    <install-type>Git</install-type>
    <author>
      <name>Istvan Hoka</name>
      <first-name>Istvan</first-name>
      <last-name>Hoka</last-name>
      <email>istvan.hoka@aissac.ro</email>
    </author>
  </extension>
  <extension>
    <name>tiny_paper</name>
    <description>An extension by Aissac that adds Paperclipped based Tiny MCE support to Radiant CMS. This extension provides a Rich Text Editor filter and allows you to edit the content using the TinyMCE editor. It also provides an Image and File browser to help you manage the Paperclipped assets.</description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/Aissac/radiant-tiny-paper-extension.git </repository-url>
    <download-type></download-type>
    <download-url></download-url>
    <install-type>Git</install-type>
    <author>
      <name>Istvan Hoka</name>
      <first-name>Istvan</first-name>
      <last-name>Hoka</last-name>
      <email>istvan.hoka@aissac.ro</email>
    </author>
  </extension>
  <extension>
    <name>stereotype</name>
    <description>An extension by Aissac that adds templating support to Radiant CMS. It is built on top of Custom Fields Extension and provides the ability to define named templates (sterotypes) for Pages. Templates are assigned per-parent Page, making all children have the defined &#8216;stereotype&#8217; by their parent. You can specify the new page&#8217;s parts, filters, layout, page type, status or stereotype.</description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/Aissac/radiant-stereotype-extension.git</repository-url>
    <download-type></download-type>
    <download-url></download-url>
    <install-type>Git</install-type>
    <author>
      <name>Istvan Hoka</name>
      <first-name>Istvan</first-name>
      <last-name>Hoka</last-name>
      <email>istvan.hoka@aissac.ro</email>
    </author>
  </extension>
  <extension>
    <name>custom_fields</name>
    <description>An extension by Aissac that allows you to add custom fields to Radiant CMS pages. You have access to an admin interface for managing assigned custom fields and Radius tags for accessing them.</description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/Aissac/radiant-custom-fields-extension.git </repository-url>
    <download-type></download-type>
    <download-url></download-url>
    <install-type>Git</install-type>
    <author>
      <name>Istvan Hoka</name>
      <first-name>Istvan</first-name>
      <last-name>Hoka</last-name>
      <email>istvan.hoka@aissac.ro</email>
    </author>
  </extension>
  <extension>
    <name>sitemap_xml</name>
    <description>An extension by Aissac that creates a XML sitemap for your site. It allows you to specify in Radiant admin which pages appear in the sitemap and gives you the possibility to set the change_frequency and priority per page.
</description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/Aissac/radiant-sitemap-xml-extension.git</repository-url>
    <download-type>Tarball</download-type>
    <download-url>http://github.com/Aissac/radiant-sitemap-xml-extension/zipball/master</download-url>
    <install-type>Git</install-type>
    <author>
      <name>Istvan Hoka</name>
      <first-name>Istvan</first-name>
      <last-name>Hoka</last-name>
      <email>istvan.hoka@aissac.ro</email>
    </author>
  </extension>
  <extension>
    <name>ultrasphinx_search</name>
    <description>An extension by Aissac that adds Sphinx indexing support to Radiant CMS.

Features:
* Full text search for content and page titles.
* Radius tags for iterating over search results, checking if there are no results and excerpting matches
* Results pagination with will_paginate
</description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/Aissac/radiant-ultrasphinx-search-extension.git </repository-url>
    <download-type>Tarball</download-type>
    <download-url>http://github.com/Aissac/radiant-ultrasphinx-search-extension/tarball/master</download-url>
    <install-type>Git</install-type>
    <author>
      <name>Istvan Hoka</name>
      <first-name>Istvan</first-name>
      <last-name>Hoka</last-name>
      <email>istvan.hoka@aissac.ro</email>
    </author>
  </extension>
  <extension>
    <name>super_export</name>
    <description>An extension by Aissac that provides portability to your Radiant CMS project by allowing you to export and import the records in the database and making it easy to manage them with a source control tool like Git or Subversion. All records in the database are exported to individual YAML files.</description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/Aissac/radiant-super-export-extension.git</repository-url>
    <download-type>Tarball</download-type>
    <download-url>http://github.com/Aissac/radiant-super-export-extension/tarball/master</download-url>
    <install-type>Git</install-type>
    <author>
      <name>Istvan Hoka</name>
      <first-name>Istvan</first-name>
      <last-name>Hoka</last-name>
      <email>istvan.hoka@aissac.ro</email>
    </author>
  </extension>
  <extension>
    <name>database_mailer</name>
    <description>An extension by Aissac that adds database persistence to emailed forms. It works on top of the Radiant Mailer Extension and the fields recorded to the database are user defined. The extension adds a tab to the Radiant admin interface allowing you to browse saved records.</description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/Aissac/radiant-database-mailer-extension.git </repository-url>
    <download-type>Tarball</download-type>
    <download-url>http://github.com/Aissac/radiant-database-mailer-extension/tarball/master</download-url>
    <install-type>Git</install-type>
    <author>
      <name>Istvan Hoka</name>
      <first-name>Istvan</first-name>
      <last-name>Hoka</last-name>
      <email>istvan.hoka@aissac.ro</email>
    </author>
  </extension>
  <extension>
    <name>radiant-employees-directory</name>
    <description>A Radiant Extension that adds employees management. Employees have name, email, profile, extended profile and more fields.</description>
    <repository-type>Git</repository-type>
    <repository-url>git clone git://github.com/jpemberthy/radiant-employees-directory.git</repository-url>
    <download-type>Tarball</download-type>
    <download-url>http://github.com/jpemberthy/radiant-employees-directory/tarball/7ab02a34cc1f8405750c4ab4eeb1112b02df4fec</download-url>
    <install-type>Git</install-type>
    <author>
      <name> </name>
      <first-name></first-name>
      <last-name></last-name>
      <email>jpemberthy@gmail.com</email>
    </author>
  </extension>
  <extension>
    <name>jp_mailer</name>
    <description>Extends Mailer Extension to send Japanese mails.</description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/shunsuk/jp_mailer.git</repository-url>
    <download-type>Zip</download-type>
    <download-url>http://cloud.github.com/downloads/shunsuk/jp_mailer/jp_mailer.zip</download-url>
    <install-type>Git</install-type>
    <author>
      <name>shunsuk </name>
      <first-name>shunsuk</first-name>
      <last-name></last-name>
      <email>technicallife@gmail.com</email>
    </author>
  </extension>
  <extension>
    <name>less</name>
    <description>Enables the use of LESS CSS to interpret Less to CSS, letting you use things like expressions, nested code, and variables and mixins to simplify your CSS. Awesome for simple coherency: copy-paste your &quot;dev&quot; stylesheet in and pare it down.</description>
    <repository-type>Git</repository-type>
    <repository-url>http://github.com/rk/Radiant-Less</repository-url>
    <download-type>Zip</download-type>
    <download-url>http://github.com/rk/Radiant-Less/zipball/master</download-url>
    <install-type>Git</install-type>
    <author>
      <name> </name>
      <first-name></first-name>
      <last-name></last-name>
      <email>robert@creative-wrks.com</email>
    </author>
  </extension>
  <extension>
    <name>event_calendar</name>
    <description>This extension lets your radiant site present calendar data. It doesn't administer calendars or let you enter events: you have a perfectly good desktop calendar application for that. All we do here is subscribe to a calendar feed and publish the contents nicely. The feed can come from Google Calendar, from a published ical file or from any CalDAV-compatible calendar server.
</description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/radiant/radiant-event-calendar-extension.git</repository-url>
    <download-type>Gzip</download-type>
    <download-url>http://github.com/radiant/radiant-event-calendar-extension/tarball/master</download-url>
    <install-type>Git</install-type>
    <author>
      <name>William Ross</name>
      <first-name>William</first-name>
      <last-name>Ross</last-name>
      <email>will@spanner.org</email>
    </author>
  </extension>
  <extension>
    <name>random_child</name>
    <description>RandomChild adds a tag called &amp;lt;r:children:random&amp;gt; that works similar to &amp;lt;r:children:each&amp;gt; yet randomizes the order of the child pages.
</description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/acrookston/random_child</repository-url>
    <download-type>Gzip</download-type>
    <download-url>http://github.com/acrookston/random_child/tarball/master</download-url>
    <install-type>Git</install-type>
    <author>
      <name> </name>
      <first-name></first-name>
      <last-name></last-name>
      <email>andrew@crookston.se</email>
    </author>
  </extension>
  <extension>
    <name>paperclipped_uploader</name>
    <description>This adds to paperclipped a sturdy batch uploader with queue and progress bars. We use SWFupload to do most of the work, which also gives us much more reliable uploading of big files than you get over normal http. 

The interface is deceptively simple: you can just click, choose some files and leave them uploading overnight, or you can do quite complex work to tag and caption your images as you go along. The completion of each upload triggers a remote call to drop a simple description form into what was previously the progress bar, so it's also possible to cue up a batch of uploads and describe them one by one as they are processed. It's very quick and easy to use, and integrates well with our library extension.


</description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/spanner/radiant-paperclipped_uploader-extension.git</repository-url>
    <download-type>Gzip</download-type>
    <download-url>http://github.com/spanner/radiant-paperclipped_uploader-extension/tarball/master</download-url>
    <install-type>Git</install-type>
    <author>
      <name>William Ross</name>
      <first-name>William</first-name>
      <last-name>Ross</last-name>
      <email>will@spanner.org</email>
    </author>
  </extension>
  <extension>
    <name>submenu</name>
    <description>This extension adds a useful second layer of navigation to the main radiant admin interface, and helps to keep the tab frenzy to a manageable level. It's mostly meant for use by extension authors, and allows you to add two kinds of link: per-tab, so that functions can be hidden under tabs (eg by default if SNS is installed it will move the JS and CSS tabs to the submenu bar under pages) and per-site (or per-user) so that shortcuts and bookmarks can be displayed to support the workflow in a particular installation. If you are running under multi-site it will also display a discreet site-chooser to people who are allowed to see it.</description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/spanner/radiant-submenu-extension.git</repository-url>
    <download-type>Gzip</download-type>
    <download-url>http://github.com/spanner/radiant-submenu-extension/tarball/master</download-url>
    <install-type>Git</install-type>
    <author>
      <name>William Ross</name>
      <first-name>William</first-name>
      <last-name>Ross</last-name>
      <email>will@spanner.org</email>
    </author>
  </extension>
  <extension>
    <name>paperclipped_player</name>
    <description>This adds to paperclipped the ability to play back video and audio files through a standard player, and a set of useful tags like r:assets:playable and r:if_playable.</description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/spanner/radiant-paperclipped_player-extension.git</repository-url>
    <download-type>Gzip</download-type>
    <download-url>http://github.com/spanner/radiant-paperclipped_player-extension/tarball/master</download-url>
    <install-type>Git</install-type>
    <author>
      <name>William Ross</name>
      <first-name>William</first-name>
      <last-name>Ross</last-name>
      <email>will@spanner.org</email>
    </author>
  </extension>
  <extension>
    <name>podcast_page</name>
    <description>This is a simple thing that adds a few radius tags and makes it very easy to serve a podcast in a way that is suitable for inclusion in itunes listings. We also have a very similar rss_page extension but I've kept this separate because it requires some extra steps to get a more up to date RSS library than is normally available.
</description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/spanner/radiant-podcast_page-extension.git</repository-url>
    <download-type>Gzip</download-type>
    <download-url>http://github.com/spanner/radiant-podcast_page-extension/tarball/master</download-url>
    <install-type>Git</install-type>
    <author>
      <name>William Ross</name>
      <first-name>William</first-name>
      <last-name>Ross</last-name>
      <email>will@spanner.org</email>
    </author>
  </extension>
  <extension>
    <name>rss_page</name>
    <description>This is a simple thing that adds a few radius tags and makes it very easy to serve RSS feeds. The assumption is that your feed has a root page: might be your blog, might be the home page if you want to serve a site feed. The feed will show everything below that page in descending order of publication date. Some tree-climbing is added to the Page class to get all the descendants of a given page and we apply some simple filters to omit non-visible and non-html pages. That is all.
</description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/spanner/radiant-rss_page-extension.git</repository-url>
    <download-type>Gzip</download-type>
    <download-url>http://github.com/spanner/radiant-rss_page-extension/tarball/master</download-url>
    <install-type>Git</install-type>
    <author>
      <name>William Ross</name>
      <first-name>William</first-name>
      <last-name>Ross</last-name>
      <email>will@spanner.org</email>
    </author>
  </extension>
  <extension>
    <name>downloads</name>
    <description>This is a simple and fairly thin extension that makes it easy to protect file downloads using nginx's internal redirects. It works something like this:

* You upload a file using the admin interface and grant access to a couple of reader groups. The file is stored outside the /public folder and can't be reached with a web browser
* A thin public-facing controller takes download requests and checks them against group membership
* If you're not allowed, it redirects you to reader login or just tells you off
* If you are allowed, it returns an attachment-download response pointing to a fictional address in /secure_download but with the `X-Accel-Redirect` header set to the real address of your file
* Your nginx configuration intercepts the `X-Accel-Redirect` header, ignores the request address and returns the file
* Your web browser reads the request address and gets the right file name
* Your nginx configuration also makes sure that typing in the /secure_download address doesn't g</description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/spanner/radiant-downloads-extension.git</repository-url>
    <download-type>Gzip</download-type>
    <download-url>http://github.com/spanner/radiant-downloads-extension/tarball/master</download-url>
    <install-type>Git</install-type>
    <author>
      <name>William Ross</name>
      <first-name>William</first-name>
      <last-name>Ross</last-name>
      <email>will@spanner.org</email>
    </author>
  </extension>
  <extension>
    <name>scoped_admin</name>
    <description>This is a tiny extension that sits on our version of multi_site and provides robust site-scoping of users, layouts and snippets.</description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/spanner/radiant-scoped_admin-extension.git</repository-url>
    <download-type>Gzip</download-type>
    <download-url>http://github.com/spanner/radiant-scoped_admin-extension/tarball/master</download-url>
    <install-type>Git</install-type>
    <author>
      <name>William Ross</name>
      <first-name>William</first-name>
      <last-name>Ross</last-name>
      <email>will@spanner.org</email>
    </author>
  </extension>
  <extension>
    <name>group_forum</name>
    <description>More glue: this adds reader-group-based access control to the forum extension, allowing you to restrict access to some of your forums. It makes it easy to offer private discussions.</description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/spanner/radiant-group_forum-extension.git</repository-url>
    <download-type>Gzip</download-type>
    <download-url>http://github.com/spanner/radiant-group_forum-extension/tarball/master</download-url>
    <install-type>Git</install-type>
    <author>
      <name>William Ross</name>
      <first-name>William</first-name>
      <last-name>Ross</last-name>
      <email>will@spanner.org</email>
    </author>
  </extension>
  <extension>
    <name>reader_group</name>
    <description>This extension sits on top of the reader framework and adds a useful layer of group access control. Out of the box it allows you to limit pages to certain groups and to send messages to designated groups of people, allowing a fairly complete and very customisable newsletter service, and it is easily extended to add group access control to (eg) forums (see forum_group) and soon calendars.</description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/spanner/radiant-reader_group-extension.git</repository-url>
    <download-type>Gzip</download-type>
    <download-url>http://github.com/spanner/radiant-reader_group-extension/tarball/master</download-url>
    <install-type>Git</install-type>
    <author>
      <name>William Ross</name>
      <first-name>William</first-name>
      <last-name>Ross</last-name>
      <email>will@spanner.org</email>
    </author>
  </extension>
  <extension>
    <name>library</name>
    <description>This is a gallery/library displayer. It combines paperclipped (for images and documents) and taggable to offer faceted tag-based retrieval of everything through a single page. I use it for image libraries, document downloads, and on big sites just for page-retrieval. Anything that is tagged can be offered through this interface.
</description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/spanner/radiant-library-extension.git</repository-url>
    <download-type>Gzip</download-type>
    <download-url>http://github.com/spanner/radiant-library-extension/tarball/master</download-url>
    <install-type>Git</install-type>
    <author>
      <name>William Ross</name>
      <first-name>William</first-name>
      <last-name>Ross</last-name>
      <email>will@spanner.org</email>
    </author>
  </extension>
  <extension>
    <name>taggable</name>
    <description>This is another way to apply tags to objects in your radiant site and retrieve objects by tag. If you're looking at this you will also want to look at the tags extension, which does a good job of tag-clouding and may be all you need, and at our library which uses this functionality to make an image gallery and document library and may be a useful starting point for other extensions.</description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/spanner/radiant-taggable-extension.git</repository-url>
    <download-type>Gzip</download-type>
    <download-url>http://github.com/spanner/radiant-taggable-extension/tarball/master</download-url>
    <install-type>Git</install-type>
    <author>
      <name>William Ross</name>
      <first-name>William</first-name>
      <last-name>Ross</last-name>
      <email>will@spanner.org</email>
    </author>
  </extension>
  <extension>
    <name>forum</name>
    <description>This is a simple but comprehensive forum implementation that plugs into radiant. It's fairly well-featured, including:

* forums, topics, posts etc
* page comments
* simple but effective forum search
* rss feeds of pretty much anything (including search queries and individual authors)
* textile-formatted messages with html sanitized
* smilies :(
* multiple message attachments and helpful image-handling
* configurable message-editing interval during which authors can make corrections

I've tried to keep it simple and tidy both inside and out. This is helped by the fact that all the user-management is in the reader extension, so you should find this one easy to adapt and extend. 
</description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/spanner/radiant-forum-extension.git</repository-url>
    <download-type>Gzip</download-type>
    <download-url>http://github.com/spanner/radiant-forum-extension/tarball/master</download-url>
    <install-type>Git</install-type>
    <author>
      <name>William Ross</name>
      <first-name>William</first-name>
      <last-name>Ross</last-name>
      <email>will@spanner.org</email>
    </author>
  </extension>
  <extension>
    <name>reader</name>
    <description>This is a framework that takes care of all the dull bits of registering, activating, reminding, logging in, sending messages and editing preferences for your site visitors (or members, or subscribers, or whatever you call them).

It uses authlogic to handle sessions and provides complete interfaces both for the administrator and the visitor. The admin interface is basic and fits in with radiant. The visitor interface is more friendly (and incidentally includes a trick email field - so-called inverse captcha - that should prevent spam signups).

By itself this isn't very interesting but it supports a lot of other extensions including forum, groups (for private pages and html newsletters) and secure downloads.
</description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/spanner/radiant-reader-extension.git</repository-url>
    <download-type>Gzip</download-type>
    <download-url>http://github.com/spanner/radiant-reader-extension/tarball/master</download-url>
    <install-type>Git</install-type>
    <author>
      <name>William Ross</name>
      <first-name>William</first-name>
      <last-name>Ross</last-name>
      <email>will@spanner.org</email>
    </author>
  </extension>
  <extension>
    <name>recaptcha_mailer</name>
    <description>Provides support for email forms and generic mailing functionality with Recaptcha validation provided by the recaptcha extension.

Supports only Radiant 0.8.</description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/tekwiz/radiant-recaptcha-mailer-extension.git</repository-url>
    <download-type>Gzip</download-type>
    <download-url>http://github.com/tekwiz/radiant-recaptcha-mailer-extension/tarball/master</download-url>
    <install-type>Git</install-type>
    <author>
      <name>Travis Warlick</name>
      <first-name>Travis</first-name>
      <last-name>Warlick</last-name>
      <email>warlickt@operissystems.com</email>
    </author>
  </extension>
  <extension>
    <name>recaptcha</name>
    <description>This extension integrates &quot;reCAPTCHA&quot;:http://recaptcha.net into a Radiant app. It adds a tag to place the reCAPTCHA dialog on a page and a controller method to validate the reCAPTCHA.

In and of itself, this extension is useless unless you are an extension developer.  You should only install this extension if another extension needs/wants it (or you are an extension developer).

Supports only Radiant 0.8.</description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/tekwiz/radiant-recaptcha-extension.git</repository-url>
    <download-type>Gzip</download-type>
    <download-url>http://github.com/tekwiz/radiant-recaptcha-extension/tarball/master</download-url>
    <install-type>Git</install-type>
    <author>
      <name>Travis Warlick</name>
      <first-name>Travis</first-name>
      <last-name>Warlick</last-name>
      <email>warlickt@operissystems.com</email>
    </author>
  </extension>
  <extension>
    <name>no_dev_cache</name>
    <description>When caching was switched to Rack::Cache in Radiant 0.8, the bit where it wouldn't cache in dev mode was left out.  This puts it back in.  Not needed in Radiant 0.9.</description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/jgarber/radiant-no_dev_cache-extension.git</repository-url>
    <download-type></download-type>
    <download-url></download-url>
    <install-type>Git</install-type>
    <author>
      <name>Jason Garber</name>
      <first-name>Jason</first-name>
      <last-name>Garber</last-name>
      <email>jg@jasongarber.com</email>
    </author>
  </extension>
  <extension>
    <name>page_attachments_xsendfile</name>
    <description>Works with the page_attachments extension to make attached files available under the page they're attached to, so the URL of an attachment can be pretty and also located where it belongs in the heirarchy (/sales/agreement.pdf instead of /page_attachments/0000/0001/agreement.pdf)</description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/jgarber/radiant-page_attachments_xsendfile-extension.git</repository-url>
    <download-type></download-type>
    <download-url></download-url>
    <install-type>Git</install-type>
    <author>
      <name>Jason Garber</name>
      <first-name>Jason</first-name>
      <last-name>Garber</last-name>
      <email>jg@jasongarber.com</email>
    </author>
  </extension>
  <extension>
    <name>textile_editor</name>
    <description>Adds a toolbar when the Textile filter is selected to make it easier to apply Textile formatting.  If you have enkoder_tags and page_attachments extensions installed, the link and image buttons also assist you in inserting mailtos, links to attachments, and attached images.</description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/jgarber/radiant-textile_editor-extension.git</repository-url>
    <download-type></download-type>
    <download-url></download-url>
    <install-type>Git</install-type>
    <author>
      <name>Jason Garber</name>
      <first-name>Jason</first-name>
      <last-name>Garber</last-name>
      <email>jg@jasongarber.com</email>
    </author>
  </extension>
  <extension>
    <name>redcloth4</name>
    <description>Enable RedCloth 4.0.3 or greater from RubyGems.  RedCloth 3.0.4 comes packaged with Radiant &lt;= 0.6.9, so we have to pull some tricks to get RedCloth loaded from gems.  Not needed with Radiant 0.7 and above.</description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/jgarber/radiant-redcloth4-extension.git</repository-url>
    <download-type></download-type>
    <download-url></download-url>
    <install-type>Git</install-type>
    <author>
      <name>Jason Garber</name>
      <first-name>Jason</first-name>
      <last-name>Garber</last-name>
      <email>jg@jasongarber.com</email>
    </author>
  </extension>
  <extension>
    <name>help_use_cases</name>
    <description>Adds additional information to the Help extension for particular uses of the standard features.</description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/saturnflyer/radiant-help_use_cases-extension.git</repository-url>
    <download-type></download-type>
    <download-url></download-url>
    <install-type>Git</install-type>
    <author>
      <name>Jim Gay</name>
      <first-name>Jim</first-name>
      <last-name>Gay</last-name>
      <email>jim@saturnflyer.com</email>
    </author>
  </extension>
  <extension>
    <name>help</name>
    <description>Provides Help documentation in a tab in the Radiant interface and provides a way for developers to easily include their own help information.</description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/saturnflyer/radiant-help-extension.git</repository-url>
    <download-type></download-type>
    <download-url></download-url>
    <install-type>Git</install-type>
    <author>
      <name>Jim Gay</name>
      <first-name>Jim</first-name>
      <last-name>Gay</last-name>
      <email>jim@saturnflyer.com</email>
    </author>
  </extension>
  <extension>
    <name>mailer</name>
    <description>Lets you create web forms that send email, especially 'contact us' style forms.</description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/radiant/radiant-mailer-extension.git</repository-url>
    <download-type></download-type>
    <download-url></download-url>
    <install-type>Git</install-type>
    <author>
      <name>Sean Cribbs</name>
      <first-name>Sean</first-name>
      <last-name>Cribbs</last-name>
      <email>seancribbs@gmail.com</email>
    </author>
  </extension>
  <extension>
    <name>feed_reader</name>
    <description>Lets you parse and iterate over items from external RSS and Atom feeds.  Requires the Feedzirra library.</description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/seancribbs/radiant-feed-reader-extension.git</repository-url>
    <download-type></download-type>
    <download-url></download-url>
    <install-type>Git</install-type>
    <author>
      <name>Sean Cribbs</name>
      <first-name>Sean</first-name>
      <last-name>Cribbs</last-name>
      <email>seancribbs@gmail.com</email>
    </author>
  </extension>
  <extension>
    <name>atom_importer</name>
    <description>Imports Atom feeds into a standard blog layout in Radiant.  Co-developed with &quot;James Avery&quot;:http://infozerk.com.</description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/seancribbs/radiant-atom-import-extension.git</repository-url>
    <download-type></download-type>
    <download-url></download-url>
    <install-type>Git</install-type>
    <author>
      <name>Sean Cribbs</name>
      <first-name>Sean</first-name>
      <last-name>Cribbs</last-name>
      <email>seancribbs@gmail.com</email>
    </author>
  </extension>
  <extension>
    <name>import_export</name>
    <description>Allows you to import and export between your Radiant database and a YAML file.</description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/radiant/radiant-import-export-extension.git</repository-url>
    <download-type></download-type>
    <download-url></download-url>
    <install-type>Git</install-type>
    <author>
      <name>Sean Cribbs</name>
      <first-name>Sean</first-name>
      <last-name>Cribbs</last-name>
      <email>seancribbs@gmail.com</email>
    </author>
  </extension>
  <extension>
    <name>twitter</name>
    <description>Allows you to post link updates to Twitter when children of a selected page are published.  Requires John Nunemaker's 'twitter' gem.</description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/seancribbs/radiant-twitter-extension.git</repository-url>
    <download-type></download-type>
    <download-url></download-url>
    <install-type>Git</install-type>
    <author>
      <name>Sean Cribbs</name>
      <first-name>Sean</first-name>
      <last-name>Cribbs</last-name>
      <email>seancribbs@gmail.com</email>
    </author>
  </extension>
  <extension>
    <name>reorder</name>
    <description>Allows reordering of child pages within their parent page.</description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/radiant/radiant-reorder-extension.git</repository-url>
    <download-type></download-type>
    <download-url></download-url>
    <install-type>Git</install-type>
    <author>
      <name>Sean Cribbs</name>
      <first-name>Sean</first-name>
      <last-name>Cribbs</last-name>
      <email>seancribbs@gmail.com</email>
    </author>
  </extension>
  <extension>
    <name>page_event</name>
    <description>Page Event is a simple page-based event calendar for associating time-based events with your Radiant pages.  The original example was setting up meeting announcements in radiant where the meeting was a page.  Having this meeting show up on a site-wide calendar and having exact information on when the meeting was taking place was important.</description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/mghaught/radiant-page-event.git</repository-url>
    <download-type></download-type>
    <download-url>http://github.com/mghaught/radiant-page-event/tarball/master</download-url>
    <install-type>Git</install-type>
    <author>
      <name>Marty  Haught</name>
      <first-name>Marty</first-name>
      <last-name>Haught</last-name>
      <email>mghaught@gmail.com</email>
    </author>
  </extension>
  <extension>
    <name>multi_site</name>
    <description>Lets you serve multiple sites (domains/virtual hosts) from a single instance of Radiant.</description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/radiant/radiant-multi-site-extension.git</repository-url>
    <download-type></download-type>
    <download-url></download-url>
    <install-type>Git</install-type>
    <author>
      <name>Sean Cribbs</name>
      <first-name>Sean</first-name>
      <last-name>Cribbs</last-name>
      <email>seancribbs@gmail.com</email>
    </author>
  </extension>
  <extension>
    <name>page_attachments</name>
    <description>Supports uploaded files as &quot;attachments&quot; to pages.</description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/radiant/radiant-page-attachments-extension.git</repository-url>
    <download-type></download-type>
    <download-url></download-url>
    <install-type>Git</install-type>
    <author>
      <name>Sean Cribbs</name>
      <first-name>Sean</first-name>
      <last-name>Cribbs</last-name>
      <email>seancribbs@gmail.com</email>
    </author>
  </extension>
  <extension>
    <name>simple_product_manager</name>
    <description>Provides a mechanism to handle products and categories that can then be used across the rest of the RadiantCMS site.

Latest version includes tags for Categories, Subcategories, uploading (and tagging) product images, plus pages for categories and products (including support for custom layouts).</description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/aurorasoft/radiant-simple-product-manager.git</repository-url>
    <download-type></download-type>
    <download-url>http://github.com/aurorasoft/radiant-simple-product-manager/tarball/master</download-url>
    <install-type>Git</install-type>
    <author>
      <name>Jason Stirk</name>
      <first-name>Jason</first-name>
      <last-name>Stirk</last-name>
      <email>jstirk@aurorasoft.com.au</email>
    </author>
  </extension>
  <extension>
    <name>members</name>
    <description>Updated for Radiant 0.8.0.

Provides site registration form, user profile tab, password recovery form.  Modifies the Radiant Admin User model.  See README for full instructions.</description>
    <repository-type>Subversion</repository-type>
    <repository-url>http://svn.apache.org/repos/asf/labs/consite/trunk/members/</repository-url>
    <download-type></download-type>
    <download-url></download-url>
    <install-type>Subversion</install-type>
    <author>
      <name>J Aaron Farr</name>
      <first-name>J</first-name>
      <last-name>Aaron Farr</last-name>
      <email>farra@apache.org</email>
    </author>
  </extension>
  <extension>
    <name>tei_tools</name>
    <description>This extension provides a set of tools for managing
TEI-encoded text in Radiant.</description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/jgsmith/radiant-tei-tools.git</repository-url>
    <download-type></download-type>
    <download-url></download-url>
    <install-type>Git</install-type>
    <author>
      <name>James Smith</name>
      <first-name>James</first-name>
      <last-name>Smith</last-name>
      <email>jgsmith@tamu.edu</email>
    </author>
  </extension>
  <extension>
    <name>language_redirect</name>
    <description>Initially a port of the old language redirect plugin, it has been constantly updated to work with the newer radiant releases.</description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/intinig/radiant_language_redirect_extension.git</repository-url>
    <download-type></download-type>
    <download-url></download-url>
    <install-type>Git</install-type>
    <author>
      <name>Giovanni Intini</name>
      <first-name>Giovanni</first-name>
      <last-name>Intini</last-name>
      <email>intinig@gmail.com</email>
    </author>
  </extension>
  <extension>
    <name>haml_filter</name>
    <description>Provides a HAML filter for content. Entirety of code pulled from &quot;http://github.com/danhigham/radiant&quot;:http://github.com/danhigham/radiant</description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/saturnflyer/radiant-haml_filter-extension.git</repository-url>
    <download-type></download-type>
    <download-url></download-url>
    <install-type>Git</install-type>
    <author>
      <name>Jim Gay</name>
      <first-name>Jim</first-name>
      <last-name>Gay</last-name>
      <email>jim@saturnflyer.com</email>
    </author>
  </extension>
  <extension>
    <name>electrostatic</name>
    <description>Electrostatic is a very simple Radiant extension focused on generating truly static content from the Pages in your instance of the CMS. By truly static, I mean that an HTML, CSS, JS, or whatever type of content you have stored as a Page is rendered and then subsequently stored in a temporary directory. After generating the rendered pages, Electrostatic will copy in the contents of your `public` directory. In theory, doing this will create a stand-alone directory of your static content. The purpose of all of this work is to create an exact representation of your content as static and navigable web content, once it is hosted properly behind a web server.</description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/thumblemonks/radiant-electrocstatic-extension.git</repository-url>
    <download-type></download-type>
    <download-url></download-url>
    <install-type>Git</install-type>
    <author>
      <name>Justin Knowlden</name>
      <first-name>Justin</first-name>
      <last-name>Knowlden</last-name>
      <email>gus@gusg.us</email>
    </author>
  </extension>
  <extension>
    <name>modulo</name>
    <description>Supplies tags to display odd and even child pages</description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/lonnon/modulo.git</repository-url>
    <download-type></download-type>
    <download-url></download-url>
    <install-type>Git</install-type>
    <author>
      <name> </name>
      <first-name></first-name>
      <last-name></last-name>
      <email>lonnon.foster@gmail.com</email>
    </author>
  </extension>
  <extension>
    <name>multilingual_pages</name>
    <description>Provides multilingual pages for Radiant. A multilingual page has one slug for every language. Use slugs like 'about-us-en', 'about-us-de' or 'about-us', 'ueber-uns' and translate away using &lt;pre&gt;\&lt;r:translate en=&quot;Welcome&quot; de=&quot;Willkommen&quot; /\&gt; &lt;/pre&gt;and &lt;pre&gt;\&lt;r:if_language lang=&quot;en&quot;\&gt;\&lt;p\&gt;Some english text\&lt;/p\&gt;\&lt;/r:if_language\&gt;&lt;/pre&gt; ...</description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/yeah/radiant-multilingual-pages-extension.git</repository-url>
    <download-type></download-type>
    <download-url></download-url>
    <install-type>Git</install-type>
    <author>
      <name>Jan Schulz-Hofen</name>
      <first-name>Jan</first-name>
      <last-name>Schulz-Hofen</last-name>
      <email>yeah@yeahrock.de</email>
    </author>
  </extension>
  <extension>
    <name>less_filter</name>
    <description>Allows you to create DRY CSS in Radiant using {less} by Alexis Sellier and Dmitry Fadeyev.

See http://lesscss.com</description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/gusgollings/radiant-less_filter-extension.git</repository-url>
    <download-type></download-type>
    <download-url>http://github.com/gusgollings/radiant-less_filter-extension/tarball/master</download-url>
    <install-type>Git</install-type>
    <author>
      <name>Gus Gollings</name>
      <first-name>Gus</first-name>
      <last-name>Gollings</last-name>
      <email>gus.gollings+radiantcms@gmail.com</email>
    </author>
  </extension>
  <extension>
    <name>static_caching</name>
    <description>Caches rendered content in directory structure that mirrors the URL. Apache (or the web server of your choice) can then serve the static pages without hitting the Radiant application at all.</description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/tricycle/radiant-static-caching-extension.git</repository-url>
    <download-type></download-type>
    <download-url>http://github.com/tricycle/radiant-static-caching-extension/tarball/master</download-url>
    <install-type>Git</install-type>
    <author>
      <name>Tricycle Developments </name>
      <first-name>Tricycle</first-name>
      <last-name>Developments </last-name>
      <email>info@tricycledevelopments.com</email>
    </author>
  </extension>
  <extension>
    <name>Questionnaire</name>
    <description>This extension allows you to do a questionnaire with Radiant. In the backend you can create a questionnaire very easily. With simple radius tags you can display the questonnaire on the frontend. In the backend you can also  clone a questionnaire (as example for multiple languages) and export the answers to Excel.</description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/screenconcept/radiant-questionnaire-extension.git</repository-url>
    <download-type></download-type>
    <download-url></download-url>
    <install-type>Git</install-type>
    <author>
      <name>Pascal Naef</name>
      <first-name>Pascal</first-name>
      <last-name>Naef</last-name>
      <email>pascal.naef@screenconcept.ch</email>
    </author>
  </extension>
  <extension>
    <name>events_calendar</name>
    <description>Generate a monthly calendar of events in your pages. Includes highlighted days with events and mouseover tooltips with a summary of the day's events. Full event listing is provided on a separate page.</description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/davec/radiant-events-calendar-extension.git</repository-url>
    <download-type></download-type>
    <download-url></download-url>
    <install-type>Git</install-type>
    <author>
      <name>David Cato</name>
      <first-name>David</first-name>
      <last-name>Cato</last-name>
      <email>git@crunchyfrog.net</email>
    </author>
  </extension>
  <extension>
    <name>flickr_tags</name>
    <description>Provides a tag for embedding Flickr slideshows and individual photos in pages.</description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/santry/flickr_tags.git</repository-url>
    <download-type></download-type>
    <download-url></download-url>
    <install-type>Git</install-type>
    <author>
      <name>Sean Santry</name>
      <first-name>Sean</first-name>
      <last-name>Santry</last-name>
      <email>sean@seansantry.com</email>
    </author>
  </extension>
  <extension>
    <name>blog_tags</name>
    <description>Provides some useful blogging tags, like *previous* and *next* article and *time_ago_in_words* for showing dates like &quot;3 days ago&quot;.</description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/santry/blog_tags.git</repository-url>
    <download-type></download-type>
    <download-url></download-url>
    <install-type>Git</install-type>
    <author>
      <name>Sean Santry</name>
      <first-name>Sean</first-name>
      <last-name>Santry</last-name>
      <email>sean@seansantry.com</email>
    </author>
  </extension>
  <extension>
    <name>enkoder_tags</name>
    <description>Provides tags for hiding web content (including email addresses) from robots using &quot;Dan Benjamin's Enkoder&quot;:http://hivelogic.com/enkoder</description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/santry/enkoder_tags.git</repository-url>
    <download-type></download-type>
    <download-url></download-url>
    <install-type>Git</install-type>
    <author>
      <name>Sean Santry</name>
      <first-name>Sean</first-name>
      <last-name>Santry</last-name>
      <email>sean@seansantry.com</email>
    </author>
  </extension>
  <extension>
    <name>page_list_view</name>
    <description>Enables viewing site pages in a list views sortable by attibute, either full list or a paginated list.  trunk is compatible with 0.7.0 or higher; tag 1.1 is compatible with 0.6.9

Requires will_paginate plugin: After install, from extension directory run:
$ git submodule init &amp;&amp; git submodule update</description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/avonderluft/radiant-page_list_view-extension.git</repository-url>
    <download-type></download-type>
    <download-url>http://github.com/avonderluft/radiant-page_list_view-extension/tarball/master</download-url>
    <install-type>Git</install-type>
    <author>
      <name>Andrew vonderLuft</name>
      <first-name>Andrew</first-name>
      <last-name>vonderLuft</last-name>
      <email>avonderluft@avlux.net</email>
    </author>
  </extension>
  <extension>
    <name>admin_data</name>
    <description>This extension uses the admin_data plugin to provide a simple CRUD interface for your database tables.</description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/saturnflyer/radiant-admin_data-extension.git</repository-url>
    <download-type></download-type>
    <download-url></download-url>
    <install-type>Git</install-type>
    <author>
      <name>Jim Gay</name>
      <first-name>Jim</first-name>
      <last-name>Gay</last-name>
      <email>jim@saturnflyer.com</email>
    </author>
  </extension>
  <extension>
    <name>reverb_nation</name>
    <description>Provides tags to fetch concert listings from ReverbNation.com and incorporate them into Radiant pages.</description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/eostrom/radiant-reverb_nation-extension.git</repository-url>
    <download-type></download-type>
    <download-url></download-url>
    <install-type>Git</install-type>
    <author>
      <name>Erik Ostrom</name>
      <first-name>Erik</first-name>
      <last-name>Ostrom</last-name>
      <email>erik@echographia.com</email>
    </author>
  </extension>
  <extension>
    <name>highrise</name>
    <description>Use typical radiant tags to get &quot;Person&quot; data out of your Highrise account.</description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/kmayer/radiant-highrise.git</repository-url>
    <download-type></download-type>
    <download-url></download-url>
    <install-type>Git</install-type>
    <author>
      <name>Ken Mayer</name>
      <first-name>Ken</first-name>
      <last-name>Mayer</last-name>
      <email>kmayer@bitwrangler.com</email>
    </author>
  </extension>
  <extension>
    <name>page_part_handling</name>
    <description>Enhance page parts to load single parts depending on a URL parameter and behave differently on an AJAX request</description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/screenconcept/radiant-page-part-handling-extension.git</repository-url>
    <download-type></download-type>
    <download-url></download-url>
    <install-type>Git</install-type>
    <author>
      <name>Screen Concept</name>
      <first-name>Screen</first-name>
      <last-name>Concept</last-name>
      <email>info@screenconcept.ch</email>
    </author>
  </extension>
  <extension>
    <name>quicktime</name>
    <description>Tags for embedding QuickTime movies into pages.  (Please use &quot;this webmail&quot;:http://www.bitcetera.com/en/contact for feedback as the listed email address is shielded by &quot;Postwhite&quot;:http://www.bitcetera.com/en/products/postwhite.)</description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/svoop/radiant-quicktime-extension.git</repository-url>
    <download-type></download-type>
    <download-url></download-url>
    <install-type>Git</install-type>
    <author>
      <name>Sven Schwyn</name>
      <first-name>Sven</first-name>
      <last-name>Schwyn</last-name>
      <email>svoop@delirium.ch</email>
    </author>
  </extension>
  <extension>
    <name>mediawiki_filter</name>
    <description>The mediawiki_filter extension adds support for Mediawiki markup. The syntax supported is limited to the featureset of the MediaCloth gem and a few enhancements thereof. (Please use &quot;this webmail&quot;:http://www.bitcetera.com/en/contact for feedback as the listed email address is shielded by &quot;Postwhite&quot;:http://www.bitcetera.com/en/products/postwhite.)</description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/svoop/radiant-mediawiki_filter-extension.git</repository-url>
    <download-type></download-type>
    <download-url></download-url>
    <install-type>Git</install-type>
    <author>
      <name>Sven Schwyn</name>
      <first-name>Sven</first-name>
      <last-name>Schwyn</last-name>
      <email>svoop@delirium.ch</email>
    </author>
  </extension>
  <extension>
    <name>google_maps</name>
    <description>p. Provides Google Map integration into Radiant and an administration interface for creating maps </description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/rurounijones/radiant-google-maps-extension.git </repository-url>
    <download-type></download-type>
    <download-url>http://github.com/rurounijones/radiant-google-maps-extension/tarball/1.2</download-url>
    <install-type>Git</install-type>
    <author>
      <name>Jeffrey Jones</name>
      <first-name>Jeffrey</first-name>
      <last-name>Jones</last-name>
      <email>rurounijones@hotmail.com</email>
    </author>
  </extension>
  <extension>
    <name>commodity</name>
    <description>This is a simple extension that exposes page and snippet data at URLs without layouts so that the content can be imported by external projects.

We have also created a Rails plugin to make using this easy: http://github.com/boost/radiant-consumer/</description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/boost/radiant-commodity.git</repository-url>
    <download-type></download-type>
    <download-url></download-url>
    <install-type>Git</install-type>
    <author>
      <name>Nathan Donaldson</name>
      <first-name>Nathan</first-name>
      <last-name>Donaldson</last-name>
      <email>nathan@boost.co.nz</email>
    </author>
  </extension>
  <extension>
    <name>page_preview</name>
    <description>Preview a page below the edit text area, without having to save first. The page is previewed exactly as it would look if saved (by a full stack render in an iframe).</description>
    <repository-type>Git</repository-type>
    <repository-url>http://github.com/tricycle/radiant-page-preview-extension.git</repository-url>
    <download-type></download-type>
    <download-url>http://github.com/tricycle/radiant-page-preview-extension/tarball/master</download-url>
    <install-type>Git</install-type>
    <author>
      <name>Tricycle Developments </name>
      <first-name>Tricycle</first-name>
      <last-name>Developments </last-name>
      <email>info@tricycledevelopments.com</email>
    </author>
  </extension>
  <extension>
    <name>page_options</name>
    <description>enables per page admin options, such as setting caching to a non-default value, or turning it off altogether.</description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/avonderluft/radiant-page_options-extension.git</repository-url>
    <download-type></download-type>
    <download-url>http://github.com/avonderluft/radiant-page_options-extension/tree/master</download-url>
    <install-type>Git</install-type>
    <author>
      <name>Andrew vonderLuft</name>
      <first-name>Andrew</first-name>
      <last-name>vonderLuft</last-name>
      <email>avonderluft@avlux.net</email>
    </author>
  </extension>
  <extension>
    <name>blog</name>
    <description>Adds tags such as &quot;r:authors&quot; and &quot;r:pages&quot; (for the current author) and pulls in all features from the siblings_tags extension

Development was supported by &quot;Ignite Social Media&quot;:http://www.ignitesocialmedia.com
</description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/saturnflyer/radiant-blog-extension.git</repository-url>
    <download-type></download-type>
    <download-url></download-url>
    <install-type>Git</install-type>
    <author>
      <name>Jim Gay</name>
      <first-name>Jim</first-name>
      <last-name>Gay</last-name>
      <email>jim@saturnflyer.com</email>
    </author>
  </extension>
  <extension>
    <name>conferences</name>
    <description>Turns radiant into a conference/event management site.  Used to power the ApacheCon websites.</description>
    <repository-type>Subversion</repository-type>
    <repository-url>http://svn.apache.org/repos/asf/labs/consite/trunk/conferences/</repository-url>
    <download-type></download-type>
    <download-url></download-url>
    <install-type>Subversion</install-type>
    <author>
      <name>J Aaron Farr</name>
      <first-name>J</first-name>
      <last-name>Aaron Farr</last-name>
      <email>farra@apache.org</email>
    </author>
  </extension>
  <extension>
    <name>twitter_tags</name>
    <description>Allows to include the latest tweets from a user in the page - see it in action on http://openminds.be/</description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/wonko/twitter_tags.git</repository-url>
    <download-type></download-type>
    <download-url></download-url>
    <install-type>Git</install-type>
    <author>
      <name> </name>
      <first-name></first-name>
      <last-name></last-name>
      <email>bernard@openminds.be</email>
    </author>
  </extension>
  <extension>
    <name>route-handler</name>
    <description>Lets you specify dynamic parameters in your URLs, and place these parameters on the page, or use them in any attributes of any Radius tags. It can be used for pagination, with 'webservices' extension, etc.</description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/astashov/radiant-route-handler-extension.git</repository-url>
    <download-type></download-type>
    <download-url>http://github.com/astashov/radiant-route-handler-extension/tarball/master</download-url>
    <install-type>Git</install-type>
    <author>
      <name>Anton Astashov</name>
      <first-name>Anton</first-name>
      <last-name>Astashov</last-name>
      <email>yojik66@yandex.ru</email>
    </author>
  </extension>
  <extension>
    <name>summarize</name>
    <description>Add a &lt;r:more /&gt; somewhere in your page part content and the rest will be truncated.</description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/imakethings/radiant-summarize-extension.git</repository-url>
    <download-type></download-type>
    <download-url>http://github.com/imakethings/radiant-summarize-extension/tree/master</download-url>
    <install-type>Git</install-type>
    <author>
      <name>Arik Jones</name>
      <first-name>Arik</first-name>
      <last-name>Jones</last-name>
      <email>makingme@gmail.com</email>
    </author>
  </extension>
  <extension>
    <name>drag_order</name>
    <description>This extension allows pages to be moved or copied to any arbitrary (valid) place in the document tree structure by dragging the page to its new position and dropping it there.</description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/bright4/radiant-drag-order.git</repository-url>
    <download-type></download-type>
    <download-url></download-url>
    <install-type>Git</install-type>
    <author>
      <name>Bright 4</name>
      <first-name>Bright</first-name>
      <last-name>4</last-name>
      <email>github@bright4.nl</email>
    </author>
  </extension>
  <extension>
    <name>compressor</name>
    <description>Compressor provides an option to strip all non space-character whitespace, and replace double spaces with single spaces in the Radiant ResponseCache.</description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/saturnflyer/radiant-compressor-extension.git</repository-url>
    <download-type></download-type>
    <download-url></download-url>
    <install-type>Git</install-type>
    <author>
      <name>Jim Gay</name>
      <first-name>Jim</first-name>
      <last-name>Gay</last-name>
      <email>jim@saturnflyer.com</email>
    </author>
  </extension>
  <extension>
    <name>keyword_filter</name>
    <description>Adds tags to selective filter content based on the keywords of the current page. This is useful to create &quot;tags&quot; for your pages based on the keywords.</description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/bogado/radiant-keyword_filter-extension.git</repository-url>
    <download-type></download-type>
    <download-url></download-url>
    <install-type>Git</install-type>
    <author>
      <name>Victor Bogado</name>
      <first-name>Victor</first-name>
      <last-name>Bogado</last-name>
      <email>victor@bogado.net</email>
    </author>
  </extension>
  <extension>
    <name>page_origin</name>
    <description>When you go to create or edit a page, you will now see the parent page title right under the page title text field. Great for the forgetful.</description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/atinypixel/radiant-page-origin-extension.git</repository-url>
    <download-type></download-type>
    <download-url>http://github.com/atinypixel/radiant-page-origin-extension</download-url>
    <install-type>Git</install-type>
    <author>
      <name>Arik Jones</name>
      <first-name>Arik</first-name>
      <last-name>Jones</last-name>
      <email>makingme@gmail.com</email>
    </author>
  </extension>
  <extension>
    <name>truncate</name>
    <description>Adds tag for truncating contents.</description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/astashov/radiant-truncate-extension.git</repository-url>
    <download-type></download-type>
    <download-url>http://github.com/astashov/radiant-truncate-extension/tarball/master</download-url>
    <install-type>Git</install-type>
    <author>
      <name>Anton Astashov</name>
      <first-name>Anton</first-name>
      <last-name>Astashov</last-name>
      <email>yojik66@yandex.ru</email>
    </author>
  </extension>
  <extension>
    <name>date-converter</name>
    <description>Adds tag for converting dates from one format to another.</description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/astashov/radiant-date-converter-extension.git</repository-url>
    <download-type></download-type>
    <download-url>http://github.com/astashov/radiant-date-converter-extension/tarball/master</download-url>
    <install-type>Git</install-type>
    <author>
      <name>Anton Astashov</name>
      <first-name>Anton</first-name>
      <last-name>Astashov</last-name>
      <email>yojik66@yandex.ru</email>
    </author>
  </extension>
  <extension>
    <name>webservices</name>
    <description>Allows to use responses of remote webservices on your pages, e.g., weather, horoscopes, geocodes, etc.</description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/astashov/radiant-webservices-extension.git</repository-url>
    <download-type></download-type>
    <download-url>http://github.com/astashov/radiant-webservices-extension/tarball/master</download-url>
    <install-type>Git</install-type>
    <author>
      <name>Anton Astashov</name>
      <first-name>Anton</first-name>
      <last-name>Astashov</last-name>
      <email>yojik66@yandex.ru</email>
    </author>
  </extension>
  <extension>
    <name>code</name>
    <description>Code Extension

Extension which provides support for code highlighting to Radiant CMS via different code highlighting libraries (syntax,coderay,ultraviolet,highlight.js)</description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/alno/radiant-code-extension.git</repository-url>
    <download-type></download-type>
    <download-url></download-url>
    <install-type>Git</install-type>
    <author>
      <name>Alexey Noskov</name>
      <first-name>Alexey</first-name>
      <last-name>Noskov</last-name>
      <email>alexey.noskov@gmail.com</email>
    </author>
  </extension>
  <extension>
    <name>archive_hacks</name>
    <description>Alters a default Archive extension:
* Groupping pages by another pattern, specified in Radiant::Config (for example, by %Y/%m)
* Skip groupping of some pages in archive, specified by pattern in Radiant::Config
* Ability to have archive as site root

</description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/alno/radiant-archive-hacks-extension.git</repository-url>
    <download-type></download-type>
    <download-url></download-url>
    <install-type>Git</install-type>
    <author>
      <name>Alexey Noskov</name>
      <first-name>Alexey</first-name>
      <last-name>Noskov</last-name>
      <email>alexey.noskov@gmail.com</email>
    </author>
  </extension>
  <extension>
    <name>url_login</name>
    <description>Log the user in with a secret token in the url and optionally redirect them to a specified page.</description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/mikehale/radiant-url-login-extension.git</repository-url>
    <download-type></download-type>
    <download-url>http://github.com/mikehale/radiant-url-login-extension/tree/master#</download-url>
    <install-type>Git</install-type>
    <author>
      <name>Michael Hale</name>
      <first-name>Michael</first-name>
      <last-name>Hale</last-name>
      <email>mikehale@gmail.com</email>
    </author>
  </extension>
  <extension>
    <name>stocks</name>
    <description>Tags for showing latest stock market information. Currently supports Yahoo Finance.

Website: &quot;http://github.com/nuex/radiant-stocks-extension&quot;:http://github.com/nuex/radiant-stocks-extension</description>
    <repository-type>Git</repository-type>
    <repository-url>http://github.com/nuex/radiant-stocks-extension.git</repository-url>
    <download-type></download-type>
    <download-url>http://github.com/nuex/radiant-stocks-extension/tarball/master</download-url>
    <install-type>Git</install-type>
    <author>
      <name>Chase James</name>
      <first-name>Chase</first-name>
      <last-name>James</last-name>
      <email>nx@nu-ex.com</email>
    </author>
  </extension>
  <extension>
    <name>staff_profiles</name>
    <description>Simple staff or member profiles for Radiant CMS. Used for education institutions, training organizations, cast and crew of a film, company management profiles, etc.</description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/zapnap/radiant-staff-profiles-extension.git</repository-url>
    <download-type></download-type>
    <download-url>http://github.com/zapnap/radiant-staff-profiles-extension</download-url>
    <install-type>Git</install-type>
    <author>
      <name>Nick Plante</name>
      <first-name>Nick</first-name>
      <last-name>Plante</last-name>
      <email>nap@zerosum.org</email>
    </author>
  </extension>
  <extension>
    <name>shortcut</name>
    <description>You can set an page in your site to be a shortcut. By doing so, your page that is created at @/about/people/jim@ and marked as a shortcut may be found at @/jim@

Supported by &quot;Ignite Social Media&quot;:http://www.ignitesocialmedia.com</description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/saturnflyer/radiant-shortcut-extension.git</repository-url>
    <download-type></download-type>
    <download-url>http://github.com/saturnflyer/radiant-shortcut-extension/tarball/master</download-url>
    <install-type>Git</install-type>
    <author>
      <name>Jim Gay</name>
      <first-name>Jim</first-name>
      <last-name>Gay</last-name>
      <email>jim@saturnflyer.com</email>
    </author>
  </extension>
  <extension>
    <name>vhost</name>
    <description>This extension allows you to host multiple separate sites with their own pages, snippets, and layouts on the same 
Radiant instance.  Everything is scoped to the site, so you must log in separately at each domain.  Thus, you can host 
multiple clients' sites and they don't know they don't have their own instance.</description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/jgarber/radiant-vhost-extension.git</repository-url>
    <download-type></download-type>
    <download-url></download-url>
    <install-type>Git</install-type>
    <author>
      <name>Jason Garber</name>
      <first-name>Jason</first-name>
      <last-name>Garber</last-name>
      <email>jg@jasongarber.com</email>
    </author>
  </extension>
  <extension>
    <name>settings</name>
    <description>Provides an interface for managing configuration settings. Developed by &quot;Alex Wayne&quot;:http://beautifulpixel.com/</description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/Squeegy/radiant-settings.git</repository-url>
    <download-type></download-type>
    <download-url></download-url>
    <install-type>Git</install-type>
    <author>
      <name>Jim Gay</name>
      <first-name>Jim</first-name>
      <last-name>Gay</last-name>
      <email>jim@saturnflyer.com</email>
    </author>
  </extension>
  <extension>
    <name>flickr_thumbnails</name>
    <description>A tag that lets you do a flickr search and returns an unordered list of thumbnails inline in your page. Simple! Requires you to get a flickr API key first (see the README for info).</description>
    <repository-type>Git</repository-type>
    <repository-url>http://github.com/cannikin/flickr_thumbnails</repository-url>
    <download-type></download-type>
    <download-url>http://github.com/cannikin/flickr_thumbnails/tarball/master</download-url>
    <install-type>Git</install-type>
    <author>
      <name>Rob Cameron</name>
      <first-name>Rob</first-name>
      <last-name>Cameron</last-name>
      <email>cannikinn@gmail.com</email>
    </author>
  </extension>
  <extension>
    <name>page_versioning</name>
    <description>Creates versioning for pages, snippets and layouts.</description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/astashov/page_versioning.git</repository-url>
    <download-type></download-type>
    <download-url>http://github.com/astashov/page_versioning/tarball/master</download-url>
    <install-type>Git</install-type>
    <author>
      <name>Anton Astashov</name>
      <first-name>Anton</first-name>
      <last-name>Astashov</last-name>
      <email>yojik66@yandex.ru</email>
    </author>
  </extension>
  <extension>
    <name>code_ray</name>
    <description>Provides syntax highlighting via the CodeRay ruby gem.</description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/phallstrom/code_ray.git </repository-url>
    <download-type></download-type>
    <download-url></download-url>
    <install-type>Git</install-type>
    <author>
      <name>Philip Hallstrom</name>
      <first-name>Philip</first-name>
      <last-name>Hallstrom</last-name>
      <email>philip@pjkh.com</email>
    </author>
  </extension>
  <extension>
    <name>fckeditor</name>
    <description>fckeditor filter for page parts - with file uploads and spell checking.</description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/djcp/radiant-fckeditor.git</repository-url>
    <download-type></download-type>
    <download-url></download-url>
    <install-type>Git</install-type>
    <author>
      <name>Daniel Collis-Puro</name>
      <first-name>Daniel</first-name>
      <last-name>Collis-Puro</last-name>
      <email>dan@collispuro.net</email>
    </author>
  </extension>
  <extension>
    <name>dav</name>
    <description>Access Radiant through WebDAV, by myself and Michael Kessler</description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/willcodeforfoo/radiant-dav-extension.git</repository-url>
    <download-type></download-type>
    <download-url></download-url>
    <install-type>Git</install-type>
    <author>
      <name>Kevin Marsh</name>
      <first-name>Kevin</first-name>
      <last-name>Marsh</last-name>
      <email>kevin.marsh@gmail.com</email>
    </author>
  </extension>
  <extension>
    <name>change_author</name>
    <description>It allows administrators to set the author of each page.

Supported by &quot;Ignite Social Media&quot;:http://www.ignitesocialmedia.com</description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/saturnflyer/radiant-change_author-extension.git</repository-url>
    <download-type></download-type>
    <download-url></download-url>
    <install-type>Git</install-type>
    <author>
      <name>Jim Gay</name>
      <first-name>Jim</first-name>
      <last-name>Gay</last-name>
      <email>jim@saturnflyer.com</email>
    </author>
  </extension>
  <extension>
    <name>invisible_pages</name>
    <description>Invisible Pages was developed for dealing with migrated content from another system to allow older content to continue living at it's normal URL. The design of this extension assumes that you have some content that may be directly under your Home page, but you don't want the Radiant interface to have so many pages on the index. Invisible Pages will keep your interface clean.

Supported by &quot;Ignite Social Media&quot;:http://www.ignitesocialmedia.com</description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/saturnflyer/radiant-invisible_pages-extension/tree/master</repository-url>
    <download-type></download-type>
    <download-url></download-url>
    <install-type>Git</install-type>
    <author>
      <name>Jim Gay</name>
      <first-name>Jim</first-name>
      <last-name>Gay</last-name>
      <email>jim@saturnflyer.com</email>
    </author>
  </extension>
  <extension>
    <name>rbac_base</name>
    <description>Creates finer control over the types of roles that Radiant uses or may use, allowing other extensions to create their own user roles and restrict their extension to users in that role.</description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/saturnflyer/radiant-rbac_base-extension.git</repository-url>
    <download-type></download-type>
    <download-url></download-url>
    <install-type>Git</install-type>
    <author>
      <name>Jim Gay</name>
      <first-name>Jim</first-name>
      <last-name>Gay</last-name>
      <email>jim@saturnflyer.com</email>
    </author>
  </extension>
  <extension>
    <name>page_group_rbac_migrator</name>
    <description>Migrates data from Page Group Permissions to using RBAC Page Edit and maintains the connection between pages, users and roles/groups.</description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/saturnflyer/radiant-page_group_rbac_migrator-extension.git</repository-url>
    <download-type></download-type>
    <download-url></download-url>
    <install-type>Git</install-type>
    <author>
      <name>Jim Gay</name>
      <first-name>Jim</first-name>
      <last-name>Gay</last-name>
      <email>jim@saturnflyer.com</email>
    </author>
  </extension>
  <extension>
    <name>rbac_page_edit</name>
    <description>Restricts users from editing pages based upon the assigned role. This works exactly like Page Group Permissons but is built on RBAC Base.</description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/saturnflyer/radiant-rbac_page_edit-extension.git</repository-url>
    <download-type></download-type>
    <download-url></download-url>
    <install-type>Git</install-type>
    <author>
      <name>Jim Gay</name>
      <first-name>Jim</first-name>
      <last-name>Gay</last-name>
      <email>jim@saturnflyer.com</email>
    </author>
  </extension>
  <extension>
    <name>page_review_process</name>
    <description>Allows you to restrict users from making changes to pages based upon their role and the page's status.  Requires the &quot;RbacBaseExtension&quot;:http://ext.radiantcms.org/extensions/87-rbac-base</description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/saturnflyer/radiant-page_review_process-extension.git</repository-url>
    <download-type></download-type>
    <download-url></download-url>
    <install-type>Git</install-type>
    <author>
      <name>Jim Gay</name>
      <first-name>Jim</first-name>
      <last-name>Gay</last-name>
      <email>jim@saturnflyer.com</email>
    </author>
  </extension>
  <extension>
    <name>rbac_snippets</name>
    <description>Requires the &quot;RbacBaseExtension&quot;:http://ext.radiantcms.org/extensions/87-rbac-base and limits access to snippets to users in the &quot;Snippets&quot; role.</description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/saturnflyer/radiant-rbac_snippets-extension.git</repository-url>
    <download-type></download-type>
    <download-url></download-url>
    <install-type>Git</install-type>
    <author>
      <name>Jim Gay</name>
      <first-name>Jim</first-name>
      <last-name>Gay</last-name>
      <email>jim@saturnflyer.com</email>
    </author>
  </extension>
  <extension>
    <name>tiny_mce_filter</name>
    <description>Add &quot;TinyMCE&quot;:http://tinymce.moxiecode.com/ javascript editor as filter to pages and snippets editor. Saves radiant tags intact. Has image uploading.</description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/miv/radiant_tinymce_filter.git</repository-url>
    <download-type></download-type>
    <download-url>http://github.com/miv/radiant_tinymce_filter/tarball/master</download-url>
    <install-type>Git</install-type>
    <author>
      <name>Michael Varamashvili</name>
      <first-name>Michael</first-name>
      <last-name>Varamashvili</last-name>
      <email>michael.varamashvili@gmail.com</email>
    </author>
  </extension>
  <extension>
    <name>simple_web_shop</name>
    <description>A very simple web shop; consisting of a product overview in the admin interface, an order form for the public website, and an email send out after an order has been placed. </description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/maqsis/simple_web_shop.git</repository-url>
    <download-type></download-type>
    <download-url></download-url>
    <install-type>Git</install-type>
    <author>
      <name>Patrick Aebischer</name>
      <first-name>Patrick</first-name>
      <last-name>Aebischer</last-name>
      <email>patrick.aebischer@maqsis.ch</email>
    </author>
  </extension>
  <extension>
    <name>flash_gallery</name>
    <description>Interface with SlideShowPro (SSP) to easily create Flash-based media galleries for your Radiant site. Media galleries can contain images, Flash movies, and so on. 

*Note:* SSP is a commercial Flash component and not available as OSS, although a trial version is available and suitable for testing.</description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/zapnap/radiant-flash-gallery-extension.git</repository-url>
    <download-type></download-type>
    <download-url>http://github.com/zapnap/radiant-flash-gallery-extension</download-url>
    <install-type>Git</install-type>
    <author>
      <name>Nick Plante</name>
      <first-name>Nick</first-name>
      <last-name>Plante</last-name>
      <email>nap@zerosum.org</email>
    </author>
  </extension>
  <extension>
    <name>children_tags_with_footers</name>
    <description>Provides extra footer children tags, in addition to the children header tag.</description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/sofadesign/radiant-children_tags_with_footers-extension.git</repository-url>
    <download-type></download-type>
    <download-url></download-url>
    <install-type>Git</install-type>
    <author>
      <name>Fabrice Luraine</name>
      <first-name>Fabrice</first-name>
      <last-name>Luraine</last-name>
      <email>fabrice.luraine@sofa-design.net</email>
    </author>
  </extension>
  <extension>
    <name>from_date_tags</name>
    <description>Useful tags that return a child which published date is the next one after or before a given date. 
Great in conjunction with sibling_tags extension.
For example, it could be used if you want to treat each page as an event and show only the list of upcoming events.
_(development still in progress)_</description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/sofadesign/radiant-from-date-tags-extension.git</repository-url>
    <download-type></download-type>
    <download-url></download-url>
    <install-type>Git</install-type>
    <author>
      <name>Fabrice Luraine</name>
      <first-name>Fabrice</first-name>
      <last-name>Luraine</last-name>
      <email>fabrice.luraine@sofa-design.net</email>
    </author>
  </extension>
  <extension>
    <name>edit_published_date</name>
    <description>Adds admin controls that allow editing published date of pages.
Based on &quot;Edit Pages extension&quot;:http://mat.cc/dev/index.cgi/page_edit_dates/.</description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/sofadesign/radiant-edit-published-date-extension.git</repository-url>
    <download-type></download-type>
    <download-url></download-url>
    <install-type>Git</install-type>
    <author>
      <name>Fabrice Luraine</name>
      <first-name>Fabrice</first-name>
      <last-name>Luraine</last-name>
      <email>fabrice.luraine@sofa-design.net</email>
    </author>
  </extension>
  <extension>
    <name>thirty_boxes</name>
    <description>Display events from a &quot;30boxes&quot;:http://30boxes.com calendar.</description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/wemrysi/radiant-thirty-boxes-extension.git</repository-url>
    <download-type></download-type>
    <download-url></download-url>
    <install-type>Git</install-type>
    <author>
      <name>Emrys Ingersoll</name>
      <first-name>Emrys</first-name>
      <last-name>Ingersoll</last-name>
      <email>ingersoll@gmail.com</email>
    </author>
  </extension>
  <extension>
    <name>search_referrer_terms</name>
    <description>Extracts out the search terms entered into google/yahoo/msn/etc that have referred a user to your site </description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/rubypond/radiant-extension-search-referrer-terms.git</repository-url>
    <download-type></download-type>
    <download-url></download-url>
    <install-type>Git</install-type>
    <author>
      <name>Glenn Gillen</name>
      <first-name>Glenn</first-name>
      <last-name>Gillen</last-name>
      <email>glenn.gillen@gmail.com</email>
    </author>
  </extension>
  <extension>
    <name>upcoming_events</name>
    <description>Simple administrative interface and tags to manage upcoming events (calendar, etc)</description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/zapnap/radiant-upcoming-events-extension.git</repository-url>
    <download-type></download-type>
    <download-url>http://github.com/zapnap/radiant-upcoming-events-extension</download-url>
    <install-type>Git</install-type>
    <author>
      <name>Nick Plante</name>
      <first-name>Nick</first-name>
      <last-name>Plante</last-name>
      <email>nap@zerosum.org</email>
    </author>
  </extension>
  <extension>
    <name>sitemap_search</name>
    <description>Adds a simple search feature to pages and snippets.  Requires page_list_view extension.  Initially incompatible with rails 2.1, therefore requires &lt;= Radiant 0.6.9.  Recommend revision ae779a7.  Created by Sean Cribbs</description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/avonderluft/radiant-sitemap_search-extension.git</repository-url>
    <download-type></download-type>
    <download-url>http://github.com/avonderluft/radiant-sitemap_search-extension/tree/master</download-url>
    <install-type>Git</install-type>
    <author>
      <name>Andrew vonderLuft</name>
      <first-name>Andrew</first-name>
      <last-name>vonderLuft</last-name>
      <email>avonderluft@avlux.net</email>
    </author>
  </extension>
  <extension>
    <name>search_multi_site</name>
    <description>This extension makes the search extension multi_site aware.
</description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/RSpace/radiant-search_multi_site-extension.git</repository-url>
    <download-type></download-type>
    <download-url>http://github.com/RSpace/radiant-search_multi_site-extension/zipball/master</download-url>
    <install-type>Git</install-type>
    <author>
      <name>Casper Fabricius</name>
      <first-name>Casper</first-name>
      <last-name>Fabricius</last-name>
      <email>me@casperfabricius.com</email>
    </author>
  </extension>
  <extension>
    <name>tags_multi_site</name>
    <description>This extension makes the tags extension multi_site aware.</description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/RSpace/radiant-tags_multi_site-extension.git</repository-url>
    <download-type></download-type>
    <download-url>http://github.com/RSpace/radiant-tags_multi_site-extension/zipball/master</download-url>
    <install-type>Git</install-type>
    <author>
      <name>Casper Fabricius</name>
      <first-name>Casper</first-name>
      <last-name>Fabricius</last-name>
      <email>me@casperfabricius.com</email>
    </author>
  </extension>
  <extension>
    <name>flash_content</name>
    <description>Adds tags to make it easier to embed Adobe Flash content using SWFObject library.</description>
    <repository-type>Git</repository-type>
    <repository-url>http://github.com/ceaser/radiant-flash_content-extension</repository-url>
    <download-type></download-type>
    <download-url></download-url>
    <install-type>Git</install-type>
    <author>
      <name>Ceaser Larry</name>
      <first-name>Ceaser</first-name>
      <last-name>Larry</last-name>
      <email>clarry@divergentlogic.com</email>
    </author>
  </extension>
  <extension>
    <name>news</name>
    <description>Enter news with headline, leadtext, text, start date and stop date.</description>
    <repository-type>Git</repository-type>
    <repository-url>git clone git://github.com/screenconcept/radiant-news-extension.git </repository-url>
    <download-type></download-type>
    <download-url></download-url>
    <install-type>Git</install-type>
    <author>
      <name>Pascal Naef</name>
      <first-name>Pascal</first-name>
      <last-name>Naef</last-name>
      <email>pascal.naef@screenconcept.ch</email>
    </author>
  </extension>
  <extension>
    <name>variables</name>
    <description>Set, retrieve, and evaluate variables within pages, snippets and/or layouts.  Let's you parameter-ize your snippets and page parts and use those values via the &quot;conditional tags extension&quot;:http://ext.radiantcms.org/extensions/65-conditional-tags.</description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/SwankInnovations/radiant-variables-extension.git </repository-url>
    <download-type></download-type>
    <download-url></download-url>
    <install-type>Git</install-type>
    <author>
      <name>Chris Parrish</name>
      <first-name>Chris</first-name>
      <last-name>Parrish</last-name>
      <email>chris.parrish-gitmail@swankinnovations.com</email>
    </author>
  </extension>
  <extension>
    <name>conditional_tags</name>
    <description>An if/unless framework for Radiant pages. Rather than being limited to Radiant's pre-built conditionals, the world is now your oyster.  Better still, it allows extension writers to craft their own evaluators. If &quot;harmonious.biscuits IS sweet&quot; anyone?</description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/SwankInnovations/radiant-conditional-tags-extension.git</repository-url>
    <download-type></download-type>
    <download-url></download-url>
    <install-type>Git</install-type>
    <author>
      <name>Chris Parrish</name>
      <first-name>Chris</first-name>
      <last-name>Parrish</last-name>
      <email>chris.parrish-gitmail@swankinnovations.com</email>
    </author>
  </extension>
  <extension>
    <name>top_level_page</name>
    <description>*Top Level Page*

This Radiant CMS extension changes the top level page of a user.

Insertion of top level page selector into User form in Admin UI accomplished via instructions at: 
&quot;http://github.com/saturnflyer/radiant-help-extension/tree/master/HELP_developer.rdoc&quot;:http://github.com/saturnflyer/radiant-help-extension/tree/master/HELP_developer.rdoc (thanks saturflyer).


*Install*

* $ cd radiant_app_directory
* $ git clone git://github.com/yoon/radiant-top-level-page-extension.git vendor/extensions/top_level_page
* $ rake radiant:extensions:top_level_page:migrate RAILS_ENV=[development|production]


*TODO*

Figure out how to spec this extension</description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/yoon/radiant-top-level-page-extension.git</repository-url>
    <download-type></download-type>
    <download-url></download-url>
    <install-type>Git</install-type>
    <author>
      <name>Mark Yoon</name>
      <first-name>Mark</first-name>
      <last-name>Yoon</last-name>
      <email>yoon@northwestern.edu</email>
    </author>
  </extension>
  <extension>
    <name>ratings</name>
    <description></description>
    <repository-type>Git</repository-type>
    <repository-url>http://github.com/mikehale/radiant-ratings-extension/</repository-url>
    <download-type></download-type>
    <download-url>git://github.com/mikehale/radiant-ratings-extension.git</download-url>
    <install-type>Git</install-type>
    <author>
      <name>Michael Hale</name>
      <first-name>Michael</first-name>
      <last-name>Hale</last-name>
      <email>mikehale@gmail.com</email>
    </author>
  </extension>
  <extension>
    <name>parameterized_snippets</name>
    <description>Call snippets with parameters which can be reused in the snippet.</description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/manuelmeurer/radiant-parameterized-snippets-extension.git </repository-url>
    <download-type></download-type>
    <download-url></download-url>
    <install-type>Git</install-type>
    <author>
      <name>Manuel Meurer</name>
      <first-name>Manuel</first-name>
      <last-name>Meurer</last-name>
      <email>manuel.meurer@gmail.com</email>
    </author>
  </extension>
  <extension>
    <name>sns_sass_filter</name>
    <description>Adds Sass filtering to the SnS extension.  Write your stylesheets using Sass, and we'll serve 'em up for you all washed and pressed.</description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/SwankInnovations/radiant-sns-sass-filter-extension.git Give this clone URL to anyone. git clone git://github.com/SwankInnovations/radiant-sns-sass-filter-extension.git </repository-url>
    <download-type></download-type>
    <download-url></download-url>
    <install-type>Git</install-type>
    <author>
      <name>Chris Parrish</name>
      <first-name>Chris</first-name>
      <last-name>Parrish</last-name>
      <email>chris.parrish-gitmail@swankinnovations.com</email>
    </author>
  </extension>
  <extension>
    <name>sns</name>
    <description>Benefits:

  * CSS &amp; JS now require developer &amp; admin rights to edit.

  * TrueCaching(TM) so that your users aren't forced to re-download them every 5 mins.

  * No more layouts just to serve up CSS or JS MIME-types

  * &lt;code&gt;&lt;r:stylesheet&gt;&lt;/code&gt; &amp; &lt;code&gt;&lt;r:javascript&gt;&lt;/code&gt; tags to make referencing your files elegant

  * No more confused users wonder what those fancy pages are.

  * It saves kittens from loosing all their hair.</description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/SwankInnovations/radiant-sns-extension.git</repository-url>
    <download-type></download-type>
    <download-url></download-url>
    <install-type>Git</install-type>
    <author>
      <name>Chris Parrish</name>
      <first-name>Chris</first-name>
      <last-name>Parrish</last-name>
      <email>chris.parrish-gitmail@swankinnovations.com</email>
    </author>
  </extension>
  <extension>
    <name>legacy_path_handler</name>
    <description>Allows to mass 301 redirect a list of urls to new locations.</description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/intinig/legacy_path_handler.git</repository-url>
    <download-type></download-type>
    <download-url></download-url>
    <install-type>Git</install-type>
    <author>
      <name>Giovanni Intini</name>
      <first-name>Giovanni</first-name>
      <last-name>Intini</last-name>
      <email>intinig@gmail.com</email>
    </author>
  </extension>
  <extension>
    <name>user_home</name>
    <description>Allows you to set the home screen for each user which may be changed to any installed extension: Dashboard, for example.</description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/saturnflyer/radiant-user_home-extension.git</repository-url>
    <download-type></download-type>
    <download-url></download-url>
    <install-type>Git</install-type>
    <author>
      <name>Jim Gay</name>
      <first-name>Jim</first-name>
      <last-name>Gay</last-name>
      <email>jim@saturnflyer.com</email>
    </author>
  </extension>
  <extension>
    <name>featured_pages</name>
    <description>Allows you to save pages as &quot;featured&quot; when editing and provides tags such as @&lt;r:featured_pages:each&gt;@ to loop through all featured pages without regard to their placement in the page hierarchy.
 
A view of all featured pages will be available if Dashboard is installed.</description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/saturnflyer/radiant-featured_pages-extension.git</repository-url>
    <download-type></download-type>
    <download-url></download-url>
    <install-type>Git</install-type>
    <author>
      <name>Jim Gay</name>
      <first-name>Jim</first-name>
      <last-name>Gay</last-name>
      <email>jim@saturnflyer.com</email>
    </author>
  </extension>
  <extension>
    <name>site_watcher</name>
    <description>Site Watcher will count the number of times that a cache has been created for each url. It records this information in the page_requests table and provides radius tags such as @&lt;r:popular:pages:each&gt;@ to loop through them.
 
p. If you have the Dashboard extension installed, Site Watcher will provide a view of the most popular pages in the admin interface.</description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/saturnflyer/radiant-site_watcher-extension.git</repository-url>
    <download-type></download-type>
    <download-url></download-url>
    <install-type>Git</install-type>
    <author>
      <name>Jim Gay</name>
      <first-name>Jim</first-name>
      <last-name>Gay</last-name>
      <email>jim@saturnflyer.com</email>
    </author>
  </extension>
  <extension>
    <name>dashboard</name>
    <description>Provides an area to view recent activity in Radiant. The interface is extendable so that other exensions may add their own recent activity list.</description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/saturnflyer/radiant-dashboard-extension.git</repository-url>
    <download-type></download-type>
    <download-url></download-url>
    <install-type>Git</install-type>
    <author>
      <name>Jim Gay</name>
      <first-name>Jim</first-name>
      <last-name>Gay</last-name>
      <email>jim@saturnflyer.com</email>
    </author>
  </extension>
  <extension>
    <name>ba</name>
    <description>Ba is a conference and event management system for Radiant</description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/aslakhellesoy/ba.git</repository-url>
    <download-type></download-type>
    <download-url></download-url>
    <install-type>Git</install-type>
    <author>
      <name>Aslak Helles&#248;y</name>
      <first-name>Aslak</first-name>
      <last-name>Helles&#248;y</last-name>
      <email>aslak.hellesoy@gmail.com</email>
    </author>
  </extension>
  <extension>
    <name>help_inline</name>
    <description>Provides additional help within the pages of the interface (rather than in a separate tab). This creates a @needs_help@ preference for each user that, when selected, will show tips on using Radiant within the interface.

It requires that you install application_theme.</description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/saturnflyer/radiant-help_inline-extension.git</repository-url>
    <download-type></download-type>
    <download-url></download-url>
    <install-type>Git</install-type>
    <author>
      <name>Jim Gay</name>
      <first-name>Jim</first-name>
      <last-name>Gay</last-name>
      <email>jim@saturnflyer.com</email>
    </author>
  </extension>
  <extension>
    <name>simple_password</name>
    <description>A Radiant CMS extension for authenticating access to a single page with a HTTP Basic password</description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/yoon/radiant-simple-password-extension.git</repository-url>
    <download-type></download-type>
    <download-url></download-url>
    <install-type>Git</install-type>
    <author>
      <name>Mark Yoon</name>
      <first-name>Mark</first-name>
      <last-name>Yoon</last-name>
      <email>yoon@northwestern.edu</email>
    </author>
  </extension>
  <extension>
    <name>mail_to</name>
    <description>MailTo is a Radiant CMS extension that hides e-mails from robots. It is a simple wrapper for the Rails mail_to tag with :encode =&gt; :javascript.</description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/yoon/radiant-mail-to-extension.git</repository-url>
    <download-type></download-type>
    <download-url></download-url>
    <install-type>Git</install-type>
    <author>
      <name>Mark Yoon</name>
      <first-name>Mark</first-name>
      <last-name>Yoon</last-name>
      <email>yoon@northwestern.edu</email>
    </author>
  </extension>
  <extension>
    <name>wordpress_link_saver</name>
    <description>Allows you to maintain imported content to the Radiant database from WordPress. Any existing links such as mysite.com/?p=123 will function properly as long as your pages table has recorded the @wordpress_id@
Sponsored by &quot;Braintree Payment Solutions&quot;:http://www.braintreepaymentsolutions.com</description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/saturnflyer/radiant-wordpress_link_saver-extension.git</repository-url>
    <download-type></download-type>
    <download-url></download-url>
    <install-type>Git</install-type>
    <author>
      <name>Jim Gay</name>
      <first-name>Jim</first-name>
      <last-name>Gay</last-name>
      <email>jim@saturnflyer.com</email>
    </author>
  </extension>
  <extension>
    <name>comments</name>
    <description>Adds blog-like comment functionality to Radiant. </description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/artofmission/radiant-comments.git</repository-url>
    <download-type></download-type>
    <download-url></download-url>
    <install-type>Git</install-type>
    <author>
      <name>Ryan Heneise</name>
      <first-name>Ryan</first-name>
      <last-name>Heneise</last-name>
      <email>ryan@artofmission.com</email>
    </author>
  </extension>
  <extension>
    <name>import_mephisto</name>
    <description>Convert a Mephisto blog over to Radiant using this Extension</description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/martinbtt/radiant-import-mephisto.git</repository-url>
    <download-type></download-type>
    <download-url>http://github.com/artofmission/radiant-comments/tarball/master</download-url>
    <install-type>Git</install-type>
    <author>
      <name>Martin Sadler</name>
      <first-name>Martin</first-name>
      <last-name>Sadler</last-name>
      <email>mtsbtt@googlemail.com</email>
    </author>
  </extension>
  <extension>
    <name>seo_help</name>
    <description>Provides if_meta and unless_meta tags with an inherit attribute to search page ancestors.</description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/saturnflyer/radiant-seo_help-extension.git</repository-url>
    <download-type></download-type>
    <download-url></download-url>
    <install-type>Git</install-type>
    <author>
      <name>Jim Gay</name>
      <first-name>Jim</first-name>
      <last-name>Gay</last-name>
      <email>jim@saturnflyer.com</email>
    </author>
  </extension>
  <extension>
    <name>vapor</name>
    <description>Manages URL redirects without the need to create useless pages. It will catch every request and test against the 'catch URLs' that you provide. It even allows you to redirect to another website.</description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/saturnflyer/radiant-vapor-extension.git</repository-url>
    <download-type></download-type>
    <download-url></download-url>
    <install-type>Git</install-type>
    <author>
      <name>Jim Gay</name>
      <first-name>Jim</first-name>
      <last-name>Gay</last-name>
      <email>jim@saturnflyer.com</email>
    </author>
  </extension>
  <extension>
    <name>escape_xml</name>
    <description>This extension adds the r:escape_xml tag to escape predefined XML characters.</description>
    <repository-type></repository-type>
    <repository-url></repository-url>
    <download-type></download-type>
    <download-url>http://www.nedforce.nl/page_attachments/0000/0003/escape_xml-1.0.tar.gz</download-url>
    <install-type></install-type>
    <author>
      <name>Stefan Kroes</name>
      <first-name>Stefan</first-name>
      <last-name>Kroes</last-name>
      <email>s.a.kroes@nedforce.nl</email>
    </author>
  </extension>
  <extension>
    <name>location</name>
    <description>Add a simple locator to radiant</description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/adsmart/radiant-location-extension.git</repository-url>
    <download-type></download-type>
    <download-url></download-url>
    <install-type>Git</install-type>
    <author>
      <name>Adam  van den Hoven</name>
      <first-name>Adam</first-name>
      <last-name>van den Hoven</last-name>
      <email>adam.vandenhoven@gmail.com</email>
    </author>
  </extension>
  <extension>
    <name>paperclipped</name>
    <description>Assets manager for Radiant based on &quot;Paperclip&quot;:http://thoughtbot.com/projects/paperclip with support for multiple file types and drag and drop insertion into Radiant pages.</description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/kbingman/paperclipped.git</repository-url>
    <download-type></download-type>
    <download-url>http://github.com/kbingman/paperclipped/</download-url>
    <install-type>Git</install-type>
    <author>
      <name>Keith Bingman</name>
      <first-name>Keith</first-name>
      <last-name>Bingman</last-name>
      <email>keith@keithbingman.com</email>
    </author>
  </extension>
  <extension>
    <name>file_based_layout</name>
    <description>Allows pages served by Radiant to share a standard file-based Rails layout with Rails-generated pages</description>
    <repository-type>Subversion</repository-type>
    <repository-url>http://svn.casperfabricius.com/extensions/file_based_layout/trunk/</repository-url>
    <download-type></download-type>
    <download-url></download-url>
    <install-type>Subversion</install-type>
    <author>
      <name>Casper Fabricius</name>
      <first-name>Casper</first-name>
      <last-name>Fabricius</last-name>
      <email>me@casperfabricius.com</email>
    </author>
  </extension>
  <extension>
    <name>copy_move</name>
    <description>It allows for a page to be copied (or moved) under a new parent</description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/pilu/radiant-copy-move.git</repository-url>
    <download-type></download-type>
    <download-url></download-url>
    <install-type>Git</install-type>
    <author>
      <name>Andrea Franz</name>
      <first-name>Andrea</first-name>
      <last-name>Franz</last-name>
      <email>andrea@gravityblast.com</email>
    </author>
  </extension>
  <extension>
    <name>gallery</name>
    <description>The Gallery extension allows Radiant to manage galleries of images.</description>
    <repository-type>Git</repository-type>
    <repository-url>git://github.com/pilu/radiant-gallery.git</repository-url>
    <download-type></download-type>
    <download-url></download-url>
    <install-type>Git</install-type>
    <author>
      <name>Andrea Franz</name>
      <first-name>Andrea</first-name>
      <last-name>Franz</last-name>
      <email>andrea@gravityblast.com</email>
    </author>
  </extension>
</extensions>
