root/tags/ALPHA/README

Revision 1, 1.2 KB (checked in by deveiant, 6 years ago)

Initial revision

  • Property svn:executable set to *
Line 
1
2= Linguistics
3
4== Authors
5
6 Michael Granger <ged@FaerieMUD.org>
7
8
9== General Information
10
11This module is a framework for building linguistic utilities for Ruby objects in
12any language. It includes a generic language-independant front end, a module for
13mapping language codes into language names, and a module which contains various
14English-language utilities.
15
16
17=== Method Interface
18
19The Linguistics module comes with a language-independant mechanism for extending
20core Ruby classes with linguistic methods.
21
22The
23
24== Legal
25
26This module is Open Source Software which is Copyright (c) 2003 by The FaerieMUD
27Consortium. All rights reserved.
28
29You may use, modify, and/or redistribute this software under the terms of the
30Perl Artistic License, a copy of which should have been included in this
31distribution (See the file Artistic). If it was not, a copy of it may be
32obtained from http://language.perl.com/misc/Artistic.html or
33http://www.faeriemud.org/artistic.html).
34
35THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES,
36INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTIBILITY AND
37FITNESS FOR A PARTICULAR PURPOSE.
38
39
40 $Id: README,v 1.1 2003/07/09 14:49:58 deveiant Exp $
41
42
43
44
Note: See TracBrowser for help on using the browser.