===============================================
=== OJS Block Pages Plugin
=== Version: (see version.xml)
=== Author: Joe Simpson, forked from the work by Juan Pablo Alperin <pkp@alperin.ca>
===============================================
This plugin is intended to provide block level content management. It allows for the creation of static content pages with the assistance of an block editor.
This is a fork of the PKP's static pages plugin whereby the system has been updated to provide for a block editing experience instead of simply HTML.
This plugin is licensed under the GNU General Public License v3. See the file COPYING for the complete terms of this license.
This plugin is compatible with OJS, OMP, and OPS. A compatible version ships with each application.
You will need to run webpack from the package.json commands to build the javascript.
To do this with a place you have NodeJS installed:
npm install
npm run build
New pages can be added/edited/deleted through the Plugin Management interface.
The PATH chosen for each page determines where the page is later accessed. To direct users to static content created with this plugin, place links to http://www.../index.php/pages/view/%PATH%, where %PATH% is a value you choose.
This project is brought to you by Invisible Dragon in collaboration with OICC Press