From 3f38529b0c633a057e876cd0939795a6d3bba15d Mon Sep 17 00:00:00 2001 From: marco candrian Date: Wed, 9 Apr 2008 03:03:53 +0200 Subject: [PATCH] [doc] generate rc skeleton based on the order found in common/configopts what is much better now already. Much better could be achived still once --- build-utils/extractrcskeleton.py | 90 ++++++++++++++++++++-------------------- 1 file changed, 45 insertions(+), 45 deletions(-) diff --git a/build-utils/extractrcskeleton.py b/build-utils/extractrcskeleton.py index 197979d5..a4b7f644 100755 --- a/build-utils/extractrcskeleton.py +++ b/build-utils/extractrcskeleton.py @@ -4,41 +4,17 @@ # Copyright (C) 2008 Julien Danjou # Copyright (C) 2008 Marco Candrian # -# This indeed crappy. Any better version, even with awk, would be welcome. - - -print """Note: when there is no whitespace, quotes are optional. - - -> true or false - -> Color in X format or hexadecimal (e.g. #aabbcc) - -> Floating numbers (e.g 0.2) - -> Pango font: [FAMILY-LIST] [STYLE-OPTIONS] [SIZE] (e.g Sans Italic 12) - -> A name used to identify (e.g foobar) - -> A path to an image (e.g. /home/user/image.jpg) - -> A signed integer - -> A KeySym (e.g. F10) or a KeyCodea (e.g #120) - -> A key modifier list (e.g. Mod1) - -> Regular expression - -> A string - -> A string list (e.g. {a, b, c, ...}) - -> Argument to an uicb function - -> Uicb function, see UICB FUNCTIONS -