File: README

package info (click to toggle)
fnorb 1.3-3.3
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 2,336 kB
  • ctags: 4,008
  • sloc: python: 18,596; yacc: 1,016; cpp: 391; lex: 344; makefile: 129; ansic: 118
file content (63 lines) | stat: -rw-r--r-- 2,597 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
README: FNORB 1.3
-------------------------------------

This file provides information about installation, documentation,
and the history of Fnorb. For details of changes since Fnorb 1.2 
please refer to the CHANGES file in this distribution. For information 
regarding licensing and redistribution please refer to the LICENSE.HTML 
file. 

Installation
------------

Fnorb supports version 2.0 and higher of Python, and version 2.2 of Jython.
See the file README.jython for Jython details.

Fnorb now uses distuils and may be installed in the fashion of any 
other Python module. For example (Unix)
	$ tar zxf Fnorb-1.3.tar.gz; cd Fnorb-1.3
	$ python setup.py install
will build and install Fnorb as an extension module of your python 
installation. 

In addition to the standard distutils options, Fnorb will accept the 
--with-bison command line argument to specify that the older bison
C-based parser should be used over the new pure-Python IDL compiler. 
For example
	$ python setup.py install --with-bison
will build and install Fnorb as an extension module of your python
installation using the C-based parser.

For more information on options when building or installing Fnorb please
refer to the distutils SIG documentation at 
http://www.python.org/sigs/distutils-sig/doc/

Documentation, Mailing Lists, Sourceforge
-----------------------------------------

Besides the sections on Installation, the Fnorb 1.1 user manual remains
the definitive description of the operation of Fnorb's command line
utilities and its language mapping. It is available from the Fnorb
homepage http://www.fnorb.org/

Fnorb development is active on Sourceforge and we will accept patches
and bug reports through the mechanisms provided there. Our project area
is accessible at http://sourceforge.net/projects/fnorb.

Alternatively, you may use our mailing list to send any comments, 
suggestions, or bug reports. You must join the list before you can 
post, details on how to do this are available via the web site 
http://www.fnorb.org

To contact the Fnorb team privately please use email owner-fnorb@dstc.edu.au

History and Future
------------------

Fnorb was initially developed by the Cooperative Research Centre for
Enterprise Distributed Systems (http://www.dstc.edu.au). It was licensed
free for non-commerical use, and under various developer and deployment
licenses for commercial use. While a profitable product to the Centre,
the development of CORBA compliant Object Request Brokers was not a core
objective for the centre, and during 2001 the decision was taken to Open
Source the product.