An open API service indexing awesome lists of open source software.

https://github.com/fiocruzlivre/ojs-scielo-plugin

OJS plugin to import SciELO XML
https://github.com/fiocruzlivre/ojs-scielo-plugin

ojs ojs3 ojs3-plugin php php7 scielo scielo-schema scielo-xml xml xml-schema

Last synced: 4 months ago
JSON representation

OJS plugin to import SciELO XML

Awesome Lists containing this project

README

          

# Import SciELO XML

Import SciELO XML into OJS.

## How to usage

### Install

Clone and run install:

```
git clone --progress -b "${OJS_VERSION}" --single-branch --depth 1 --recurse-submodules -j 4 https://github.com/FiocruzLivre/ojs-scielo-plugin plugins/importexport/scielo
php lib/pkp/tools/installPluginVersion.php plugins/importexport/scielo/version.xml
```

### Import

Run this command line to see the usage instructions:

```bash
php tools/importExport.php ScieloPlugin
```

## Run unit tests

```bash
php lib/pkp/lib/vendor/phpunit/phpunit/phpunit \
--configuration plugins/importexport/scielo/phpunit.xml.dist \
plugins/importexport/scielo/tests/
```