|
Revision 81, 0.8 kB
(checked in by pguyot, 22 months ago)
|
|
New switch for configure to configure contrib packages.
New contrib package: inwt (interactive NEWT/0).
|
| Line | |
|---|
| 1 | README for inwt |
|---|
| 2 | |
|---|
| 3 | Introduction |
|---|
| 4 | ------------ |
|---|
| 5 | inwt is a NEWT/0 program to serve as an interactive NEWT/0 environment. |
|---|
| 6 | It is authored by Paul Guyot and licensed under the MIT license. |
|---|
| 7 | |
|---|
| 8 | inwt aims to be to NEWT/0 what irb is to Ruby. |
|---|
| 9 | |
|---|
| 10 | Change History |
|---|
| 11 | -------------- |
|---|
| 12 | 2007/03/24 Creation of the documentation. |
|---|
| 13 | |
|---|
| 14 | License |
|---|
| 15 | ------- |
|---|
| 16 | inwt is copyright 2007 by Paul Guyot. |
|---|
| 17 | |
|---|
| 18 | The use of binaries and source code is subject to the Mozilla Public License |
|---|
| 19 | Version 1.1 (the "License"); you may not use inwt except in compliance |
|---|
| 20 | with the License. You may obtain a copy of the License at |
|---|
| 21 | http://www.mozilla.org/MPL/ |
|---|
| 22 | |
|---|
| 23 | Software distributed under the License is distributed on an "AS IS" basis, |
|---|
| 24 | WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License |
|---|
| 25 | for the specific language governing rights and limitations under the |
|---|
| 26 | License. |
|---|