mirror of
https://github.com/GnoConsortium/gno.git
synced 2025-01-21 12:29:42 +00:00
Makefile, README, index.html, intro.tex, unaval.html:
- changed occurances from trenco.myrias.com to either ftp.gno.org or www.gno.org, as appropriate index.html: - make reference to post-v2.0.4 patches avail from ftp.gno.org - deleted reference to Soenke's describe database (obsolete), replaced it with ref to the hosted by www.gno.org mkhtmlman: - fixed bug where a non-man-page file was picked up by this script out of the gsh source directory. - man pages may appear now as both name.n and name.nG, where the "n" is the section number. If both files appear, then the former is BSD-formatted source and the latter is GNO-formatted source. Make sure we're only picking up the latter.
This commit is contained in:
parent
988e0fb1dc
commit
4f4a589bf7
@ -3,20 +3,22 @@
|
||||
# be run under GNO itself yet, and probably never will be due to the
|
||||
# dependancy on LaTeX.
|
||||
#
|
||||
# This file is for use with dmake.
|
||||
#
|
||||
# Devin Reade, 1997.
|
||||
#
|
||||
# $Id: Makefile,v 1.6 1997/12/06 07:02:52 gdr Exp $
|
||||
# $Id: Makefile,v 1.7 1998/01/26 07:13:04 gdr-ftp Exp $
|
||||
#
|
||||
|
||||
# Set this to 'true' (without the quotes) for local links (used
|
||||
# during editing).
|
||||
DRAFT =
|
||||
DRAFT =
|
||||
|
||||
# This is the name and address that will be given as contact info
|
||||
# at the bottom of each of the HTML pages. Do NOT use '<' or '>' in the
|
||||
# address.
|
||||
NAME = Devin Reade
|
||||
ADDRESS = gdr@eddore.myrias.com
|
||||
ADDRESS = gdr@trenco.gno.org
|
||||
|
||||
# Pathnames for various programs.
|
||||
DVIPS = dvips
|
||||
@ -40,16 +42,16 @@ MINDEX = index.html
|
||||
# This is the directory where the remaining gifs may be found
|
||||
GIFDIR = file:/home/gdr/graphics/
|
||||
.ELSE
|
||||
HTML_ROOT = http://trenco.myrias.com/~gno
|
||||
GIFDIR = http://trenco.myrias.com/icons
|
||||
HTML_ROOT = http://www.gno.org/~gno
|
||||
GIFDIR = http://www.gno.org/icons
|
||||
.END
|
||||
FTP_ROOT = ftp://trenco.myrias.com/pub/apple2/gs.specific/gno
|
||||
FTP_ROOT = ftp://ftp.gno.org/pub/apple2/gs.specific/gno
|
||||
|
||||
|
||||
# Where can the FAQ be located?
|
||||
#FAQ = http://web.cs.ualberta.ca/~glyn/FAQ.csa2g
|
||||
FAQ = http://trenco.myrias.com/~gno/FAQ.html
|
||||
FAQLOG = http://trenco.myrias.com/~gno/FAQ-log.html
|
||||
FAQ = http://www.gno.org/~gno/FAQ.html
|
||||
FAQLOG = http://www.gno.org/~gno/FAQ-log.html
|
||||
FAQ_TEXT = $(FTP_ROOT)/doc/faq/CURRENT
|
||||
FAQLOG_TEXT = $(FTP_ROOT)/doc/faq/LOG
|
||||
|
||||
@ -60,7 +62,7 @@ FTP_GSH = $(FTP_ROOT)/doc/refs/gsh
|
||||
|
||||
# Where can the old v2.0.4 docs be found?
|
||||
#OLD_HTML = http://web.cs.ualberta.ca/~glyn/GNOv2.0.4Docs
|
||||
OLD_HTML = http://trenco.myrias.com/~gno/docs.Aug96
|
||||
OLD_HTML = http://www.gno.org/~gno/docs.Aug96
|
||||
|
||||
#########################################################
|
||||
# You should not have to modify anything below this line.
|
||||
|
@ -19,7 +19,7 @@ points above.
|
||||
Devin Reade
|
||||
December 1997.
|
||||
|
||||
$Id: README,v 1.1 1997/12/02 15:38:13 gdr Exp $
|
||||
$Id: README,v 1.2 1998/01/26 07:13:05 gdr-ftp Exp $
|
||||
|
||||
|
||||
WHAT THE FILES ARE
|
||||
@ -120,7 +120,7 @@ the maintainer name and address, the basenames of the URLs used,
|
||||
and so forth. If the DRAFT macro is set to 'true' then many url links
|
||||
in the html versions will resolve to local files; this is used for testing.
|
||||
|
||||
Some other dependancies are as follows. Unless trenco is no longer the
|
||||
Some other dependancies are as follows. Unless ftp.gno.org is no longer the
|
||||
primary GNO site, the following should not need to be changed:
|
||||
|
||||
index.html:
|
||||
@ -128,9 +128,9 @@ primary GNO site, the following should not need to be changed:
|
||||
structure and file names on the GNO html and ftp servers.
|
||||
|
||||
intro.tex:
|
||||
There are some explicit references to the trenco ftp
|
||||
There are some explicit references to the ftp.gno.org
|
||||
in this document. These should not be changed unless
|
||||
trenco is no longer used.
|
||||
that site is no longer used.
|
||||
|
||||
mkhtmlman:
|
||||
This script is heavily dependant on the structure of
|
||||
|
@ -1,6 +1,6 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>GNO Master Documentation Page</title>
|
||||
<title>GNO Documentation Page</title>
|
||||
</head>
|
||||
<body bgcolor=#ffffff>
|
||||
|
||||
@ -21,6 +21,18 @@ It consists of the following sections:
|
||||
</ol>
|
||||
<p>
|
||||
|
||||
<b>NEW!</b>
|
||||
A set of updated libraries, header files, and manual pages are available
|
||||
for anyone who is trying to use ORCA/C v2.1.x with either GNO v2.0.4.
|
||||
See
|
||||
<A HREF="http://www.gno.org/pub/apple2/gs.specific/gno/base206">
|
||||
http://www.gno.org/pub/apple2/gs.specific/gno/base206</A>
|
||||
for details, or the same directory via anonymous ftp from
|
||||
<b>ftp.gno.org</b>. Ensure you read the README file. There may be
|
||||
more than one update in that directory, so ensure you read the index
|
||||
files for that directory.
|
||||
<p>
|
||||
|
||||
<b>Remember</b>:
|
||||
<br>
|
||||
If someone comes up to you on the street and offers you some
|
||||
@ -204,14 +216,17 @@ The following links are also likely to be of interest to GNO users
|
||||
and programmers.
|
||||
|
||||
<ul>
|
||||
<li>The <A HREF="http://www.gno.org/gno/describe">
|
||||
Describe Database</A> Page. This is a database containing information
|
||||
on current GNO and ORCA/Shell utilities, including version numbers
|
||||
and from where they can be obtained.
|
||||
<li><A HREF="http://www.hypermall.com/companies/procyon">
|
||||
Procyon Enterprises Inc</A>
|
||||
<li><A HREF="http://www.arrowweb.com/sbehrens/obugs.htm">
|
||||
Soenke Behrens' ORCA/C Bug List</A>
|
||||
<li><A HREF="http://www.arrowweb.com/sbehrens/describe.htm">
|
||||
Soenke Behrens' online describe(1) database</A>
|
||||
<li><A HREF="http://www.servtech.com/public/phoenix/computers/gno/index.html">
|
||||
Leslie Barstow's GNO Utilities Page.</A>
|
||||
<li>Soenke Behrens' <A HREF="http://www.arrowweb.com/sbehrens/obugs.htm">
|
||||
ORCA/C Bug List</A>
|
||||
<li>Leslie Barstow's
|
||||
<A HREF="http://www.servtech.com/public/phoenix/computers/gno/index.html">
|
||||
GNO Utilities Page.</A>
|
||||
(This is an sorted version of the <b>describe</b>(1) database.)
|
||||
<li><A HREF="http://www.freebsd.org/handbook/handbook298.html">
|
||||
FreeBSD ftp site list</A>
|
||||
@ -313,11 +328,11 @@ download via ftp at
|
||||
|
||||
<hr>
|
||||
Devin Reade
|
||||
<A HREF="mailto:gdr@eddore.myrias.com">gdr@eddore.myrias.com</A>
|
||||
<A HREF="mailto:gdr@trenco.gno.org">gdr@trenco.gno.org</A>
|
||||
<p>
|
||||
|
||||
<A HREF="http://www.visi.com/~nathan/a2/a2viewable.html">
|
||||
<img alt="Apple II viewable page" height=31 width=88
|
||||
<img alt="Apple II viewable page" height=31 width=88 border="0"
|
||||
src="%%GIFDIR%%/a2viewable.gif"></A>
|
||||
<br>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
%
|
||||
% GNO Overview
|
||||
%
|
||||
% $Id: intro.tex,v 1.3 1997/12/03 06:46:41 gdr Exp $
|
||||
% $Id: intro.tex,v 1.4 1998/01/26 07:13:09 gdr-ftp Exp $
|
||||
%
|
||||
|
||||
\documentclass{report}
|
||||
@ -25,19 +25,19 @@
|
||||
% These are various html links used throughout this document.
|
||||
%
|
||||
\newcommand{\faqhtml}[1]{\htlink{#1}
|
||||
{http://trenco.myrias.com/~gno/FAQ.html}}
|
||||
{http://www.gno.org/~gno/FAQ.html}}
|
||||
\newcommand{\faqtext}[1]{\htlink{#1}
|
||||
{ftp://trenco.myrias.com/pub/apple2/gs.specific/gno/doc/faq/CURRENT}}
|
||||
{ftp://ftp.gno.org/pub/apple2/gs.specific/gno/doc/faq/CURRENT}}
|
||||
\newcommand{\gnodocs}[1]{\htlink{#1}
|
||||
{http://trenco.myrias.com/~gno}}
|
||||
{http://www.gno.org/~gno}}
|
||||
\newcommand{\delphi}[1]{\htlink{#1}
|
||||
{http://delphi.com}}
|
||||
\newcommand{\overview}[1]{\htlink{#1}
|
||||
{http://trenco.myrias.com/~gno/intro.html}}
|
||||
{http://www.gno.org/~gno/intro.html}}
|
||||
\newcommand{\kernel}[1]{\htlink{#1}
|
||||
{http://trenco.myrias.com/~gno/kern.html}}
|
||||
{http://www.gno.org/~gno/kern.html}}
|
||||
\newcommand{\gsh}[1]{\htlink{#1}
|
||||
{http://trenco.myrias.com/~gno/gsh.html}}
|
||||
{http://www.gno.org/~gno/gsh.html}}
|
||||
|
||||
\parindent=0pt
|
||||
\parskip=1pc
|
||||
@ -298,7 +298,7 @@ GNO is a large and complex system. There are many pieces to it;
|
||||
too many to list in detail here. However in general, the documentation
|
||||
consists of the following parts. All of these are available
|
||||
at the \gnodocs{GNO Documentation Page} and via anonymous ftp from
|
||||
\tt trenco.myrias.com\rm:
|
||||
\tt ftp.gno.org\rm:
|
||||
|
||||
\begin{itemize}
|
||||
\item GNO Overview and Installation Manual.
|
||||
@ -369,7 +369,7 @@ charge. Visit Delphi for more details.)
|
||||
\end{itemize}
|
||||
|
||||
As a last resort, you can contact Devin Reade (one of the GNO
|
||||
development team) at \htmailto{gdr@eddore.myrias.com}. Please don't
|
||||
development team) at \htmailto{gdr@trenco.gno.org}. Please don't
|
||||
use this method unless absolutely necessary, as Devin is not always
|
||||
available. More importantly, asking questions in an open forum
|
||||
provides for peer review; if an answer is wrong, it can be corrected
|
||||
@ -536,7 +536,7 @@ continuing to develop the GNO system. To their capable hands I leave
|
||||
the software. The first task of this group is to put together a GNO
|
||||
distribution based on the latest ORCA/C and ORCA/C libraries. Devin will
|
||||
post followup info on csa2g and any inquiries should be directed to him
|
||||
at <gdr@eddore.myrias.com> for the moment.
|
||||
at <gdr@trenco.gno.org> for the moment.
|
||||
|
||||
Thank you all for your support in the past of my company and myself,
|
||||
and best wishes to you all for the future!
|
||||
@ -569,7 +569,7 @@ available via \faqtext{ftp}) for those sections related to installation.
|
||||
|
||||
Suggestions for updating this document (without making major changes
|
||||
to the GNO v2.0.4 distribution itself) are welcome. Please email
|
||||
your suggestions to Devin Reade at \htmailto{gdr@eddore.myrias.com}.
|
||||
your suggestions to Devin Reade at \htmailto{gdr@trenco.gno.org}.
|
||||
\rm
|
||||
|
||||
GNO/ME is a very large system. Most of the
|
||||
|
@ -2,7 +2,7 @@
|
||||
#
|
||||
# Devin Reade, November 1997.
|
||||
#
|
||||
# $Id: mkhtmlman,v 1.3 1997/11/24 06:46:18 gdr Exp $
|
||||
# $Id: mkhtmlman,v 1.4 1998/01/26 07:13:12 gdr-ftp Exp $
|
||||
|
||||
man2html=/usr/local/bin/man2html
|
||||
TMPDIR=${TMPDIR:-/tmp}
|
||||
@ -44,10 +44,14 @@ for section in 1 2 3 4 5 6 7 8; do
|
||||
|
||||
for F in 00.DUMMY `find $MANDIRS -type f -name '*.'$section -print \
|
||||
| grep -v libcurses/PSD.doc \
|
||||
| grep -v bin/gsh/updates1.1 \
|
||||
| grep -v sed/tests` ; do
|
||||
[ "$F" = 00.DUMMY ] && continue;
|
||||
f=`basename $F`
|
||||
echo "$f" >> $listfile
|
||||
if [ -f $F'G' ]; then
|
||||
F="$F"G
|
||||
fi
|
||||
if ! ./newer $dest/$f.html $F; then
|
||||
echo "creating $dest/$f.html"
|
||||
nroff -man $F | $man2html -nodepage | \
|
||||
|
@ -12,4 +12,4 @@ patient; updating the GNO documentation takes time.
|
||||
|
||||
<hr>
|
||||
Devin Reade
|
||||
<A HREF="mailto:gdr@eddore.myrias.com"><gdr@eddore.myrias.com></A>.
|
||||
<A HREF="mailto:gdr@trenco.gno.org"><gdr@trenco.gno.org></A>.
|
||||
|
Loading…
x
Reference in New Issue
Block a user