ANYMEAL(1) ANYMEAL(1)
NAME
anymeal - recipe database application
SYNOPSIS
anymeal [Qt-options] [KDE-options] [options] [input file]
DESCRIPTION
anymeal is a Linux recipe database software developed using MySQL and
XML. It can manage a cookbook with more than 100,000 recipes, thereby
allowing to search, display, edit, import and export them. anymeal is
designed to be lean and flexible.
OPTIONS
Generic options:
--help Show help about options
--help-qt
Show Qt specific options
--help-kde
Show KDE specific options
--help-all
Show all options
--author
Show author information
-v, --version
Show version information
--license
Show license information
Qt options:
--display <displayname>
Use the X-server display 'displayname'
--session <sessionId>
Restore the application for the given 'sessionId'
--cmap Causes the application to install a private color
--ncols <count>
Limits the number of colors allocated in the color
--nograb
tells Qt to never grab the mouse or the keyboard
--dograb
running under a debugger can cause an implicit
--sync switches to synchronous mode for debugging
--fn, --font <fontname>
defines the application font
--bg, --background <color>
sets the default background color and an
--fg, --foreground <color>
sets the default foreground color
--btn, --button <color>
sets the default button color
--name <name>
sets the application name
--title <title>
sets the application title (caption)
--visual TrueColor
forces the application to use a TrueColor visual on
--inputstyle <inputstyle>
sets XIM (X Input Method) input style. Possible
--im <XIM server>
set XIM server
--noxim
disable XIM
--reverse
mirrors the whole layout of widgets
KDE options:
--caption <caption>
Use 'caption' as name in the titlebar
--icon <icon>
Use 'icon' as the application icon
--miniicon <icon>
Use 'icon' as the icon in the titlebar
--config <filename>
Use alternative configuration file
--dcopserver <server>
Use the DCOP Server specified by 'server'
--nocrashhandler
Disable crash handler, to get core dumps
--waitforwm
Waits for a WM_NET compatible windowmanager
--style <style>
sets the application GUI style
--geometry <geometry>
sets the client geometry of the main widget - see man X for the
argument format
Options:
-i, --input <file>
Input file name (default: standard input).
-o, --output <file>
Output file name (default: standard output).
-x, --mm2xml
Select Mealmaster to anyMeal-XML compiler
-e, --mm2xmlerr <file>
Specify name of file for appending erroneous Mealmaster recipes.
-z, --xsu
Select XML-SQL-utility as compiler.
-s, --server <name>
Server hosting database. [localhost]
-d, --database <name>
Name of MySQL database.
-u, --user <name>
User account for accessing database. [$USER]
-p, --password <password>
Password of database user. []
-q, --sqlin
Select XSL script for converting XML-queries to SQL
-r, --sqlout
Select XSL script for converting raw XML to anyMeal-XML
-b, --docbook
Select XSL script for converting anyMeal-XML to Docbook
-l, --recipeml
Select XSL script for converting anyMeal-XML to RecipeML
-t, --html
Select XSL script for converting Docbook to HTML
-f, --fo
Select XSL script for converting Docbook to Formatted Objects
XML
-m, --xml2mm
Select XML to Mealmaster compiler
-y, --rm2xml
Select RecipeML to anyMeal-XML compiler
AUTHOR
anymeal was written by Jan Wedekind <jan@wedesoft.de>.
This manual page was written by Sandro Tosi <matrixhasu@gmail.com>, for
the Debian project (but may be used by others).
August 03, 2006 ANYMEAL(1)