989772c9ac
had both lines: Author: ... WWW: .... So standardize on that, and move them to the end of the file when necessary. Also fix some more whitespace, and remove more "signature tags" of varying forms, like -- name, etc. s/AUTHOR/Author/ A few other various formatting issues
14 lines
698 B
Text
14 lines
698 B
Text
Pantry is a command-line oriented nutrient analysis program. It is a
|
|
true command-line program: there are no menus, there are no prompts.
|
|
Instead, you simply type commands from your shell prompt, and Pantry
|
|
does what you ask it to do, displaying results if you have asked it to
|
|
do that.
|
|
|
|
In addition to using Pantry from your shell prompt, you also interact
|
|
with it through XML files. Using XML, you can edit Pantry's
|
|
configuration file. You can also add nutrient information for custom
|
|
foods (though Pantry includes nutrient information for over 7,000 foods
|
|
to get you started) and recipes using XML.
|
|
|
|
Author: Omari Norman <massysett at users.sourceforge.net>
|
|
WWW: http://pantry.sourceforge.net/
|