rdftemplate

Library for generating XML documents from RDF data using templates
git clone https://code.djc.id.au/git/rdftemplate/
DateCommit messageAuthorFiles+-
2012-04-25 03:55[maven-release-plugin] prepare for next development iterationDan Callaghan1+1-1
2012-04-25 03:55[maven-release-plugin] prepare release rdftemplate-1.4Dan Callaghan1+1-1
2012-04-25 03:54update dependenciesDan Callaghan2+16-15
2011-05-15 09:50clean up and flesh out TemplateInterpolator constructorsDan Callaghan1+70-30
2011-05-15 06:30[maven-release-plugin] prepare for next development iterationDan Callaghan1+1-1
2011-05-15 06:30[maven-release-plugin] prepare release rdftemplate-1.3Dan Callaghan1+1-1
2011-05-15 06:29wagon extension stuff for DAV deploymentDan Callaghan1+7-0
2011-05-15 06:27update to released jena-springDan Callaghan1+1-1
2011-04-17 05:42downgrade to Woodstox 3Dan Callaghan3+18-3
2011-04-17 04:50lang adaptationDan Callaghan4+83-1
2011-03-27 01:42HTML compatibility mode for TemplateInterpolatorDan Callaghan4+137-2
2011-03-25 10:33pom cleanupsDan Callaghan1+14-24
2010-11-20 04:24update docs: hg -> git, drop hudsonDan Callaghan1+2-3
2010-11-11 11:59README for githubDan Callaghan1+20-0
2010-11-11 11:54don't need .hgtags anymoreDan Callaghan1+0-4
2010-08-07 06:521.2 is the latest release nowDan Callaghan1+1-1
2010-08-07 06:51[maven-release-plugin] prepare for next development iterationDan Callaghan1+1-1
2010-08-07 06:51[maven-release-plugin] copy for tag rdftemplate-1.2Dan Callaghan1+1-0
2010-08-07 06:51[maven-release-plugin] prepare release rdftemplate-1.2Dan Callaghan1+1-1
2010-08-07 06:46declare Spring-related dependencies as optional, so that users aren't forced to pull in SpringDan Callaghan1+9-5
2010-08-07 06:33using sphinx instead of mvn siteDan Callaghan11+1036-8
2010-08-07 06:28config for better javadocs (with links to others)Dan Callaghan1+10-0
2010-08-07 06:28indicate license in POMDan Callaghan1+6-0
2010-07-27 04:44empty mvn siteDan C2+25-2
2010-07-27 04:43added Miskin Hill repository to pom.xml, for forked JenaDan C1+6-0
2010-07-18 21:42added GPL v3Dan C1+674-0
2010-05-16 07:09oopsDan Callaghan1+1-1
2010-05-16 07:08declare code.djc.id.au repository so that maven can find jena-springDan Callaghan1+9-0
2010-05-16 07:06no need to use a -SNAPSHOT hereDan Callaghan1+1-1
2010-05-16 06:52[maven-release-plugin] prepare for next development iterationDan Callaghan1+2-2
2010-05-16 06:52[maven-release-plugin] copy for tag rdftemplate-1.1Dan Callaghan1+1-0
2010-05-16 06:52[maven-release-plugin] prepare release rdftemplate-1.1Dan Callaghan1+2-2
2010-05-16 06:44missed package changeDan Callaghan1+2-2
2010-05-16 06:44need to exclude stupid slf4j stuffDan Callaghan1+10-0
2010-05-16 06:33mergedDan Callaghan2+8-0
2010-05-16 06:30changed group/package to au.id.djcDan Callaghan133+3187-3187
2010-05-12 08:28changed jena-spring group/package to au.id.djcDan Callaghan3+4-4
2010-05-09 10:24use new ModelOperations interface for better testabilityDan Callaghan2+18-15
2010-05-02 03:35useful utility methodDan Callaghan1+17-0
2010-05-02 03:35to make custom AdaptationFactories simplerDan Callaghan2+7-0
2010-04-04 02:25move instantiation of Adaptations from the parser into the AdaptationFactory, to allow for Spring prototype beansDan Callaghan15+162-147
2010-04-03 02:01upgraded versionsDan Callaghan1+10-6
2010-03-28 11:48spring-webmvc integrationDan Callaghan4+161-1
2010-03-28 11:47also support unparse for datetimeDan Callaghan2+37-3
2010-03-19 08:09[maven-release-plugin] prepare for next development iterationDan Callaghan1+1-1
2010-03-19 08:09[maven-release-plugin] copy for tag rdftemplate-1.0.1Dan Callaghan1+1-0
2010-03-19 08:09[maven-release-plugin] prepare release rdftemplate-1.0.1Dan Callaghan1+1-1
2010-03-19 08:07Is this even the right thing to do? ugh I hate JavaDan Callaghan1+7-0
2010-03-19 08:07don't need a snapshot of Jena (yet)Dan Callaghan1+1-1
2010-03-06 01:07[maven-release-plugin] prepare for next development iterationDan Callaghan1+2-2
2010-03-06 01:07[maven-release-plugin] copy for tag rdftemplate-1.0Dan Callaghan1+1-0
2010-03-06 01:07[maven-release-plugin] prepare release rdftemplate-1.0Dan Callaghan1+3-4
2010-03-06 01:06use local repo for releasesDan Callaghan1+1-1
2010-03-06 00:10maven and hg repo configDan Callaghan1+14-0
2010-03-05 23:32use released springDan Callaghan1+1-8
2009-12-06 04:12removed XMLEventDestination, just discovered there is already an interface for thisDan Callaghan6+21-31
2009-11-29 09:07special case for iterating across rdf:SeqsDan Callaghan7+111-12
2009-11-29 06:38more verbose exceptionsDan Callaghan10+367-91
2009-11-28 04:19strip rdf namespace declarations from outputDan Callaghan3+38-9
2009-11-27 11:27use woodstox, silly transformer hax not necessaryDan Callaghan3+15-24
2009-11-25 12:18rdf:if negationDan Callaghan3+18-4
2009-11-25 09:31new public interface to allow interpolating to a Collection rather than an XMLEventWriter, for inclusion into other XML event streamsDan Callaghan2+42-6
2009-11-23 10:31#uri-anchor adaptationDan Callaghan5+69-4
2009-11-21 08:24string-lv adaptationDan Callaghan4+77-3
2009-11-21 06:41be more forgiving of whitespaceDan Callaghan2+36-11
2009-11-16 13:35generics in new Jena, yayDan Callaghan1+1-4
2009-11-16 13:29include timezone so that if tests fail due to timezone-related variations I can figure out what's going onDan Callaghan1+2-2
2009-11-16 13:08depend on forked JenaDan Callaghan3+6-7
2009-11-15 06:48allow namespace prefix mappings to be customised in rdftemplateDan Callaghan13+127-117
2009-11-12 11:52translate " to ' for joda date formats, for convenience in selector expressionsDan Callaghan2+9-1
2009-11-01 06:40resolver for predicates, so that they need not be hardcoded in the grammarDan Callaghan5+77-11
2009-11-01 06:39weirdDan Callaghan1+1-1
2009-11-01 06:17rdf:for elementDan Callaghan3+34-0
2009-11-01 05:45datetime data type which converts to joda DateTime instances; adaptation for formatting dates/datetimesDan Callaghan9+218-9
2009-10-11 08:04weirdDan Callaghan1+1-1
2009-10-11 08:01mostly complete journal and author HTML templates; representations framework for RDFDan Callaghan1+2-6
2009-10-11 07:37support multiple comma-separate selectors in sort orderDan Callaghan8+156-60
2009-10-11 06:41self-closing tagsDan Callaghan2+27-5
2009-10-11 06:41for #year adaptationDan Callaghan2+16-0
2009-10-11 06:40unused importDan Callaghan1+0-2
2009-10-11 06:34need to filter before sorting, as the sort selector may only be applicable to nodes which pass the predicateDan Callaghan1+1-1
2009-10-07 10:30better error reportingDan Callaghan2+14-5
2009-10-06 12:40allow selector expressions to evaluate to XML event sequences which can be inserted directlyDan Callaghan2+77-25
2009-10-06 11:07rdf:joinDan Callaghan5+38-116
2009-10-06 10:15allow for user-defined adapatations, caching of selector parsing resultsDan Callaghan11+220-74
2009-10-04 06:22added support for: type predicate, boolean combination of predicates, unionsDan Callaghan12+347-43
2009-10-04 06:19using spring 3 nowDan Callaghan1+8-1
2009-10-01 11:28support years and year-months for date typeDan Callaghan7+202-27
2009-09-30 12:40insert XML literals as actual XML instead of character dataDan Callaghan6+45-5
2009-09-30 12:04servlet which renders journal HTML using rdftemplateDan Callaghan4+16-6
2009-09-30 11:01library for RDF templatesDan Callaghan33+1806-0