Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Paste
P3044
interwiki.json
Active
Public
Actions
Authored by
daniel
on May 11 2016, 4:52 PM.
Edit Paste
Archive Paste
View Raw File
Subscribe
Mute Notifications
Award Token
Flag For Later
Tags
None
Subscribers
None
{
"enwiki"
:
{
"type"
:
"mediawiki"
,
"ids"
:
{
"global"
:
[
"enwiki"
,
"some-old-alias"
],
"interwiki"
:
"en"
,
"domain"
:
"en.wikipedia.org"
},
"groups"
:
{
"language"
:
"en"
,
"size"
:
"big"
,
"family"
:
"wikipedia"
,
"db-cluster"
:
"s1"
},
"paths"
:
{
"article"
:
"//en.wikipedia.org/wiki/$1"
,
"api"
:
"https://en.wikipedia.org/w/api.php"
},
"props"
:
{
"database"
:
"enwiki"
,
"language"
:
"en"
}
},
"enwiktionary"
:
{
"type"
:
"mediawiki"
,
"ids"
:
{
"global"
:
"enwiktionary"
,
"interwiki"
:
[
"wiktionary"
,
"wikt"
],
"domain"
:
"en.wiktionary.org"
},
"groups"
:
{
"language"
:
"en"
,
"family"
:
"wiktionary"
,
"db-cluster"
:
"s2"
},
"paths"
:
{
"article"
:
"//en.wiktionary.org/wiki/$1"
,
"api"
:
"https://en.wiktionary.org/w/api.php"
},
"props"
:
{
"database"
:
"enwiktionary"
,
"language"
:
"en"
,
"capital-links"
:
false
}
},
"commonswiki"
:
{
"type"
:
"mediawiki"
,
"ids"
:
{
"global"
:
[
"commonswiki"
,
"commons"
],
"interwiki"
:
[
"commons"
,
"c"
],
"domain"
:
"commons.wikimedia.org"
},
"groups"
:
{
"language"
:
"en"
,
"family"
:
"commons"
,
"db-cluster"
:
"s2"
},
"paths"
:
{
"article"
:
"//commons.wikimedia.org/wiki/$1"
,
"api"
:
"https://commons.wikimedia.org/w/api.php"
},
"props"
:
{
"database"
:
"commonswiki"
,
"multilingual"
:
true
,
"transcludable"
:
true
}
},
"bb"
:
{
"type"
:
"unknown"
,
"ids"
:
{
"global"
:
[
"bb"
,
"boingboing"
],
"interwiki"
:
"bb"
,
"domain"
:
"boingboing.net"
},
"groups"
:
{
"language"
:
"en"
},
"paths"
:
{
"article"
:
"https://boingboing.net/$1.html"
},
"props"
:
{
"language"
:
"en"
}
},
"_by_ids"
:
{
"global"
:
{
"some-old-alias"
:
"enwiki"
,
"enwiki"
:
"enwiki"
,
"enwiktionary"
:
"enwiktionary"
,
"commonswiki"
:
"commonswiki"
,
"commons"
:
"commonswiki"
,
"bb"
:
"bb"
,
"boingboing"
:
"bb"
},
"interwiki"
:
{
"en"
:
"enwiki"
,
"wiktionary"
:
"enwiktionary"
,
"wikt"
:
"enwiktionary"
,
"c"
:
"commonswiki"
,
"commons"
:
"commonswiki"
,
"bb"
:
"bb"
},
"domain"
:
{
"en.wikipedia.org"
:
"enwiki"
,
"en.wiktionary.org"
:
"enwiktionary"
,
"commons.wikimedia.org"
:
"commonswiki"
,
"boingboing.net"
:
"bb"
}
},
"_by_groups"
:
{
"language"
:
{
"en"
:
[
"enwiki"
,
"enwiktionary"
,
"bb"
],
"mul"
:
[
"commonswiki"
]
},
"family"
:
{
"wikipedia"
:
[
"enwiki"
],
"wiktionary"
:
[
"enwiktionary"
],
"commons"
:
[
"commonswiki"
]
},
"db-cluster"
:
{
"s1"
:
[
"enwiki"
],
"s2"
:
[
"enwiktionary"
,
"commonswiki"
]
}
}
}
Event Timeline
daniel
created this paste.
May 11 2016, 4:52 PM
daniel
mentioned this in
T113034: RFC: Overhaul Interwiki map, unify with Sites and WikiMap
.
May 11 2016, 5:32 PM
daniel
edited the content of this paste.
(Show Details)
May 12 2016, 2:18 PM
daniel
edited the content of this paste.
(Show Details)
daniel
mentioned this in
T135133: Impossible to edit paste
.
daniel
mentioned this in
T135147: Make the domain model implemented by Site/SiteLookup/SiteStore more flexible
.
May 12 2016, 4:50 PM
daniel
mentioned this in
T135149: Implement a SiteLookup based on a nested array structure.
.
May 12 2016, 4:57 PM
daniel
mentioned this in
T135153: Allow Sites and Interwiki facilities to be configured consistently
.
May 12 2016, 5:27 PM
daniel
mentioned this in
T135156: Create a SiteStore that can write JSON and PHP files
.
May 12 2016, 5:39 PM
daniel
mentioned this in
T135154: Maintenance script to convert between different representations of interwiki / sites info
.
May 12 2016, 5:59 PM
daniel
mentioned this in
T135162: Drop importSites.php and exportSites.php scripts
.
May 12 2016, 6:03 PM
Log In to Comment