Difference between revisions of "Instances"

From Wikibase Personal data
Jump to navigation Jump to search
Line 30: Line 30:
  
 
== Customizing the menu ==
 
== Customizing the menu ==
 +
* [https://stuff.coffeecode.net/2018/wikibase-workshop-swib18.html "Customizing the menu"]
 +
* edit the sidebar, go to "/wiki/MediaWiki:Sidebar"
 +
** [https://private.dehaye.org/wiki/MediaWiki:Sidebar here for private.dehaye.org]
 +
 +
** Special:NewItem|New item
 +
** Special:NewProperty|New property
  
 
== Logo ==
 
== Logo ==
 +
* [https://stuff.coffeecode.net/2018/wikibase-workshop-swib18.html "Adding a Custom Logo"]
  
 
== User rights and namespaces ==
 
== User rights and namespaces ==
Line 37: Line 44:
 
* [https://www.mediawiki.org/wiki/Manual:$wgNamespaceProtection page specific user rights]
 
* [https://www.mediawiki.org/wiki/Manual:$wgNamespaceProtection page specific user rights]
 
* custom namespaces
 
* custom namespaces
 
  
 
== Constraints handler ==
 
== Constraints handler ==
 
* wikibase constraints work (meaning when you go to an item page, the constraints show up; will need to test myself)
 
* wikibase constraints work (meaning when you go to an item page, the constraints show up; will need to test myself)
  
== see also ==
+
== Links on Wikibase installs ==
* [https://stuff.coffeecode.net/2018/wikibase-workshop-swib18.html#_via_wikibaseimport_code_importentities_php_code notes on wikibase]
 
* edit the sidebar, go to "/wiki/MediaWiki:Sidebar"
 
** [https://private.dehaye.org/wiki/MediaWiki:Sidebar here for private.dehaye.org]
 
 
 
** Special:NewItem|New item
 
** Special:NewProperty|New property
 
 
 
* [https://stuff.coffeecode.net/2018/wikibase-workshop-swib18.html "Adding a Custom Logo"]
 
 
* [https://stuff.coffeecode.net/2018/wikibase-workshop-swib18.html "Hide link boxes on the right hand side of item pages"]
 
* [https://stuff.coffeecode.net/2018/wikibase-workshop-swib18.html "Hide link boxes on the right hand side of item pages"]
* [https://stuff.coffeecode.net/2018/wikibase-workshop-swib18.html "Customizing the menu"]
 
 
* [https://stuff.coffeecode.net/2018/wikibase-workshop-swib18.html "Supporting links to external vocabularies"]
 
* [https://stuff.coffeecode.net/2018/wikibase-workshop-swib18.html "Supporting links to external vocabularies"]
* gadgets
 
** [https://www.wikidata.org/wiki/Special:Gadgets Special:Gadgets on wikidata]
 
** [https://www.wikidata.org/wiki/MediaWiki:Gadgets-definition MediaWiki:Gagdgets-definition on wikidata]
 
** [https://www.wikidata.org/wiki/Special:Version Special:Version on wikidata]
 
** [https://www.mediawiki.org/wiki/Extension:Gadgets Extension:Gadgets instructions on MediaWiki]
 
  
 
= Instances =
 
= Instances =

Revision as of 09:35, 19 February 2019

Options for configuration

Main services

  • Wikibase
  • WDQS
  • WDQS backend
  • QuickStatements

Features

Gadgets

Gadgets are little bits of Javascript code that allow cool actions user side.

EasyQuery

  • EasyQuery.js gadget, needs to be updated for the query endpoint, at the very least. Can be done manually to start.

Customizing the menu

** Special:NewItem|New item
** Special:NewProperty|New property

User rights and namespaces

Constraints handler

  • wikibase constraints work (meaning when you go to an item page, the constraints show up; will need to test myself)

Links on Wikibase installs

Instances

Paul personal

Give me copy of Docker repo for:

  • PrivatePaul
  • private.dehaye.org
  • nothing public (view, edit, account creation)
  • with Wikibase, WBQS, etc

and host it.

base.personaldata.io

as above, with in addition:

  • name: PersonalData.IO
  • host: base.personaldata.io
  • default settings for publicity

Paul personal v2


See also