Stable folder rules:

1) All scripts here must be tested and work as expected on 2.6
2) Files here can be accompanied by a sample jpg file by the same name in sample_images/ folder showing before and after. Longest side should be no more than 800px
3) Filenames are lowercase and do not contain version numbers or spaces. Filename syntax is {original author or source}-{script-name}.scm .
4) Only bugfixes are applied to these scripts. Any feature developments must happen in beta.
5) If any bugreports are filed scripts here, they have priority.
6) Scripts and script groups here should be registred under toplevel menu FX-Foundry/, Egger scrips except this rule on authors request.


Files here should have following header:

;
; The GIMP -- an image manipulation program
; Copyright (C) 1995 Spencer Kimball and Peter Mattis
; 
; SCRIPT NAME HERE script  for GIMP 2.6
; Created by AUTHOR NAME HERE
;
; Tags: [TAGS]
;
; Author statement:
;
;
; --------------------------------------------------------------------
; Distributed by Gimp FX Foundry project
; --------------------------------------------------------------------
;   - Changelog -
;
; --------------------------------------------------------------------
; 
;    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 3 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, see <http://www.gnu.org/licenses/>.
;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;