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.

index.html 2.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. <html><head>
  2. <title>Typica - Data for Coffee Roasters</title>
  3. <link rel="stylesheet" type="text/css" href="style.css">
  4. </head><body><div id="page"><div id="topmatter">
  5. <div id="topbanner">
  6. <img src="logo96.png" height="96px" width="96px" alt="Typica logo" />
  7. <h1>Typica</h1><h2>Data for Coffee Roasters</h2></div>
  8. <div id="menu">
  9. <a class="tab active">Typica</a>
  10. <a class="tab " href="downloads.html">Downloads</a>
  11. <a class="tab " href="documentation.html">Documentation</a>
  12. <a class="tab " href="media.html">Photos and Videos</a>
  13. <a class="tab" href="http://appliedcoffeetechnology.tumblr.com/tagged/Typica">Blog</a>
  14. </div>
  15. </div>
  16. <div id="maintext">
  17. <p>Typica is a cross-platform application for coffee roasters
  18. designed around the ideas of interoperability, workflow
  19. integration, and customizability.</p>
  20. <p>The program is free open source software available under the
  21. MIT license.</p>
  22. <h1>Data Acquisition</h1>
  23. <p>Every batch of coffee you roast with Typica can be recorded for
  24. future reference. A practically unlimited number of target roast
  25. profiles can be created for reference against future roasts. Log
  26. annotations capture events of interest and aid in profile design.
  27. Compatable with multiple data acquisition devices.</p>
  28. <h1>Inventory Tracking</h1>
  29. <p>Keep track of your green coffee inventory automatically as you
  30. roast it. Reports provide the data you need to see your production
  31. trends and plan your green coffee purchases.</p>
  32. <h1>Your Data Your Way</h1>
  33. <p>Typica stores its data in a PostgreSQL database. The database
  34. can be set up on the computer running Typica or on another computer
  35. on the network. You keep full control of your data and never need
  36. to pay another company for continued access to your data. The use
  37. of PostgreSQL provides additional ways to gain insight from your
  38. data including integration with all major spreadsheet applications
  39. through the PostgreSQL ODBC or JDBC drivers.</p>
  40. <h1>Total Customizability</h1>
  41. <p>Typica provides a versatile configuration system which can be
  42. used to extend or modify Typica for better integration with your
  43. work flows. If this is inadequate for your customization needs, the
  44. fully documented C++ source code is also freely available. An
  45. example configuration is provided which aims to provide something
  46. that most will not need to modify, but the option is always there
  47. if you need it.</p>
  48. </div></div></body></html>