Skip to content

Latest commit

 

History

History
164 lines (134 loc) · 3.77 KB

README.md

File metadata and controls

164 lines (134 loc) · 3.77 KB

pkp-plugins

This repository contains the list of PKP platform Plugins (OJS and OMP) developed for the University of São Paulo. There are also tutorials for plugin development.

Content

The content is organized as follows:

OJS

3.2.1-1 (old version of the USP journal portal)

├── blocks
│ │
│ ├── deepStat
│ ├── formBlock
│ ├── languageToggle
│ ├── logoABCD
│ └── youtubeBlock


└── generic

├── pdfUrl
├── relationalDoi
└── viewcounter

3.4.0-4 (current version of the USP journal portal)

├── blocks
│ │
│ ├── deepStat
│ └── ojsMARC


└── generic

└── overrideplugin

OMP

3.3.0-8 (current version of the USP open books portal)

├── blocks
│ │
│ ├── fundingBlock
│ ├── languageToggle
│ └── mediaBlock


├── generic
│ │
│ ├── AbcdSearch
│ ├── catalogSearchPage
│ ├── copyrightSearchPage
│ ├── funding
│ └── ompcitation


└── importexport

├── exml
└── ompMarc

3.4.0-5 (future version of the USP open books portal)

├── blocks
│ │
│ ├── languageToggle
│ └── mediaBlock


└── generic

├── citationStyleLanguage
├──FullSearch
└── ompstat

Tutorials

In the tutorials folder, there is content that teaches how to install the necessary tools to run OJS/OMP (PHP, MariaDB, VSCode, etc.). It also has videos with tutorials on creating plugins for the PKP platform.


# pkp-plugins

Este repositório contém a lista de Plugins da plataforma PKP (OJS e OMP) desenvolvidos para a Universidade de São Paulo. Também estão presentes tutoriais para desenvolvimento de plugins.

Conteúdo

O conteúdo é organizado da seguinte forma:

OJS

3.2.1-1 (antiga versão do portal de revistas da USP)

├── blocks
│ │
│ ├── deepStat
│ ├── formBlock
│ ├── languageToggle
│ ├── logoABCD
│ └── youtubeBlock


└── generic

├── pdfUrl
├── relationalDoi
└── viewcounter

3.4.0-4 (atual versão do portal de revistas da USP)

├── blocks
│ │
│ ├── deepStat
│ └── ojsMARC


└── generic

└── overrideplugin

OMP

3.3.0-8 (atual versão do portal de livros abertos da USP)

├── blocks
│ │
│ ├── fundingBlock
│ ├── languageToggle
│ └── mediaBlock


├── generic
│ │
│ ├── AbcdSearch
│ ├── catalogSearchPage
│ ├── copyrightSearchPage
│ ├── funding
│ └── ompcitation


└── importexport

├── exml
└── ompMarc

3.4.0-5 (futura versão do portal de livros abertos da USP)

├── blocks
│ │
│ ├── languageToggle
│ └── mediaBlock


└── generic

├── citationStyleLanguage
├── FullSearch
└── ompstat

Tutoriais

Na pasta tutoriais, existe conteúdo que ensina como instalar as ferramentas necessárias para rodar o OJS/OMP (PHP, MariaDB, VSCode, etc). Também possui vídeos com tutoriais de criação de plugins para a plataforma PKP.

Fim.