diff options
| author | Ralph Amissah <ralph@amissah.com> | 2007-07-01 11:31:53 +0100 | 
|---|---|---|
| committer | Ralph Amissah <ralph@amissah.com> | 2007-07-01 11:31:53 +0100 | 
| commit | 243822af844ace417e62adcdea53da2a5f477c7b (patch) | |
| tree | 6933bf2d84016e26c55698dcb482a410e0f93c79 | |
| parent | debian skin, minor cleaning (diff) | |
| parent | Rantfile header info (diff) | |
Merge branch 'upstream' into debian/sid
| -rw-r--r-- | Rantfile | 76 | 
1 files changed, 61 insertions, 15 deletions
| @@ -1,29 +1,75 @@  #!/usr/bin/env ruby  raise 'Please, use ruby1.8.4 or later.' if RUBY_VERSION < '1.8.4'  =begin - Rantfile installer for SiSU - * Homepage: <http://www.jus.uio.no/sisu/SiSU> <http://www.sisudoc.org> - * Download:  <http://www.jus.uio.no/sisu/download> + Rantfile mapping setup.rb directory structure + SiSU Simple information Structuring Universe, Serialised information, Structured Units + * SiSU at present is for the Linux/Unix platform + * See homepage at: <<  http://www.jus.uio.no/sisu/SiSU  >> + * &  <<  http://www.jus.uio.no/sisu/download  >> - Copyright (C) 2007 Ralph Amissah + Rant is a Ruby 'ant' by Stefan Lang - * License: LGPL - GNU Lesser General Public License -     [same license as Rant provided within the Rant package] + For Setup/Installation SiSU uses either: + * Minero Aoki's setup.rb, provided along with SiSU, or + * Rant which may be downloaded and installed from: +     http://make.rubyforge.org/ - * Ralph Amissah <ralph@amissah.com> -   Ralph Amissah <ralph.amissah@gmail.com> + * Name: Rant install/setup file for SiSU - Simple information Structuring Universe, Serialised information Structured Units + * + * Author: Ralph@Amissah.com + * Description: Rant install/setup file which maps directory structure used by setup.rb +   * arch-tag: Rant install/setup file which maps directory structure used by setup.rb +   * $Id$ - Rant is a Ruby 'ant' by Stefan Lang - * Rant may be downloaded and installed from: -     http://make.rubyforge.org/ + Copyright (C) 2005 Ralph Amissah (first release edition) + Copyright (C) 1997 Ralph Amissah (first edition) - Notes on use: + * License: GPL 2 or later -     rant -T +  Summary of GPL 2 - SiSU can also be Setup/Installation using: - * Minero Aoki's setup.rb, provided along with SiSU, or +  This program is free software; you can redistribute it and/or modify it +  under the terms of the GNU General Public License as published by the Free +  Software Foundation; either version 2 of the License, or (at your option) +  any later version. + +  This program is distributed in the hope that it will be useful, but WITHOUT +  ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or +  FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for +  more details. + +  You should have received a copy of the GNU General Public License along +  with this program; if not, write to the Free Software Foundation, Inc., +  51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA + +  If you have Internet connection, the latest version of the GPL should be +  available at these locations: +    http://www.fsf.org/licenses/gpl.html +    http://www.gnu.org/copyleft/gpl.html +    http://www.jus.uio.no/sisu/gpl2.fsf + +  SiSU was first released to the public on January 4th 2005 + +  SiSU uses: + +  *  Standard SiSU markup syntax, +  *  Standard SiSU meta-markup syntax, and the +  *  Standard SiSU object citation numbering and system + +  © Ralph Amissah 1997, current 2005. +  All Rights Reserved. + + * Ralph Amissah mailto:ralph@amissah.com +   Ralph Amissah mailto:amissah@gmail.com + + * NOTE reminder to create independent setup file called install: +     rant-import --auto install +   then you can, as root (for default action): +     ruby install +   or for help on alternative actions: +     ruby install help +     ruby install -T  =end  #%% produce a makefile suitable for the target platform | 
