From 594019f7937c81cea039912a438040b603d08677 Mon Sep 17 00:00:00 2001 From: jamiesensei Date: Mon, 3 Sep 2007 13:03:20 +0000 Subject: [PATCH] bit more detail for what needs renaming --- mod/qcreate/README.txt | 48 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 mod/qcreate/README.txt diff --git a/mod/qcreate/README.txt b/mod/qcreate/README.txt new file mode 100644 index 0000000000..69f5ce7292 --- /dev/null +++ b/mod/qcreate/README.txt @@ -0,0 +1,48 @@ +This README file is based off the original README written +by Martin Dougiamas +However it as well as some of the code has been re-written so that the +module will work with Moodle 1.7 and beyond (with luck) + + +The following steps should get you up and running with +this module template code. + +1. Unzip the archive and read this file + +2. The module folder MUST be lower case before Moodle will recognize + it. + +3. Edit all the files in this directory and change all the + instances of newmodule to your new module name (eg widget). + +4. Change file name of en_utf8/newmodule.php and the dir name + en_utf8/help/newmodule to your new module name (eg widget). + +5. Place the newmodule folder into the /mod folder of the moodle + directory. + +6. As Admin goto Notifications and you should find the module's + databases successfully created + +7. Now go to Modules then to Activities in the Site Administration block + And you should find that this newmodule has been added + to the list of recognized modules. + +8. You may now proceed to run your own code in an attempt to + develop for moodle. Good luck with that. + + +For help with developing code for moodle, visit +the "Activity modules" developers forum in the online +course called "Using Moodle" at http:/* moodle.org */ + +Or email Martin Dougiamas at: martin@moodle.com + +For more information about the reviser +of the original NEWMODULE template +visit http://www.welcometochrisworld.com +-Chris B Stones +February 28, 2007 + + + -- 2.39.5