summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-02-20style2html: Convert greek transcriptionsHEADmasterBenjamin Franzke1-1/+12
2015-02-20Create author table from primary authors onlyBenjamin Franzke1-1/+1
2015-02-19Use exsl:str:replace function instead of templateBenjamin Franzke2-46/+9
We need exsl anyway and using str:replace as xpath function simplifies the template alot.
2015-02-19more cleanupBenjamin Franzke1-2/+0
2015-02-19update gitignoreBenjamin Franzke1-2/+1
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