added front page to the introduction guide

This commit is contained in:
Vadim Kurland
2010-10-01 19:25:53 +00:00
parent 562b904da9
commit 8f56bc6384
8 changed files with 106 additions and 86 deletions
+1 -1
View File
@@ -1 +1 @@
#define BUILD_NUM 3301
#define BUILD_NUM 3302
+2
View File
@@ -1,5 +1,7 @@
<RCC>
<qresource prefix="/">
<file>Tutorial/introduction/html/page4.html</file>
<file>Tutorial/introduction/images/Quick_Start_Splash_Screen.png</file>
<file>Images/library_switch_screenshot.png</file>
<file>Tutorial/introduction/html/page3.html</file>
<file>Tutorial/introduction/html/page1.html</file>
+1 -30
View File
@@ -14,38 +14,9 @@
</div>
<p>
This guide provides a brief overview of the Firewall Builder
application and its key concepts.
<img src=":/Tutorial/introduction/images/Quick_Start_Splash_Screen.png">
</p>
<h2>GUI Layout</h2>
<p>
<img src=":/Tutorial/introduction/images/fwbuilder_gui_layout.png">
</p>
<p>
The Firewall Builder application is comprised of three primary windows
shown in the screenshot:
<ul>
<li><b>Object Window</b>. Objects in the active Library are displayed
in the object tree. Objects can be dragged-and-dropped from the
object tree to the Rules Window.</li>
<li><b>Rules Window</b>. To open a Policy for editing, click right
mouse button on the corresponding object in the tree and coose
menu item "Edit". Click the '+' button at the top of the window
to add a new rule.</li>
<li><b>Editor Window</b>. Double-click on objects to open them for
editing in the Editor Window. Changes to object attribute fields take
effect immediately.</li>
</ul>
</p>
</body>
</html>
+22 -10
View File
@@ -13,22 +13,34 @@
<hr/>
</div>
<h2>Common Actions</h2>
<h2>GUI Layout</h2>
<p>
Firewall Builder is based on the concept of objects. Before you can
use an object in a firewall rule it must first exist in an object
Library. Commonly used objects, like the HTTP service, are
predefined in the Standard Library. The User Library contains
objects, like internal IP networks, that users create to match their
specific network environments.
<img src=":/Tutorial/introduction/images/fwbuilder_gui_layout.png">
</p>
<p>
<img src=":/Tutorial/introduction/images/fwbuilder_gui_actions.png">
</p>
The Firewall Builder application is comprised of three primary windows
shown in the screenshot:
<ul>
<li><b>Object Window</b>. Objects in the active Library are displayed
in the object tree. Objects can be dragged-and-dropped from the
object tree to the Rules Window.</li>
<li><b>Rules Window</b>. To open a Policy for editing, click right
mouse button on the corresponding object in the tree and coose
menu item "Edit". Click the '+' button at the top of the window
to add a new rule.</li>
<li><b>Editor Window</b>. Double-click on objects to open them for
editing in the Editor Window. Changes to object attribute fields take
effect immediately.</li>
</ul>
</p>
</body>
</html>
+10 -26
View File
@@ -13,36 +13,20 @@
<hr/>
</div>
<h2>Common Actions</h2>
<p>
<ul>
Firewall Builder is based on the concept of objects. Before you can
use an object in a firewall rule it must first exist in an object
Library. Commonly used objects, like the HTTP service, are
predefined in the Standard Library. The User Library contains
objects, like internal IP networks, that users create to match their
specific network environments.
</p>
<li><b>Create New Objects.</b> Create new objects by clicking on the
New Object button or by browsing in the object tree to the type of
object you want to create, then right click and select the New
... entry that matches the desired object type.</li>
<li><b>Edit Objects.</b> Edit objects by double-clicking to open
them in the Editor Window. Changes to object attributes, like
name, take effect immediately.</li>
<li><b>Create New Rules.</b> Double-clicking a firewall's Policy
object will open it in the Rules Window. Click on the green +
button to add a new rule to the Policy.</li>
<li><b>Drag-and-Drop Objects.</b> To configure your rule, drag
objects from the object tree to the rule field you want to change.
For example, dragging-and-dropping a network object in the Source
field will change the source to use that network object.</li>
<li><b>Switch Libraries.</b> Firewall Builder comes with many
commonly used objects predefined in the Standard Library. The
User Library contains the user created objects. To switch
libraries click on the drop down list at the top of the Object
Window. Objects in both the Standard & User Libraries can be
dragged directly to a firewall rule.</li>
</ul>
<p>
<img src=":/Tutorial/introduction/images/fwbuilder_gui_actions.png">
</p>
+28 -19
View File
@@ -13,29 +13,38 @@
<hr/>
</div>
<h2>Additonal Resources</h2>
For more information about using Firewall Builder please see:
<h2>Common Actions</h2>
<p>
<b>Video
Tutorial:</b> <a href="http://www.fwbuilder.org/4.0/videos.html">Firewall
Builder Video Tutorial - The Basics</a>
<ul>
<li><b>Create New Objects.</b> Create new objects by clicking on the
New Object button or by browsing in the object tree to the type of
object you want to create, then right click and select the New
... entry that matches the desired object type.</li>
<li><b>Edit Objects.</b> Edit objects by double-clicking to open
them in the Editor Window. Changes to object attributes, like
name, take effect immediately.</li>
<li><b>Create New Rules.</b> Double-clicking a firewall's Policy
object will open it in the Rules Window. Click on the green +
button to add a new rule to the Policy.</li>
<li><b>Drag-and-Drop Objects.</b> To configure your rule, drag
objects from the object tree to the rule field you want to change.
For example, dragging-and-dropping a network object in the Source
field will change the source to use that network object.</li>
<li><b>Switch Libraries.</b> Firewall Builder comes with many
commonly used objects predefined in the Standard Library. The
User Library contains the user created objects. To switch
libraries click on the drop down list at the top of the Object
Window. Objects in both the Standard & User Libraries can be
dragged directly to a firewall rule.</li>
</ul>
</p>
<p>
<b>Getting Started Guide:</b>
<a href="http://www.fwbuilder.org/4.0/docs/users_guide/gettingstarted.html">Getting
Started Guide</a>
</p>
<h2>Report a Problem</h2>
<p>
To report a problem with Firewall Builder please use
the <a href="http://sourceforge.net/projects/fwbuilder/forums/forum/16372">user
forum</a> on SourceForge or email us
at <a href="mailto:support@netcitadel.com">support@netcitadel.com</a>.
</p>
</body>
</html>
@@ -0,0 +1,42 @@
<html>
<head>
</head>
<body>
<a name="top"/>
<div class="header">
<table border="0">
<tr>
<th align="center" width="100%">Firewall Builder Quick Start Guide</th>
<td align="right">Page 4</td>
</tr>
</table>
<hr/>
</div>
<h2>Additonal Resources</h2>
For more information about using Firewall Builder please see:
<p>
<b>Video
Tutorial:</b> <a href="http://www.fwbuilder.org/4.0/videos.html">Firewall
Builder Video Tutorial - The Basics</a>
</p>
<p>
<b>Getting Started Guide:</b>
<a href="http://www.fwbuilder.org/4.0/docs/users_guide/gettingstarted.html">Getting
Started Guide</a>
</p>
<h2>Report a Problem</h2>
<p>
To report a problem with Firewall Builder please use
the <a href="http://sourceforge.net/projects/fwbuilder/forums/forum/16372">user
forum</a> on SourceForge or email us
at <a href="mailto:support@netcitadel.com">support@netcitadel.com</a>.
</p>
</body>
</html>
Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB