Skip to content

Commit ac68577

Browse files
committed
Deployment as openphacts product.
1 parent d9470b1 commit ac68577

File tree

6 files changed

+224
-80
lines changed

6 files changed

+224
-80
lines changed

.idea/workspace.xml

Lines changed: 210 additions & 72 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

voidEditor/src/main/webapp/documentation.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,10 @@ <h1 class="pull-left">
7373
</h1>
7474
<ul class="nav nav-pills pull-right" ng-controller="ModalAboutCtrl"
7575
style="text-align: center; vertical-align: middle; margin-top: 25px;">
76-
<li><a style="" href="http://voideditor.cs.man.ac.uk/linksets.html" target="_blank">Linkset Creator</a></li>
77-
<li><a href="http://voideditor.cs.man.ac.uk" target="_blank">VoID Editor</a></li>
76+
<li><a style="" href="/VoidEditor/linksets.html" target="_blank">Linkset Creator</a></li>
77+
<!--<li><a style="" href="/linksets.html" target="_blank">Linkset Creator</a></li>-->
78+
<li><a href="/VoidEditor/" target="_blank">VoID Editor</a></li>
79+
<!--<li><a href="voideditor.cs.man.ac.uk" target="_blank">VoID Editor</a></li>-->
7880
<li>
7981
<script type="text/ng-template" id="myModalContentAbout.html">
8082
<div class="modal-header">

voidEditor/src/main/webapp/index.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@ <h1 class="pull-left">
6363
style="text-align: center; vertical-align: middle; margin-top: 25px;">
6464
<li><a href="http://www.openphacts.org/specs/2013/WD-datadesc-20130912/" target="_blank">OPS Dataset
6565
Description Specification</a></li>
66-
<li><a href="http://voideditor.cs.man.ac.uk/linksets.html" target="_blank">Linkset Creator</a></li>
66+
<!--<li><a href="http://voideditor.cs.man.ac.uk/linksets.html" target="_blank">Linkset Creator</a></li>-->
67+
<li><a href="/VoidEditor/linksets.html" target="_blank">Linkset Creator</a></li>
6768
<li>
6869
<script type="text/ng-template" id="myModalContentAbout.html">
6970
<div class="modal-header">
@@ -91,7 +92,8 @@ <h3 class="h3NeededFields "> About the Void Editor v2</h3>
9192
available from <a href="https://github.com/openphacts/Void-Editor2" target="_blank">
9293
https://github.com/openphacts/Void-Editor2</a>.
9394
</p>
94-
<p>Documentation regarding this project can be found at <a href="http://voideditor.cs.man.ac.uk/documentation.html">here</a>.</p>
95+
<p>Documentation regarding this project can be found at <a href="/VoidEditor/documentation.html">here</a>.</p>
96+
<!--<p>Documentation regarding this project can be found at <a href="http://voideditor.cs.man.ac.uk/documentation.html">here</a>.</p>-->
9597
<p>
9698
In case you have a feature request or want to file a bug, please contact <a
9799
href="mailto:info@openphactsfoundation.org">email</a>.

voidEditor/src/main/webapp/js/datasets/services.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ var jsonService = angular.module('jsonService', ['ngResource'])
1212
return $resource('https://beta.openphacts.org/1.3/sources?app_id=b9eff02c&app_key=3f9a38bd5bcf831b79d40e04dfe99338&_format=json');
1313
});
1414

15-
var URLPreface = "" ;
15+
var URLPreface = "/VoidEditor" ;
1616
var opsSources = [];
1717
/**
1818
* @function uploadVoidData

voidEditor/src/main/webapp/js/linksets/services.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ var jsonService = angular.module('jsonService', ['ngResource'])
1111
return $resource('https://beta.openphacts.org/1.3/sources?app_id=b9eff02c&app_key=3f9a38bd5bcf831b79d40e04dfe99338&_format=json');
1212
});
1313

14-
var URLPreface = "" ;//"/voidEditor"; // to be changed between dev and prod
14+
var URLPreface = "/VoidEditor" ;//"/voidEditor"; // to be changed between dev and prod
1515
/**
1616
* @function ORCIDService
1717
* @memberOf linksetCreator.linksetApp.ORCIDService

voidEditor/src/main/webapp/linksets.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@ <h1 class="pull-left">
6363
style="text-align: center; vertical-align: middle; margin-top: 25px;">
6464
<li><a href="http://www.openphacts.org/specs/2013/WD-datadesc-20130912/" target="_blank">OPS Dataset
6565
Description Specification</a></li>
66-
<li><a href="http://voideditor.cs.man.ac.uk" target="_blank">VoID Editor</a></li>
66+
<li><a href="/VoidEditor/" target="_blank">VoID Editor</a></li>
67+
<!--<li><a href="http://voideditor.cs.man.ac.uk" target="_blank">VoID Editor</a></li>-->
6768
<li>
6869
<script type="text/ng-template" id="myModalContentAbout.html">
6970
<div class="modal-header">
@@ -91,7 +92,8 @@ <h3 class="h3NeededFields "> About the Void Editor v2</h3>
9192
available from <a href="https://github.com/openphacts/Void-Editor2" target="_blank">
9293
https://github.com/openphacts/Void-Editor2</a>.
9394
</p>
94-
<p>Documentation regarding this project can be found at <a href="http://voideditor.cs.man.ac.uk/documentation.html">here</a>.</p>
95+
<p>Documentation regarding this project can be found at <a href="/VoidEditor/documentation.html">here</a>.</p>
96+
<!--<p>Documentation regarding this project can be found at <a href="http://voideditor.cs.man.ac.uk/documentation.html">here</a>.</p>-->
9597

9698
<p>
9799
In case you have a feature request or want to file a bug, please contact <a

0 commit comments

Comments
 (0)