1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<link rel="stylesheet" href="cron.css" type="text/css"/>
<title>About CRON-o-Meter</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"></meta>
</head>
<body>
<div align="center">
<img src="apple1.png" width="89" height="101" alt="Apple" align="right">
<h2>CRON-O-Meter</h2>
</div>
<p>
CRON-O-Meter is <b>free</b>, <b>open source</b>, and <b>cross-platform</b>
dieting software.
<p>
CR (Calorie Reduced) diets require a lot of information to perform optimally.
In order to restrict caloric intake, but remain healthy, users of the diet must
track their vitamin, mineral, and protein intakes with great care.
<p>
We aim to provide a complete solution to the CR dieter. Current open-source diet-tracking
applications fall short in some vital respects. Either they are not detailed enough,
or they suffer from critical usability flaws. We believe that a diet tracker must be
effortless to operate for the activity for which it will be used most of the time,
keeping track of the foods eaten in a particular meal.
<p>
To this end, we are developing CRON-O-Meter, an application that will take into account
good usability design and dense functionality. It will provide diet advice, track
consumption and exercise, and generally assist in all aspects of a CR diet.
<h3>Features</h3>
<ul>
<li>Includes nutritional information on over 8000 foods from the latest USDA datasources.</li>
<li>Food editor for creating custom foods.</li>
<li>Recipe editor to create new foods built from sets of other foods</li>
<li>Import and export foods and recipes to share with other users</li>
<li>Set personal targets for each nutrient, or use the official Dietary Reference Intakes (DRI)</li>
<li>Track and chart your biometrics (weight, blood pressure, temperature, etc...).</li>
<li>Generate detailed reports on your nutritional information</li>
<li>Track more than one person's diet and other details in the same session</li>
</ul>
<h3>Disclaimer</h3>
<div id="alert">
The developers of this software accept no liability in the use of this software.
Use at your own risk. It is up to you to understand the risks and limitations of
the software. See the <a href="limitations.html">Limitations</a> section for
more information.
</div>
<h3>Feedback</h3>
This software is made by an all-volunteer effort. If you want to chip in and
lend a hand there are lots of things you can do to improve the program. Besides
programmers, we could use:
<ul>
<li>Technical writing skills to make a user-friendly help manual</li>
<li>Custom art work for icons and aesthetics</li>
<li>Scientific accuracy -- help find errors, bugs, or improve the nutritional analysis</li>
<li>A library of food entries that could be shared on the Internet by CRON-o-meter users</li>
</ul>
To report bugs use the "Report a Bug" function on the menu bar.<br>
If you wish to contribute, visit the sourceforge project page at
<a href="http://sourceforge.net/projects/cronometer/">http://sourceforge.net/projects/cronometer/</a>.
<br>
<br>
<div align="center">
Tip Jar:<br><br>
<a href="http://sourceforge.net/donate/index.php?group_id=136481">
<img border="0" src="project-support.jpg" width="88" height="32">
</a>
</div>
<!-------------------------------------------------------->
<br><br><hr>
<div id="plea">Help make this manual better for the next user. <br>
Contribute some material to the sourceforge project at <a href="http://sourceforge.net/projects/cronometer/">http://sourceforge.net/projects/cronometer/</a>
</div>
</body>
</html>
|