| 1234567891011121314151617181920212223242526272829303132333435363738 | <html>
    <head>
        <title>Typica - Open Configuration File</title>
        <link rel="stylesheet" type="text/css" href="../../style.css">
    </head>
    <body>
        <div id="page">
            <div id="topmatter">
                <div id="topbanner">
                    <img src="../../logo96.png" height="96px" width="96px" alt="Typica logo" />
                    <h1>Typica</h1>
                    <h2>Data for Coffee Roasters</h2>
                </div>
                <div id="menu">
                    <a class="tab" href="../../index.html">Project Home</a>
                    <a class="tab" href="../../downloads.html" >Downloads</a>
                    <a class="tab active" >Documentation</a>
                    <a class="tab" href="../../screenshots.html" >Screenshots and Videos</a>
                    <a href="http://appliedcoffeetechnology.tumblr.com/tagged/Typica" class="tab">Blog</a>
                </div>
            </div>
            <div id="maintext">
                <h1>Open Configuration File</h1>
                <p>Most of Typica's appearance and functionality is controlled
                by a set of configuration files. This documentation covers an
                example configuration included with Typica. When prompted to
                open a configuration file, select the config.xml file included
                with Typica. When switching to a new version of Typica, it is
                important to use the configuration file included with the new
                version and not the old one. Opening that file will open the
                <a href="navigation.html">main navigation window.</a></p>
                <img src="openconfigurationfile.png"/>
                
            </div>
        </div>
    </body>
</html>
 |