/[thuban]/branches/WIP-pyshapelib-bramz/README
ViewVC logotype

Annotation of /branches/WIP-pyshapelib-bramz/README

Parent Directory Parent Directory | Revision Log Revision Log


Revision 671 - (hide annotations)
Tue Apr 15 18:09:47 2003 UTC (21 years, 10 months ago) by bh
Original Path: trunk/thuban/README
File size: 1277 byte(s)
* Thuban/__init__.py (_): Implement the translation function for
real using the python gettext module.

* Thuban/UI/classifier.py (ClassTable.GetRowLabelValue): Don't
translate empty strings.

* Thuban/UI/application.py (ThubanApplication.read_startup_files):
Add a missing space to a warning message

* po/README: New. Notes about the management of the translation
files.

* po/Makefile: New. Makefile to help manage the translation files.

* po/es.po: New. Spanish translation by Daniel Calvelo Aros

* MANIFEST.in: Include the *.mo files in Resources/Locale and the
translations and support files in po/

* setup.py (data_files): Add the *.mo files to the data_files too

* README: Add note about the translations when building from CVS

1 bh 2
2     Thuban - a geographic data viewer
3     =================================
4    
5     Thuban is an interactive viewer for geographic data. It is written in
6     Python using the wxWindows toolkit for portability. It runs on Unix-like
7     systems and on Windows.
8    
9    
10     About the Name
11     --------------
12    
13     Thuban is the name of a star in the constellation Draco (The Dragon).
14     About 4000 years ago it was the north star.
15    
16    
17     Installation
18     ------------
19    
20 bh 69 Building Thuban (this compiles the extension modules but leaves them in
21     a directory under build/):
22 bh 2
23     python setup.py build
24    
25    
26     To setup Thuban to run directly from the source directory:
27    
28     python setup.py install_local
29    
30     You can run this without running build first.
31    
32    
33     To install Thuban:
34    
35     python setup.py install
36    
37    
38     for general information about the command line options of the setup.py
39     script, run
40    
41     python setup.py --help
42    
43    
44 bh 671 If you build from CVS and want to have translated menus, dialogs etc.
45     you have to build the message catalogs manually before you run setup.py.
46     See po/README for more information.
47 bh 2
48 bh 671
49 bh 2 License
50     -------
51    
52     Thuban is licensed under the terms of the GNU General Public License
53     (GPL).
54    
55 bh 6 However, some of the extension modules in the extension subdirectory are
56     licensed under other free licenses. See the respective README files for
57     more details.

Properties

Name Value
svn:eol-style native
svn:keywords Author Date Id Revision

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26