Skip to content

Commit

Permalink
Imported from svn tag fireworkz__2022_11_05__2_32_00
Browse files Browse the repository at this point in the history
  • Loading branch information
skswales committed Nov 5, 2022
1 parent a28c15b commit 7497e8e
Show file tree
Hide file tree
Showing 1,272 changed files with 28,244 additions and 48,707 deletions.
2 changes: 2 additions & 0 deletions docs/GSGuide/.editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[*.{css,htm,html}]
charset = utf-8
2 changes: 1 addition & 1 deletion docs/GSGuide/riscos/.htaccess
Original file line number Diff line number Diff line change
@@ -1 +1 @@
AddType 'text/html; charset=ISO-8859-1' html
AddType 'text/html; charset=UTF-8' html
69 changes: 35 additions & 34 deletions docs/GSGuide/riscos/content/gsg01.html
Original file line number Diff line number Diff line change
@@ -1,32 +1,33 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
<meta charset="UTF-8">

<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at https://mozilla.org/MPL/2.0/. -->
<!-- Copyright © 1994-1998 Colton Software Limited
- Copyright © 1998-2015 R W Colton -->

<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Introduction</title>
<link href="guide.css" rel="stylesheet" type="text/css" />
<link href="guide.css" rel="stylesheet" type="text/css">
</head>
<body>
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<!-- Copyright (C) 1994-1998 Colton Software Limited
- Copyright (C) 1998-2015 R W Colton -->
<div class="navheader">
<table id="navheader" summary="Navigation header">
<nav class="navheader">
<table>
<tr>
<td class="navheader_PCN_L"><a href="../index.html">Prev</a> </td>
<th class="navheader_PCN_C">Fireworkz and Fireworkz Pro</th>
<td class="navheader_PCN_R"> <a href="gsg02.html">Next</a></td>
<td><a href="../index.html">Prev</a> </td>
<th>Fireworkz &amp; Fireworkz Pro</th>
<td> <a href="gsg02.html">Next</a></td>
</tr>
<tr>
<td class="navheader_PCN_L">Index </td>
<th class="navheader_PCN_C">Getting Started Guide</th>
<td class="navheader_PCN_R"> Installation</td>
<td>Index </td>
<th>Getting Started Guide</th>
<td> Installation</td>
</tr>
</table>
</div>
</nav>

<h1><span class="csg-chapter-number">1 </span>Introduction</h1>

Expand Down Expand Up @@ -185,25 +186,25 @@ <h2>Text in this <em>Getting Started Guide</em></h2>
<ul>
<li>
Menu options.
For example:<br />
For example:<br>
&lsquo;Choose the
<span class="csg-menu-option">Print</span> command from the
<span class="csg-menu">File</span> menu.&rsquo;
</li>

<li>
Action and option buttons in dialogue boxes.
For example:<br />
For example:<br>
&lsquo;Click the
<span class="csg-dbox-button-default"><span class="csg-dbox-button-core">Save</span></span> button.&rsquo;
</li>

<li>
<img class="csg-lhs-img" src="images/toolbar/style.png" alt="Style tool button" />
<img class="csg-lhs-img" src="images/toolbar/style.png" alt="Style tool button">
Tool buttons on the toolbar.
For example:<br />
For example:<br>
&lsquo;Click the
<span class="csg-toolbar-button">Style</span> tool button on the toolbar.&rsquo;<br />
<span class="csg-toolbar-button">Style</span> tool button on the toolbar.&rsquo;<br>
To the left, you also see a representation of that tool button.
</li>
</ul>
Expand Down Expand Up @@ -268,19 +269,19 @@ <h2>Text in this <em>Getting Started Guide</em></h2>
text you add will be placed.
</p>

<div class="navfooter">
<table id="navfooter" summary="Navigation footer">
<nav class="navfooter">
<table>
<tr>
<td class="navfooter_PUN_L"><a accesskey="p" href="../index.html">Prev</a> </td>
<td class="navfooter_PUN_C"> </td>
<td class="navfooter_PUN_R"> <a accesskey="n" href="gsg02.html">Next</a></td>
<td><a accesskey="p" href="../index.html">Prev</a> </td>
<td> </td>
<td> <a accesskey="n" href="gsg02.html">Next</a></td>
</tr>
<tr>
<td class="navfooter_PUN_L">Index </td>
<td class="navfooter_PUN_C"><a accesskey="h" href="../index.html">Home</a></td>
<td class="navfooter_PUN_R"> Installation</td>
<td>Index </td>
<td><a accesskey="h" href="../index.html">Home</a></td>
<td> Installation</td>
</tr>
</table>
</div>
</nav>
</body>
</html>
59 changes: 30 additions & 29 deletions docs/GSGuide/riscos/content/gsg02.html
Original file line number Diff line number Diff line change
@@ -1,32 +1,33 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
<meta charset="UTF-8">

<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at https://mozilla.org/MPL/2.0/. -->
<!-- Copyright © 1994-1998 Colton Software Limited
- Copyright © 1998-2015 R W Colton -->

<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Installation</title>
<link href="guide.css" rel="stylesheet" type="text/css" />
<link href="guide.css" rel="stylesheet" type="text/css">
</head>
<body>
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<!-- Copyright (C) 1994-1998 Colton Software Limited
- Copyright (C) 1998-2015 R W Colton -->
<div class="navheader">
<table id="navheader" summary="Navigation header">
<nav class="navheader">
<table>
<tr>
<td class="navheader_PCN_L"><a href="gsg01.html">Prev</a> </td>
<th class="navheader_PCN_C">Fireworkz and Fireworkz Pro</th>
<td class="navheader_PCN_R"> <a href="gsg03.html">Next</a></td>
<td><a href="gsg01.html">Prev</a> </td>
<th>Fireworkz &amp; Fireworkz Pro</th>
<td> <a href="gsg03.html">Next</a></td>
</tr>
<tr>
<td class="navheader_PCN_L">Introduction </td>
<th class="navheader_PCN_C">Getting Started Guide</th>
<td class="navheader_PCN_R"> The basics</td>
<td>Introduction </td>
<th>Getting Started Guide</th>
<td> The basics</td>
</tr>
</table>
</div>
</nav>

<h1><span class="csg-chapter-number">2 </span>Installation</h1>

Expand Down Expand Up @@ -124,19 +125,19 @@ <h2>Printer drivers</h2>
frustrating hours of incorrect printing later on.
</p>

<div class="navfooter">
<table id="navfooter" summary="Navigation footer">
<nav class="navfooter">
<table>
<tr>
<td class="navfooter_PUN_L"><a accesskey="p" href="gsg01.html">Prev</a> </td>
<td class="navfooter_PUN_C"> </td>
<td class="navfooter_PUN_R"> <a accesskey="n" href="gsg03.html">Next</a></td>
<td><a accesskey="p" href="gsg01.html">Prev</a> </td>
<td> </td>
<td> <a accesskey="n" href="gsg03.html">Next</a></td>
</tr>
<tr>
<td class="navfooter_PUN_L">Introduction </td>
<td class="navfooter_PUN_C"><a accesskey="h" href="../index.html">Home</a></td>
<td class="navfooter_PUN_R"> The basics</td>
<td>Introduction </td>
<td><a accesskey="h" href="../index.html">Home</a></td>
<td> The basics</td>
</tr>
</table>
</div>
</nav>
</body>
</html>
73 changes: 37 additions & 36 deletions docs/GSGuide/riscos/content/gsg03.html
Original file line number Diff line number Diff line change
@@ -1,32 +1,33 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
<meta charset="UTF-8">

<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at https://mozilla.org/MPL/2.0/. -->
<!-- Copyright © 1994-1998 Colton Software Limited
- Copyright © 1998-2015 R W Colton -->

<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>The basics</title>
<link href="guide.css" rel="stylesheet" type="text/css" />
<link href="guide.css" rel="stylesheet" type="text/css">
</head>
<body>
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<!-- Copyright (C) 1994-1998 Colton Software Limited
- Copyright (C) 1998-2015 R W Colton -->
<div class="navheader">
<table id="navheader" summary="Navigation header">
<nav class="navheader">
<table>
<tr>
<td class="navheader_PCN_L"><a href="gsg02.html">Prev</a> </td>
<th class="navheader_PCN_C">Fireworkz and Fireworkz Pro</th>
<td class="navheader_PCN_R"> <a href="gsg04.html">Next</a></td>
<td><a href="gsg02.html">Prev</a> </td>
<th>Fireworkz &amp; Fireworkz Pro</th>
<td> <a href="gsg04.html">Next</a></td>
</tr>
<tr>
<td class="navheader_PCN_L">Installation </td>
<th class="navheader_PCN_C">Getting Started Guide</th>
<td class="navheader_PCN_R"> First steps in word processing</td>
<td>Installation </td>
<th>Getting Started Guide</th>
<td> First steps in word processing</td>
</tr>
</table>
</div>
</nav>

<h1><span class="csg-chapter-number">3 </span>The basics</h1>

Expand Down Expand Up @@ -81,7 +82,7 @@ <h2>The document window</h2>
When you use Fireworkz to create a new document or load an
existing document, the document will appear in a window on your desktop.
For example:
<img src="images/the_13.png" alt="Example document window" style="margin-left: -10px; padding: 10px;" />
<img src="images/the_13.png" alt="Example document window" style="margin-left: -10px; padding: 10px;">
</p>

<p>
Expand Down Expand Up @@ -156,7 +157,7 @@ <h2>The toolbar</h2>
commonly used commands quickly and easily by a single click on a tool button.
</p>
<p style="text-align: center;">
<img src="images/toolbar/tbar.png" alt="Toolbar" style="border: 1px solid #EEE" />
<img src="images/toolbar/tbar.png" alt="Toolbar" style="border: 1px solid #EEE">
</p>

<h3>Greyed out (disabled) tool buttons</h3>
Expand All @@ -167,13 +168,13 @@ <h3>Greyed out (disabled) tool buttons</h3>
Therefore, if you do not have an area selected, the tool button will be greyed out.
</p>
<p style="text-align: center;">
<img src="images/toolbar/cut_d.png" alt="Cut tool button (unavailable)" style="border: 1px solid #CCC; width:48px; height:48px;" />
<img src="images/toolbar/cut_d.png" alt="Cut tool button (unavailable)" style="border: 1px solid #CCC; width:48px; height:48px;">
</p>
<p>
As soon as you select an area, the tool button will become available for use.
</p>
<p style="text-align: center;">
<img src="images/toolbar/cut.png" alt="Cut tool button (available)" style="border: 1px solid #CCC; width:48px; height:48px;" />
<img src="images/toolbar/cut.png" alt="Cut tool button (available)" style="border: 1px solid #CCC; width:48px; height:48px;">
</p>

<h3>'Pressed in' tool buttons</h3>
Expand All @@ -184,7 +185,7 @@ <h3>'Pressed in' tool buttons</h3>
(i.e. bold is currently selected)
</p>
<p style="text-align: center;">
<img src="images/toolbar/boldon.png" alt="Bold tool button (pressed in)" style="border: 1px solid #CCC; width:48px; height:48px;" />
<img src="images/toolbar/boldon.png" alt="Bold tool button (pressed in)" style="border: 1px solid #CCC; width:48px; height:48px;">
</p>
<p>
then any text which you type will appear in a bold font.
Expand All @@ -193,7 +194,7 @@ <h3>'Pressed in' tool buttons</h3>
If the tool button appears 'pushed out' (i.e. bold is not currently selected)
</p>
<p style="text-align: center;">
<img src="images/toolbar/bold.png" alt="Bold tool button (pushed out)" style="border: 1px solid #CCC; width:48px; height:48px;" />
<img src="images/toolbar/bold.png" alt="Bold tool button (pushed out)" style="border: 1px solid #CCC; width:48px; height:48px;">
</p>
<p>
then text will appear in normal font weight.
Expand All @@ -212,7 +213,7 @@ <h3>The toolbar in Fireworkz Pro</h3>
then the database tool buttons will appear.
</p>
<p style="text-align: center;">
<img src="images/toolbar/tbardb.png" alt="Toolbar (Database)" style="border: 1px solid #EEE" />
<img src="images/toolbar/tbardb.png" alt="Toolbar (Database)" style="border: 1px solid #EEE">
</p>

<h2>The status line</h2>
Expand Down Expand Up @@ -314,19 +315,19 @@ <h4>Greyed out (disabled) menu options</h4>
will no longer be greyed out.
</p>

<div class="navfooter">
<table id="navfooter" summary="Navigation footer">
<nav class="navfooter">
<table>
<tr>
<td class="navfooter_PUN_L"><a accesskey="p" href="gsg02.html">Prev</a> </td>
<td class="navfooter_PUN_C"> </td>
<td class="navfooter_PUN_R"> <a accesskey="n" href="gsg04.html">Next</a></td>
<td><a accesskey="p" href="gsg02.html">Prev</a> </td>
<td> </td>
<td> <a accesskey="n" href="gsg04.html">Next</a></td>
</tr>
<tr>
<td class="navfooter_PUN_L">Installation </td>
<td class="navfooter_PUN_C"><a accesskey="h" href="../index.html">Home</a></td>
<td class="navfooter_PUN_R"> First steps in word processing</td>
<td>Installation </td>
<td><a accesskey="h" href="../index.html">Home</a></td>
<td> First steps in word processing</td>
</tr>
</table>
</div>
</nav>
</body>
</html>
Loading

0 comments on commit 7497e8e

Please sign in to comment.