Skip to content

Commit

Permalink
rm simpliwiki.com
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanHuguesRobert committed Apr 21, 2016
1 parent 698900d commit 4563786
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/wiki.js
Original file line number Diff line number Diff line change
Expand Up @@ -1178,8 +1178,8 @@ WikiProto.processHttpRequest = function( req ){

WikiProto.processOembedRequest = function( path, query, req ){
// As per http://www.oembed.com/
// URL scheme: http://*.simpliwiki.com/*
// API endpoint: http://simpliwiki.com/oembed/
// URL scheme: http://*.virteal.com/*
// API endpoint: http://virteal.com/oembed/
// We got here from processHttpRequest() because path is /oembed
var that = this
this.de&&bug( "oembed, query:", Sys.inspect( query))
Expand Down Expand Up @@ -2522,7 +2522,7 @@ WikiProto.interwiki = function( moniker ){
return SW.protocol + this.host() + (SW.test ? ":" + SW.port : "") + "/"
}
if( moniker == "SimpliWiki" ){
return "http://simpliwiki.com/"
return "http://simpliwiki.virteal.com/"
}
var map = Sw.interwikiMap
if( map ){
Expand Down

0 comments on commit 4563786

Please sign in to comment.