Changeset 65522 in spip-zone
- Timestamp:
- Sep 4, 2012, 12:58:48 PM (8 years ago)
- Location:
- _plugins_/spip-bible
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/spip-bible/branches/spip-bible2/plugin.xml
r61581 r65522 4 4 <auteur>[Maïeul Rouquette->http://www.maieul.net] (Auteur originel), Teddy Payet (Auteur associé), Cerdic (Idée du presse-papier)</auteur> 5 5 <licence>GPL3</licence> 6 <version>2. 1.1</version>6 <version>2.2.0</version> 7 7 <etat>stable</etat> 8 8 <install>base/bible_install.php</install> -
_plugins_/spip-bible/branches/spip-bible2/traduction/unbound.php
r38834 r65522 2 2 3 3 function recuperer_passage_unbound($livre,$chapitre_debut,$verset_debut,$chapitre_fin,$verset_fin,$unbound,$lang){ 4 $param_cache = array('livre'=>$livre,'chapitre_debut'=>$chapitre_debut,'verset_debut'=>$verset_debut,'chapitre_fin'=>$chapitre_fin,'verset_fin'=>$verset_fin,'unbound'=>$unbound );4 $param_cache = array('livre'=>$livre,'chapitre_debut'=>$chapitre_debut,'verset_debut'=>$verset_debut,'chapitre_fin'=>$chapitre_fin,'verset_fin'=>$verset_fin,'unbound'=>$unbound,$url='unbound.biola'); 5 5 //Vérifions qu'on a pas en cache 6 6 if (_NO_CACHE == 0){ … … 52 52 $i != $chapitre_debut ? $vd = 1 : $vd = $verset_debut; 53 53 54 $url = "http:// www.unboundbible.org/index.cfm?method=searchResults.doSearch¶llel_1=".$unbound."&book=".$id_livre."&from_chap=".$i."&from_verse=".$vd."&to_chap=".$i."&to_verse=".$vf;54 $url = "http://unbound.biola.edu/index.cfm?method=searchResults.doSearch¶llel_1=".$unbound."&book=".$id_livre."&from_chap=".$i."&from_verse=".$vd."&to_chap=".$i."&to_verse=".$vf; 55 55 $code = importer_charset(recuperer_page($url,'utf-8')); 56 56 -
_plugins_/spip-bible/branches/spip-bible3/paquet.xml
r61587 r65522 2 2 prefix="bible" 3 3 categorie="divers" 4 version="3. 0.0"4 version="3.1.0" 5 5 etat="stable" 6 6 compatibilite="[3.0.0;3.0.*]" -
_plugins_/spip-bible/branches/spip-bible3/traduction/unbound.php
r38834 r65522 2 2 3 3 function recuperer_passage_unbound($livre,$chapitre_debut,$verset_debut,$chapitre_fin,$verset_fin,$unbound,$lang){ 4 $param_cache = array('livre'=>$livre,'chapitre_debut'=>$chapitre_debut,'verset_debut'=>$verset_debut,'chapitre_fin'=>$chapitre_fin,'verset_fin'=>$verset_fin,'unbound'=>$unbound );4 $param_cache = array('livre'=>$livre,'chapitre_debut'=>$chapitre_debut,'verset_debut'=>$verset_debut,'chapitre_fin'=>$chapitre_fin,'verset_fin'=>$verset_fin,'unbound'=>$unbound,$url='unbound.biola'); 5 5 //Vérifions qu'on a pas en cache 6 6 if (_NO_CACHE == 0){ … … 52 52 $i != $chapitre_debut ? $vd = 1 : $vd = $verset_debut; 53 53 54 $url = "http:// www.unboundbible.org/index.cfm?method=searchResults.doSearch¶llel_1=".$unbound."&book=".$id_livre."&from_chap=".$i."&from_verse=".$vd."&to_chap=".$i."&to_verse=".$vf;54 $url = "http://unbound.biola.edu/index.cfm?method=searchResults.doSearch¶llel_1=".$unbound."&book=".$id_livre."&from_chap=".$i."&from_verse=".$vd."&to_chap=".$i."&to_verse=".$vf; 55 55 $code = importer_charset(recuperer_page($url,'utf-8')); 56 56 -
_plugins_/spip-bible/trunk/traduction/unbound.php
r38834 r65522 2 2 3 3 function recuperer_passage_unbound($livre,$chapitre_debut,$verset_debut,$chapitre_fin,$verset_fin,$unbound,$lang){ 4 $param_cache = array('livre'=>$livre,'chapitre_debut'=>$chapitre_debut,'verset_debut'=>$verset_debut,'chapitre_fin'=>$chapitre_fin,'verset_fin'=>$verset_fin,'unbound'=>$unbound );4 $param_cache = array('livre'=>$livre,'chapitre_debut'=>$chapitre_debut,'verset_debut'=>$verset_debut,'chapitre_fin'=>$chapitre_fin,'verset_fin'=>$verset_fin,'unbound'=>$unbound,$url='unbound.biola'); 5 5 //Vérifions qu'on a pas en cache 6 6 if (_NO_CACHE == 0){ … … 52 52 $i != $chapitre_debut ? $vd = 1 : $vd = $verset_debut; 53 53 54 $url = "http:// www.unboundbible.org/index.cfm?method=searchResults.doSearch¶llel_1=".$unbound."&book=".$id_livre."&from_chap=".$i."&from_verse=".$vd."&to_chap=".$i."&to_verse=".$vf;54 $url = "http://unbound.biola.edu/index.cfm?method=searchResults.doSearch¶llel_1=".$unbound."&book=".$id_livre."&from_chap=".$i."&from_verse=".$vd."&to_chap=".$i."&to_verse=".$vf; 55 55 $code = importer_charset(recuperer_page($url,'utf-8')); 56 56
Note: See TracChangeset
for help on using the changeset viewer.