-
Notifications
You must be signed in to change notification settings - Fork 2
donnoman/minicms
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
/**************************************************** CPG MiniCMS Plugin for Coppermine Photo Gallery 1.5.x ***************************************************** MiniCMS version 1.8 - 2.1 Copyright (c) 2009 The Coppermine Development Team ***************************************************** CPGMiniCMS version: 1.0 - 1.7 Copyright (c) 2005-2006 Donovan Bray <[email protected]> ***************************************************** 1.3.0 eXtended miniCMS Copyright (C) 2004 Michael Trojacher <[email protected]> Original miniCMS Code (c) 2004 by Tarique Sani <[email protected]>, Amit Badkas <[email protected]> ***************************************************** 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. ***************************************************** What it is ---------- A minimalistic Content Mangement System which allows the gallery admin to add / edit / delete pages. Typically this will be used by people who just want to add a few pages like About, Contact etc to their installs of coppermine but do not want full fledged CMS like Nuke. It is also possible to include a category info page, which can be shown when a user visits a specific category in your gallery. It has FCKEditor WYSIWYG editor which works in IE and Mozilla, and respects the admin rights from Coppermine. INSTALL ------- * Unpack the archive and upload the "minicms" directory structure to your Coppermine gallery's plugins folder. * Coppermine should be 1.4.9 or above to work with CPG MiniCMS. * Login as an admin, go to config, then "Manage Plugins" * Find the MiniCMS entry in the available plugins and click install. * You can adjust the placment on the main page by moving the token named "minicms" in the "Content of the Main Page" field in the config. * When logged in as admin you will have an option to edit the content block if it already has content. * When logged in as admin you will be shown an empty block with an edit button when the category has no content. * To review your MiniCMS click on the "MiniCMS Admin" button on the "admin menu". * To change your MiniCMS configuration use the "MiniCMS Config" button on the "Plugin Manager" page. * You can include any article in its own page to be used as a hyperlink by using it's ID i.e.: http://www.example.com/index.php?file=minicms/cms&id=13 LICENSE ------- The MiniCMS plugin 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. CREDITS ------- The original miniCMS code (by that time not a plugin, but a mod for cpg1.3.x) was written by Tarique Sani and Amit Badkas in 2004. The component eXtended miniCMS was created by Michael Trojacher in 2004. Donnovan Bray converted the mod into a plugin and added a lot of functionality. There have been various fixes and contributions, among others from Thu Tu and Joe Carver. The FCKeditor component comes from Frederico Caldeira Knabben. eenemeenemuu ported the plugin to CPG 1.5.x. Thanks to all coders and all who contributed.