summaryrefslogtreecommitdiff
path: root/update.sh
diff options
context:
space:
mode:
Diffstat (limited to 'update.sh')
-rwxr-xr-xupdate.sh13
1 files changed, 13 insertions, 0 deletions
diff --git a/update.sh b/update.sh
new file mode 100755
index 0000000..6ad1214
--- /dev/null
+++ b/update.sh
@@ -0,0 +1,13 @@
+#!/bin/sh
+
+cd $(dirname $0)
+cat "LIKAT Publications.xml" \
+ | xsltproc convert-style-to-html.xsl - \
+ | xsltproc endnote-to-dbxml.xsl - \
+ | sed -f fix-empty-tags.sed \
+ > dbxml.xml
+
+# sed -f cdata.sed | \
+# xmllint --pretty 1 - \
+
+mysql -v -utypo3 -ptypo3 typo3 < update.sql