// -----------------------------------------------------------------------
// Copyright (C) 2003, 2006 Barnraiser
// http://www.barnraiser.org/
// info@barnraiser.org
// 
// 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, 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 program; see the file COPYING. If not, write to the Free
// Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
// 02110-1301, USA.
// -----------------------------------------------------------------------


>> INTRODUCTION
   This is a configuration utility for Barnraiser software. It allows you 
   to customise language packs. It is a version 0.1 release and should be 
   treated as "expert mode" - be careful with what you edit! If you do not 
   understand anything you see in a file DO NOT edit or delete it.
   
   A "nicer" and more friendly interface will be provided soon.
   
   
>> CONFIGURE
   1. Edit language_pack_editor.php in a text editor and add a password to 
   line 30:
   
   $file_password = "_INSERTPASSWORD_HERE";
   
   2. Save and copy the file to your language files directory (example: 
   /language/1/barnraiser_01).
   
   3. Select this http://<your_path>/language/1/barnraiser_01/language_pack_editor.php 
   in a browser, edit the files then remove the file afterwards (for security).
   

>> COPYING
   See the "copying.txt" file for instructions.

