mirror of
https://github.com/GnoConsortium/gno-docs.git
synced 2025-01-04 19:29:19 +00:00
wire in the FAQ to the main web pages
This commit is contained in:
parent
7555689801
commit
dd3e5db792
@ -3,13 +3,14 @@
|
|||||||
#
|
#
|
||||||
SRCROOT = .
|
SRCROOT = .
|
||||||
WEB_HOME_BASE =
|
WEB_HOME_BASE =
|
||||||
SUBPROJECTS = refs refs.aug96 man
|
SUBPROJECTS = refs refs.aug96 man faq
|
||||||
|
|
||||||
DYNAMIC_TARGETS = $(WEB_HOME)/head.html \
|
DYNAMIC_TARGETS = $(WEB_HOME)/head.html \
|
||||||
$(WEB_HOME)/tail.html \
|
$(WEB_HOME)/tail.html \
|
||||||
$(WEB_HOME)/index.html \
|
$(WEB_HOME)/index.html \
|
||||||
$(WEB_HOME)/refs.html \
|
$(WEB_HOME)/refs.html \
|
||||||
$(WEB_HOME)/manindex.html \
|
$(WEB_HOME)/manindex.html \
|
||||||
|
$(WEB_HOME)/faqindex.html \
|
||||||
$(WEB_HOME)/oldnews.html
|
$(WEB_HOME)/oldnews.html
|
||||||
|
|
||||||
STATIC_TARGETS =
|
STATIC_TARGETS =
|
||||||
|
2
faq/.gitignore
vendored
Normal file
2
faq/.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
csa2g.FAQ.html
|
||||||
|
csa2g.FAQ.txt
|
@ -22,3 +22,8 @@ include $(SRCROOT)/etc/rules.mk
|
|||||||
|
|
||||||
$(GEN_TEXT) $(GEN_HTML): $(FAQ_SRC) $(MKFAQ)
|
$(GEN_TEXT) $(GEN_HTML): $(FAQ_SRC) $(MKFAQ)
|
||||||
$(MKFAQ)
|
$(MKFAQ)
|
||||||
|
install -m0644 csa2g.FAQ.html $(GEN_HTML)
|
||||||
|
install -m0644 csa2g.FAQ.txt $(GEN_TEXT)
|
||||||
|
|
||||||
|
clean::
|
||||||
|
/bin/rm -f csa2g.FAQ.html csa2g.FAQ.txt
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#! /usr/bin/perl
|
#! /usr/bin/perl -T
|
||||||
|
|
||||||
#
|
#
|
||||||
# This script is used for formatting the GNO FAQ.
|
# This script is used for formatting the GNO FAQ.
|
||||||
|
26
faqindex.html
Normal file
26
faqindex.html
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
<!--#include virtual="/gno2/head.html" -->
|
||||||
|
<!-- ################################################### -->
|
||||||
|
|
||||||
|
<h2>GNO Frequently Asked Questions (and Answers)</h2>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
There used to be a news group, <b>comp.sys.apple2.gno</b>, to
|
||||||
|
which there was a monthly FAQ posting. That newsgroup is now
|
||||||
|
defunct, however the FAQ is still available.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
It is available in two formats:
|
||||||
|
<a href="faq/csa2g.FAQ.html">HTML</a>, and
|
||||||
|
<a href="faq/csa2g.FAQ.txt">text</a>.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
When the FAQ was still posted to <b>comp.sys.apple2.gno</b> there
|
||||||
|
was also a change log available. Since the FAQ source is now
|
||||||
|
available the GitHub source repository, that repository can be
|
||||||
|
used to determine the FAQ change history.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<!-- ################################################### -->
|
||||||
|
<!--#include virtual="/gno2/tail.html" -->
|
Loading…
Reference in New Issue
Block a user