2 Shared code for ROX applications
4 http://rox.sourceforge.net
8 Move the ROX-Lib2 directory inside ~/lib, /usr/local/lib or /usr/lib.
10 Programs which require ROX-Lib2 should now be able to find it. If you
11 want it somewhere else, set the LIBDIRPATH environment variable to a
12 colon separated list of directories to search for ROX-Lib2 and other
18 There is quite a lot of code which is needed by many ROX applications -- for
19 example: save boxes, menus and options.
21 Keeping all this code in one place makes these programs smaller. It also
22 makes programs which use it more consistant.
24 Programs which use ROX-Lib2 need to be able to find it, so you should put it
25 inside one of the standard library directories. If you don't have root
26 access, create a directory called 'lib' inside your home directory and move
29 If you do have root access, move ROX-Lib2 into /usr/local/lib.
34 For people wishing to write programs using this library, look in the
35 'ROX-Lib2/Help/python' directory.
37 There is also some on-line documentation here:
39 http://rox.sourceforge.net/rox_lib.html
44 If you want to translate ROX-Lib2 into your native language, follow
45 these steps (replace 'fr' with your language):
47 $ cd ROX-Lib2/Messages
49 $ cp ../python/rox/messages.pot fr.po
53 Updating an existing translation is the same, except you skip the 'cp' step.
58 Copyright (C) 2002 Thomas Leonard
60 This library is free software; you can redistribute it and/or
61 modify it under the terms of the GNU Lesser General Public
62 License as published by the Free Software Foundation; either
63 version 2.1 of the License, or (at your option) any later version.
65 This library is distributed in the hope that it will be useful,
66 but WITHOUT ANY WARRANTY; without even the implied warranty of
67 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
68 Lesser General Public License for more details.
70 You should have received a copy of the GNU Lesser General Public
71 License along with this library; if not, write to the Free Software
72 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
75 Please report any bugs to me, <tal197@users.sourceforge.net>.