Strabon
diff README @ 1337:4dff2f1163d8
Merge with default branch.
author | Panayiotis Smeros <psmeros@di.uoa.gr> |
---|---|
date | Fri May 23 13:37:11 2014 +0300 (2014-05-23) |
parents | b5fbf3cca0f7 8248e96ae606 |
children | 5b6b65340693 |
line diff
1.1 --- a/README Sun Oct 20 19:06:26 2013 +0300 1.2 +++ b/README Fri May 23 13:37:11 2014 +0300 1.3 @@ -448,13 +448,13 @@ 1.4 The system Strabon has been developed by the following members of our team: 1.5 1.6 * Manos Karpathiotakis <mk@di.uoa.gr> 1.7 -* Kostis Kyzirakos <kkyzir@di.uoa.gr> 1.8 +* Kostis Kyzirakos <Kostis.Kyzirakos@cwi.nl> 1.9 * Manolis Koubarakis <koubarak@di.uoa.gr> 1.10 * Giorgos Garbis <ggarbis@di.uoa.gr> 1.11 * Konstantina Bereta <konstantina.bereta@di.uoa.gr> 1.12 * Charalampos Nikolaou <charnik@di.uoa.gr> 1.13 * Stella Gianakopoulou <sgian@di.uoa.gr> 1.14 -* Panagiotis Smeros <psmeros@di.uoa.gr> 1.15 +* Panayiotis Smeros <psmeros@di.uoa.gr> 1.16 * Kallirroi Dogani <kallirroi@di.uoa.gr> 1.17 1.18 1.19 @@ -481,6 +481,31 @@ 1.20 1.21 Known Issues 1.22 ============ 1.23 +* Strabon depends on a version of Sesame OpenRDF that is not hosted at the central 1.24 + repository of Maven. These artifacts resided on the Maven repository of Aduna 1.25 + which is not maintained any more. For this reason, you can use a mirror repository 1.26 + hosted by Ontotext. To configure maven to use the Ontotext mirror for the Aduna 1.27 + repository, you append to your settings file ${user.home}/.m2/settings.xml) the 1.28 + following: 1.29 + 1.30 +<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0" 1.31 + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 1.32 + xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 1.33 + http://maven.apache.org/xsd/settings-1.0.0.xsd"> 1.34 +... 1.35 +... 1.36 + <mirrors> 1.37 + <mirror> 1.38 + <id>aduna-mirror</id> 1.39 + <name>Aduna Maven Repository - Mirror</name> 1.40 + <url>http://maven.ontotext.com/content/repositories/aduna/</url> 1.41 + <mirrorOf>aduna-opensource.releases</mirrorOf> 1.42 + </mirror> 1.43 + </mirrors> 1.44 +... 1.45 +... 1.46 +</settings> 1.47 + 1.48 * By default, Tomcat uses ISO-8859-1 character encoding when decoding URLs received 1.49 from a browser. This can cause problems when encoding is UTF-8, and you are using 1.50 international characters. In order to fix this, edit conf/server.xml and find the