source: trunk/lang/perl/README

Last change on this file was 3177, checked in by mmc, 12 years ago

Updated all of the copyright notices to reference the transfer to
the new HUBzero Foundation, LLC.

File size: 2.3 KB
Line 
1Rappture version 0.01
2=====================
3
4Rappture/Perl API, these are Perl bindings to the Rappture Development Toolkit.
5
6Summary:
7
8$library = Rappture::RpLibrary( $path )
9$library->get( $path )
10$library->put( $path, $value, $append )
11$library->result( )
12RpUnits::convert( $fromVal, $to, $units )
13
14
15INSTALLATION
16
17To install this module type the following:
18
19   perl Makefile.PL
20   make
21   make test
22   make install
23
24DEPENDENCIES
25
26This module requires these other modules and libraries:
27
28  Rappture Toolkit
29
30COPYRIGHT AND LICENCE
31
32Copyright (c) 2004-2012  HUBzero Foundation, LLC
33All rights reserved.
34
35Developed by:  Network for Computational Nanotechnology
36               Purdue University, West Lafayette, Indiana
37               http://www.rappture.org
38
39Permission is hereby granted, free of charge, to any person obtaining a
40copy of this software and associated documentation files (the "Software"),
41to deal with the Software without restriction, including without
42limitation the rights to use, copy, modify, merge, publish, distribute,
43sublicense, and/or sell copies of the Software, and to permit persons
44to whom the Software is furnished to do so, subject to the following
45conditions:
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
60THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
61EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
62MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
63IN NO EVENT SHALL THE CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR
64ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
65TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
66SOFTWARE OR THE USE OR OTHER DEALINGS WITH THE SOFTWARE.
67
Note: See TracBrowser for help on using the repository browser.