Typica is a free program for professional coffee roasters. https://typica.us
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

application.html 2.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  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>Opening the Application</h1>
  25. <p>The initial location of Typica depends on which platform you
  26. are using.
  27. <h2>Microsoft Windows</h2>
  28. <p>On Microsoft Windows, you should find the files distributed with Typica in two folders. The executable is located in the "program" folder.</p>
  29. <img src="images/typica-icon-windows.png" />
  30. <p>Double click the file "Typica.exe" (the .exe extension may or may not appear depending on your system configuration) to start the program. Note that it does not matter where this file is located on your system, however it must be in the same folder with its .dll files. It is possible to create shortcuts in various places to simplify starting Typica.</p>
  31. <h2>Mac OS X</h2>
  32. <p>On Mac OS X the libraries used by Typica are hidden within the .app bundle so there is no separate "program" folder.</p>
  33. <img src="images/typica-icon-mac.png" />
  34. <p>Double click the file "Typica.app" (the .app extension may or may not appear depending on your system configuration) to start the program. Note that it does not matter where this file is located on your system. It is possible to create aliases in various places to simplify starting Typica.</p>
  35. <h1>What Happens Next?</h1>
  36. <p>When Typica starts, it will bring up one of three windows.<p>
  37. <ul>
  38. <li><a href="database-connection.html">Database Connection Settings</a></li>
  39. <li><a href="open-configuration.html">Open Configuration File</a></li>
  40. <li><a>Choose Your Path</a></li>
  41. </ul>
  42. </div>
  43. </div>
  44. </body>
  45. </html>