================================ === OJS Static Pages Plugin === Author: Juan Pablo Alperin ================================ About ----- This plugin is intended to provide very simple content management. It allows for the creation of static content pages with the assistance of an HTML editor. License ------- This plugin is licensed under the GNU General Public License v2. See the file COPYING for the complete terms of this license. System Requirements ------------------- Same requirements as the OJS 2.3 core. Installation ------------ To install the plugin: - copy the plugin tar.gz file to your OJS/plugins/generic directory - to unzip the plugin inside the plugins/generic directory: $ tar xvzf staticPages-1.0.tar.gz - install the database schema run the following command from your OJS directory: $ php tools/dbXMLtoSQL.php -schema execute plugins/generic/staticPages/schema.xml - enable the plugin by going to: Home > User > Journal Management > Plugin Management > Generic Plugins and selecting "ENABLE" under "Static Pages Plugin" Configuration ------------ New pages can be added/edited/deleted through the Plugin Management interface. The PATH chosen for each page determines where the page is later accessed. To direct users to static content created with this plugin, place links to http://www.../pages/view/%PATH%, where %PATH% is a value you choose. Contact/Support --------------- Please email the authors for support, bugfixes, or comments.