source: ruby/trunk/README

Last change on this file was 369, checked in by KOBAYASHI, Shinji, 14 years ago

merge from branches/0.5

File size: 2.0 KB
Line 
1= Synopsis
2
3Ruby openEHR implementation project.
4
5= Version
6
7Release-0.5.0
8
9= Requirements
10
11* Ruby 1.8.6 or higher
12* RubyGems
13* Tested with Ruby 1.8.6 on Linux and FreeBSD.
14* If you use Ruby 1.6, you should prepare racc
15 runtime environment and some adjustment
16* It should work on other platforms with Ruby
17 support as well.
18
19= Status
20
21This is the version 0.5.0 release of Ruby openEHR
22implementation project. This release is still experimental
23preview of our work based on openEHR specification
24release 1.0.2. We implemented ADL Parser and almost
25half of the specifications of the openEHR. This parser
26successfully parses 27 ADLs and generates archetype
27instances. The work is still in progress. The
28intention is to have complete implementation of openEHR
29Reference Model and some of the Archetype Object Models,
30with support for archetype based object creation and
31validation.
32
33Almost all classes passed the test constructed by rspec or
34test/unit. This test cases are under /spec or /tests
35
36Some specifications are not well determined yet, such as
37rm/security and so on. We postponed to implement such
38classes.
39
40Terminology and Demographic server will be implemented in
41next version, Miyajima release
42
43= Authors
44Akimichi Tatsukawa, Shinji Kobayashi
45openEHR.jp, <http://openehr.jp>
46
47= Copyright
48The software, including all files in this directory
49and subdirectories is copyrighted to the original
50authors and contributors, 2008
51All Rights Reserved.
52
53= License
54
55This product is under openEHR Open Source Software License
56
57The openEHR Foundation uses the Mozilla Tri-license 1.1 on
58all software copyrighted to the Foundation. This licence
59essentially provides the user a choice of licence conditions
60under which to operate with any given piece of software,
61being: the Mozilla Public licence (MPL), and the Free
62Software Foundation GNU General Public Licence (GPL) and
63Lesser GNU General Public Licence (LGPL). See the Mozilla
64relicensing FAQ for details of this license. This in no way
65constrains the way in which software created by other
66organisations is licenced.
67
68
Note: See TracBrowser for help on using the repository browser.