home
·
contact
·
privacy
projects
/
config
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Improve post-wiki setup.
[config]
/
systemfiles
/
post-update
1
#!/bin/sh
2
LIFELOGDIR=/home/plom/lifelog
3
GIT_WORK_TREE=$LIFELOGDIR git checkout -f
4
find $LIFELOGDIR -name "*.rst" -type f -exec sh -c 'pandoc -s -f rst --mathml -t html5 $0 > ${0%.rst}.html' {} \;