|
@@ -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>
|