summaryrefslogtreecommitdiffstats
path: root/faq/about.php
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2015-10-05 13:46:54 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2015-10-05 13:46:54 -0500
commit5ed01bd42b0aaf222f3b04b611e31b3d0974b6a4 (patch)
treee2adf4f018d79bce5853d42cdbda6c05c25955fa /faq/about.php
downloadwebsite-core-5ed01bd42b0aaf222f3b04b611e31b3d0974b6a4.tar.gz
website-core-5ed01bd42b0aaf222f3b04b611e31b3d0974b6a4.zip
Initial import of static files
Diffstat (limited to 'faq/about.php')
-rw-r--r--faq/about.php40
1 files changed, 40 insertions, 0 deletions
diff --git a/faq/about.php b/faq/about.php
new file mode 100644
index 0000000..3dea9f5
--- /dev/null
+++ b/faq/about.php
@@ -0,0 +1,40 @@
+<?php
+ include("../tde-head-and-foot.php");
+ doHeader("About this FAQ", "Documentation", "FAQ", "../");
+?>
+<STYLE>
+ .question {font-weight:bold;}
+ TD {padding-top:10px}
+</STYLE>
+<table width="100%" class="header"><tbody><tr><td align="left" class="navLeft" width="33%"><a accesskey="p" href="index.php">Prev</a></td><td align="center" class="navCenter" width="34%"></td><td align="right" class="navRight" width="33%">
+
+ <a accesskey="n" href="introduction.php">Next</a></td></tr></tbody></table>
+<p class="chapter" lang="en">
+<p class="titlepage">
+<p>
+<p><h2 class="title"><a name="about"></a>Chapter 1. About this FAQ</h2>
+<p class="qandaset"><dl><dt>1.1. <a href="about.php#idm140487999021808">What can I do to help with this FAQ?</a></dt><dt>1.2. <a href="about.php#idm140487998993760">How do I become an FAQ maintainer?</a></dt></dl><table border="0" summary="Q and A Set"><col align="left" width="1%"><tbody><tr class="question"><td align="left" valign="top"><a name="idm140487999021808"></a><a name="idm140487999021488"></a><b>1.1.</b></td><td align="left" valign="top"><p>What can I do to help with this FAQ?</p></td></tr><tr class="answer"><td align="left" valign="top"><b></b></td><td align="left" valign="top"><p>Notify us about any errors you find. Suggestions you have are
+
+appreciated. Send us everything that you think is unclear. When possible send us what
+
+you think would be a clearer solution.</p><p>Send us your solutions of those frequently-asked
+
+questions which are still not in this FAQ. We will
+
+add them as soon as practical.</p><p>Please make full use of this FAQ.
+
+Read this FAQ (and other
+
+relevant documentation) well before asking questions on the various
+
+TDE mailing lists or newsgroups.</p></td></tr><tr class="question"><td align="left" valign="top"><a name="idm140487998993760"></a><a name="FAQ-maintainer-HOWTO"></a><b>1.2.</b></td><td align="left" valign="top"><p>How do I become an FAQ maintainer?</p></td></tr><tr class="answer"><td align="left" valign="top"><b></b></td><td align="left" valign="top"><p>Becoming an FAQ maintainer is easy
+
+and we are always grateful for help. :-) Send
+
+us an email at <code class="email">&lt;<a href="mailto:trinity-devel@lists.pearsoncomputing.net">trinity-devel@lists.pearsoncomputing.net</a>&gt;</code>.
+
+</p></td></tr></tbody></table><table width="100%" class="bottom-nav"><tr><td width="33%" align="left" valign="top" class="navLeft"><a href="index.php">Prev</a></td><td width="34%" align="center" valign="top" class="navCenter"><a href="index.php">Home</a></td><td width="33%" align="right" valign="top" class="navRight"><a href="introduction.php">Next</a></td></tr><tr><td width="33%" align="left" class="navLeft">TDE Frequently Asked Questions</td><td width="34%" align="center" class="navCenter"><a href="index.php">Up</a></td><td width="33%" align="right" class="navRight">Introduction</td></tr></table>
+<?php
+ doFooter();
+?>
+