Difference between revisions of "Instances"
Jump to navigation
Jump to search
Line 42: | Line 42: | ||
* 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 = | + | == see also == |
* [https://stuff.coffeecode.net/2018/wikibase-workshop-swib18.html#_via_wikibaseimport_code_importentities_php_code notes on wikibase] | * [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" | * edit the sidebar, go to "/wiki/MediaWiki:Sidebar" | ||
Line 59: | Line 59: | ||
** [https://www.wikidata.org/wiki/Special:Version Special:Version 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] | ** [https://www.mediawiki.org/wiki/Extension:Gadgets Extension:Gadgets instructions on MediaWiki] | ||
− | |||
− | |||
= Instances = | = Instances = |
Revision as of 09:33, 19 February 2019
Options for configuration
- site name
- site URL
- wikibase installation
- sending email
- locate password file elsewhere? not in plain text?
- copyright
- Wikibase-docker example
- Readme there for multiple services
- LocalSettings
- settings generator
- Someone customizing the wikibase docker compose
Main services
- Wikibase
- WDQS
- WDQS backend
- QuickStatements
Features
Gadgets
Gadgets are little bits of Javascript code that allow cool actions user side.
- See Special:Gadgets on wikidata
- See MediaWiki:Gagdgets-definition on wikidata
- Check Special:Version on wikidata to see if gadgets are installed.
- See Extension:Gadgets instructions on MediaWiki
EasyQuery
- EasyQuery.js gadget, needs to be updated for the query endpoint, at the very least. Can be done manually to start.
Logo
User rights and namespaces
- user rights
- page specific user rights
- custom namespaces
Constraints handler
- wikibase constraints work (meaning when you go to an item page, the constraints show up; will need to test myself)
see also
- notes on wikibase
- edit the sidebar, go to "/wiki/MediaWiki:Sidebar"
** Special:NewItem|New item ** Special:NewProperty|New property
- "Adding a Custom Logo"
- "Hide link boxes on the right hand side of item pages"
- "Customizing the menu"
- "Supporting links to external vocabularies"
- gadgets
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