File: recipe.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 (35 lines) | stat: -rw-r--r-- 1,648 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
<!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>Creating a Recipe</h2>  

<b>Creating a Recipe</b><br>
On the Menu Bar, click on "Food - Create New Recipe".  A dialog box enables you to 
name the recipe and specify ingredients and amounts.  Click on the "Add Serving" icon
<img src="addserving.png" width="92" height="19" title="" alt="" class="va-middle">.&nbsp;
This causes the "Select a Food" panel to display.  You can now type the name of 
the first food ingredient
for your recipe.  Select the ingredient by clicking on it, enter a weight, and click the "ADD"
button.  Repeat the procedure for each ingredient.  In the recipe, you can adjust the amount of 
each ingredient by double clicking the amount field and typing a new value.  
Similarly, by double clicking the calories, you can type a new number
and the weight will be adjusted accordingly.  
Foods may be removed from the recipe by clicking on them and then clicking on the trash can icon.
Click the "Save" button to save the recipe.</p>


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