Skip to content

Commit

Permalink
Merge branch 'release-0.1.0-alpha'
Browse files Browse the repository at this point in the history
  • Loading branch information
bwbohl committed Sep 30, 2014
2 parents cd8ac91 + a794ed1 commit 0d0896a
Show file tree
Hide file tree
Showing 5 changed files with 693 additions and 4 deletions.
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,22 @@ eXanore
Implementation of annotatorjs.org Store API as eXist-db library

References
----------

http://annotatorjs.org/
http://docs.annotatorjs.org/en/latest/storage.html


Version 0.1.0-alpha
-------------------

implements:
* root request
* index request
* store request

License
-------

This package is available under the terms of [GNU GPL-3 License](https://www.gnu.org/licenses/gpl.html) a copy of the license can be found in the repository [gpl-3.0.txt](gpl-3.0.txt).

http://docs.annotatorjs.org/en/latest/storage.html
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project default="xar" name="eXanore">
<property name="project.version" value="0.1"/>
<property name="project.version" value="0.1.0-alpha"/>
<property name="project.app" value="eXanore"/>
<property name="build.dir" value="build"/>
<target name="xar">
Expand Down
2 changes: 1 addition & 1 deletion expath-pkg.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<package xmlns="http://expath.org/ns/pkg" name="http://www.edirom.de/tools/eXanore" abbrev="eXanore" version="0.1" spec="1.0">
<package xmlns="http://expath.org/ns/pkg" name="http://www.edirom.de/tools/eXanore" abbrev="eXanore" version="0.1.0-alpha" spec="1.0">
<title>eXanore - eXist-db Annotator Store API</title>
<dependency package="http://xqilla.sourceforge.net/pkg/xqjson" semver-min="0.1.6"/>
</package>
Loading

0 comments on commit 0d0896a

Please sign in to comment.