Extension Repository Server
Backend of the XWiki based Extension Repository |
Type | JAR |
Category | |
Developed by | |
Active Installs | 10 |
Rating | |
License | GNU Lesser General Public License 2.1 |
Table of contents
Description
The Extension Module supports various kind of repositories. One of them is based on its own REST protocol.
This extension is an implementation of this protocol based on an XWiki instance.
See design page for ideas of future features and improvements
Features:
- Index stored in XWiki pages
- Repository administration UI
- Integrated with wiki users
- Import extensions from any other repositories (for example with this feature you can import an extension located in a Maven repository into your XWiki Repository)
Overall Architecture
Prerequisites & Installation Instructions
We recommend using the Extension Manager to install this extension (Make sure that the text "Installable with the Extension Manager" is displayed at the top right location on this page to know if this extension can be installed with the Extension Manager).
You can also use the manual method which involves dropping the JAR file and all its dependencies into the WEB-INF/lib folder and restarting XWiki.
Dependencies
Dependencies for this extension (org.xwiki.platform:xwiki-platform-repository-server-api 16.10.2):
- org.xwiki.commons:xwiki-commons-extension-api 16.10.2
- org.xwiki.commons:xwiki-commons-repository-api 16.10.2
- org.xwiki.platform:xwiki-platform-query-manager 16.10.2
- org.xwiki.platform:xwiki-platform-ratings-api 16.10.2
- org.xwiki.platform:xwiki-platform-rest-server 16.10.2
- org.xwiki.platform:xwiki-platform-search-solr-query 16.10.2
- org.xwiki.commons:xwiki-commons-cache-api 16.10.2
- org.xwiki.platform:xwiki-platform-oldcore 16.10.2
- org.xwiki.rendering:xwiki-rendering-api 16.10.2
- org.xwiki.rendering:xwiki-rendering-syntax-xhtml 16.10.2
- org.apache.httpcomponents:httpclient 4.5.14
- jakarta.ws.rs:jakarta.ws.rs-api 2.1.6