1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
## PlayOnLinux default plugin list
## Copyright (C) 2007-2011 PlayOnLinux Team
## Version 1 /2010-09-01/
## Version 4 /2011-07-07/
##Lines begining with # was ignored
##syntax:
##uid;plugin_file.pol;install_dir;status;version_human;version
## uid = unique ID
## plugin_file.pol = name of plugin file (found in $PLAYONLINUX/plugins/)
## install_dir = in which directory the plugin is finaly installed ($POL_USER_ROOT/plugins/??)
## status = enable or disable
## version_human = version of plugin
## version = integer number used for determine if this plugin should be update (never decrease this value!)
## linux compatible = bool 1/0
## mac compatiblle = bool 1/0
##example:
#awc;AdvancedWineConfiguration_3.5.1.pol;Advanced Wine Configuration;enable;3.5.1;17
##
## in fact empty line is also ignored because it's more easy to read =)
##Screencap
screencap;ScreenCap_0.0.4.pol;ScreenCap;enable;0.0.4;1;1;1
##PlayOnLinux Vault
playonlinuxvault;polvault_4.0.4_all.pol;PlayOnLinux Vault;enable;4.0.4;405;1;0
|