From dd3e5db79296ca9eddb45cab1eac3d55d5166267 Mon Sep 17 00:00:00 2001 From: Devin Reade Date: Sat, 8 Sep 2012 00:28:16 -0600 Subject: [PATCH] wire in the FAQ to the main web pages --- GNUmakefile | 3 ++- faq/.gitignore | 2 ++ faq/GNUmakefile | 5 +++++ faq/mkfaq | 2 +- faqindex.html | 26 ++++++++++++++++++++++++++ 5 files changed, 36 insertions(+), 2 deletions(-) create mode 100644 faq/.gitignore create mode 100644 faqindex.html diff --git a/GNUmakefile b/GNUmakefile index e92d3d4..e546881 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -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 = diff --git a/faq/.gitignore b/faq/.gitignore new file mode 100644 index 0000000..1791ed9 --- /dev/null +++ b/faq/.gitignore @@ -0,0 +1,2 @@ +csa2g.FAQ.html +csa2g.FAQ.txt diff --git a/faq/GNUmakefile b/faq/GNUmakefile index 0f4ed8b..3150ff7 100644 --- a/faq/GNUmakefile +++ b/faq/GNUmakefile @@ -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 diff --git a/faq/mkfaq b/faq/mkfaq index 8848bbe..67e3985 100755 --- a/faq/mkfaq +++ b/faq/mkfaq @@ -1,4 +1,4 @@ -#! /usr/bin/perl +#! /usr/bin/perl -T # # This script is used for formatting the GNO FAQ. diff --git a/faqindex.html b/faqindex.html new file mode 100644 index 0000000..db09b37 --- /dev/null +++ b/faqindex.html @@ -0,0 +1,26 @@ + + + +

GNO Frequently Asked Questions (and Answers)

+ +

+There used to be a news group, comp.sys.apple2.gno, to +which there was a monthly FAQ posting. That newsgroup is now +defunct, however the FAQ is still available. +

+ +

+It is available in two formats: +HTML, and +text. +

+ +

+When the FAQ was still posted to comp.sys.apple2.gno 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. +

+ + +