From 5c798c6b9f202addbdd855ab3e899642a082b3e9 Mon Sep 17 00:00:00 2001 From: ben Date: Thu, 16 Mar 2017 08:45:58 +0100 Subject: [PATCH] update README --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index e4c3359..d87c943 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ -# Moodle hello world block plugin +# Moodle *hello world* block plugin ## Description -This repo is a basic block hello world plugin. This can be used as a template for MOODLE block plugin development. +This repo is a basic *hello world* block plugin for [Moodle](https://moodle.com/) LMS. This can be used as a template for Moodle block plugin development. ## Installation -* clone this repo and rename it *helloworld* +* clone this repo and rename it to *helloworld* * move the *helloworld* folder to the *blocks* folder of your moodle installation -* go to the admin page to enable the plugin, e.g. *https://localhost/admin/index.php* +* go to the admin page to enable the plugin, e.g. *http://localhost/admin/index.php* That was it ! You can now add a hello world block. @@ -15,9 +15,9 @@ That was it ! You can now add a hello world block. Connect as an admin and add a "hello world" block. Once added, you can configure your block settings. ### Global configuration -* The global configuration of the block is available at : *https://localhost/admin/settings.php?section=blocksettinghelloworld* +* The global configuration of the block is available at : *http://localhost/admin/settings.php?section=blocksettinghelloworld* ## Ressources +* [Moodle official development main page](https://docs.moodle.org/dev/Main_Page) +* [Moodle official development block page](https://docs.moodle.org/dev/Blocks) * [Moodle programming course](https://www.youtube.com/playlist?list=PLgfLVzXXIo5q10qVXDVyD-JZVyZL9pCq0) -* [Moodle official dev main page](https://docs.moodle.org/dev/Main_Page) -* [Moodle official dev block page](https://docs.moodle.org/dev/Blocks) \ No newline at end of file