Skip to content

Commit

Permalink
Merge pull request #42 from swisspost/develop
Browse files Browse the repository at this point in the history
fix: updated URL in documents
  • Loading branch information
ZhengXinCN authored Jun 4, 2024
2 parents 6b3193d + 97a6f32 commit 775c661
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<p align='right'>A <a href="http://www.swisspush.org">swisspush</a> project <a href="http://www.swisspush.org" border=0><img align="top" src='https://1.gravatar.com/avatar/cf7292487846085732baf808def5685a?s=32'></a></p>
<p align='right'>A <a href="http://www.swisspost.org">swisspost</a> project <a href="http://www.swisspost.org" border=0><img align="top" src='https://1.gravatar.com/avatar/cf7292487846085732baf808def5685a?s=32'></a></p>

## vertx-rest-storage-editor ##

### What is this for an editor? ###

This editor and tree was specific builded for the [vertx-rest-storage](https://github.com/swisspush/vertx-rest-storage) to show and manage the hosted resources.
This editor and tree was specific builded for the [vertx-rest-storage](https://github.com/swisspost/vertx-rest-storage) to show and manage the hosted resources.
The Tree is based on the project [jstree](https://github.com/vakata/jstree/releases), the editor is based on [jquery](https://github.com/jquery/jquery) and the [ace-editor](https://github.com/ajaxorg/ace).

### How to use it ###

Download the newest version as zip from Github and extract it in a folder on the [vertx-rest-storage](https://github.com/swisspush/vertx-rest-storage). The easiest way to deploy this application (as a zip file) is over the [vertx-rest-mirror](https://github.com/swisspush/vertx-rest-mirror).
Download the newest version as zip from Github and extract it in a folder on the [vertx-rest-storage](https://github.com/swisspost/vertx-rest-storage). The easiest way to deploy this application (as a zip file) is over the [vertx-rest-mirror](https://github.com/swisspost/vertx-rest-mirror).

In a other way you can build and test it yourself (see `Build / Test` at the end of the page).

Expand Down
1 change: 1 addition & 0 deletions app/js/tree.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ document.getElementById("home-button").href = settings.homeUrl;
function paramSelected(value) {
var selected = getParameterByName('selected');
var treeBase = getParameterByName('treeBase');

// fix probably wrong uri with tree base instead without
if (selected) {
selected = selected.replace(treeBase, '')
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vertx-rest-storage-editor",
"version": "2.6.0",
"version": "2.6.1",
"description": "The vertx-rest-storage-editor is the front end component for vertx-rest-storage-editor.",
"author": "Matthias Baldi",
"license": "Apache-2.0",
Expand All @@ -18,7 +18,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/swisspush/vertx-rest-storage-editor.git"
"url": "https://github.com/swisspost/vertx-rest-storage-editor.git"
},
"release": {
"branches": [
Expand Down

0 comments on commit 775c661

Please sign in to comment.