X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Fconfig%2FREADME;h=77597ca2ca0736c1e9c4450dda820e3731885194;hp=d43165d1aaa469b41f86b884ffbf0d51228019f8;hb=07faf451b99879183ed7e909e43a0e065be1ee7f;hpb=e4fa2ac140f7bc56571373a7b7eb585fa4500e38 diff --git a/hacks/config/README b/hacks/config/README index d43165d1..77597ca2 100644 --- a/hacks/config/README +++ b/hacks/config/README @@ -4,8 +4,8 @@ a screen saver and locker for the X window system by Jamie Zawinski - version 4.15 - 26-Feb-2004 + version 5.01b2 + 18-Sep-2006 http://www.jwz.org/xscreensaver/ @@ -60,11 +60,11 @@ The tags and parameters used here are: into the command line (that's what makes it the default.) For example: - + or if "foo" is the default, and must be explicity turned off, - + ----------------------------------------------------------------------- @@ -131,10 +131,22 @@ The tags and parameters used here are: This creates a selection popup menu. - Options should have _arg-set, and never _arg-unset. + Options should have arg-set (arg-unset is not used here.) - One of the menu items (the default) should have no - _arg-set. + One of the menu items (the default) should have no arg-set. + + Each arg-set should begin with the same switch: that is, + all the args in a given menu should look like: + + -mode one + -mode two + -mode three + + and not + + -this + -that + -the other ----------------------------------------------------------------------- @@ -143,7 +155,7 @@ The tags and parameters used here are: arg="-SWITCH %" /> - This creates a text entry field. Options should be obvious. + This creates a text entry field. ----------------------------------------------------------------------- @@ -155,6 +167,66 @@ The tags and parameters used here are: This creates a file entry field (a text field with a "Browse" button next to it.) +----------------------------------------------------------------------- + + + + This indicates that this screen saver displays text via the + "xscreensaver-text" program. + + In the X11 version, this tag does nothing: the text-related + preferences are in the main Screen Saver Preferences window, + not in the per-display-mode preferences. + + In the MacOS version, the text-related preferences appear + in this pane, and this tag emits those several controls. + +----------------------------------------------------------------------- + + + + This indicates that this screen saver displays images via the + "xscreensaver-getimage" program. + + In the X11 version, this tag does nothing: the image-loading + and screen-grabbing-related preferences are in the main + Screen Saver Preferences window, not in the per-display-mode + preferences. + + In the MacOS version, the image-related preferences appear + in this pane, and this tag emits those several controls. + +----------------------------------------------------------------------- + +
+ [ ... s ... ] + [ ... s ... ] + [ ... s ... ] + [ ... s ... ] + [ ... s ... ] + [ ...
s ... ] + + + A vertical group of widgets/groups. No more than 10 widgets + or groups should be used in a column. + + Since the default alignment of widgets is a column, the + element is only of use inside an
element. + ----------------------------------------------------------------------- <_description> @@ -170,3 +242,8 @@ The tags and parameters used here are: entities are allowed; HTML (and other markup) is not. ----------------------------------------------------------------------- + +If you are DTD-minded, you may also find the included files "xss.dtd" +and "xss.xsd" useful. + +-----------------------------------------------------------------------