From: Cash Costello Date: Wed, 16 Nov 2011 02:17:31 +0000 (-0500) Subject: updated the plugin skeleton with some instructions X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=73d3096a3bd0a80ea82a952e6f1082cf7a382cc8;p=lorea%2Felgg.git updated the plugin skeleton with some instructions --- diff --git a/documentation/examples/plugins/README.txt b/documentation/examples/plugins/README.txt index 9eb04391d..704f56598 100644 --- a/documentation/examples/plugins/README.txt +++ b/documentation/examples/plugins/README.txt @@ -1,3 +1,5 @@ Plugin Skeleton ========================= - +This directory includes a plugin skeleton to be used as the starting point when +creating a new plugin. Just create a new directory in /mod/ and copy the files +and directories into it. Then update the manifest and start coding. \ No newline at end of file diff --git a/documentation/examples/plugins/start.php b/documentation/examples/plugins/start.php index e69de29bb..ea1e894b2 100644 --- a/documentation/examples/plugins/start.php +++ b/documentation/examples/plugins/start.php @@ -0,0 +1,12 @@ +