imip-agent

docs/tools/profile_prefs.sh

1355:6975cdaac4a4
2017-10-20 Paul Boddie Simplify the interface of the rule periods computation function.
     1 #!/bin/sh     2      3 DIRNAME=`dirname $0`     4      5 BASEDIR="$DIRNAME/../.."     6 PROFILE="$BASEDIR/imipweb/profile.py"     7      8 # Match the prefs_table and swap the columns for a table.     9     10 echo "|| '''Label''' || '''Setting''' ||"    11     12   grep '^ \+("' "$PROFILE" \    13 | sed 's/^ \+("\(.*\)".*, \+_("\(.*\)")),$/|| \2 || [[..\/Preferences#\1|\1]] ||/'    14     15 # Convert    from...                    to...    16 #            ("setting" ,   _("label")),    17 #                                       || label || [[../Preferences#setting|setting]] ||