2009-10-31 | Paul Boddie | file changeset files shortlog | Added parent page and template default support. Made new events assume the categories of the calendar in which they were created, at least by default. Fixed the styles for pop-up elements, avoiding re-wrapping and hiding the original link text. Updated the help pages. |
paul@6 | 1 | #!/bin/bash |
paul@6 | 2 | |
paul@6 | 3 | if [[ ! $1 ]] ; then |
paul@6 | 4 | echo "Please specify a directory such as ../mysite/wiki or /tmp/mysite/wiki." |
paul@6 | 5 | echo "This should be the root of your Wiki installation and contain the data" |
paul@6 | 6 | echo "directory." |
paul@6 | 7 | echo |
paul@6 | 8 | echo "You may wish to uncomment and modify the chown command in this script." |
paul@6 | 9 | exit |
paul@6 | 10 | fi |
paul@6 | 11 | |
paul@6 | 12 | cp macros/*.py $1/data/plugin/macro/ |
paul@6 | 13 | #chown www-data: $1/data/plugin/macro/*.py |