Skip to content

NateWr/omp

This branch is 1786 commits behind pkp/omp:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2400f53 · Dec 14, 2022
Sep 23, 2022
Dec 14, 2022
Feb 18, 2022
Dec 14, 2022
Dec 14, 2022
Dec 14, 2022
Dec 14, 2022
Nov 17, 2022
Dec 14, 2022
Dec 14, 2022
Dec 14, 2022
Dec 14, 2022
Dec 14, 2022
Nov 14, 2021
Dec 14, 2022
Dec 14, 2022
Jan 30, 2021
Dec 14, 2022
Sep 22, 2022
Aug 14, 2022
Aug 12, 2021
May 13, 2022
Aug 5, 2022
Apr 11, 2022
Jan 29, 2020
Dec 2, 2022
Mar 8, 2022
Nov 7, 2022
Jan 14, 2020
Sep 23, 2022
Dec 14, 2022
Dec 14, 2022
Mar 12, 2012
Aug 23, 2022
Nov 26, 2022
Nov 26, 2022
Mar 12, 2012
Sep 23, 2021
Jan 21, 2021

Repository files navigation

Open Monograph Press

Open Monograph Press (OMP) has been developed by the Public Knowledge Project. For general information about OMP and other open research systems, visit the PKP web site.

Build Status

Documentation

You will find detailed guides in docs folder.

Using Git development source

Checkout submodules and copy default configuration :

git submodule update --init --recursive
cp config.TEMPLATE.inc.php config.inc.php

Install or update dependencies via Composer (https://getcomposer.org/):

composer --working-dir=lib/pkp install
composer --working-dir=plugins/paymethod/paypal install

Install or update dependencies via NPM:

# install [nodejs](https://nodejs.org/en/) if you don't already have it
npm install
npm run build

If your PHP version supports built-in development server :

php -S localhost:8000

See Development documentation for more complete development guidance.

Bugs / Issues

See https://github.com/pkp/pkp-lib/#issues for information on reporting issues.

Running Tests

See Unit Tests, and also Github Documentation for PKP Contributors for Travis-based continuous integration testing.

Community Code of Conduct

This repository is one of PKP's community spaces and all activities here are guided by PKP's Code of Conduct. Please review the Code and help us create a welcoming environment for all participants.

License

This software is released under the the GNU General Public License.

See the file COPYING included with this distribution for the terms of this license.

Third parties are welcome to modify and redistribute OJS in entirety or parts according to the terms of this license. PKP also welcomes patches for improvements or bug fixes to the software.

About

Open Monograph Press

Resources

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 53.9%
  • JavaScript 31.4%
  • Smarty 7.2%
  • CSS 3.3%
  • Less 2.9%
  • HTML 0.7%
  • Other 0.6%