X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Fconfig%2FREADME;h=955f5c1a35e0ca51f1373315fbdc9a29c06654e4;hp=ce3626ffec88bd96afb12234e90182dd367fa6b9;hb=0d6b320def9180cf907ceaed56b23a972a11b757;hpb=3f438031d610c7e15fd33876a879b97e290e05fb diff --git a/hacks/config/README b/hacks/config/README index ce3626ff..955f5c1a 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.22 - 22-Jun-2005 + version 4.23 + 21-Oct-2005 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,9 +131,9 @@ The tags and parameters used here are: This creates a selection popup menu. - Options should have _arg-set (_arg-unset is not used here.) + 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. ----------------------------------------------------------------------- @@ -154,6 +154,37 @@ The tags and parameters used here are: This creates a file entry field (a text field with a "Browse" button next to it.) +----------------------------------------------------------------------- + +
+ [ ... 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> @@ -169,3 +200,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. + +-----------------------------------------------------------------------