source: ruby/trunk/README@ 313

Last change on this file since 313 was 313, checked in by Tatsukawa, Akimichi, 15 years ago

edited README

File size: 1.7 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 Archetype Object Model, with
30support for archetype based object creation and validation.
31
32= Authors
33Akimichi Tatsukawa, Shinji Kobayashi
34openEHR.jp, <http://openehr.jp>
35
36= Copyright
37The software, including all files in this directory
38and subdirectories is copyrighted to the original
39authors and contributors, 2008
40All Rights Reserved.
41
42= License
43
44This product is under openEHR Open Source Software License
45
46The openEHR Foundation uses the Mozilla Tri-license 1.1 on
47all software copyrighted to the Foundation. This licence
48essentially provides the user a choice of licence conditions
49under which to operate with any given piece of software,
50being: the Mozilla Public licence (MPL), and the Free
51Software Foundation GNU General Public Licence (GPL) and
52Lesser GNU General Public Licence (LGPL). See the Mozilla
53relicensing FAQ for details of this license. This in no way
54constrains the way in which software created by other
55organisations is licenced.
56
57
Note: See TracBrowser for help on using the repository browser.