CVSROOT: /sources/gnash Module name: gnash Changes by: Markus Gothe <nihilus> 07/08/26 20:56:50
Modified files: . : ChangeLog doc : gnash.1 Log message: Deanna updated the man-page for us, thx. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.4107&r2=1.4108 http://cvs.savannah.gnu.org/viewcvs/gnash/doc/gnash.1?cvsroot=gnash&r1=1.7&r2=1.8 Patches: Index: ChangeLog =================================================================== RCS file: /sources/gnash/gnash/ChangeLog,v retrieving revision 1.4107 retrieving revision 1.4108 diff -u -b -r1.4107 -r1.4108 --- ChangeLog 26 Aug 2007 15:46:32 -0000 1.4107 +++ ChangeLog 26 Aug 2007 20:56:50 -0000 1.4108 @@ -1,3 +1,7 @@ +2007-08-26 Deanna Phillips <deanna> + + * doc/gnash.1: Updated. + 2007-08-26 Benjamin Wolsey <[EMAIL PROTECTED]> * gui/gtk.cpp, gui/gtksup.h: Add treeview to Movie Properties Index: doc/gnash.1 =================================================================== RCS file: /sources/gnash/gnash/doc/gnash.1,v retrieving revision 1.7 retrieving revision 1.8 diff -u -b -r1.7 -r1.8 --- doc/gnash.1 17 Oct 2006 16:37:47 -0000 1.7 +++ doc/gnash.1 26 Aug 2007 20:56:50 -0000 1.8 @@ -1,4 +1,4 @@ -.TH gnash 1 "$Date: 2006/10/17 16:37:47 $" "$Author: nihilus $" "GNU Flash Player" \" -*- $Id: gnash.1,v 1.7 2006/10/17 16:37:47 nihilus Exp $ -*- +.TH gnash 1 "$Date: 2007/08/26 20:56:50 $" "$Author: nihilus $" "GNU Flash Player" \" -*- $Id: gnash.1,v 1.8 2007/08/26 20:56:50 nihilus Exp $ -*- .SH NAME gnash \- GNU Flash Player .SH SYNOPSIS @@ -104,6 +104,110 @@ .TP CTRL\-B Toggle background color +.SH "CONFIGURATION FILE FORMAT" +The configuration file, .gnashrc, contains default settings which will +be used by Gnash when running standalone or as a browser plugin. Any +command line options override these values. + +The configuration file contains keywords that accept three types of +values: on/off, integer, and colon-separated hostname lists for access +control. +.TP +.B localdomain [ on/off ] +If set to on, Gnash will only load movies from the local domain. +Defaults to off. +.TP +.B +localhost [ on/off ] +If set to on, Gnash will only load movies from localhost. Defaults to +off. + +.TP +.B whitelist [ access list ] +A list of hostnames, separated by colons. This is an explicit list of +hosts which are always allowed to load movies in Gnash. Any hosts not +on the list will be denied. Use this list if you would like to run +gnash with a default deny policy. + +.TP +.B blacklist [ access list ] +A list of hostnames, separated by colons. This is an explicit list of +hosts which are never allowed to load movies in Gnash. Any hosts not +on the list will be allowed. Use this list if you would like to run +gnash with a default allow policy. + +.TP +.B delay [ integer ] +Gnash uses a timer based event mechanism to advance frames at a steady +rate. This lets one override the default delay in Gnash to play a +movie slower or faster. + +.TP +.B +verbosity [ integer ] +Specifies the debug level. Higher values increase verbosity; a value +of zero disables debug output altogether. + +.TP +.B +MalformedSWFVerbosity [ on/off ] +Controls whether malformed SWF errors should be printed. + +.TP +.B +ASCodingErrorsVerbosity [ on/off ] +Controls whether ActionScript coding errors should be printed. + +.TP +.B +debuglog <path> +Specifies an alternate name and location for the debug logfile. The +default is gnash-dbg.log in Gnash's current working directory. + +.TP +.B +writelog [ on | off ] +Controls where debug output will be directed. If set to on, +output is written to debuglog; otherwise, output is written to +standard error. + +.TP +.B +sound [ on | off ] +Controls whether sound is enabled in the standalone player. Defaults +to on. + +.TP +.B +pluginsound [ on | off ] +Controls whether sound is enabled in the plugin. Defaults to on. + +.TP +.B +EnableExtensions [ on | off ] +Controls whether extensions will be enabled. Defaults to off. + +.TP +.B +StartStopped [ on | off ] +Controls the GUI startup behavior. If set to on, movies must be +explicitly started in order to play. This is particularly useful for +the plugin. Off by default. + +.SH "FILES" +.TP +.B ~/.gnashrc +Contains user settings which will be used by Gnash when running +standalone or as a browser plugin. Any command line options will +override these values. + +.TP +.B gnash-dbg.log +If writelog is set to on, gnash will log debug output to this file, +Its location may be set with the debuglog keyword in the user's +.gnashrc. By default, it is located in Gnash's +current working directory. + .SH "BUGS" The best way to report a bug is to use the form at http://savannah.gnu.org/bugs/?group=gnash. _______________________________________________ Gnash-commit mailing list Gnash-commit@gnu.org http://lists.gnu.org/mailman/listinfo/gnash-commit