Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-02-19 | endnote-to-dbxml: Remove old stuff and cleanup | Benjamin Franzke | 1 | -15/+2 | |
2015-02-19 | Add php script that builds the xslt pipeline | Benjamin Franzke | 1 | -0/+37 | |
On servers we often dont have make and xsltproc available so we should issue stuff directly from php. | |||||
2015-02-19 | Move string-replace-all to util.xsl | Benjamin Franzke | 3 | -47/+25 | |
2015-02-19 | Makefile: add a seperate update target | Benjamin Franzke | 2 | -0/+6 | |
2015-02-18 | Create a table for authors | Benjamin Franzke | 2 | -6/+56 | |
..and links the publication by id | |||||
2015-02-18 | Add Makefile – allows update only if xml changed | Benjamin Franzke | 2 | -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-18 | Implement simple xml import using xsl and load xml | Benjamin Franzke | 7 | -0/+257 | |