Web monetization

General plugins (Local) ::: local_webmonetization
Maintained by Andrew Hancox
This plugin allows you to use the Web Monetization standard to receive streaming payments from users of your Moodle site.

Web monetization 0.1

Moodle 3.9, 3.10, 3.11
Released: gaskavahkku, 15. juovlamánnu 2021, 18:47

What is Web Monetization

A JavaScript browser API which allows the creation of a payment stream from the user agent to the website.

Find out more

Set up guide

Set up as a content publisher

In order to use this plugin

  1. Create a digital wallet and make a note of your payment pointer, there is a guide to doing this here: Digital Wallet and Payment Pointers
  2. Install Moodle
  3. Install this plugin into your Moodle site. This plugin should be placed in the local/webmonetization directory in the root of your Moodle site.
  4. Navigate to Site administration > Plugins > Local plugins > Web monetization, check the enable box and click save.
  5. Set up payment pointers throughout the site, you can do this in to ways:

    At a system level (thought the site administration link you visisted above)

    By navigating to a Moodle category, course or course module, in the navigation menu there will be a link "Manage payment pointer", follow this link and enter your payment pointer.

    You will need the 'local/webmonetization:managepaymentpointers' capability in the context that you wish to set the pointer.

Once you have done this Moodle will include the payment pointer for the context of the current page or it's nearest parent, e.g. a screen within an activity will look for payment pointers in the activity (course module), course, course category and then the system context and use the nearest one it finds.

You can see a Moodle site with the plugin installed and configured by going to Open Source Learning's example site OSL Example site

Set up as a content consumer

In order to send payments to a site using that has this plugin installed you will need to: 1. Have an account or subscription with a Web Monetization provider (also known as a WM sender). 2. Have a Web Monetization agent installed in their browser with the necessary authorization to initiate payments from the WM provider on the user's behalf.

Signing up with Coil and installing one of their desktop browser extensions or their mobile puma browser is currently the easiest way to do this.

TODO:

Author

The module has been written and is currently maintained by Andrew Hancox on behalf of Open Source Learning.

The project is funded by Grant for the Web is a $100M fund to boost open, fair, and inclusive standards and innovation in Web Monetization.

Useful links

License

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

Version information

Version build number
2021121511
Version release name
0.1
Maturity
Alfa
MD5 Sum
054b8e51e4b82c9051f54422314673c2
Supported software
Moodle 3.9, Moodle 3.10, Moodle 3.11
  • Latest release for Moodle 3.9
  • Latest release for Moodle 3.10
  • Latest release for Moodle 3.11

Version control information

Version control system (VCS)
GIT
VCS repository URL
VCS tag
v_1.01

Default installation instructions for plugins of the type General plugins (Local)

  1. Make sure you have all the required versions.
  2. Download and unpack the module.
  3. Place the folder in the "local" subdirectory.
  4. Visit http://yoursite.com/admin to finish the installation.