Browse Source

Documentation part 2 - The -c command line argument.

Neal Wilson 10 years ago
parent
commit
8a4da22643

+ 3
- 0
docs/documentation/part2.html View File

@@ -29,6 +29,9 @@
29 29
 					<ul>
30 30
 						<li><a href="part2/database-connection.html">Database Connection Settings</a></li>
31 31
 						<li><a href="part2/open-configuration.html">Open Configuration File</a></li>
32
+						<ul>
33
+							<li><a href="part2/argument-c.html">Eliminating the Configuration Prompt</a></li>
34
+						</ul>
32 35
 						<li><a>Choose Your Path</a></li>
33 36
 					</ul>
34 37
 					<li><a>Configure Roasters</a></li>

+ 31
- 0
docs/documentation/part2/argument-c.html View File

@@ -0,0 +1,31 @@
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>Eliminating the Configuration Prompt</h1>
25
+				<img src="images/open-configuration.png" />
26
+				<p>It is possible to bypass the above window when starting Typica by providing the information requested as a command line argument: <em>-c path</em> where path is a relative or absolute path to the configuration file. The preferred way to supply this information prior to starting Typica varies depending on what platform you are using.</p>
27
+
28
+			</div>
29
+		</div>
30
+	</body>
31
+</html>

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

@@ -26,6 +26,8 @@
26 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 27
 
28 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
+				<p><a href="argument-c.html">Note that it is possible to bypass this prompt.</a></p>
29 31
 
30 32
 				<h1>What Happens Next?</h1>
31 33
 				<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>

Loading…
Cancel
Save