Leganto reading list

Activities ::: mod_leganto
Maintained by Tony Butler, Ruslan Kabalin
The Leganto reading list module enables a teacher to include a selection of citations from associated Leganto reading lists directly within the content of their course. Please note that this integration plugin depends on a paid subscription to the ExLibris Leganto reading lists service (see http://www.exlibrisgroup.com/category/Leganto for details).

Leganto reading list v3.1.1 (Build: 20180129)

Moodle 3.1, 3.2
Released: Monday, 5 February 2018, 10:34 PM
This file is part of Moodle - http://moodle.org/

Moodle 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.

Moodle 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 Moodle. If not, see .

copyright 2017 Lancaster University (http://www.lancaster.ac.uk/)
license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
author Tony Butler


Leganto reading list module for Moodle
======================================

The Leganto reading list module enables a teacher to include a selection of
citations from associated Leganto reading lists directly within the content
of their course.

The reading list can be displayed either in a separate, linked page, or
embedded in the course page itself (hidden initially, with a link to toggle
visibility).


Changelog
---------

2018-01-30 v3.1.1, v3.3.1
* Display chapter titles for citations of type 'Book Chapter'
* Support course/list/section/citation ids of > 16 characters
* Add option to include public notes in citation display
* Expand list fieldset if it contains pre-selected citations

2017-09-29 v3.1.0, v3.3.0
* Initial stable release


Installation
------------

Installing from the Git repository (recommended if you installed Moodle from
Git):

Follow the instructions at
http://docs.moodle.org/33/en/Git_for_Administrators#Installing_a_contributed_extension_from_its_Git_repository,
e.g. for the Moodle 3.3.x code:
$ cd /path/to/your/moodle/
$ cd mod/
$ git clone https://github.com/tonyjbutler/moodle-mod_leganto.git leganto
$ cd leganto/
$ git checkout -b MOODLE_33_STABLE origin/MOODLE_33_STABLE
$ git branch -d master
$ cd /path/to/your/moodle/
$ echo /mod/leganto/ >> .git/info/exclude


Installing from a zip archive downloaded from
https://moodle.org/plugins/pluginversions.php?plugin=mod_leganto:

1. Download and unzip the appropriate release for your version of Moodle.
2. Place the extracted "leganto" folder in your "/mod/" subdirectory.

Whichever method you use to get the module code in place, the final step is to
visit your Site Administration > Notifications page in a browser to invoke the
installation script and make the necessary database changes.


Updating Moodle
---------------
If you installed Moodle and the Leganto reading list module from Git you can
run the following commands to update both (see
http://docs.moodle.org/33/en/Git_for_Administrators#Installing_a_contributed_extension_from_its_Git_repository):
$ cd /path/to/your/moodle/
$ git pull
$ cd mod/leganto/
$ git pull

If you installed from a zip archive you will need to repeat the installation
procedure using the appropriate zip file downloaded from
https://moodle.org/plugins/pluginversions.php?plugin=mod_leganto for your
new Moodle version.

Version information

Version build number
2018012900
Version release name
v3.1.1 (Build: 20180129)
Can be updated from
v3.1.0 (Build: 20170927)
Can be updated to
v3.3.1 (Build: 20180130) (2018013000), v3.5.0 (Build: 20180907), v4.0.0 (Build: 20220601) (2022060100), v4.1.0 (Build: 20240105) (2024010500)
Maturity
Stable version
MD5 Sum
41ff62d5c92b0ce82bfa252a4f39bf8f
Supported software
Moodle 3.1, Moodle 3.2
  • Latest release for Moodle 3.1
  • Latest release for Moodle 3.2

Version control information

Version control system (VCS)
GIT
VCS repository URL
VCS branch
MOODLE_31_STABLE
VCS tag
v3.1.1

Default installation instructions for plugins of the type Activities

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