wire in the FAQ to the main web pages

This commit is contained in:
Devin Reade 2012-09-08 00:28:16 -06:00
parent 7555689801
commit dd3e5db792
5 changed files with 36 additions and 2 deletions

View File

@ -3,13 +3,14 @@
#
SRCROOT = .
WEB_HOME_BASE =
SUBPROJECTS = refs refs.aug96 man
SUBPROJECTS = refs refs.aug96 man faq
DYNAMIC_TARGETS = $(WEB_HOME)/head.html \
$(WEB_HOME)/tail.html \
$(WEB_HOME)/index.html \
$(WEB_HOME)/refs.html \
$(WEB_HOME)/manindex.html \
$(WEB_HOME)/faqindex.html \
$(WEB_HOME)/oldnews.html
STATIC_TARGETS =

2
faq/.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
csa2g.FAQ.html
csa2g.FAQ.txt

View File

@ -22,3 +22,8 @@ include $(SRCROOT)/etc/rules.mk
$(GEN_TEXT) $(GEN_HTML): $(FAQ_SRC) $(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

View File

@ -1,4 +1,4 @@
#! /usr/bin/perl
#! /usr/bin/perl -T
#
# This script is used for formatting the GNO FAQ.

26
faqindex.html Normal file
View 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" -->