source: ruby/branches/0.5/README@ 365

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

0.5 release preparation

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