Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

gtk2hshookgenerator(1) [debian man page]

GTK2HSHOOKGENERATOR(1)					      General Commands Manual					    GTK2HSHOOKGENERATOR(1)

NAME
gtk2hsHookGenerator - Program to generate callback hook for Gtk signals SYNOPSIS
gtk2hsHookGenerator [--template=template-file] --types=types-file [--import=import] --modname=moduleName > outFile DESCRIPTION
This manual page briefly describes the gtk2hsHookGenerator command. It's a helper program necessary to build the Gtk2Hs suite of libraries. OPTIONS
The programs follow the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options are included below. For a complete description, see the other documentation. gtk2hsHookGenerator accepts the following options: --template=template-file specify a path to the Signal.chs.template file --types=types-file specify a path a gtkmarshal.list file --import=import specify a module to be imported into the template file --modname=moduleName the module name for outFile BUGS
Please report bugs and feature requests in the Gtk2Hs trac http://hackage.haskell.org/trac/gtk2hs/ or to the Gtk2Hs mailing list gtk2hs-devel@lists.sourceforge.net AUTHOR
This page was addapted from the gtk2hsC2hs(1) manpage, by Marco Tulio Gontijo e Silva <marcot@debian.org> for the Debian GNU/Linux system (but may be used by others). GTK2HSHOOKGENERATOR(1)

Check Out this Related Man Page

RAWDOG(1)						      General Commands Manual							 RAWDOG(1)

NAME
rawdog - an RSS Aggregator Without Delusions Of Grandeur SYNOPSIS
rawdog [options] DESCRIPTION
This manual page briefly documents the rawdog command. rawdog is an RSS (and other) feed aggregator, based on Mark Pilgrim's flexible feed parser. rawdog reads articles from a number of feeds and writes out a single HTML file, based on a template either provided by the user or generated by rawdog, containing the latest articles it's seen. OPTIONS
This program follows the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options is included below. For a complete description, see the README file. -u, --update Fetch data from the feeds and store it. This could take some time if you've got lots of feeds. -w, --write Write out the HTML output file. -f SOMEURL, --update-feed SOMEURL Update the feed pointed to by SOMEURL immediately, even if its period hasn't elapsed since it was last updated. -c FILE, --config FILE Read FILE as an additional config file; any options provided in FILE will override those set in the main config file (with the exception of "feed", which is cumulative). FILE may be an absolute path or a path relative to your .rawdog directory. Note that $HOME/.rawdog/config will still be read first even if you specify this option. -t, --show-template Print the template currently in use to stdout. -a URL, --add URL Add a new feed to the config file. -d DIR, --dir DIR Use DIR instead of the $HOME/.rawdog directory. --help Provide a brief summary of all the options rawdog supports, and exit. FILES
$HOME/.rawdog/config SEE ALSO
cron(1). AUTHOR
rawdog was written by Adam Sampson <azz@us-lot.org>. This manual page was written by Decklin Foster <decklin@red-bean.com>, for the Debian project (but may be used by others). RAWDOG(1)
Man Page