"SfR Fresh" - the SfR Freeware/Shareware Archive

Member "OpenVerse/help/About.ohlp" of archive OpenVerse-0.8-7.tar.gz:


As a special service "SfR Fresh" has tried to format the requested source page into HTML format using source code syntax highlighting with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file. That can be also achieved for any archive member file by clicking within an archive contents listing on the first character of the file(path) respectively on the according byte size field.
    1 # OpenVerse About Documentation
    2 # 
    3 #
    4 # About Help File - Version number.. website, etc..
    5 #
    6 # Module Name		- About Help Module
    7 # Current Maintainter 	- vile <documentation@openverse.com>
    8 # Sourced By		- OpenHelp
    9 #
   10 # Portions Copyright (C) 1999 Bruce Gingery <bgingery@gtcs.com>
   11 # OpenHelp Conversion Copyright (C) 1999 David Gale <cruise@openverse.org>
   12 # For more information visit http://OpenVerse.org/
   13 #
   14 # This program is free software; you can redistribute it and/or
   15 # modify it under the terms of the GNU General Public License
   16 # as published by the Free Software Foundation; either version 2
   17 # of the License, or (at your option) any later version.
   18 # 
   19 # This program is distributed in the hope that it will be useful,
   20 # but WITHOUT ANY WARRANTY; without even the implied warranty of
   21 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   22 # GNU General Public License for more details.
   23 # 
   24 # You should have received a copy of the GNU General Public License
   25 # along with this program; if not, write to the Free Software
   26 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307,
   27 # USA.
   28 
   29 # OpenVerse About Help
   30 
   31 proc maindex {} {
   32 	global MV
   33 	set MV(url.-3.1.what) "mailto:sketch@openverse.com"
   34 	set MV(url.-3.2.what) "http://www.openverse.com/"
   35 	
   36 openHelp "OpenVerse About OpenVerse" [subst {
   37 
   38 	<h1><fgr>OpenVerse Visual Chat</fgr></h1>
   39 	<h1><fgr>Version $MV(version)</fgr></h1>
   40 
   41 	Originally written by David Gale
   42 	Currently maintained by <URL_OpenWeb -1 -1>Sketch@openverse.com</URL_OpenWeb -1 -1>
   43 	Visit the website! <URL_OpenWeb -3 2>http://www.openverse.com</URL_OpenWeb -3 2>
   44 
   45 	<HLP_Main>Main Help Index</HLP_Main>
   46 	
   47 }]}
   48 
   49 proc HLP_Main {} {
   50         global MV
   51         source "$MV(helpdir)/OpenVerse.ohlp"
   52 	mindex
   53 }
   54 
   55 # -------------------------------------------------------------------
   56 maindex