Subject: CVS commit: htdocs
To: None <www-changes@netbsd.org>
From: David Brownlee <abs@netbsd.org>
List: www-changes
Date: 02/14/1999 11:46:20
Module Name: htdocs
Committed By: abs
Date: Sun Feb 14 19:46:20 UTC 1999
Modified Files:
htdocs/Documentation/kernel: index.html programming.html
htdocs/Documentation/misc: index.html
htdocs/Documentation/network: index.html
htdocs/Documentation/software: index.html
htdocs/Documentation/x: index.html
Added Files:
htdocs/Documentation: makefaq.pl
htdocs/Documentation/kernel: Makefile index.faq programming.faq
htdocs/Documentation/misc: Makefile index.faq
htdocs/Documentation/network: Makefile index.faq
htdocs/Documentation/software: Makefile index.faq
htdocs/Documentation/x: Makefile index.faq
Log Message:
Write a simple makefaq.pl script which will process a .faq file into a .html
file, and use it where appropriate.
>From comment in makefaq.pl:
# Process *.faq files into indexed *.html files. (abs)
# Looks for three tags:
# <SECTION>Text Introduces a new section (before first <ENTRY>)
# <ENTRY>tag Text New entry, expanded to title and added to list
# <LIST> Include generated list of entries here.
# Simple enough, but definitely a timesaver