Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-02-20 | style2html: Convert greek transcriptionsHEADmaster | Benjamin Franzke | 1 | -1/+12 | |
2015-02-20 | Create author table from primary authors only | Benjamin Franzke | 1 | -1/+1 | |
2015-02-19 | Use exsl:str:replace function instead of template | Benjamin Franzke | 2 | -46/+9 | |
We need exsl anyway and using str:replace as xpath function simplifies the template alot. | |||||
2015-02-19 | more cleanup | Benjamin Franzke | 1 | -2/+0 | |
2015-02-19 | update gitignore | Benjamin Franzke | 1 | -2/+1 | |
2015-02-19 | update.php: Add comment about the <single-tag/> replace | Benjamin Franzke | 1 | -0/+4 | |
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 | |