diff options
author | cash <cash.costello@gmail.com> | 2009-01-22 02:25:10 +0000 |
---|---|---|
committer | cash <cash.costello@gmail.com> | 2009-01-22 02:25:10 +0000 |
commit | eddc6002da1bf08e5a9e765c199653b28b3df3b4 (patch) | |
tree | e3d0d23165f226437e67ea862c87f593f431a8e2 | |
parent | a2035fb399e36d1e2952b87d86fda4b3afa71d31 (diff) | |
download | elgg-eddc6002da1bf08e5a9e765c199653b28b3df3b4.tar.gz elgg-eddc6002da1bf08e5a9e765c199653b28b3df3b4.tar.bz2 |
added manifest file
-rw-r--r-- | manifest.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/manifest.xml b/manifest.xml new file mode 100644 index 000000000..7c0ad5e97 --- /dev/null +++ b/manifest.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?>
+<plugin_manifest>
+ <field key="author" value="Cash Costello" />
+ <field key="version" value="0.1" />
+ <field key="description" value="SimplePie Feed Integrator." />
+ <field key="website" value="" />
+ <field key="copyright" value="Cash Costello 2009" />
+</plugin_manifest>
|