Typica is a free program for professional coffee roasters. https://typica.us
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

openconfigurationfile.html 1.7KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. <html>
  2. <head>
  3. <title>Typica - Open Configuration File</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" >Documentation</a>
  18. <a class="tab" href="../../screenshots.html" >Screenshots and Videos</a>
  19. <a href="http://appliedcoffeetechnology.tumblr.com/tagged/Typica" class="tab">Blog</a>
  20. </div>
  21. </div>
  22. <div id="maintext">
  23. <h1>Open Configuration File</h1>
  24. <p>Most of Typica's appearance and functionality is controlled
  25. by a set of configuration files. This documentation covers an
  26. example configuration included with Typica. When prompted to
  27. open a configuration file, select the config.xml file included
  28. with Typica. When switching to a new version of Typica, it is
  29. important to use the configuration file included with the new
  30. version and not the old one. Opening that file will open the
  31. <a href="navigation.html">main navigation window.</a></p>
  32. <img src="openconfigurationfile.png"/>
  33. </div>
  34. </div>
  35. </body>
  36. </html>