Plug:mjahn:MasterPlugin4phpCMS
From phpCMS
Contents |
[edit] masterPlugin4phpCMS
[edit] Overview
title : masterPlugin4phpCMS version : 0.1 author : (c) by Martin Jahn (mjahn) licence : GPL description : Allows you to let plugins also parse the output of embedded SCRIPTs and PAX-blocks phpCMS version: 1.2.x
please post any errors, discussions etc. about this plugin to the phpCMS forum at http://www.phpcms.de or mail (at) martin-jahn.info
[edit] Licence
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
[edit] Download
The plugin can be downloaded from the plugin-website on http://martin-jahn.info/phpcms/masterplugin4phpcms/
[edit] Plugin description
This plugin makes it possible to let plugins parse the output of PAX, SCRIPT and other dynamic stuff in the contentfiles. It works with all plugins that will only change the content or either add tags to the internal taglist of phpCMS. It was successfully tested with AutoKeyGen, AutoDescGen and LexiWord.
[edit] Installation instructions
The file masterplugin4phpcms.php must be included as static plugin into the template. You must insert a field named {SCRIPT_MASTER} into the template in a place after all the other tags like CONTENT, SCRIPT are included. The best place may be here
</body>{SCRIPT_MASTER}</html>
[edit] Configuration
In the file masterplugin4phpcms.php you have to customize the path to the file masterscript.php (it contains the whole technology-part of the plugin). The place for integrating plugins is in the file masterscript.php between //START and //ENDE. There you can include the pluginfiles with the following code
include_once ('/path/to/the/plugin.php');
[edit] Development status / known bugs
No known bugs at the moment. Found any bugs? Any ideas for improvements or new features? Then please contact me!
[edit] Version History
2005, April 22 * first public release (0.1)
Main Page: Main Page | Top Page: Plugin Documentation MainPage

