Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
benIT committed Mar 16, 2017
1 parent 0366394 commit 5c798c6
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand All @@ -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)

0 comments on commit 5c798c6

Please sign in to comment.