BrowZine DOI Linking (#1219)
- Add mechanism to load links by AJAX based on DOI. - Implement data provider using BrowZine API.
Showing
- config/vufind/config.ini 14 additions, 0 deletionsconfig/vufind/config.ini
- languages/en.ini 1 addition, 0 deletionslanguages/en.ini
- module/VuFind/config/module.config.php 2 additions, 0 deletionsmodule/VuFind/config/module.config.php
- module/VuFind/src/VuFind/AjaxHandler/DoiLookup.php 86 additions, 0 deletionsmodule/VuFind/src/VuFind/AjaxHandler/DoiLookup.php
- module/VuFind/src/VuFind/AjaxHandler/DoiLookupFactory.php 69 additions, 0 deletionsmodule/VuFind/src/VuFind/AjaxHandler/DoiLookupFactory.php
- module/VuFind/src/VuFind/AjaxHandler/PluginManager.php 2 additions, 0 deletionsmodule/VuFind/src/VuFind/AjaxHandler/PluginManager.php
- module/VuFind/src/VuFind/DoiLinker/BrowZine.php 94 additions, 0 deletionsmodule/VuFind/src/VuFind/DoiLinker/BrowZine.php
- module/VuFind/src/VuFind/DoiLinker/BrowZineFactory.php 68 additions, 0 deletionsmodule/VuFind/src/VuFind/DoiLinker/BrowZineFactory.php
- module/VuFind/src/VuFind/DoiLinker/DoiLinkerInterface.php 51 additions, 0 deletionsmodule/VuFind/src/VuFind/DoiLinker/DoiLinkerInterface.php
- module/VuFind/src/VuFind/DoiLinker/PluginManager.php 69 additions, 0 deletionsmodule/VuFind/src/VuFind/DoiLinker/PluginManager.php
- module/VuFind/src/VuFind/View/Helper/Root/Doi.php 151 additions, 0 deletionsmodule/VuFind/src/VuFind/View/Helper/Root/Doi.php
- module/VuFind/src/VuFind/View/Helper/Root/DoiFactory.php 68 additions, 0 deletionsmodule/VuFind/src/VuFind/View/Helper/Root/DoiFactory.php
- module/VuFind/tests/unit-tests/src/VuFindTest/View/Helper/Root/RecordDataFormatterTest.php 1 addition, 0 deletions...c/VuFindTest/View/Helper/Root/RecordDataFormatterTest.php
- module/VuFindSearch/src/VuFindSearch/Backend/BrowZine/Connector.php 17 additions, 0 deletions...indSearch/src/VuFindSearch/Backend/BrowZine/Connector.php
- themes/bootstrap3/js/doi.js 59 additions, 0 deletionsthemes/bootstrap3/js/doi.js
- themes/bootstrap3/templates/Helpers/doi.phtml 2 additions, 0 deletionsthemes/bootstrap3/templates/Helpers/doi.phtml
- themes/bootstrap3/templates/RecordDriver/DefaultRecord/data-onlineAccess.phtml 8 additions, 7 deletions...plates/RecordDriver/DefaultRecord/data-onlineAccess.phtml
- themes/bootstrap3/templates/RecordDriver/DefaultRecord/list-entry.phtml 8 additions, 1 deletion...ap3/templates/RecordDriver/DefaultRecord/list-entry.phtml
- themes/bootstrap3/templates/RecordDriver/DefaultRecord/result-grid.phtml 6 additions, 1 deletion...p3/templates/RecordDriver/DefaultRecord/result-grid.phtml
- themes/bootstrap3/templates/RecordDriver/DefaultRecord/result-list.phtml 7 additions, 1 deletion...p3/templates/RecordDriver/DefaultRecord/result-list.phtml
Please register or sign in to comment