Extension talk:Semantic Web Browser

About this board

New version of SWB uploaded (0.4)

3
Benedikt Kämpgen (talkcontribs)

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

Cavila (talkcontribs)

Hi Benedikt, I didn't realise you released the new version just yet, so I will you at it (so as to avoid potential edit conflicts).

Benedikt Kämpgen (talkcontribs)

Hi Cavila,

We just uploaded a new version. This one should now be stable for a while.

Best,

Benedikt

SemanticWebBrowser/specials/SearchTriple/SWB_SpecialBrowseWiki.php 106 private function displayBrowse() {

2
Immeëmosol (talkcontribs)

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); } } ?>

Benedikt Kämpgen (talkcontribs)

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

There are no older topics