%META:TOPICINFO{author="FelixGuhl" date="1131535157" format="1.0" version="1.7"}%
---+!! <nop>%TOPIC%

A plugin that supports the goolproject software.

%TOC%

------

---++ Syntax Rules

---+++%SELECT 
	* Use this Variable to generate a selectbox with options defined in a [[#GlobalSettings][plugin setting]] 
---++++Parameters
| *Parameter* | *Description* | *Default* |
| =var= | Plugin variable where you defined the options | var="DEFAULT" |
| =separator= | The options list separator | separator=", " |
| =option= | This value will either be selected, or if it doesn't exist in the variable it will be added to it. | option="" | 
	* You can also use all parameters allowed in the html select, e.g. name="options". For more information on these options, please read the html documentation.

---+++%MKINPUTFORM
	* This variable generates a input form to create a new topic based on a form in templatetopic
---++++Parameters
| *Parameter* | *Description* | *Default* |
| =template= | The topic where the html form is defined. The templatetopic for the new topic. | |
| =parent= | The parent topic of the new topic | |
---++ Examples

	* 
	* 

---++ <nop>%TOPIC% Global Settings
#GlobalSettings

Plugin settings are stored as preferences variables. To reference a plugin setting write ==%<nop>&lt;plugin&gt;_&lt;setting&gt;%==, i.e. ==%<nop>INTERWIKIPLUGIN_SHORTDESCRIPTION%==

	* One line description, is shown in the %TWIKIWEB%.TextFormattingRules topic:
		* Set SHORTDESCRIPTION = Plugin that supports the goolproject project management software.

	* Debug plugin: (See output in =data/debug.txt=)
		* Set DEBUG = 0

	* Default options if you don't set the =var= parameter
		* Set DEFAULT = 

	* Taskcategories setting
		* Set TASKCATEGORIES = Task, Shot, Storyboard

	* Statusoptions for Projects
		* Set PROJECTSTATUS = In spe, Offered, In Progress, Finished, Zombie, Billed, Archived

	* Statusoptions for <nop>ToDoItems
		* Set TODOSTATUS = not assigned, assigned, in work, finished, reject, playout

	* Statusoptions for Shots
		* Set SHOTSTATUS = not assigned, assigned, in work, finished, reject, playout

	* Statusoptions for Tasks
		* Set TASKSTATUS = not assigned, assigned, in work, finished, reject, playout

	* Colors for Tasklist
		* Set NOTASSIGNED = #FFFFFF
		* Set ASSIGNED = #66CCFF
		* Set INWORK = #FF9966
		* Set FINISHED = #FFFFCC
		* Set REJECT = #FF9999
		* Set PLAYOUT = #99FF66



---++ Plugin Installation Instructions

__Note:__ You do not need to install anything on the browser to use this plugin. The following instructions are for the administrator who installs the plugin on the server where TWiki is running. 

	* Download the ZIP file from the Plugin web (see below)
	* Unzip ==%TOPIC%.zip== in your twiki installation directory. Content:
	  | *File:* | *Description:* |
	  | ==data/TWiki/%TOPIC%.txt== | Plugin topic |
	  | ==data/TWiki/%TOPIC%.txt,v== | Plugin topic repository |
	  | ==lib/TWiki/Plugins/%TOPIC%.pm== | Plugin Perl module |
	* Test if the installation was successful:
		* _enter samples here_

---++ Plugin Info

|  Plugin Author: | TWiki:Main.FelixGuhl |
|  Plugin Version: | 18 Oct 2005 (V1.000) |
|  Change History: | <!-- versions below in reverse order -->&nbsp; |
|  18 Oct 2005: | Initial version |
|  TWiki Dependency: | $TWiki::Plugins::VERSION 1.024 |
|  CPAN Dependencies: | none |
|  Other Dependencies: | none |
|  Perl Version: | 5.005 |
|  License: | GPL ([[http://www.gnu.org/copyleft/gpl.html][GNU General Public License]]) |
|  TWiki:Plugins/Benchmark: | %TWIKIWEB%.GoodStyle nn%, %TWIKIWEB%.FormattedSearch nn%, %TOPIC% nn% |
|  Plugin Home: | http://TWiki.org/cgi-bin/view/Plugins/%TOPIC% |
|  Feedback: | http://TWiki.org/cgi-bin/view/Plugins/%TOPIC%Dev |
|  Appraisal: | http://TWiki.org/cgi-bin/view/Plugins/%TOPIC%Appraisal |

__Related Topics:__ %TWIKIWEB%.TWikiPreferences, %TWIKIWEB%.TWikiPlugins

-- TWiki:Main.FelixGuhl - 18 Oct 2005

%META:FILEATTACHMENT{name="GoolprojectPlugin.pm" attr="" comment="" date="1129647254" path="GoolprojectPlugin.pm" size="12135" user="FelixGuhl" version="1.2"}%
%META:TOPICMOVED{by="FelixGuhl" date="1129648228" from="Development.GoolprojectPlugin" to="TWiki.GoolprojectPlugin"}%
