Hello Semantic Web Browser community,
We have just uploaded a new version (0.4).
Let us know how you use SWB and how we can improve it.
Best,
Benedikt
Hello Semantic Web Browser community,
We have just uploaded a new version (0.4).
Let us know how you use SWB and how we can improve it.
Best,
Benedikt
SemanticWebBrowser/specials/SearchTriple/SWB_SpecialBrowseWiki.php
106
private function displayBrowse() { ...
<?php if (empty($arr_equi_values)) { $info = wfParseUrl( # Title::newFromText( $this->articletext # )->getCanonicalURL() ); if ( FALSE !== $info ) { (!isset( $info['scheme']) ) ? $scheme = "" : $scheme = $info['scheme']; (!isset( $info['host']) ) ? $host = "" : $host = "//".$info['host']; (!isset( $info['path']) ) ? $path = "" : $path = $info['path']; (!isset( $info['query']) ) ? $query = "" : $query = $info['query']; (!isset( $info['fragment'])) ? $fragment = "" : $fragment = $info['fragment']; if($scheme=="" || $host.$path==""){ // in this case SMWDIUri becomes Exception }else{ $arr_equi_values[] = new SMWDIUri($scheme, $host.$path, $query, $fragment); } } ?>
Hi Immeëmosol,
Just to let you know, we have pushed a new version of Semantic Web Browser to Git.
Hope you like the extension. Let me know if you have questions.
Best,
Benedikt