Skip to content
This repository was archived by the owner on Apr 22, 2022. It is now read-only.

Commit 34e2d67

Browse files
committed
small fix new version
1 parent 9de657e commit 34e2d67

File tree

4 files changed

+7
-11
lines changed

4 files changed

+7
-11
lines changed

CHANGES.txt

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,2 @@
1-
release date=16:13 23.10.2015,version=1.2.0,urgency=low,by=Alejandra Garcia-Rojas M <alejandra.garciarojas@ontos.com>,distribution=ldstack-nightly
2-
* Third year release
3-
* Substantial refactored code for REST services
4-
* integration Fagi of and esta-ld, and coevolution
5-
* data provenance in graphs
1+
release date=11:13 30.10.2015,version=1.2.1,urgency=low,by=Alejandra Garcia-Rojas M <alejandra.garciarojas@ontos.com>,distribution=ldstack-nightly
2+
* Allow big files for TirpleGeo

src/deb/control/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: geoknow-generator-ui
22
Distribution: ldstack-nightly
3-
Version: 1.2.0
3+
Version: 1.2.1
44
Section: web
55
Priority: extra
66
Architecture: all

src/main/resources/system-components-template.ttl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
:FaceteService
106106
a lds:ExplorationService ;
107107
rdfs:label "Facete" ;
108-
lds:serviceUrl <http://cstadler.aksw.org/facete2/> .
108+
lds:serviceUrl <http://localhost:8080/facete2/#/home> .
109109

110110
:Limes
111111
a lds:StackComponent ;
@@ -138,7 +138,7 @@
138138
:DEERService
139139
a lds:EnrichmentService ;
140140
rdfs:label "Deer" ;
141-
lds:serviceUrl <http://localhost:8080/deer-Service> .
141+
lds:serviceUrl <http://localhost:8080/deer-service> .
142142

143143
:OntoWiki
144144
a lds:StackComponent ;
@@ -179,7 +179,7 @@
179179
rdfs:label "Public-Private Data Coevolution"^^xsd:string ;
180180
lds:providesService :CoevolutionService ;
181181
dcterms:hasVersion "1.0.0"^^xsd:string ;
182-
foaf:homepage <http://geoknow-generator.aws.semweb.unister.de:8080/coevolution-service/> .
182+
foaf:homepage <http://localhost:8080/coevolution-service/> .
183183

184184
:CoevolutionService
185185
a lds:PublicationService ;

src/main/webapp/js/workbench/search-querying-and-exploration/facete-controller.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,7 @@ app.controller('FaceteFormCtrl', function($scope, ConfigurationService, Componen
5454
}
5555
else{
5656
var url= $scope.sevice.serviceUrl +
57-
'?service-uri=' + encodeURIComponent($scope.source.endpoint) +
58-
'&default-graph-uri=' + encodeURIComponent(Ns.lengthen($scope.source.graph));
57+
'?service-uri=' + encodeURIComponent($scope.source.endpoint) ;
5958
console.log(url);
6059
window.open($scope.url);
6160
return false;

0 commit comments

Comments
 (0)