OJS plugin that enables full text articles on Open Journal System (http://pkp.sfu.ca/ojs). Articles Extras adds extra fields not not available on OJS like article body, citations, and article body images. The objetive is to store full text articles on the OJS db for later use with export/generic plugins.
This plugin is licensed under the GNU General Public License v2. See the file COPYING for the complete terms of this license.
Open Journal System > 2.4.0
- Download the latest release.
- On the plugins page of OJS upload the downloaded release and install.
index.php/[journalid]/manager/managePlugins/installPlugin
To install the plugin:
- copy the plugin folder file to your OJS/plugins/generic directory
- to unzip the plugin inside the plugins/generic directory:
$ tar xvzf articlesExtras-1.0.tar.gz
- add record to versions table on your OJS installation.
INSERT INTO `ojs`.`versions` ( `major` , `minor` , `revision` , `build` , `date_installed` , `current` , `product_type` , `product` , `product_class_name` , `lazy_load` , `sitewide` ) VALUES ( '2', '1', '0', '0', NOW(), '1', 'plugins.generic', 'articlesExtras', 'ArticlesExtrasPlugin', '1', '0' );
- enable the plugin at:
index.php/[journalId]/manager/plugins/generic
- acces the plugin here:
index.php/[journalId]/editor
Have a bug or a feature request? Please open a new issue. Before opening any issue, please search for existing issues and read the Issue Guidelines, written by Nicolas Gallagher.
Richard González Alberto