Skip to content

Instantly share code, notes, and snippets.

View gemusehandler's full-sized avatar

SOAP | Stichting OpenAccess platforms gemusehandler

View GitHub Profile
@gemusehandler
gemusehandler / CatalogHandler.inc.php
Created July 12, 2020 10:38
Extending the CatalogHandler so it allows a new SeriesIndex.tpl page to provide an overview of the series in the Open Monograph Press
<?php
/**
* @file pages/catalog/CatalogHandler.inc.php
*
* Copyright (c) 2014-2020 Simon Fraser University
* Copyright (c) 2003-2020 John Willinsky
* Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
*
* @class CatalogHandler
@gemusehandler
gemusehandler / index.php
Last active July 12, 2020 10:40
Open Monograph Press series index.php that includes the new seriesIndex page
<?php
/**
* @defgroup pages_catalog Catalog page
*/
/**
* @file pages/catalog/index.php
*
* Copyright (c) 2014-2020 Simon Fraser University
@gemusehandler
gemusehandler / catalogSeriesIndex.tpl
Last active July 12, 2020 10:48
Displays a page to view the series that are included in a Open Monograph Press (OMP)
{**
* templates/frontend/pages/catalogSeriesIndex.tpl
*
* Copyright (c) 2014-2020 Simon Fraser University Library
* Copyright (c) 2003-2020 John Willinsky
* Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
*
* @brief Display the page to view the series that are included in a OMP press.
* @uses browseSeriesItem array List of series in this press
*}