-
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
17 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,4 +4,4 @@ | |
# | ||
|
||
project.name=public-repo | ||
project.version=0.6.0 | ||
project.version=0.7.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters