# to refresh when changes happen
- #!/bin/sh
-
- # to refresh when changes happen
-
BASE="/path/to/base/dir"
SETUPFILE="$BASE/ikiwiki.setup"
UNDERLAYDIR="$BASE/underlay"
ikiwiki --refresh --setup "$SETUPFILE" --underlaydir="$UNDERLAYDIR" --verbose
-UlrikSverdrup
\ No newline at end of file
+Positives:
+
+* Containment: I only have the above `$BASE` directory to backup: it contains the srcdir and setup files. No external svn repository. This means that suddenly `git` and `ikiwiki` pair into a stand-alone self-contained wiki compiler kit.
+
+UlrikSverdrup (This is now crossposted to the above mentioned [website][ulrikweb])
+
+[ulrikweb]: http://www.student.lu.se/~cif04usv/wiki/stuff/git.html
\ No newline at end of file