Jump to content
MediaWiki

Extension talk:Semantic Web Browser

Add topic
From mediawiki.org
Latest comment: 12 years ago by Benedikt Kämpgen in topic New version of SWB uploaded (0.4)
This page used the Structured Discussions extension to give structured discussions. It has since been converted to wikitext, so the content and history here are only an approximation of what was actually displayed at the time these comments were made.


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

[edit ]
Latest comment: 12 years ago 2 comments2 people in discussion

The following discussion is closed. Please do not modify it. Subsequent comments should be made on the appropriate discussion page. No further edits should be made to this discussion.


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);
 }
 }
?>
Immeëmosol 02:44, 20 January 2012 (UTC) Reply
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 Benedikt Kämpgen (talk) 15:49, 10 November 2013 (UTC) Reply
The discussion above is closed. Please do not modify it. No further edits should be made to this discussion.

New version of SWB uploaded (0.4)

[edit ]
Latest comment: 12 years ago 3 comments2 people in discussion

The following discussion is closed. Please do not modify it. Subsequent comments should be made on the appropriate discussion page. No further edits should be made to this discussion.


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 Benedikt Kämpgen (talk) 15:51, 10 November 2013 (UTC) Reply

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). Cavila (MW 1.19.7, MySQL 5.1.66, Php 5.3.3-7, SMW 1.8, SF 1.5.2} 16:32, 10 November 2013 (UTC) Reply
Hi Cavila,
We just uploaded a new version. This one should now be stable for a while.
Best,
Benedikt Benedikt Kämpgen (talk) 17:53, 18 December 2013 (UTC) Reply
The discussion above is closed. Please do not modify it. No further edits should be made to this discussion.

AltStyle によって変換されたページ (->オリジナル) /