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.

documentation.html 4.2KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  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" >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. <p>Typica documentation is currently a work in progress. Once
  25. finished it will be divided into three parts. Part 1
  26. details what hardware can be used with Typica, how to set up
  27. supporting software, and how to get started using Typica.
  28. Everybody setting up Typica for the first time should read at
  29. least the Supported Platforms and Hardware section
  30. <em>before</em> buying hardware they intend to use with this
  31. software. People who have used Typica previously may still want
  32. to skim this section and read Configuring Typica for your
  33. Hardware in detail. The Tips, Tricks, and Frequently Asked
  34. Questions section may also be particularly useful.</p>
  35. <p>Part 2 covers every feature of Typica in detail. This can be
  36. read at your leisure and contains information that can help you
  37. use Typica more effectively. If you have a question about how a
  38. particular feature works, this is the place to look.</p>
  39. <p>Part 3 is material that most people will never need to look
  40. at. It provides all of the documentation you might want to have
  41. if you intend to customize Typica to add new features or if you
  42. intend to write another program that is interoperable with
  43. Typica. The chapter documenting the database may also be useful
  44. for those who want to obtain information that Typica does not
  45. expose in exactly the way you'd like.</p>
  46. <ul>
  47. <li><a href="documentation/part1.html">Part 1: Basic Setup and Use</a></li>
  48. <ul>
  49. <li><a href="documentation/platforms.html">Supported Platforms and Hardware</a></li>
  50. <li><a href="documentation/requiredsoftware.html">Required Software</a></li>
  51. <li><a>Initial Setup</a></li>
  52. <ul>
  53. <li><a href="documentation/firsttime.html">Running Typica for the First Time</a></li>
  54. <ul>
  55. <li><a href="documentation/firsttime.html#database">Database Connection</a></li>
  56. <li><a href="documentation/firsttime.html#configfile">Open Configuration File</a></li>
  57. <li><a href="documentation/firsttime.html#hardware">Configuring Typica for your Hardware</a></li>
  58. </ul>
  59. <li><a href="documentation/dataentry.html">Initial Data Entry</a></li>
  60. <ul>
  61. <li><a href="documentation/dataentry.html#green">Green Coffee Purchases</a></li>
  62. <li><a href="documentation/dataentry.html#roasted">Roasted Coffee Items</a></li>
  63. <li><a href="documentation/dataentry.html#inventory">An Initial Inventory</a></li>
  64. <li><a href="documentation/dataentry.html#profiles">Saving and Using Target Roast Profiles</a></li>
  65. </ul>
  66. </ul>
  67. <li><a>Tips, Tricks, and Frequently Asked Questions</a></li>
  68. </ul>
  69. <li><a href="documentation/part2.html">Part 2: Comprehensive Feature Documentation</a></li>
  70. <li><a>Part 3: Interoperability Specifications</a></li>
  71. <ul>
  72. <li><a>File Format Documentation</a></li>
  73. <li><a>Database Documentation</a></li>
  74. <li><a>Configuration XML Documentation</a></li>
  75. <li><a>Configuration Script Documentation</a></li>
  76. </ul>
  77. </ul>
  78. <p>Until the relevant portions of the current documentation are
  79. finished, some may wish to consult the documentation for earlier
  80. versions of Typica. This includes the
  81. <a href="userguide.html">old user guide</a> and
  82. the <a href="windows.html">old Windows installation instructions</a>.
  83. </div>
  84. </div>
  85. </body>
  86. </html>