Show
Ignore:
Timestamp:
09/05/08 11:49:25 (4 months ago)
Author:
deveiant
Message:
  • Updated build system and license
Files:
1 modified

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  
    4141== Installation 
    4242 
    43 For installation instructions, see the INSTALL file. 
     43If you use RubyGems, you can install via: 
     44 
     45  $ sudo gem install ruby-wordnet 
     46 
     47You 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 
    4453 
    4554 
     
    4756 
    4857There 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/>. 
    5059 
    5160This library was developed as part of the FaerieMUD Project. For more 
     
    6574== Legal 
    6675 
    67 Ruby-WordNet is Open Source Software which is Copyright © 2001-2007 by The 
     76Ruby-WordNet is Open Source Software which is Copyright © 2001-2008 by The 
    6877FaerieMUD Consortium. 
    6978 
    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 -- 
     79It is licensed under the modified BSD license. See the LICENSE file for details. 
    8180 
    8281WordNet® is a registered trademark of Princeton University.  
    83  
    84 -- 
    8582 
    8683Lingua::Wordnet is code licensed under the following terms: 
     
    9390 
    9491 
    95 === Version 
    96  
    9792$Id$ 
    9893