Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

verbiste(3) [debian man page]

verbiste(3)															       verbiste(3)

NAME
verbiste - french conjugation system SYNOPSIS
g++ prog.cpp `pkg-config --cflags --libs libxml-2.0` -lverbiste-0.1 DESCRIPTION
Verbiste is a library that can conjugate French verbs given in the infinitive form and analyze conjugated French verbs. It is also a GNOME Panel applet and a GNOME application. There are two commands, named french-conjugator(1) and french-deconjugator(1), which make the library's functionality available from the command line and from scripts. The GNOME application should be available under the GNOME Applications menu. It can also be run from the command line by typing verbiste. Verbiste can also be used as a GNOME Panel applet. EXAMPLES
The library's source archive comes with Perl and Java example programs that call the french-conjugator(1) and french-deconjugator(1) com- mands. There are also example programs that use the C application programming interface. The library and the commands use verb and conjugation knowledge bases that are represented as XML files that are installed with the library (typically in /usr/share/verbiste-0.1). LICENSE
This program is free software; you may redistribute it under the terms of the GNU General Public License. This program has absolutely no warranty. AUTHOR
Pierre Sarrazin See the verbiste Home Page: http://sarrazip.com/dev/verbiste.html Comments are welcome. SEE ALSO
french-conjugator(1), french-deconjugator(1). BUGS
The FrenchVerbDictionary object is not completely destroyed when its destructor is called, in order to avoid the excessively long clean up time of its internal trie. Only one instance of this class should be created and it should be destroyed when the program quits. Version 0.1.x is an unstable development version. The programming interface of the library and the command-line options of the accompany- ing commands are not necessarily fixed. The documentation is not complete. The verb list and the conjugation templates have not been verified in detail. April 28th, 2012 verbiste(3)

Check Out this Related Man Page

SSHMENU(1)						      General Commands Manual							SSHMENU(1)

NAME
sshmenu - GNOME applet for connecting to hosts using SSH. DESCRIPTION
The SSHMenu applet puts all your most frequently used SSH connections on a handy menu in your GNOME panel (see below for non-GNOME ver- sions. Click on a host name to open a new gnome-terminal window with an ssh connection to the selected host. Set up SSH options (such as port forwarding etc) and select a gnome terminal profile (for colour schemes, font sizes etc) using the preferences dialog. Add the applet to a GNOME panel in the normal way: right click on the panel, select 'Add to Panel' and then select the SSH Menu Applet from the list. Configure the applet using the 'Preferences' option on the applet menu. STANDALONE VERSIONS
The SSHMenu application uses the GTK GUI toolkit but is not dependent on the GNOME desktop environment. Two alternative wrapper scripts are provided: sshmenu-gnome - provides all the functionality of the SSHMenu applet but in a standalone application window that could (for example) be swallowed into the panel of an alternative desktop environment. sshmenu - provides similar functionality to sshmenu-gnome, but without any GNOME dependencies. Notably, xterm is used instead of gnome- terminal. The Hacker's Guide ( http://sshmenu.sourceforge.net/dev/hackers_guide.html ) describes a number of ways in which the SSHMenu can be further customised. OPTIONS
The applet is not invoked from the command-line however the standalone versions recognise the following options and can be extended to recognise more: -c FILE, --config-file FILE read and write config information to FILE instead of the default $HOME/.sshmenu -d NUM, --debug NUM set debug level to NUM (default: 0) -s NUM, --socket-window-id NUM use the XEmbed protocol to embed the SSHMenu user interface in the window identified by NUM instead of creating a new, top-level window, -V, --version output version information and exit AUTHOR
sshmenu-applet was written by Grant McLean <grant@mclean.net.nz> July 4, 2006 SSHMENU(1)
Man Page