/* Automatically generated from CONFIG.HOWTO, via Makefile */ char configtext[] = "Dancing Particles configuration HOW-TO\n" "\n" "Dancing particle is highly configurable.\n" "\n" "Its configuration file is located at:\n" "~/.xmms/Plugins/dancingparticles.conf\n" "or\n" "/usr/local/share/dancingparticles/params\n" "\n" "So to begin editing your conf file you have to:\n" "cp /usr/local/share/dancingparticles/params ~/.xmms/Plugins/dancingparticles.conf\n" "\n" "Then you can edit the file with your favorite editor.\n" "\n" "What you have to know\n" "---------------------\n" "\n" "You can change the configuration dynamicaly. \n" "The config file is automagically reloaded..\n" "\n" "Then the basic steps are:\n" " -make little modifications\n" " -save\n" " -see the marvelous effects..\n" "\n" "The syntax is case sensitive. be carefull\n" "\n" "The parser is very primitive.\n" "\n" "Each effect is described in a \n" "--\n" "Begin Effect\n" "End Effect\n" "--\n" "structure.\n" "Then, you can change any parameter with the syntax: \n" "--\n" " param = value # this is a commment\n" "--\n" "\n" "An effect basicaly herits from another effect its default params\n" "ie when you say:\n" "--\n" "Begin Effect inherits toto\n" "End Effect\n" "--\n" "All the params are inherited of the \"toto\" effect, you just have to add a name, and only specify the params you would like to change.\n" "\n" "What do each params?\n" "This is documented in the distribution's config file.\n" "\n" "\n" "TIPS\n" "----\n" "\n" "When improving your effect, just increase its chance to a great number (100000, for ex), than it will be choosen automatically.\n" ;