File: FAQ.html

package info (click to toggle)
cronometer 0.9.9%2Bdfsg1-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 8,788 kB
  • sloc: java: 17,382; xml: 909; makefile: 19
file content (70 lines) | stat: -rw-r--r-- 2,827 bytes parent folder | download | duplicates (6)
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
<!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>

<h2>Frequently Asked Questions</h2>
 
This section answers some frequently-asked questions.
   
 
<h4>One of the foods has an error in the nutrients, what should I do?</h4> 
CRON-o-Meter has 3 databases: 
<ul>
  <li><b>My Foods</b> which is your personal food list with the nutrition information
   that you have provided</li>
	<li><b>CRDB</b> which contains some foods frequently used by CRONies with the nutrition data originally
	provided by the contributors 
 </li>
 <li><b>USDA</b> which is the nutrition database provided by 
	the <a href="http://www.nal.usda.gov/fnic/foodcomp/search/" target="_blank">USDA</a>.</li>
</ul> 
 
We recently learned that unsalted almond butter (USDA 12195) had a Vitamin E amount zero,
whereas salted almond butter (USDA 12695) had the correct amount of Vitamin E. 
Inconsistencies in the USDA database may eventually be corrected by the government, but by editing the data
yourself, you can use more accurate data immediately.
Any deficiencies in the databases can be corrected by editing the food, saving it in "My Foods",
and then using the edited food in your recipes or daily menus.

<!-- ===== -->
<h4>I recently got a new computer.  How do I transfer my CRON-o-Meter data to the new computer?</h4>
For MS Windows, the default profile for CRON-o-Meter is located in a
folder called "cronometer" at:
<blockquote>
<tt>C:\Documents and Settings\Owner\Application Data\cronometer</tt>
</blockquote>

Where "Owner" is your logon ID name, e.g., "John Smith".
<p>
The "Application Data" folder is a system folder that will not be
visible unless you specify that hidden files and folders should be
displayed. You can do this from the "Tools" function in the menu bar
of a window.

<blockquote>
<pre>
Tools->Folder Options->View
  Advanced settings:
   Hidden files and folders:
    o Show hidden files and folders 
</pre>
</blockquote>
 
Just copy the "cronometer" folder from the old computer to the corresponding location in the new computer,
install CRON-o-Meter from the web on your new computer, and
you are set. The process is similar for other operating systems. 

 <!-------------------------------------------------------->
<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>