HEX
Server: Apache/2.4.41 (Ubuntu)
System: Linux vmi1674223.contaboserver.net 5.4.0-182-generic #202-Ubuntu SMP Fri Apr 26 12:29:36 UTC 2024 x86_64
User: root (0)
PHP: 7.4.3-4ubuntu2.22
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /var/www/ojs/plugins/gateways/resolver/README
	=================================
	=== Resolver Gateway Plugin
	=================================


The Resolver gateway plugin resolves individual articles in the OJS
installation using the supplied bibliographic information. It can be addressed
at the following URL pattern:

http://localhost/ojs/index.php/myJournal/gateway/plugin/ResolverPlugin/...

...where, of course, localhost is the local server name, ojs is the path
to the OJS 2.x installation, and myJournal is the path to a particular
journal.

The plugin must be enabled in order to respond to requests. To enable the
plugin, or ensure that it is sufficiently configured, log into the Journal
Manager's "System Plugins" page, find the Resolver Gateway Plugin under the
"Gateway Plugins" heading, and click "Enable".

The resolver accepts parameters after the given URL pattern in the following
formats:

http://.../vnp/[volume]/[number]/[page]
http://.../ynp/[year]/[number]/[page]

...where [volume], [number], [year], and [page] are integers identifying the
issue and page number of the desired content. (Future releases will introduce
additional resolving methods in addition to "vnp" and "ynp".)

This plugin ships with current releases of OJS 2.x and the PKP support
team may be contacted for more information. See docs/README.md.