EventAggregator

Annotated instactions

58:fd80caf4722f
2009-11-07 Paul Boddie Restricted the mode parameter to specific calendars where these are named. Added display parameters to the new event links so that the calendar involved retains its settings. Tidied up parameter name handling and retrieval.
paul@10 1
#!/bin/bash
paul@10 2
paul@10 3
if [[ ! $1 ]] ; then
paul@10 4
    echo "Please specify a directory such as ../mysite/wiki or /tmp/mysite/wiki."
paul@10 5
    echo "This should be the root of your Wiki installation and contain the data"
paul@10 6
    echo "directory."
paul@10 7
    echo
paul@10 8
    echo "You may wish to uncomment and modify the chown command in this script."
paul@10 9
    exit
paul@10 10
fi
paul@10 11
paul@10 12
cp actions/*.py $1/data/plugin/action/
paul@10 13
#chown www-data: $1/data/plugin/action/*.py