Skip to content

Commit

Permalink
Deployment as openphacts product.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lefteris committed Jul 7, 2014
1 parent d9470b1 commit ac68577
Show file tree
Hide file tree
Showing 6 changed files with 224 additions and 80 deletions.
282 changes: 210 additions & 72 deletions .idea/workspace.xml

Large diffs are not rendered by default.

6 changes: 4 additions & 2 deletions voidEditor/src/main/webapp/documentation.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,10 @@ <h1 class="pull-left">
</h1>
<ul class="nav nav-pills pull-right" ng-controller="ModalAboutCtrl"
style="text-align: center; vertical-align: middle; margin-top: 25px;">
<li><a style="" href="http://voideditor.cs.man.ac.uk/linksets.html" target="_blank">Linkset Creator</a></li>
<li><a href="http://voideditor.cs.man.ac.uk" target="_blank">VoID Editor</a></li>
<li><a style="" href="/VoidEditor/linksets.html" target="_blank">Linkset Creator</a></li>
<!--<li><a style="" href="/linksets.html" target="_blank">Linkset Creator</a></li>-->
<li><a href="/VoidEditor/" target="_blank">VoID Editor</a></li>
<!--<li><a href="voideditor.cs.man.ac.uk" target="_blank">VoID Editor</a></li>-->
<li>
<script type="text/ng-template" id="myModalContentAbout.html">
<div class="modal-header">
Expand Down
6 changes: 4 additions & 2 deletions voidEditor/src/main/webapp/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ <h1 class="pull-left">
style="text-align: center; vertical-align: middle; margin-top: 25px;">
<li><a href="http://www.openphacts.org/specs/2013/WD-datadesc-20130912/" target="_blank">OPS Dataset
Description Specification</a></li>
<li><a href="http://voideditor.cs.man.ac.uk/linksets.html" target="_blank">Linkset Creator</a></li>
<!--<li><a href="http://voideditor.cs.man.ac.uk/linksets.html" target="_blank">Linkset Creator</a></li>-->
<li><a href="/VoidEditor/linksets.html" target="_blank">Linkset Creator</a></li>
<li>
<script type="text/ng-template" id="myModalContentAbout.html">
<div class="modal-header">
Expand Down Expand Up @@ -91,7 +92,8 @@ <h3 class="h3NeededFields "> About the Void Editor v2</h3>
available from <a href="https://github.com/openphacts/Void-Editor2" target="_blank">
https://github.com/openphacts/Void-Editor2</a>.
</p>
<p>Documentation regarding this project can be found at <a href="http://voideditor.cs.man.ac.uk/documentation.html">here</a>.</p>
<p>Documentation regarding this project can be found at <a href="/VoidEditor/documentation.html">here</a>.</p>
<!--<p>Documentation regarding this project can be found at <a href="http://voideditor.cs.man.ac.uk/documentation.html">here</a>.</p>-->
<p>
In case you have a feature request or want to file a bug, please contact <a
href="mailto:[email protected]">email</a>.
Expand Down
2 changes: 1 addition & 1 deletion voidEditor/src/main/webapp/js/datasets/services.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ var jsonService = angular.module('jsonService', ['ngResource'])
return $resource('https://beta.openphacts.org/1.3/sources?app_id=b9eff02c&app_key=3f9a38bd5bcf831b79d40e04dfe99338&_format=json');
});

var URLPreface = "" ;
var URLPreface = "/VoidEditor" ;
var opsSources = [];
/**
* @function uploadVoidData
Expand Down
2 changes: 1 addition & 1 deletion voidEditor/src/main/webapp/js/linksets/services.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ var jsonService = angular.module('jsonService', ['ngResource'])
return $resource('https://beta.openphacts.org/1.3/sources?app_id=b9eff02c&app_key=3f9a38bd5bcf831b79d40e04dfe99338&_format=json');
});

var URLPreface = "" ;//"/voidEditor"; // to be changed between dev and prod
var URLPreface = "/VoidEditor" ;//"/voidEditor"; // to be changed between dev and prod
/**
* @function ORCIDService
* @memberOf linksetCreator.linksetApp.ORCIDService
Expand Down
6 changes: 4 additions & 2 deletions voidEditor/src/main/webapp/linksets.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ <h1 class="pull-left">
style="text-align: center; vertical-align: middle; margin-top: 25px;">
<li><a href="http://www.openphacts.org/specs/2013/WD-datadesc-20130912/" target="_blank">OPS Dataset
Description Specification</a></li>
<li><a href="http://voideditor.cs.man.ac.uk" target="_blank">VoID Editor</a></li>
<li><a href="/VoidEditor/" target="_blank">VoID Editor</a></li>
<!--<li><a href="http://voideditor.cs.man.ac.uk" target="_blank">VoID Editor</a></li>-->
<li>
<script type="text/ng-template" id="myModalContentAbout.html">
<div class="modal-header">
Expand Down Expand Up @@ -91,7 +92,8 @@ <h3 class="h3NeededFields "> About the Void Editor v2</h3>
available from <a href="https://github.com/openphacts/Void-Editor2" target="_blank">
https://github.com/openphacts/Void-Editor2</a>.
</p>
<p>Documentation regarding this project can be found at <a href="http://voideditor.cs.man.ac.uk/documentation.html">here</a>.</p>
<p>Documentation regarding this project can be found at <a href="/VoidEditor/documentation.html">here</a>.</p>
<!--<p>Documentation regarding this project can be found at <a href="http://voideditor.cs.man.ac.uk/documentation.html">here</a>.</p>-->

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

0 comments on commit ac68577

Please sign in to comment.