imip-agent

docs/tools/profile_prefs.sh

1065:2175787d1896
2016-03-04 Paul Boddie Merged changes from the default branch. freebusy-collections
     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]] ||