Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

freevial(6) [debian man page]

FREEVIAL(6)							   Games Manual 						       FREEVIAL(6)

NAME
freevial - trivia platform for community events SYNOPSIS
freevial [OPTIONS] [--database <PATH>] [--skin <PATH>] DESCRIPTION
This page briefly documents the freevial command. Freevial is trivia-like game for community events (idealy to be played with a projector). USAGE
You may need to specify the path to the questions database you want to use with the --database argument. The database can be either folder or a compressed file. Additionally, you can choose a different look using the --skin option to tell it where the appearance information it should use is located. OPTIONS
-d, --debug Run Freevial in debug mode (this doesn't change much at all). -m, --mute Disable music and sounds. -f, --fullscreen Start in fullscreen mode (it can be windowed ingame with F11). -l, --locked Start in locked mode (game can't be closed nor questions aborted; unlock by pressing the l-key in the team selection screen). -h, --help Prints the help and exists. -v, --version Prints information about the current version and release series, and exists. --info-db, --info-database Prints information about the loaded database and exists. This can be combined with the --database option. --no-sound Disables all sounds. You can use --mute to also disable the music. --no-music Disables the music. You can use --mute to also disable sounds. --fps Displays the framerate on screen. --psyco Tries to use the psyco module in order to accelerate Freevial. This is not recommended, as it will need more memory. REPORTING BUGS
If you find any bug please report it on: https://bugs.launchpad.net/freevial/. AUTHOR
Freevial was written by Carles Oriol <carles@kumbaworld.com> and Siegfried-Angel Gevatter Pujals (RainCT) <siggi.gevatter@gmail.com>. COPYRIGHT
Copyright (C) 2007-2008 The Freevial Team Freevial is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License, either version 3 of the License or any later version. Freevial is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; see the GNU General Public License for more details. Freevial Gresca November 24, 2007 FREEVIAL(6)

Check Out this Related Man Page

LURKER-REGENERATE(1)					      General Commands Manual					      LURKER-REGENERATE(1)

NAME
lurker-regenerate -- imports messages into the archive SYNOPSIS
lurker-regenerate [<bin-dir>] [<config-file>] DESCRIPTION
lurker-regenerate regenerates a lurker database. It generates a new database first, then replaces the old one with the new one. You will need enough diskspace for a full copy of the database that you want to regenerate. The two arguments are optional. Regenerating the lurker database is the only way to recover disk space from deleted emails. If you delete an entire mailing list, you should regenerate the database. Be aware of the fact that lurker-regenerate supports only databases from lurker >= 0.6. If you want to regenerate databases from earlier versions of lurker, you'll need to rm -rf the whole database and reimport it manually. OPTIONS
bin-dir The directory containing lurker-{index,list,params,prune}. This defaults to where 'make install' placed them. config-file The config-file for which lurker-regenerate rebuilds the database. SEE ALSO
lurker-index(1), lurker-list(1), lurker-params(1), lurker-prune(1), lurker-search(1) lurker documentation on http://lurker.sourceforge.net/ COPYRIGHT
Copyright (C) 2003-2006: Jonas Meurer <jonas@freesources.org> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; version 2. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MER- CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. BUGS
Before reporting a bug, please confirm that the bug you found is still present in the latest official release. If the problem persists, then send mail with instructions describing how to reproduce the bug to <>. LURKER-REGENERATE(1)
Man Page