diff --git a/README.md b/README.md index 65056a8..95c030b 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,14 @@ -# public-xar-repo +# public-repo eXist Public Application Repository -This application allows an eXist-db instance to host a repository of applications and libraries stored in the EXPath Package format. Other eXist-db clients can configure their Dashboard (click on the gear icon beneath the eXist-db icon, and you will see a field, "Public Repository URL"), and can then browse available packages via Dashboard > Package Manager. +This application allows an eXist-db instance to host a repository of applications and libraries stored in the EXPath Package format. Other eXist-db clients can browse available packages via Dashboard > Package Manager. The application: - Displays the list of packages as HTML for browsing/downloading by users -- Exposes a package listing API to eXist-db clients via their Dashboard > Package Manager. -- Exposes an atom feed with all package updates +- Exposes a package listing API to eXist-db clients via their Dashboard > Package Manager +- Exposes an Atom feed with all package updates - Allows administrators to log in, upload new packages, and refresh the package metadata -By default, eXist-db's Dashboard > Package Manager is configured to access the eXist-db Public Application Repository at http://demo.exist-db.org/exist/apps/public-repo/index.html. +By default, eXist-db's Dashboard > Package Manager is configured to access the eXist-db Public Application Repository at https://demo.exist-db.org/exist/apps/public-repo/index.html. diff --git a/build.properties b/build.properties index 9f36a51..4feea79 100644 --- a/build.properties +++ b/build.properties @@ -4,4 +4,4 @@ # project.name=public-repo -project.version=0.6.0 +project.version=0.7.0 diff --git a/repo.xml b/repo.xml index 0de20e0..ed76815 100644 --- a/repo.xml +++ b/repo.xml @@ -1,8 +1,8 @@ - Scripts to maintain eXist's public application repository. + A repository for EXPath Packages containing applications and libraries for eXist Wolfgang Meier - https://github.com/eXist-db/public-xar-repo + https://github.com/eXist-db/public-repo alpha GNU-LGPL true @@ -12,6 +12,14 @@ post-install.xql + +
    +
  • Feature: Allow lookup of packages by legacy abbreviations, e.g., abbrev=doc.
  • +
  • Feature: Improve naming of XAR packages when downloading them via pkg.zip request, e.g., public-repo/pkg.zip?abbrev=doc&zip=yes&processor=2.2.0.
  • +
  • Feature: Add a facility for describing found packages, e.g., public-repo/modules/find.xql?abbrev=doc&info=yes.
  • +
  • Fixed: Miscellaneous issues with changelog, icon width, focus of login form, loading landing pg without trailing slash.
  • +
+
  • Allow processor version to end with a label, for compatibility with eXist 3.1.0+ semver scheme.
  • @@ -56,4 +64,4 @@
- \ No newline at end of file +