Releases: 3-Round-Stones/callimachus
Callimachus 1.4.1 (Open Source)
This is a bug fix release and includes fixes in the following areas:
- Customized layout
- Client side templating engines
- Server stability
Users are encouraged to upgrade.
Callimachus 1.4.1 Release Candidate
This is a bug fix release and includes fixes in the following areas:
- Customized layout
- Client side templating engines
- Server stability
Users are encouraged to upgrade once 1.4.1 is final.
Callimachus 1.4.1 Beta
This is a bug fix release and includes fixes in the following areas:
- Customized layout
- Client side templating engines
- Server stability
Users are encouraged to upgrade once 1.4.1 is final.
Callimachus 1.4.1 Alpha
This is a bug fix release and includes fixes in the following areas:
- Customized layout
- Client side templating engines
- Server stabilitiy
Users are encouraged to upgrade once 1.4.1 is final.
Callimachus 1.4.0 (Open Source)
New features in this release include:
- Linked Data Platform support http://www.w3.org/TR/ldp/
- .xsl and .xq files now have ?results pragma to execute without a pipeline
- Markdown .md files can now be created and stored in Callimachus
- SPARQL property paths can now be used within template expressions, such as
<h1>{rdfs:label|foaf:name}</h1>
- RDF Named Queries can now use
?results&xtq=out:sparql-json
to return results
in http://www.w3.org/TR/sparql11-results-json/ - ?select, ?checkbox, and ?radio pragmas are now available to RDF Named Query
for use as XInclude targets in templates - Selectize.js is now included per default in every Callimachus page to easily create an autocomplete widget, powered by a named RDF query
http://brianreavis.github.io/selectize.js/ - Many new calli. javascript functions to make it easier to build complicated
Callimachus applications
Callimachus 1.4.0 Release Candidate
New features in this release include:
- Linked Data Platform support http://www.w3.org/TR/ldp/
- .xsl and .xq files now have ?results pragma to execute without a pipeline
- Markdown .md files can now be created and stored in Callimachus
- SPARQL property paths can now be used within template expressions, such as
<h1>{rdfs:label|foaf:name}</h1>
- RDF Named Queries can now use
?results&xtq=out:sparql-json
to return results
in http://www.w3.org/TR/sparql11-results-json/ - ?select, ?checkbox, and ?radio pragmas are now available to RDF Named Query
for use as XInclude targets in templates - Selectize.js is now included per default in every Callimachus page to easily create an autocomplete widget, powered by a named RDF query
http://brianreavis.github.io/selectize.js/ - Many new calli. javascript functions to make it easier to build complicated
Callimachus applications
Callimachus 1.3.4 (Open Source)
Bug Fix release including:
- Fixed critical Digest Authentication overflow
- Close SSL v3 POODLE Vulnerability by default on new installs
- Remove Google authentication option and just use Digest auth by default
- SPARQL DISTINCT Mis-Parsed in Named Queries using View Templates
Callimachus 1.4.0 Beta
New features in this release include:
- .xsl and .xq files now have ?results pragma to execute without a pipeline
- Markdown .md files can now be created and stored in Callimachus
- SPARQL property paths can now be used within template expressions, such as
<h1>{rdfs:label|foaf:name}</h1>
- RDF Named Queries can now use
?results&xtq=out:sparql-json
to return results
in http://www.w3.org/TR/sparql11-results-json/ - ?select, ?checkbox, and ?radio pragmas are now available to RDF Named Query
for use as XInclude targets in templates - Selectize.js is now included per default in every Callimachus page
http://brianreavis.github.io/selectize.js/ - Many new calli. javascript functions to make it easier to build complicated
Callimachus applications - Linked Data Platform support
Callimachus 1.4.0 Alpha
New features in this release include:
- .xsl and .xq files now have ?results pragma to execute without a pipeline
- Markdown .md files can now be created and stored in Callimachus
- SPARQL property paths can now be used within template expressions, such as
<h1>{rdfs:label|foaf:name}</h1>
- RDF Named Queries can now use
?results&xtq=out:sparql-json
to return results
in http://www.w3.org/TR/sparql11-results-json/ - ?select, ?checkbox, and ?radio pragmas are now available to RDF Named Query
for use as XInclude targets in templates - Selectize.js is now included per default in every Callimachus page
http://brianreavis.github.io/selectize.js/ - Many new calli. javascript functions to make it easier to build complicated
Callimachus applications
Callimachus 1.3.3 (Open Source)
This release includes support for generic XML and JSON files and corrects a few issues, such as NOT lower-casing file names when created in a browser. Users are encouraged to upgrade.