Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

djcelerymon(1) [debian man page]

DJCELERYMON(1)						      General Commands Manual						    DJCELERYMON(1)

NAME
djcelerymon -- Django Admin Monitor SYNOPSIS
djcelerymon DESCRIPTION
This manual page documents briefly the djcelerymon command. This manual page was written for the Debian distribution because the original program does not have a manual page. djcelerymon is a program that can be used by non-Django users, and it runs both a web server and a snapshot camera by starting a Django Admin instance and celerycam in the same process. OPTIONS
This program follows the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options is included below. -v VERBOSITY --verbosity=VERBOSITY Verbosity level; 0=minimal output, 1=normal output,2=all output. --settings=SETTINGS The Python path to a settings module, e.g. "myproject.settings.main". If this isn't provided, the DJANGO_SETTINGS_MODULE envi- ronment variable will be used. --pythonpath=PYTHONPATH A directory to add to the Python path, e.g. "/home/djangoprojects/myproject". --traceback Print traceback on exception. --noreload Tells Django to NOT use the auto-reloader. --adminmedia=ADMIN_MEDIA_PATH Specifies the directory from which to serve admin media. -d --dump Dump events to stdout. -c CAMERA --camera=CAMERA Camera class to take event snapshots with. -F --frequency=FREQUENCY --freq=FREQUENCY Recording: Snapshot frequency. -r MAXRATE --maxrate=MAXRATE Recording: Shutter rate limit (e.g. 10/m). -l LOGLEVEL --loglevel=LOGLEVEL Loglevel. Default is WARNING. -f LOGFILE --logfile=LOGFILE Log file. Default is <stderr>. --version Show program's version number and exit. -h --help Show help message and exit. SEE ALSO
celerycam (1). AUTHOR
This manual page was written by fladi FladischerMichael@fladi.at for the Debian system (and may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 any later version published by the Free Software Foundation. On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL. DJCELERYMON(1)

Check Out this Related Man Page

onscripter(6)							   Games Manual 						     onscripter(6)

NAME
onscripter -- NScripter-compatible visual novel games engine SYNOPSIS
onscripter [option ...] DESCRIPTION
This manual page documents briefly the onscripter command. This manual page was written for the Debian distribution because the original program does not have a manual page. onscripter is a program that implements the visual novel games engine NScripter. It is able to run Japanese (Shift-JIS encoding) games. onscripter-1byte is built in order to play English games by forcing 1-byte mode. OPTIONS
These programs follow the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options is included below. --cdaudio Use CD audio if available. --cdnumber no Choose the CD-ROM drive number. -f file --font file Set a TTF font file. --registry file Set a registry file. --dll file Set a dll file. -r path --root path Set the root path to the archives. --fullscreen Start in fullscreen mode. --window Start in window mode. --force-button-shortcut Ignore useescspc and getenter command. --enable-wheeldown-advance Advance the text on mouse wheeldown event. --disable-rescale Do not rescale the images in the archives when compiled with -DPDA. --edit Enable editing the volumes and the variables when 'z' is pressed. --key-exe file Set a file (*.EXE) that includes a key table. -h --help Show summary of options. -v --version Show version of program. EXAMPLE
After decompressing the game data directory, we call it /path/foo for convient, please use the follow command to perform the game: onscripter -r /path/foo If the game is not containing default.ttf, we can use -f to assign one as following: onscripter -r /path/foo -f /usr/share/fonts/truetype/vlgothic/VL-Gothic-Regular.ttf AUTHOR
This manual page was written by Ying-Chun Liu (PaulLiu) grandpaul@gmail.com for the Debian system (but may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 any later version published by the Free Software Foundation. On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL. onscripter(6)
Man Page