From 9046723db0c21cd0995ec87e69734bd1f0edcae6 Mon Sep 17 00:00:00 2001 From: cash Date: Sat, 29 Oct 2011 17:30:36 -0400 Subject: better organization for the manifests and plugin skeleton --- .../examples/plugins/manifest_options/manifest.xml | 95 ++++++++++++++++++++++ 1 file changed, 95 insertions(+) create mode 100644 documentation/examples/plugins/manifest_options/manifest.xml (limited to 'documentation/examples/plugins/manifest_options') diff --git a/documentation/examples/plugins/manifest_options/manifest.xml b/documentation/examples/plugins/manifest_options/manifest.xml new file mode 100644 index 000000000..48a5a9558 --- /dev/null +++ b/documentation/examples/plugins/manifest_options/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 + + + -- cgit v1.2.3