# HG changeset patch # User cavaliet # Date 1390994176 -3600 # Node ID 22752b3d9c35f24fc6dff6a2df6efba5dff062ee # Parent c1477ecf55e3fa69b3747b2393daa19561049b95 dbpedia sparql query diff -r c1477ecf55e3 -r 22752b3d9c35 .hgsubstate --- a/.hgsubstate Fri Jan 24 17:50:24 2014 +0100 +++ b/.hgsubstate Wed Jan 29 12:16:16 2014 +0100 @@ -1,1 +1,1 @@ -ed31d6008d312db0bbb7a5552b9e39252a226468 vendor/bundles/IRI/Bundle/WikiTagBundle +085ea4dbfeee1ff9258235625ad8f4c628198080 vendor/bundles/IRI/Bundle/WikiTagBundle diff -r c1477ecf55e3 -r 22752b3d9c35 app/config/config.yml --- a/app/config/config.yml Fri Jan 24 17:50:24 2014 +0100 +++ b/app/config/config.yml Wed Jan 29 12:16:16 2014 +0100 @@ -81,12 +81,12 @@ type: text accessor: getCategoriesStr weight: 1.5 - # 3 url template for wikipedia and dbpedia request + # 4 REQUESTED url template for wikipedia and dbpedia request url_templates: - wikipedia_api: 'http://de.wikipedia.org/w/api.php' - wikipedia_permalink: 'http://de.wikipedia.org/w/index.php?oldid=%s' - wikipedia_opensearch: 'http://de.wikipedia.org/w/index.php?search=' - dbpedia: 'http://de.dbpedia.org/resource/%s' + wikipedia_api: 'http://fr.wikipedia.org/w/api.php' + wikipedia_permalink: 'http://fr.wikipedia.org/w/index.php?oldid=%s' + wikipedia_opensearch: 'http://fr.wikipedia.org/w/index.php?search=' + dbpedia_sparql: 'http://fr.dbpedia.org/sparql' # reactive_selectors is a list of jQuery selectors meant to let appear tag context search by selecting text. # Example of list : [ '.any_class', '#any_div .p_class', '#another_selector' ]. Write [ 'document' ] if you want the whole document/page to be reactive. # Do not define reactive_selectors if you want nothing to be reactive.