1 | Rappture version 0.01
|
---|
2 | =====================
|
---|
3 |
|
---|
4 | Rappture/Perl API, these are Perl bindings to the Rappture Development Toolkit.
|
---|
5 |
|
---|
6 | Summary:
|
---|
7 |
|
---|
8 | $library = Rappture::RpLibrary( $path )
|
---|
9 | $library->get( $path )
|
---|
10 | $library->put( $path, $value, $append )
|
---|
11 | $library->result( )
|
---|
12 | RpUnits::convert( $fromVal, $to, $units )
|
---|
13 |
|
---|
14 |
|
---|
15 | INSTALLATION
|
---|
16 |
|
---|
17 | To install this module type the following:
|
---|
18 |
|
---|
19 | perl Makefile.PL
|
---|
20 | make
|
---|
21 | make test
|
---|
22 | make install
|
---|
23 |
|
---|
24 | DEPENDENCIES
|
---|
25 |
|
---|
26 | This module requires these other modules and libraries:
|
---|
27 |
|
---|
28 | Rappture Toolkit
|
---|
29 |
|
---|
30 | COPYRIGHT AND LICENCE
|
---|
31 |
|
---|
32 | Copyright (c) 2004-2012 HUBzero Foundation, LLC |
---|
33 | All rights reserved.
|
---|
34 |
|
---|
35 | Developed by: Network for Computational Nanotechnology
|
---|
36 | Purdue University, West Lafayette, Indiana
|
---|
37 | http://www.rappture.org
|
---|
38 |
|
---|
39 | Permission is hereby granted, free of charge, to any person obtaining a
|
---|
40 | copy of this software and associated documentation files (the "Software"),
|
---|
41 | to deal with the Software without restriction, including without
|
---|
42 | limitation the rights to use, copy, modify, merge, publish, distribute,
|
---|
43 | sublicense, and/or sell copies of the Software, and to permit persons
|
---|
44 | to whom the Software is furnished to do so, subject to the following
|
---|
45 | conditions:
|
---|
46 |
|
---|
47 | * Redistributions of source code must retain the above copyright
|
---|
48 | notice, this list of conditions and the following disclaimers.
|
---|
49 |
|
---|
50 | * Redistributions in binary form must reproduce the above copyright
|
---|
51 | notice, this list of conditions and the following disclaimers
|
---|
52 | in the documentation and/or other materials provided with the
|
---|
53 | distribution.
|
---|
54 |
|
---|
55 | * Neither the names of the Network for Computational Nanotechnology,
|
---|
56 | Purdue University, nor the names of its contributors may be used
|
---|
57 | to endorse or promote products derived from this Software without
|
---|
58 | specific prior written permission.
|
---|
59 |
|
---|
60 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
---|
61 | EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
---|
62 | MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
---|
63 | IN NO EVENT SHALL THE CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR
|
---|
64 | ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
---|
65 | TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
---|
66 | SOFTWARE OR THE USE OR OTHER DEALINGS WITH THE SOFTWARE.
|
---|
67 |
|
---|