| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 | 
							- <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" href="../documentation.html" >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">
 - 				<h1>Part 1: Basic Setup and Use</h1>
 - 				<ul>
 - 					<li><a href="platforms.html">Supported Platforms and Hardware</a></li>
 - 					<li><a href="requiredsoftware.html">Required Software</a></li>
 - 					<li><a>Initial Setup</a></li>
 - 					<ul>
 - 						<li><a href="firsttime.html">Running Typica for the First Time</a></li>
 - 						<ul>
 - 							<li><a href="firsttime.html#database">Database Connection</a></li>
 - 							<li><a href="firsttime.html#configfile">Open Configuration File</a></li>
 - 							<li><a href="firsttime.html#hardware">Configuring Typica for your Hardware</a></li>
 - 						</ul>
 - 						<li><a href="dataentry,html">Initial Data Entry</a></li>
 - 						<ul>
 - 							<li><a href="dataentry,html#green">Green Coffee Purchases</a></li>
 - 							<li><a href="dataentry,html#roasted">Roasted Coffee Items</a></li>
 - 							<li><a href="dataentry,html#inventory">An Initial Inventory</a></li>
 - 							<li><a href="dataentry,html#profiles">Saving and Using Target Roast Profiles</a></li>
 - 						</ul>
 - 					</ul>
 - 					<li><a>Tips, Tricks, and Frequently Asked Questions</a></li>
 - 				</ul>
 - 				<p>This part of the documentation covers the things you should
 - 				know before starting to use Typica and the basics of getting
 - 				everything set up for use. Some of the topics are covered in
 - 				greater depth in Part 2.</p>
 - 			</div>
 - 		</div>
 - 	</body>
 - </html>
 
 
  |