mirror of
https://github.com/GnoConsortium/gno.git
synced 2024-12-27 00:29:55 +00:00
mksgml posthtml:
- initial checkin Makefile: - changes to allow for the new gsh ref manual - moved *.Z *.gz files into an "uploads" subdir README: - added some comments re the sgml stuff head.html, index.html, mkmandex, mkhtmlman, manindex.html, mkstatus, oldrefs.html, refs.html, tail.html: - eliminated <base> tags - fully specify page colours refs.html: - added links for new gsh manual index.html: - add dates for "NEW" section - added comment about new gsh manual intro.tex: - fully specify page colours - fixed a typo: "2.0.4" --> "2.0.6" in installation notes kern.tex: - fully specify page colours
This commit is contained in:
parent
2fd48bf635
commit
b6e3bbc037
@ -7,7 +7,7 @@
|
|||||||
#
|
#
|
||||||
# Devin Reade, 1997.
|
# Devin Reade, 1997.
|
||||||
#
|
#
|
||||||
# $Id: Makefile,v 1.13 1999/01/28 05:22:16 gdr-ftp Exp $
|
# $Id: Makefile,v 1.14 1999/02/21 23:37:11 gdr-ftp Exp $
|
||||||
#
|
#
|
||||||
|
|
||||||
# Set this to 'true' (without the quotes) for local links (used
|
# Set this to 'true' (without the quotes) for local links (used
|
||||||
@ -37,7 +37,7 @@ PSD = psd
|
|||||||
HTML_ROOT = file:/home/gdr/src/gno/doc/refs/$(HTMLD)
|
HTML_ROOT = file:/home/gdr/src/gno/doc/refs/$(HTMLD)
|
||||||
|
|
||||||
# This is the directory where the remaining gifs may be found
|
# This is the directory where the remaining gifs may be found
|
||||||
GIFDIR = file:/home/gdr/graphics/
|
GIFDIR = file:/home/gdr/graphics
|
||||||
.ELSE
|
.ELSE
|
||||||
HTML_ROOT = http://www.gno.org/~gno
|
HTML_ROOT = http://www.gno.org/~gno
|
||||||
GIFDIR = http://www.gno.org/icons
|
GIFDIR = http://www.gno.org/icons
|
||||||
@ -80,9 +80,9 @@ TEX2HTML_FLAGS = -info "" -local_icons -dir $(HTMLD) -up_url refs.html \
|
|||||||
TEXINPUTS = ':/usr/local/lib/latex2html'
|
TEXINPUTS = ':/usr/local/lib/latex2html'
|
||||||
|
|
||||||
DVI = intro.dvi kern.dvi
|
DVI = intro.dvi kern.dvi
|
||||||
PS_LTR = intro.ltr.ps kern.ltr.ps
|
PS_LTR = intro.ltr.ps kern.ltr.ps gsh-ltr-ps
|
||||||
PS_A4 = intro.a4.ps kern.a4.ps
|
PS_A4 = intro.a4.ps kern.a4.ps
|
||||||
HTML = $(HTMLD)/intro.html $(HTMLD)/kern.html
|
HTML = $(HTMLD)/intro.html $(HTMLD)/kern.html gsh-h
|
||||||
|
|
||||||
.PRECIOUS: $(DVI)
|
.PRECIOUS: $(DVI)
|
||||||
|
|
||||||
@ -92,20 +92,27 @@ MKSO = $(MANORG)/mkso.data
|
|||||||
|
|
||||||
|
|
||||||
# Scratch files to clean up
|
# Scratch files to clean up
|
||||||
MANUAL_GARBAGE = top.html
|
MANUAL_GARBAGE =
|
||||||
TEX_GARBAGE = *.err *.aux *.log *.dvi *.toc *.idx *.ilg *.ind
|
TEX_GARBAGE = *.err *.aux *.log *.dvi *.toc *.idx *.ilg *.ind
|
||||||
DVIPS_GARBAGE = *.ps *.djc
|
DVIPS_GARBAGE = *.ps *.djc
|
||||||
BIB_GARBAGE = *.blg *.bbl
|
BIB_GARBAGE = *.blg *.bbl
|
||||||
|
|
||||||
|
UPLOADDIR = uploads
|
||||||
|
|
||||||
UPLOADS = \
|
UPLOADS = \
|
||||||
intro.dvi.Z intro.ltr.ps.Z intro.a4.ps.Z \
|
$(UPLOADDIR)/intro.dvi.Z \
|
||||||
kern.dvi.Z kern.ltr.ps.Z kern.a4.ps.Z \
|
$(UPLOADDIR)/intro.ltr.ps.Z \
|
||||||
htmld.tar.gz
|
$(UPLOADDIR)/intro.a4.ps.Z \
|
||||||
|
$(UPLOADDIR)/kern.dvi.Z \
|
||||||
|
$(UPLOADDIR)/kern.ltr.ps.Z \
|
||||||
|
$(UPLOADDIR)/kern.a4.ps.Z \
|
||||||
|
$(UPLOADDIR)/gsh.ltr.ps.Z \
|
||||||
|
$(UPLOADDIR)/htmld.tar.gz
|
||||||
|
|
||||||
#
|
#
|
||||||
# targets
|
# targets
|
||||||
#
|
#
|
||||||
upload: all $(UPLOADS)
|
upload: all setup $(UPLOADS)
|
||||||
all: dvi ps h man notes
|
all: dvi ps h man notes
|
||||||
dvi: $(DVI)
|
dvi: $(DVI)
|
||||||
ps: ps_ltr ps_a4
|
ps: ps_ltr ps_a4
|
||||||
@ -119,7 +126,7 @@ h: $(HTML) \
|
|||||||
$(HTMLD)/related.html \
|
$(HTMLD)/related.html \
|
||||||
$(HTMLD)/oldrefs.html \
|
$(HTMLD)/oldrefs.html \
|
||||||
$(HTMLD)/bugs.html \
|
$(HTMLD)/bugs.html \
|
||||||
$(HTMLD)/unaval.html top.html cleanhtml
|
$(HTMLD)/unaval.html cleanhtml
|
||||||
bib: intro.bbl
|
bib: intro.bbl
|
||||||
|
|
||||||
intro.bbl: gno.bib
|
intro.bbl: gno.bib
|
||||||
@ -128,20 +135,28 @@ intro.bbl: gno.bib
|
|||||||
# keeps intro.tex in sync with ../../verbatim/boot/README.install
|
# keeps intro.tex in sync with ../../verbatim/boot/README.install
|
||||||
notes:; ./mknotes
|
notes:; ./mknotes
|
||||||
|
|
||||||
htmld.tar.gz: h
|
$(UPLOADDIR)/htmld.tar.gz: h
|
||||||
|
rm -rf $(HTMLD)/gsh
|
||||||
|
(cd gsh; tar -cf - gsh) | (cd $(HTMLD); tar -xpBf -)
|
||||||
tar -cf - $(HTMLD) | gzip --best > $@
|
tar -cf - $(HTMLD) | gzip --best > $@
|
||||||
|
|
||||||
intro.dvi.Z: intro.dvi; compress -c $< > $@
|
$(UPLOADDIR)/intro.dvi.Z: intro.dvi; compress -c $< > $@
|
||||||
intro.ltr.ps.Z: intro.ltr.ps; compress -c $< > $@
|
$(UPLOADDIR)/intro.ltr.ps.Z: intro.ltr.ps; compress -c $< > $@
|
||||||
intro.a4.ps.Z: intro.a4.ps; compress -c $< > $@
|
$(UPLOADDIR)/intro.a4.ps.Z: intro.a4.ps; compress -c $< > $@
|
||||||
|
|
||||||
kern.dvi.Z: kern.dvi; compress -c $< > $@
|
$(UPLOADDIR)/kern.dvi.Z: kern.dvi; compress -c $< > $@
|
||||||
kern.ltr.ps.Z: kern.ltr.ps; compress -c $< > $@
|
$(UPLOADDIR)/kern.ltr.ps.Z: kern.ltr.ps; compress -c $< > $@
|
||||||
kern.a4.ps.Z: kern.a4.ps; compress -c $< > $@
|
$(UPLOADDIR)/kern.a4.ps.Z: kern.a4.ps; compress -c $< > $@
|
||||||
|
|
||||||
gsh.dvi.Z: gsh.dvi; compress -c $< > $@
|
$(UPLOADDIR)/gsh.ltr.ps.Z: gsh/gsh.ltr.ps.Z; cp $< $@
|
||||||
gsh.ltr.ps.Z: gsh.ltr.ps; compress -c $< > $@
|
$(UPLOADDIR)/gsh/gsh.ltr.ps.Z: gsh-ltr-ps
|
||||||
gsh.a4.ps.Z: gsh.a4.ps; compress -c $< > $@
|
|
||||||
|
gsh-h:; cd gsh; $(MAKE) h
|
||||||
|
gsh-ltr-ps:; cd gsh; $(MAKE) ps
|
||||||
|
|
||||||
|
# gsh.dvi.Z: gsh.dvi; compress -c $< > $@
|
||||||
|
# gsh.ltr.ps.Z: gsh.ltr.ps; compress -c $< > $@
|
||||||
|
# gsh.a4.ps.Z: gsh.a4.ps; compress -c $< > $@
|
||||||
|
|
||||||
REPLACE= perl -p -e 's,%%HTML_ROOT%%,$(HTML_ROOT),g;' \
|
REPLACE= perl -p -e 's,%%HTML_ROOT%%,$(HTML_ROOT),g;' \
|
||||||
-e 's,%%FTP_ROOT%%,$(FTP_ROOT),g;' \
|
-e 's,%%FTP_ROOT%%,$(FTP_ROOT),g;' \
|
||||||
@ -218,9 +233,6 @@ cleanhtml:
|
|||||||
|
|
||||||
# -e '($$cts == 1) && (s/^\s*<BR><HR>\s*$$//);'
|
# -e '($$cts == 1) && (s/^\s*<BR><HR>\s*$$//);'
|
||||||
|
|
||||||
top.html:
|
|
||||||
ln -s $(HTMLD)/index.html top.html
|
|
||||||
|
|
||||||
|
|
||||||
# This target creates the html versions of all the current man pages,
|
# This target creates the html versions of all the current man pages,
|
||||||
# plus the chapter index pages. Unfortunately, this target rebuilds
|
# plus the chapter index pages. Unfortunately, this target rebuilds
|
||||||
@ -232,11 +244,17 @@ man: mansetup
|
|||||||
|
|
||||||
mansetup: newer
|
mansetup: newer
|
||||||
|
|
||||||
|
setup:
|
||||||
|
@/bin/true; \
|
||||||
|
[ -d $(UPLOADDIR) ] || mkdir -p $(UPLOADDIR)
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
-rm -rf *~ $(TEX_GARBAGE) $(BIB_GARBAGE) $(DVIPS_GARBAGE) $(UPLOADS)
|
-rm -rf *~ $(TEX_GARBAGE) $(BIB_GARBAGE) $(DVIPS_GARBAGE) $(UPLOADDIR)
|
||||||
|
cd gsh; $(MAKE) $@
|
||||||
|
|
||||||
clobber: clean
|
clobber: clean
|
||||||
-rm -rf $(MANUAL_GARBAGE) $(HTMLD) $(PSD) $(DVID) newer
|
-rm -rf $(MANUAL_GARBAGE) $(HTMLD) $(PSD) $(DVID) newer
|
||||||
|
cd gsh; $(MAKE) $@
|
||||||
|
|
||||||
#
|
#
|
||||||
# default rules
|
# default rules
|
||||||
@ -252,9 +270,6 @@ $(HTMLD)/%.html: %.tex
|
|||||||
< $(HTMLD)/refs.html `" \
|
< $(HTMLD)/refs.html `" \
|
||||||
$(TEX2HTML_FLAGS) $<
|
$(TEX2HTML_FLAGS) $<
|
||||||
|
|
||||||
$(HTMLD)/%.gif: GIF/%.gif
|
|
||||||
ln $< $@
|
|
||||||
|
|
||||||
%.ltr.ps: %.dvi
|
%.ltr.ps: %.dvi
|
||||||
$(DVIPS) -tletter $(DVIPS_FLAGS) -o $@ $<
|
$(DVIPS) -tletter $(DVIPS_FLAGS) -o $@ $<
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@ points above.
|
|||||||
Devin Reade
|
Devin Reade
|
||||||
December 1997.
|
December 1997.
|
||||||
|
|
||||||
$Id: README,v 1.3 1998/02/19 03:03:49 gdr-ftp Exp $
|
$Id: README,v 1.4 1999/02/21 23:37:12 gdr-ftp Exp $
|
||||||
|
|
||||||
|
|
||||||
WHAT THE FILES ARE
|
WHAT THE FILES ARE
|
||||||
@ -82,6 +82,11 @@ documentation. They are:
|
|||||||
LaTeX2e
|
LaTeX2e
|
||||||
LaTeX is responsible for creating the DVI and Postscript
|
LaTeX is responsible for creating the DVI and Postscript
|
||||||
versions of the documentation.
|
versions of the documentation.
|
||||||
|
|
||||||
|
Building the sgml source requires teTeX, version 0.9 or
|
||||||
|
higher. It can be obtained from:
|
||||||
|
ftp://ftp.rrzn.uni-hannover.de/pub/local/misc/teTeX-beta
|
||||||
|
|
||||||
bibtex, makeidx
|
bibtex, makeidx
|
||||||
These two utilities are required for making the bibliography
|
These two utilities are required for making the bibliography
|
||||||
and index, respectively. They are likely part of your
|
and index, respectively. They are likely part of your
|
||||||
@ -105,6 +110,10 @@ documentation. They are:
|
|||||||
source to html. It is available at
|
source to html. It is available at
|
||||||
http://www.oac.uci.edu/indiv/ehood/man2html.html
|
http://www.oac.uci.edu/indiv/ehood/man2html.html
|
||||||
|
|
||||||
|
sgmltools
|
||||||
|
The sgml sources are built using sgmltools v2.x. See
|
||||||
|
http://www.sgmltools.org
|
||||||
|
|
||||||
WHERE TO BUILD IT
|
WHERE TO BUILD IT
|
||||||
^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
|
@ -1,11 +1,16 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>%%TITLE%%</title>
|
<title>%%TITLE%%</title>
|
||||||
<base HREF="http://www.gno.org/">
|
|
||||||
</head>
|
</head>
|
||||||
<body bgcolor=#ffffff>
|
<body
|
||||||
|
bgcolor=#ffffff
|
||||||
|
textcolor=#000000
|
||||||
|
linkcolor=#0000FF
|
||||||
|
vlinkcolor=#001177
|
||||||
|
alinkcolor=#001177
|
||||||
|
>
|
||||||
|
|
||||||
<A HREF="gno"><IMG src="icons/back.gif"
|
<A HREF="index.html"><IMG src="http://www.gno.org/icons/back.gif"
|
||||||
alt="Back to the GNO Documentation Page"
|
alt="Back to the GNO Documentation Page"
|
||||||
align="right" width="24" height="24" border="0"></A>
|
align="right" width="24" height="24" border="0"></A>
|
||||||
<BR CLEAR=RIGHT>
|
<BR CLEAR=RIGHT>
|
||||||
|
@ -1,11 +1,10 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>GNO Documentation Page</title>
|
<title>GNO Documentation Page</title>
|
||||||
<base HREF="http://www.gno.org/">
|
|
||||||
</head>
|
</head>
|
||||||
<body bgcolor=#ffffff>
|
<body bgcolor=#ffffff>
|
||||||
|
|
||||||
<A HREF="http://www.gno.org"><IMG src="icons/back.gif"
|
<A HREF="http://www.gno.org"><IMG src="http://www.gno.org/icons/back.gif"
|
||||||
alt="Back to the GNO Consortium Page"
|
alt="Back to the GNO Consortium Page"
|
||||||
align="right" width="24" height="24" border="0"></A>
|
align="right" width="24" height="24" border="0"></A>
|
||||||
<BR CLEAR=RIGHT>
|
<BR CLEAR=RIGHT>
|
||||||
@ -19,28 +18,38 @@ runs on top of the native operating system, GS/OS.
|
|||||||
This is master documentation site for GNO.
|
This is master documentation site for GNO.
|
||||||
It consists of the following sections:
|
It consists of the following sections:
|
||||||
<ol>
|
<ol>
|
||||||
<li><A HREF="%%HTML_ROOT%%/faqindex.html">Frequently Asked Questions</A>
|
<li><A HREF="faqindex.html">Frequently Asked Questions</A>
|
||||||
<li><A HREF="%%HTML_ROOT%%/refs.html">Reference Manuals</A>
|
<li><A HREF="refs.html">Reference Manuals</A>
|
||||||
<li><A HREF="%%HTML_ROOT%%/manindex.html">Manual Pages</A>
|
<li><A HREF="manindex.html">Manual Pages</A>
|
||||||
<li><A HREF="%%HTML_ROOT%%/bugs.html">Bug Reports</A>
|
<li><A HREF="bugs.html">Bug Reports</A>
|
||||||
<li><A HREF="http://www.gno.org/~gno/describe">The Describe Database</A>
|
<li><A HREF="http://www.gno.org/~gno/describe">The Describe Database</A>
|
||||||
<li>Status Lists for Work Under Development:
|
<li>Status Lists for Work Under Development:
|
||||||
<ul>
|
<ul>
|
||||||
<li><A HREF="%%HTML_ROOT%%/status.bin.html">Programs.</A>
|
<li><A HREF="status.bin.html">Programs.</A>
|
||||||
<li><A HREF="%%HTML_ROOT%%/status.lib.html">Library routines,
|
<li><A HREF="status.lib.html">Library routines,
|
||||||
header files, and related manual pages.</A>
|
header files, and related manual pages.</A>
|
||||||
</ul>
|
</ul>
|
||||||
<li><A HREF="%%HTML_ROOT%%/related.html">GNO-Related Web Links</A>
|
<li><A HREF="related.html">GNO-Related Web Links</A>
|
||||||
<li><A HREF="%%HTML_ROOT%%/oldrefs.html">Old Documentation (August 1996 Revision for GNO v2.0.4)</A>
|
<li><A HREF="oldrefs.html">Old Documentation (August 1996 Revision for GNO v2.0.4)</A>
|
||||||
</ol>
|
</ol>
|
||||||
<p>
|
<p>
|
||||||
|
|
||||||
<h2>NEW!</h2>
|
<h2>NEW!</h2>
|
||||||
|
|
||||||
|
<h3>21 February 1999</h3>
|
||||||
|
|
||||||
|
The Gsh Users' Guide is now available for download or online viewing.
|
||||||
|
It is not yet updated for gsh v2.0.
|
||||||
|
See the <A HREF="refs.html">Reference Manuals</A>
|
||||||
|
page for details.
|
||||||
|
|
||||||
|
<h3>15 February 1999</h3>
|
||||||
|
|
||||||
GNO v2.0.6 is (finally) available. This is a full release and the
|
GNO v2.0.6 is (finally) available. This is a full release and the
|
||||||
current documentation and scripts assume that you are <em>not</em>
|
current documentation and scripts assume that you are <em>not</em>
|
||||||
installing on top of an existing system.
|
installing on top of an existing system.
|
||||||
Ensure that you read the chapter on installing v2.0.6 in the
|
Ensure that you read the chapter on installing v2.0.6 in the
|
||||||
<A HREF="http://www.gno.org/~gno/intro.html">
|
<A HREF="intro.html">
|
||||||
Overview and Installation Reference</A>.
|
Overview and Installation Reference</A>.
|
||||||
<p>
|
<p>
|
||||||
|
|
||||||
@ -58,6 +67,7 @@ or have any suggestions, <em>please</em> report them via the
|
|||||||
The current release does not include networking support.
|
The current release does not include networking support.
|
||||||
<p>
|
<p>
|
||||||
|
|
||||||
|
<hr>
|
||||||
<b>Remember</b>:
|
<b>Remember</b>:
|
||||||
<br>
|
<br>
|
||||||
If someone comes up to you on the street and offers you some
|
If someone comes up to you on the street and offers you some
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
%
|
%
|
||||||
% GNO Overview
|
% GNO Overview
|
||||||
%
|
%
|
||||||
% $Id: intro.tex,v 1.14 1999/02/15 18:54:37 gdr-ftp Exp $
|
% $Id: intro.tex,v 1.15 1999/02/21 23:37:12 gdr-ftp Exp $
|
||||||
%
|
%
|
||||||
|
|
||||||
\documentclass{report}
|
\documentclass{report}
|
||||||
@ -9,7 +9,13 @@
|
|||||||
\usepackage{hthtml}
|
\usepackage{hthtml}
|
||||||
\usepackage{makeidx}
|
\usepackage{makeidx}
|
||||||
\makeindex
|
\makeindex
|
||||||
\bodytext{bgcolor=#ffffff}
|
\bodytext{
|
||||||
|
bgcolor=#ffffff
|
||||||
|
textcolor=#000000
|
||||||
|
linkcolor=#0000FF
|
||||||
|
vlinkcolor=#001177
|
||||||
|
alinkcolor=#001177
|
||||||
|
}
|
||||||
|
|
||||||
\begin{document}
|
\begin{document}
|
||||||
|
|
||||||
@ -36,7 +42,7 @@
|
|||||||
\newcommand{\kernel}[1]{\htlink{#1}
|
\newcommand{\kernel}[1]{\htlink{#1}
|
||||||
{http://www.gno.org/~gno/kern.html}}
|
{http://www.gno.org/~gno/kern.html}}
|
||||||
\newcommand{\gsh}[1]{\htlink{#1}
|
\newcommand{\gsh}[1]{\htlink{#1}
|
||||||
{http://www.gno.org/~gno/gsh.html}}
|
{http://www.gno.org/~gno/gsh/index.html}}
|
||||||
\newcommand{\manpages}[1]{\htlink{#1}
|
\newcommand{\manpages}[1]{\htlink{#1}
|
||||||
{http://www.gno.org/~gno/manindex.html}}
|
{http://www.gno.org/~gno/manindex.html}}
|
||||||
\parindent=0pt
|
\parindent=0pt
|
||||||
@ -975,7 +981,7 @@ directories. Here is a brief rundown of thier contents:
|
|||||||
|
|
||||||
\em
|
\em
|
||||||
\textbf{Important Note:}
|
\textbf{Important Note:}
|
||||||
Before attempting to install GNO v2.0.4, you are strongly encouraged to
|
Before attempting to install GNO v2.0.6, you are strongly encouraged to
|
||||||
read this entire chapter, and then consult the
|
read this entire chapter, and then consult the
|
||||||
\faqhtml{GNO FAQ} (Frequently Asked Questions list, which is also
|
\faqhtml{GNO FAQ} (Frequently Asked Questions list, which is also
|
||||||
available via \faqtext{ftp}) for those sections related to installation.
|
available via \faqtext{ftp}) for those sections related to installation.
|
||||||
|
@ -1,14 +1,20 @@
|
|||||||
%
|
%
|
||||||
% GNO Kernel Reference Manual
|
% GNO Kernel Reference Manual
|
||||||
%
|
%
|
||||||
% $Id: kern.tex,v 1.5 1998/06/12 14:47:37 gdr-ftp Exp $
|
% $Id: kern.tex,v 1.6 1999/02/21 23:37:12 gdr-ftp Exp $
|
||||||
%
|
%
|
||||||
|
|
||||||
\documentclass{report}
|
\documentclass{report}
|
||||||
\usepackage{html}
|
\usepackage{html}
|
||||||
\usepackage{makeidx}
|
\usepackage{makeidx}
|
||||||
\makeindex
|
\makeindex
|
||||||
\bodytext{bgcolor=#ffffff}
|
\bodytext{
|
||||||
|
bgcolor=#ffffff
|
||||||
|
textcolor=#000000
|
||||||
|
linkcolor=#0000FF
|
||||||
|
vlinkcolor=#001177
|
||||||
|
alinkcolor=#001177
|
||||||
|
}
|
||||||
\begin{document}
|
\begin{document}
|
||||||
|
|
||||||
\title{GNO Kernel Reference Manual}
|
\title{GNO Kernel Reference Manual}
|
||||||
|
@ -11,20 +11,20 @@ for GNO v2.0.4.
|
|||||||
|
|
||||||
Each of the chapters has an introductory page, titled <b>intro</b>.
|
Each of the chapters has an introductory page, titled <b>intro</b>.
|
||||||
For a brief introduction to the manual pages in general, see the
|
For a brief introduction to the manual pages in general, see the
|
||||||
<A HREF="%%HTML_ROOT%%/man/man1/intro.1.html">Introduction to Chapter 1</A>.
|
<A HREF="man/man1/intro.1.html">Introduction to Chapter 1</A>.
|
||||||
<p>
|
<p>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li><A HREF="%%HTML_ROOT%%/man/man1/00.index.html">Chapter 1</A>
|
<li><A HREF="man/man1/00.index.html">Chapter 1</A>
|
||||||
Commands and Applications
|
Commands and Applications
|
||||||
<li><A HREF="%%HTML_ROOT%%/man/man2/00.index.html">Chapter 2</A> System Calls
|
<li><A HREF="man/man2/00.index.html">Chapter 2</A> System Calls
|
||||||
<li><A HREF="%%HTML_ROOT%%/man/man3/00.index.html">Chapter 3</A>
|
<li><A HREF="man/man3/00.index.html">Chapter 3</A>
|
||||||
Library Routines
|
Library Routines
|
||||||
<li><A HREF="%%HTML_ROOT%%/man/man4/00.index.html">Chapter 4</A> Devices
|
<li><A HREF="man/man4/00.index.html">Chapter 4</A> Devices
|
||||||
<li><A HREF="%%HTML_ROOT%%/man/man5/00.index.html">Chapter 5</A> File Formats
|
<li><A HREF="man/man5/00.index.html">Chapter 5</A> File Formats
|
||||||
<li><A HREF="%%HTML_ROOT%%/man/man6/00.index.html">Chapter 6</A> Games
|
<li><A HREF="man/man6/00.index.html">Chapter 6</A> Games
|
||||||
<li><A HREF="%%HTML_ROOT%%/man/man7/00.index.html">Chapter 7</A> Miscellaneous
|
<li><A HREF="man/man7/00.index.html">Chapter 7</A> Miscellaneous
|
||||||
<li><A HREF="%%HTML_ROOT%%/man/man8/00.index.html">Chapter 8</A>
|
<li><A HREF="man/man8/00.index.html">Chapter 8</A>
|
||||||
System Administration
|
System Administration
|
||||||
</ul>
|
</ul>
|
||||||
<p>
|
<p>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
#
|
#
|
||||||
# Devin Reade, November 1997.
|
# Devin Reade, November 1997.
|
||||||
#
|
#
|
||||||
# $Id: mkhtmlman,v 1.8 1999/01/18 01:46:07 gdr-ftp Exp $
|
# $Id: mkhtmlman,v 1.9 1999/02/21 23:37:13 gdr-ftp Exp $
|
||||||
|
|
||||||
man2html=/usr/local/bin/man2html
|
man2html=/usr/local/bin/man2html
|
||||||
TMPDIR=${TMPDIR:-/tmp}
|
TMPDIR=${TMPDIR:-/tmp}
|
||||||
@ -76,7 +76,7 @@ for section in 1 2 3 4 5 6 7 8; do
|
|||||||
echo "creating $dest/$f.html"
|
echo "creating $dest/$f.html"
|
||||||
nroff -man$macro $F | $man2html -nodepage | \
|
nroff -man$macro $F | $man2html -nodepage | \
|
||||||
perl -p -e \
|
perl -p -e \
|
||||||
's/<BODY>/<title>GNO: '"$f2($section)"'<\/title><body bgcolor=\#ffffff>/;'\
|
's/<BODY>/<title>GNO: '"$f2($section)"'<\/title><body bgcolor=\#ffffff textcolor=\#000000 linkcolor=\#0000FF vlinkcolor=\#001177 alinkcolor=\#001177>/;'\
|
||||||
> $dest/$f.html
|
> $dest/$f.html
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
#
|
#
|
||||||
# Devin Reade, November 1997.
|
# Devin Reade, November 1997.
|
||||||
#
|
#
|
||||||
# $Id: mkmandex,v 1.1 1997/11/24 05:07:27 gdr Exp $
|
# $Id: mkmandex,v 1.2 1999/02/21 23:37:13 gdr-ftp Exp $
|
||||||
#
|
#
|
||||||
|
|
||||||
# initialize and check usage
|
# initialize and check usage
|
||||||
@ -34,10 +34,16 @@ $hdir = $hroot . '/man/';
|
|||||||
printf("<html>\n" .
|
printf("<html>\n" .
|
||||||
"<head>\n" .
|
"<head>\n" .
|
||||||
"<!-- This document autogenerated from mkmandex -->\n".
|
"<!-- This document autogenerated from mkmandex -->\n".
|
||||||
'<!-- $Id: mkmandex,v 1.1 1997/11/24 05:07:27 gdr Exp $ -->' . "\n" .
|
'<!-- $Id: mkmandex,v 1.2 1999/02/21 23:37:13 gdr-ftp Exp $ -->' . "\n" .
|
||||||
"<title>Chapter %s: %s</title>\n" .
|
"<title>Chapter %s: %s</title>\n" .
|
||||||
"</head>\n" .
|
"</head>\n" .
|
||||||
"<body bgcolor=\#ffffff>\n" .
|
"<body " .
|
||||||
|
"bgcolor=\#ffffff " .
|
||||||
|
"textcolor=\#000000 " .
|
||||||
|
"linkcolor=\#0000FF " .
|
||||||
|
"vlinkcolor=\#001177 " .
|
||||||
|
"alinkcolor=\#001177 " .
|
||||||
|
">\n" .
|
||||||
"<h1>Chapter %s: %s</h1>\n" .
|
"<h1>Chapter %s: %s</h1>\n" .
|
||||||
"<pre>\n",
|
"<pre>\n",
|
||||||
$num, $sec, $num, $sec);
|
$num, $sec, $num, $sec);
|
||||||
|
25
doc/refs/mksgml
Executable file
25
doc/refs/mksgml
Executable file
@ -0,0 +1,25 @@
|
|||||||
|
#! /usr/bin/perl
|
||||||
|
|
||||||
|
$months[0] = '';
|
||||||
|
$months[1] = 'January';
|
||||||
|
$months[2] = 'February';
|
||||||
|
$months[3] = 'March';
|
||||||
|
$months[4] = 'April';
|
||||||
|
$months[5] = 'May';
|
||||||
|
$months[6] = 'June';
|
||||||
|
$months[7] = 'July';
|
||||||
|
$months[8] = 'August';
|
||||||
|
$months[9] = 'September';
|
||||||
|
$months[10] = 'October';
|
||||||
|
$months[11] = 'November';
|
||||||
|
$months[12] = 'December';
|
||||||
|
|
||||||
|
while (<>) {
|
||||||
|
if (m,\$Date: 1999/02/21 23:37:13 $,) {
|
||||||
|
$year = $1;
|
||||||
|
$month = $2;
|
||||||
|
$day = $3;
|
||||||
|
$_ = $` . $day . ' ' . $months[int($month)] . ' ' . $year . $';
|
||||||
|
}
|
||||||
|
print;
|
||||||
|
}
|
@ -5,7 +5,7 @@
|
|||||||
#
|
#
|
||||||
# Usage: mkstatus infile outfile.html
|
# Usage: mkstatus infile outfile.html
|
||||||
#
|
#
|
||||||
# $Id: mkstatus,v 1.1 1998/04/11 03:23:23 gdr-ftp Exp $
|
# $Id: mkstatus,v 1.2 1999/02/21 23:37:13 gdr-ftp Exp $
|
||||||
#
|
#
|
||||||
|
|
||||||
# check usage and open files
|
# check usage and open files
|
||||||
@ -32,7 +32,7 @@ printf(outfp
|
|||||||
"</head>\n" .
|
"</head>\n" .
|
||||||
"<body bgcolor=#ffffff textcolour=#000000 " .
|
"<body bgcolor=#ffffff textcolour=#000000 " .
|
||||||
"linkcolour=#0000FF vlinkcolour=#001177 alinkcolour=#001177>\n" .
|
"linkcolour=#0000FF vlinkcolour=#001177 alinkcolour=#001177>\n" .
|
||||||
'<A HREF="gno"><IMG src="/icons/back.gif"' .
|
'<A HREF="gno"><IMG src="http://www.gno.org/icons/back.gif"' .
|
||||||
'alt="Back to the GNO Documentation Page"' .
|
'alt="Back to the GNO Documentation Page"' .
|
||||||
'align="right" width="24" height="24" border="0"></A>' . "\n" .
|
'align="right" width="24" height="24" border="0"></A>' . "\n" .
|
||||||
"<BR CLEAR=RIGHT>\n");
|
"<BR CLEAR=RIGHT>\n");
|
||||||
|
@ -6,17 +6,17 @@ into html source.
|
|||||||
<p>
|
<p>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li><A HREF="%%HTML_ROOT%%/docs.Aug96/install.html">
|
<li><A HREF="docs.Aug96/install.html">
|
||||||
Introduction and Installation</A>
|
Introduction and Installation</A>
|
||||||
<li><A HREF="%%HTML_ROOT%%/docs.Aug96/kernel.html">
|
<li><A HREF="docs.Aug96/kernel.html">
|
||||||
GNO Kernel Reference Manual</A>
|
GNO Kernel Reference Manual</A>
|
||||||
<li>GNO Shell User's Manual, <A HREF="%%HTML_ROOT%%/docs.Aug96/gsh-12.html">
|
<li>GNO Shell User's Manual, <A HREF="docs.Aug96/gsh-12.html">
|
||||||
Chapters 1 and 2</A>
|
Chapters 1 and 2</A>
|
||||||
<li>GNO Shell User's Manual, <A HREF="%%HTML_ROOT%%/docs.Aug96/gsh-3.html">
|
<li>GNO Shell User's Manual, <A HREF="docs.Aug96/gsh-3.html">
|
||||||
Chapter 3</A>
|
Chapter 3</A>
|
||||||
<li>GNO Shell User's Manual, <A HREF="%%HTML_ROOT%%/docs.Aug96/gsh-4.html">
|
<li>GNO Shell User's Manual, <A HREF="docs.Aug96/gsh-4.html">
|
||||||
Chapter 4</A>
|
Chapter 4</A>
|
||||||
<li>GNO Shell User's Manual, <A HREF="%%HTML_ROOT%%/docs.Aug96/gsh-5.html">
|
<li>GNO Shell User's Manual, <A HREF="docs.Aug96/gsh-5.html">
|
||||||
Chapter 5 and Appendices</A>
|
Chapter 5 and Appendices</A>
|
||||||
</ul>
|
</ul>
|
||||||
<p>
|
<p>
|
||||||
@ -42,20 +42,20 @@ pages is not divided along chapter boundries.
|
|||||||
<p>
|
<p>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li><A HREF="%%HTML_ROOT%%/docs.Aug96/man1.html">Part 1</A>
|
<li><A HREF="docs.Aug96/man1.html">Part 1</A>
|
||||||
Chapter 1: Commands and Applications
|
Chapter 1: Commands and Applications
|
||||||
(<b>intro</b>(1) and <b>binprint</b>(1) to <b>sum</b>(1))
|
(<b>intro</b>(1) and <b>binprint</b>(1) to <b>sum</b>(1))
|
||||||
<li><A HREF="%%HTML_ROOT%%/docs.Aug96/man2.html">Part 2</A>
|
<li><A HREF="docs.Aug96/man2.html">Part 2</A>
|
||||||
Chapter 1: Commands and Applications
|
Chapter 1: Commands and Applications
|
||||||
(<b>sz</b>(1) to <b>tar</b>(1))
|
(<b>sz</b>(1) to <b>tar</b>(1))
|
||||||
<li><A HREF="%%HTML_ROOT%%/docs.Aug96/man3.html">Part 3</A>
|
<li><A HREF="docs.Aug96/man3.html">Part 3</A>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Chapter 1: Commands and Applications
|
<li>Chapter 1: Commands and Applications
|
||||||
(<b>tee</b>(1) to <b>yes</b>(1))
|
(<b>tee</b>(1) to <b>yes</b>(1))
|
||||||
<li>Chapter 2: System Calls
|
<li>Chapter 2: System Calls
|
||||||
(<b>alarm</b>(2) to <b>statfs</b>(2))
|
(<b>alarm</b>(2) to <b>statfs</b>(2))
|
||||||
</ul>
|
</ul>
|
||||||
<li><A HREF="%%HTML_ROOT%%/docs.Aug96/man4.html">Part 4</A>
|
<li><A HREF="docs.Aug96/man4.html">Part 4</A>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Chapter 2: System Calls
|
<li>Chapter 2: System Calls
|
||||||
(<b>truncate</b>(2) to <b>wait</b>(2))
|
(<b>truncate</b>(2) to <b>wait</b>(2))
|
||||||
|
8
doc/refs/posthtml
Executable file
8
doc/refs/posthtml
Executable file
@ -0,0 +1,8 @@
|
|||||||
|
#! /usr/bin/perl5 -i
|
||||||
|
|
||||||
|
while(<>) {
|
||||||
|
chomp;
|
||||||
|
s,><BODY\s*,><BODY bgcolor=\#ffffff textcolor=\#000000 linkcolor=\#0000FF vlinkcolor=\#001177 alinkcolor=\#001177 ,;
|
||||||
|
s,></BODY\s*,><hr>Back to the <A HREF="../index.html">GNO Home</A> page or the <A HREF="../refs.html">Reference Manuals</A> page.<p></BODY ,;
|
||||||
|
print $_ . "\n";
|
||||||
|
}
|
@ -6,7 +6,7 @@ if you find errors or omissions, please contact the maintainer (Devin
|
|||||||
Reade) at the address at the bottom of this page.</em>
|
Reade) at the address at the bottom of this page.</em>
|
||||||
<p>
|
<p>
|
||||||
|
|
||||||
<dt><A HREF="%%HTML_ROOT%%/intro.html">Overview and Installation</A>
|
<dt><A HREF="intro.html">Overview and Installation</A>
|
||||||
<dd>This document contains introductory information (including how
|
<dd>This document contains introductory information (including how
|
||||||
to obtain GNO), installation
|
to obtain GNO), installation
|
||||||
instructions, a list of hardware requirements, suggested readings,
|
instructions, a list of hardware requirements, suggested readings,
|
||||||
@ -29,21 +29,24 @@ It is also available for download in various formats:
|
|||||||
</ul>
|
</ul>
|
||||||
<p>
|
<p>
|
||||||
|
|
||||||
<dt><A HREF="%%HTML_ROOT%%/kern.html">Kernel Reference Manual</A>
|
<dt><A HREF="kern.html">Kernel Reference Manual</A>
|
||||||
<dd>This is a technical introduction and reference to the GNO Kernel,
|
<dd>This is a technical introduction and reference to the GNO Kernel,
|
||||||
which is the heart of the GNO system. It can be heavy reading for
|
which is the heart of the GNO system. It can be heavy reading for
|
||||||
the new user, but is a must for the application programmer.
|
the new user, but is a must for the application programmer.
|
||||||
It is also available for download in various formats:
|
It is also available for download in various formats:
|
||||||
<ul>
|
<ul>
|
||||||
<li>Compressed Postscript (Letter):
|
<li>Compressed Postscript (Letter):
|
||||||
<A HREF="%%FTP_KERN%%.ltr.ps.Z">%%FTP_KERN%%.ltr.ps.Z</A>
|
By <A HREF="kern.ltr.ps.Z">HTTP</A>
|
||||||
|
or <A HREF="%%FTP_KERN%%.ltr.ps.Z">FTP</A>.
|
||||||
<li>Compressed Postscript (A4):
|
<li>Compressed Postscript (A4):
|
||||||
<A HREF="%%FTP_KERN%%.a4.ps.Z">%%FTP_KERN%%.a4.ps.Z</A>
|
By <A HREF="kern.a4.ps.Z">FTP</A>
|
||||||
|
or <A HREF="%%FTP_KERN%%.a4.ps.Z">FTP</A>.
|
||||||
<br>
|
<br>
|
||||||
<em>See the <A HREF="#a4note">note</A> on the A4 paper format,
|
<em>See the <A HREF="#a4note">note</A> on the A4 paper format,
|
||||||
below.</em>
|
below.</em>
|
||||||
<li>Compressed DVI:
|
<li>Compressed DVI:
|
||||||
<A HREF="%%FTP_KERN%%.dvi.Z">%%FTP_KERN%%.dvi.Z</A>
|
By <A HREF="kern.dvi.Z">HTTP</A>
|
||||||
|
or <A HREF="%%FTP_KERN%%.dvi.Z">FTP</A>.
|
||||||
<li>Appleworks (Classic) in a NuFX archive:
|
<li>Appleworks (Classic) in a NuFX archive:
|
||||||
<A HREF="unaval.html">(not yet available)</A>
|
<A HREF="unaval.html">(not yet available)</A>
|
||||||
<li>Text (ASCII) in a NuFX archive:
|
<li>Text (ASCII) in a NuFX archive:
|
||||||
@ -51,21 +54,20 @@ It is also available for download in various formats:
|
|||||||
</ul>
|
</ul>
|
||||||
<p>
|
<p>
|
||||||
|
|
||||||
<dt><A HREF="%%HTML_ROOT%%/unaval.html">GNO Shell User's Manual</A>
|
<dt><A HREF="gsh/index.html">GNO Shell User's Manual</A>
|
||||||
<dd>This is the reference manual for the GNO Shell, otherwise known
|
<dd>This is the reference manual for the GNO Shell, otherwise known
|
||||||
as <b>gsh</b>. The current version is more of a tutorial than a
|
as <b>gsh</b>. The current version is more of a tutorial than a
|
||||||
true reference manual.
|
true reference manual.
|
||||||
It is also available for download in various formats:
|
It is also available for download in various formats:
|
||||||
<ul>
|
<ul>
|
||||||
<li>Compressed Postscript (Letter):
|
<li>Compressed Postscript (Letter):
|
||||||
<A HREF="unaval.html">(not yet available)</A>
|
By <A HREF="gsh.ltr.ps.Z">HTTP</A>
|
||||||
|
or <A HREF="%%FTP_GSH%%.ltr.ps.Z">FTP</A>
|
||||||
<li>Compressed Postscript (A4):
|
<li>Compressed Postscript (A4):
|
||||||
<A HREF="unaval.html">(not yet available)</A>
|
<A HREF="unaval.html">(not yet available)</A>
|
||||||
<br>
|
<br>
|
||||||
<em>See the <A HREF="#a4note">note</A> on the A4 paper format,
|
<em>See the <A HREF="#a4note">note</A> on the A4 paper format,
|
||||||
below.</em>
|
below.</em>
|
||||||
<li>Compressed DVI:
|
|
||||||
<A HREF="unaval.html">(not yet available)</A>
|
|
||||||
<li>Appleworks (Classic) in a NuFX archive:
|
<li>Appleworks (Classic) in a NuFX archive:
|
||||||
<A HREF="unaval.html">(not yet available)</A>
|
<A HREF="unaval.html">(not yet available)</A>
|
||||||
<li>Text (ASCII) in a NuFX archive:
|
<li>Text (ASCII) in a NuFX archive:
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<hr>
|
<hr>
|
||||||
|
|
||||||
<img alt="Apple II Viewable Page" height=31 width=88 border="0"
|
<img alt="Apple II Viewable Page" height=31 width=88 border="0"
|
||||||
src="%%GIFDIR%%/a2viewable.gif" align=right>
|
src="http://www.gno.org/icons/a2viewable.gif" align=right>
|
||||||
Devin Reade
|
Devin Reade
|
||||||
<br>
|
<br>
|
||||||
<A HREF="mailto:gdr@trenco.gno.org">gdr@trenco.gno.org</A>
|
<A HREF="mailto:gdr@trenco.gno.org">gdr@trenco.gno.org</A>
|
||||||
|
Loading…
Reference in New Issue
Block a user