1234567891011121314151617181920212223242526 |
- <?xml version="1.0" encoding="UTF-8"?>
- <plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8">
- <name>AU Anonymous Comments</name>
- <id>AU_anonymous_comments</id>
- <author>Matt Beckett (matt@mattbeckett.me)</author>
- <author>Jon Dron (jond@athabascau.ca)</author>
- <version>2.0.1</version>
- <description>Provides the ability for anonymous (not logged in) users to comment on public content and for that content to be moderated by the owner.</description>
- <website>http://landing.athabascau.ca</website>
- <copyright>(C) Athabasca University</copyright>
- <license>GNU Public License version 2</license>
-
- <!-- All plugins must require either elgg_version or elgg_release. -->
- <requires>
- <type>elgg_release</type>
- <version>1.9</version>
- </requires>
-
- <suggests>
- <type>plugin</type>
- <name>elgg_recaptcha</name>
- <version>1.0.1</version>
- </suggests>
-
- <category>Comments</category>
- </plugin_manifest>
|