From cd8124c0bd49e479cc115fc829cbd05aff16de7a Mon Sep 17 00:00:00 2001 From: cash Date: Sat, 29 Oct 2011 17:22:55 -0400 Subject: creates a simple manifest for people to copy and use --- .../examples/plugins/full_manifest/manifest.xml | 95 ++++++++++++++++++++++ documentation/examples/plugins/manifest.xml | 95 ---------------------- .../examples/plugins/simple_manifest/manifest.xml | 18 ++++ 3 files changed, 113 insertions(+), 95 deletions(-) create mode 100644 documentation/examples/plugins/full_manifest/manifest.xml delete mode 100644 documentation/examples/plugins/manifest.xml create mode 100644 documentation/examples/plugins/simple_manifest/manifest.xml (limited to 'documentation') diff --git a/documentation/examples/plugins/full_manifest/manifest.xml b/documentation/examples/plugins/full_manifest/manifest.xml new file mode 100644 index 000000000..48a5a9558 --- /dev/null +++ b/documentation/examples/plugins/full_manifest/manifest.xml @@ -0,0 +1,95 @@ + + + My Plugin + Elgg + 1.0 + A concise description. + This is a longer, more interesting description of my plugin, its features, and other important information. + http://www.elgg.org/ + (C) Elgg 2010 + GNU Public License version 2 + + + elgg_version + 2009030802 + + + + elgg_release + 1.8 + + + + An example screenshot + graphics/plugin_ss1.png + + + + Another screenshot + graphics/plugin_ss2.png + + + admin + api + + + php_extension + gd + + + + php_ini + short_open_tag + off + + + + php_extension + made_up + 1.0 + + + + plugin + fake_plugin + 1.0 + + + + plugin + profile + 1.0 + + + + plugin + profile_api + 1.3 + lt + + + + priority + after + blog + + + + plugin + profile_api + 1.0 + + + + plugin + profile_api + 1.3 + + + + php_extension + curl + 1.0 + + + diff --git a/documentation/examples/plugins/manifest.xml b/documentation/examples/plugins/manifest.xml deleted file mode 100644 index 2a8a2bd5c..000000000 --- a/documentation/examples/plugins/manifest.xml +++ /dev/null @@ -1,95 +0,0 @@ - - - My Plugin - Elgg - 1.0 - A concise description. - This is a longer, more interesting description of my plugin, its features, and other important information. - http://www.elgg.org/ - (C) Elgg 2010 - GNU Public License version 2 - - - elgg_version - 2009030802 - - - - elgg_release - 1.8-svn - - - - An example screenshot - graphics/plugin_ss1.png - - - - Another screenshot - graphics/plugin_ss2.png - - - admin - api - - - php_extension - gd - - - - php_ini - short_open_tag - off - - - - php_extension - made_up - 1.0 - - - - plugin - fake_plugin - 1.0 - - - - plugin - profile - 1.0 - - - - plugin - profile_api - 1.3 - lt - - - - priority - after - blog - - - - plugin - profile_api - 1.0 - - - - plugin - profile_api - 1.3 - - - - php_extension - curl - 1.0 - - - diff --git a/documentation/examples/plugins/simple_manifest/manifest.xml b/documentation/examples/plugins/simple_manifest/manifest.xml new file mode 100644 index 000000000..febe71999 --- /dev/null +++ b/documentation/examples/plugins/simple_manifest/manifest.xml @@ -0,0 +1,18 @@ + + + My Plugin + My Name + 1.0 + This is a description of my plugin and its features. + http://www.elgg.org/ + (C) My Name or Company 2012 + GNU Public License version 2 + + + elgg_release + 1.8 + + + communication + + -- cgit v1.2.3