85 lines
2.9 KiB
HTML
85 lines
2.9 KiB
HTML
<html>
|
|
<head>
|
|
<title>FAQ Builder Help</title>
|
|
<link rel="stylesheet" type="text/css" href="styles/default.css">
|
|
</head>
|
|
<body>
|
|
<h1>FAQ Builder Help</h1>
|
|
|
|
<hr>
|
|
<p>The FAQ Builder is a Windows application for easily creating FAQ style HTML
|
|
documents.</p>
|
|
<p> </p>
|
|
<h5>To use:</h5>
|
|
<ul>
|
|
<li>Create a new (Ctrl+N) or open an existing (Ctrl+O) FAQ file.</li>
|
|
<li>To add an item, type some text into the "Question" edit field and press
|
|
Ctrl+A to add it to the list. Note that you cannot add an item with an empty
|
|
question.</li>
|
|
<li>To edit an existing item, select it in the "Items" list and change the
|
|
question and/or answer in the edit fields. Move to another item to save the
|
|
changes or press Ctrl+S.</li>
|
|
<li>To remove an item, select it in the list and press Ctrl+D.</li>
|
|
<li dir="ltr">
|
|
<p dir="ltr">To replace an item, select it in the list and type the new question
|
|
text into the
|
|
question field. Press Ctrl+R to replace the text of the question with the new
|
|
text.</li>
|
|
<li>To move an item, select it in the list and either press Ctrl+Up or
|
|
Ctrl+Down.</li>
|
|
<li>To create the HTML file, select "Export to HTML" from the menu, specify a
|
|
filename and clik Save. After saving you have the opportunity to preview the
|
|
resulting HTMl in your default browser.</li>
|
|
</ul>
|
|
<p> </p>
|
|
<h5>Options dialog</h5>
|
|
<p>Use the options dialog to change the default settings for the program and the
|
|
content of the HTML templates. The default template supports
|
|
expanding and collapsing the items in the FAQ using JavaScript. </p>
|
|
<p> </p>
|
|
<p>The program replaces certain special tags in the templates with their actual
|
|
value in the program when the HTML file is created. Supported tags are:</p>
|
|
<p> </p>
|
|
<div align="left">
|
|
<table border="0" cellpadding="2" cellspacing="2">
|
|
<tr>
|
|
<th>Tag</th>
|
|
<th>Usage</th>
|
|
</tr>
|
|
<tr>
|
|
<td><#TITLE></td>
|
|
<td>Replaced with the title. OPTIONAL.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><#STYLESHEET></td>
|
|
<td>Replaced with the path and name of the style sheet to use. OPTIONAL.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><#Q_IMAGE></td>
|
|
<td>Replaced with the path and filename of the question mark image.
|
|
OPTIONAL.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><#A_IMAGE></td>
|
|
<td>Replaced with the path and filename of the exclamation mark image. OPTIONAL.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><#Q_ITEM></td>
|
|
<td>Replaced with the content of the current FAQ question. REQUIRED.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><#Q_ITEM></td>
|
|
<td>Replaced with the content of the current FAQ answer. REQUIRED.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><#FAQINDEX></td>
|
|
<td>Replaced with the ID of the current FAQ item. REQUIRED.</td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
<p> </p>
|
|
|
|
<p></p>
|
|
<p></p>
|
|
|
|
</body></html> |