From: jamiesensei Date: Mon, 3 Sep 2007 13:09:04 +0000 (+0000) Subject: removing qcreate directory that I accidentally committed to HEAD when trying to commi... X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=1672b5462fd2a3d83a946198e70a2b479be1faff;p=moodle.git removing qcreate directory that I accidentally committed to HEAD when trying to commit changes to the NEWMODULE template. --- diff --git a/mod/qcreate/README.txt b/mod/qcreate/README.txt deleted file mode 100644 index 69f5ce7292..0000000000 --- a/mod/qcreate/README.txt +++ /dev/null @@ -1,48 +0,0 @@ -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 - - -