Browse Source

Documentation part 2 - open configuration file window

Neal Wilson 10 years ago
parent
commit
459a228689

+ 1
- 1
docs/documentation/part2.html View File

@@ -28,7 +28,7 @@
28 28
 					<li><a href="part2/application.html">Opening the Application</a></li>
29 29
 					<ul>
30 30
 						<li><a href="part2/database-connection.html">Database Connection Settings</a></li>
31
-						<li><a>Open Configuration File</a></li>
31
+						<li><a href="part2/open-configuration.html">Open Configuration File</a></li>
32 32
 						<li><a>Choose Your Path</a></li>
33 33
 					</ul>
34 34
 					<li><a>Configure Roasters</a></li>

+ 1
- 1
docs/documentation/part2/application.html View File

@@ -36,7 +36,7 @@ are using.
36 36
 				<p>When Typica starts, it will bring up one of three windows.<p>
37 37
 				<ul>
38 38
 					<li><a href="database-connection.html">Database Connection Settings</a></li>
39
-					<li><a>Open Configuration File</a></li>
39
+					<li><a href="open-configuration.html">Open Configuration File</a></li>
40 40
 					<li><a>Choose Your Path</a></li>
41 41
 				</ul>
42 42
 			</div>

+ 1
- 1
docs/documentation/part2/database-connection.html View File

@@ -38,7 +38,7 @@
38 38
 				<h1>What Happens Next?</h1>
39 39
 				<p>After Typica has connected to the database or you have pressed "Cancel" Typica will bring up one of two windows.</p>
40 40
 				<ul>
41
-					<li><a>Open Configuration File</a></li>
41
+					<li><a href="open-configuration.html">Open Configuration File</a></li>
42 42
 					<li><a>Choose Your Path</a></li>
43 43
 				</ul>
44 44
 			</div>

BIN
docs/documentation/part2/images/open-configuration.png View File


+ 38
- 0
docs/documentation/part2/open-configuration.html View File

@@ -0,0 +1,38 @@
1
+<html>
2
+	<head>
3
+		<title>Typica - Data for Coffee Roasters</title>
4
+		<link rel="stylesheet" type="text/css" href="../../style.css">
5
+	</head>
6
+	<body>
7
+		<div id="page">
8
+			<div id="topmatter">
9
+				<div id="topbanner">
10
+					<img src="../../logo96.png" height="96px" width="96px" alt="Typica logo" />
11
+					<h1>Typica</h1>
12
+					<h2>Data for Coffee Roasters</h2>
13
+				</div>
14
+				<div id="menu">
15
+					<a class="tab" href="../../index.html">Project Home</a>
16
+					<a class="tab" href="../../downloads.html" >Downloads</a>
17
+					<a class="tab active" href="../../documentation.html" >Documentation</a>
18
+					<a class="tab" href="../../screenshots.html" >Screenshots and Videos</a>
19
+					<a class="tab" href="../../involvement.html" >Get Involved</a>
20
+					<a href="http://appliedcoffeetechnology.tumblr.com/tagged/Typica" class="tab">Blog</a>
21
+				</div>
22
+			</div>
23
+			<div id="maintext">
24
+				<h1>Open Configuration File</h1>
25
+				<img src="images/open-configuration.png" />
26
+				<p>After Typica has connected to a database or you have decided to not connect to the database, you will be prompted to select a configuration file unless you have opened Typica through a shortcut or command line that specifies the configuration file you would like to use. The configuration file is responsible for setting up nearly all of the graphical interface elements in Typica. An example configuration, <em>config.xml</em> is provided with Typica in the config folder. The rest of the documentation assumes that you are using this configuration and an effort is made to provide an example configuration that most people will not need to customize, however if you would like to change the behavior of Typica, it is often possible to achieve the desired results by editing the files in the config folder and its subfolders.</p>
27
+
28
+				<p>The prompt comes in the form of an Open File window and should look similar to what you see when you select Open from the File menu in most other programs on your computer. When using the example configuration provided with Typica, please ensure that you are using the configuration provided with the version of Typica that you are using and not an older configuration provided with a previous version of the program that you may have used. Also note the the title of the "Open Configuration File" window. If the title of the window is not "Open Configuration File" you might not actually be using Typica, in which case opening the file will result in unexpected behavior as the computer will do as you have instructed instead of as you intended.</p>
29
+
30
+				<h1>What Happens Next?</h1>
31
+				<p>After the configuration file has been opened you should see the "Choose Your Path" window. This is the main navigational window for the program which provides access to the major functional areas of the program.<p>
32
+				<ul>
33
+					<li><a>Choose Your Path</a></li>
34
+				</ul>
35
+			</div>
36
+		</div>
37
+	</body>
38
+</html>

Loading…
Cancel
Save