Changeset 95 for branches/rakefile-work/README
- Timestamp:
- 09/05/08 11:49:25 (4 months ago)
- Files:
-
- 1 modified
-
branches/rakefile-work/README (modified) (4 diffs, 1 prop)
Legend:
- Unmodified
- Added
- Removed
-
branches/rakefile-work/README
- Property svn:keywords changed from author date id revision to Date Rev Author URL Id
r83 r95 41 41 == Installation 42 42 43 For installation instructions, see the INSTALL file. 43 If you use RubyGems, you can install via: 44 45 $ sudo gem install ruby-wordnet 46 47 You can also install as a site library via the Rakefile: 48 49 $ wget http://deveiate.org/code/ruby-wordnet-x.y.z.tar.gz 50 $ tar xzvf ruby-wordnet-x.y.z.tar.gz 51 $ cd ruby-wordnet-x.y.z 52 $ sudo rake install 44 53 45 54 … … 47 56 48 57 There is a project page for Ruby-WordNet which can be found at: 49 <http://deveiate.org/ code/Ruby-WordNet.shtml>.58 <http://deveiate.org/projects/Ruby-WordNet/>. 50 59 51 60 This library was developed as part of the FaerieMUD Project. For more … … 65 74 == Legal 66 75 67 Ruby-WordNet is Open Source Software which is Copyright © 2001-200 7by The76 Ruby-WordNet is Open Source Software which is Copyright © 2001-2008 by The 68 77 FaerieMUD Consortium. 69 78 70 You may use, modify, and/or redistribute this software under the terms of the 71 Perl Artistic License, a copy of which should have been included in this 72 distribution (See the file Artistic). If it was not, a copy of it may be 73 obtained from http://language.perl.com/misc/Artistic.html or 74 http://www.faeriemud.org/artistic.html). 75 76 THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, 77 INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTIBILITY AND 78 FITNESS FOR A PARTICULAR PURPOSE. 79 80 -- 79 It is licensed under the modified BSD license. See the LICENSE file for details. 81 80 82 81 WordNet® is a registered trademark of Princeton University. 83 84 --85 82 86 83 Lingua::Wordnet is code licensed under the following terms: … … 93 90 94 91 95 === Version96 97 92 $Id$ 98 93
