GithubHelp home page GithubHelp logo

richardalberto / articlesextras Goto Github PK

View Code? Open in Web Editor NEW
10.0 5.0 1.0 176 KB

OJS plugin to add aditional fields to articles.

PHP 98.99% CSS 1.01%
ojs ojs-plugin php article-body text-articles article

articlesextras's Introduction

OJS-ArticlesExtras

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.

License

This plugin is licensed under the GNU General Public License v2. See the file COPYING for the complete terms of this license.

System Requirements

Open Journal System > 2.4.0

Plugin Installation

  • Download the latest release.
  • On the plugins page of OJS upload the downloaded release and install.
    index.php/[journalid]/manager/managePlugins/installPlugin
    

Manual Installation

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
    

Bug tracker

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.

Author

Richard González Alberto

articlesextras's People

Contributors

mendesrocha avatar richardalberto avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Forkers

mendesrocha

articlesextras's Issues

OJS 2.4 compatibility

Hello,

Do you think your plugin is compatible with OJS 2.4.0 ?

I've just installed it as guided at README. I uncompressed files to plugins/generic, then I enabled the plugin on generic plugins page, but I can't see any modification neither on Editor pages, nor on submission metadata edit page. The webpage

/index.php/{journal_abrevviatte}/articlesExtrasPlugin

is not accessible from browser.

I installed it to work with Scielo Export plugin, and this seems to work fine altought I cannot include the full article text on the generated xml.

Thanks in advance.
Renato

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.