summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-02-19update.php: Add comment about the <single-tag/> replaceBenjamin Franzke1-0/+4
2015-02-19endnote-to-dbxml: Remove old stuff and cleanupBenjamin Franzke1-15/+2
2015-02-19Add php script that builds the xslt pipelineBenjamin Franzke1-0/+37
On servers we often dont have make and xsltproc available so we should issue stuff directly from php.
2015-02-19Move string-replace-all to util.xslBenjamin Franzke3-47/+25
2015-02-19Makefile: add a seperate update targetBenjamin Franzke2-0/+6
2015-02-18Create a table for authorsBenjamin Franzke2-6/+56
..and links the publication by id
2015-02-18Add Makefile – allows update only if xml changedBenjamin Franzke2-10/+4
We could check timestamps manually in the update.sh file, but thats what make is designed for. Use make with the hope that the servers will have that as well.
2015-02-18Implement simple xml import using xsl and load xmlBenjamin Franzke7-0/+257