| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586 | 
							- <html>
 - 	<head>
 - 		<title>Typica - Data for Coffee Roasters</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 class="tab" href="involvement.html" >Get Involved</a>
 - 					<a href="http://appliedcoffeetechnology.tumblr.com/tagged/Typica" class="tab">Blog</a>
 - 				</div>
 - 			</div>
 - 			<div id="maintext">
 - 				<p>Typica documentation is currently a work in progress. Once
 - 				finished it will be divided into three parts. Part 1
 - 				details what hardware can be used with Typica, how to set up
 - 				supporting software, and how to get started using Typica.
 - 				Everybody setting up Typica for the first time should read at
 - 				least the Supported Platforms and Hardware section
 - 				<em>before</em> buying hardware they intend to use with this
 - 				software. People who have used Typica previously may still want
 - 				to skim this section and read Configuring Typica for your
 - 				Hardware in detail. The Tips, Tricks, and Frequently Asked
 - 				Questions section may also be particularly useful.</p>
 - 				<p>Part 2 covers every feature of Typica in detail. This can be
 - 				read at your leisure and contains information that can help you
 - 				use Typica more effectively. If you have a question about how a
 - 				particular feature works, this is the place to look.</p>
 - 				<p>Part 3 is material that most people will never need to look
 - 				at. It provides all of the documentation you might want to have
 - 				if you intend to customize Typica to add new features or if you
 - 				intend to write another program that is interoperable with
 - 				Typica. The chapter documenting the database may also be useful
 - 				for those who want to obtain information that Typica does not
 - 				expose in exactly the way you'd like.</p>
 - 				<ul>
 - 					<li><a href="documentation/part1.html">Part 1: Basic Setup and Use</a></li>
 - 					<ul>
 - 						<li><a href="documentation/platforms.html">Supported Platforms and Hardware</a></li>
 - 						<li><a href="documentation/requiredsoftware.html">Required Software</a></li>
 - 						<li><a>Initial Setup</a></li>
 - 						<ul>
 - 							<li><a href="documentation/firsttime.html">Running Typica for the First Time</a></li>
 - 							<ul>
 - 								<li><a href="documentation/firsttime.html#database">Database Connection</a></li>
 - 								<li><a href="documentation/firsttime.html#configfile">Open Configuration File</a></li>
 - 								<li><a href="documentation/firsttime.html#hardware">Configuring Typica for your Hardware</a></li>
 - 							</ul>
 - 							<li><a href="documentation/dataentry.html">Initial Data Entry</a></li>
 - 							<ul>
 - 								<li><a href="documentation/dataentry.html#green">Green Coffee Purchases</a></li>
 - 								<li><a href="documentation/dataentry.html#roasted">Roasted Coffee Items</a></li>
 - 								<li><a href="documentation/dataentry.html#inventory">An Initial Inventory</a></li>
 - 								<li><a href="documentation/dataentry.html#profiles">Saving and Using Target Roast Profiles</a></li>
 - 							</ul>
 - 						</ul>
 - 						<li><a>Tips, Tricks, and Frequently Asked Questions</a></li>
 - 					</ul>
 - 					<li><a href="documentation/part2.html">Part 2: Comprehensive Feature Documentation</a></li>
 - 					<li><a>Part 3: Interoperability Specifications</a></li>
 - 					<ul>
 - 						<li><a>File Format Documentation</a></li>
 - 						<li><a>Database Documentation</a></li>
 - 						<li><a>Configuration XML Documentation</a></li>
 - 						<li><a>Configuration Script Documentation</a></li>
 - 					</ul>
 - 				</ul>
 - 				<p>Until the relevant portions of the current documentation are
 - 				finished, some may wish to consult the documentation for earlier
 - 				versions of Typica. This includes the
 - 				<a href="userguide.html">old user guide</a> and
 - 				the <a href="windows.html">old Windows installation instructions</a>.
 - 			</div>
 - 		</div>
 - 	</body>
 - </html>
 
 
  |