[MediaWiki-commits] [Gerrit] mediawiki...Wikibase[master]: Add docs for the "pagePropertiesRdf" setting

2016-08-30 Thread jenkins-bot (Code Review)
jenkins-bot has submitted this change and it was merged.

Change subject: Add docs for the "pagePropertiesRdf" setting
..


Add docs for the "pagePropertiesRdf" setting

Text mostly taken from Stas, per 0f9a06dee8.

Change-Id: I2afd611a8ba5840bdb4c4fa14a2c0888ef21df69
---
M docs/options.wiki
1 file changed, 2 insertions(+), 1 deletion(-)

Approvals:
  Smalyshev: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/docs/options.wiki b/docs/options.wiki
index 56ccc28..46ae251 100644
--- a/docs/options.wiki
+++ b/docs/options.wiki
@@ -50,6 +50,7 @@
 ;formatterUrlProperty: Property to be used on properties that defines a 
formatter URL which is used to link identifiers. The placeholder 
$1 will be replaced by the identifier. Example: 
https://www.wikidata.org/entity/$1
 ;transformLegacyFormatOnExport: Whether entity revisions stored in a legacy 
format should be converted on the fly while exporting. Enabled per default.
 ;allowEntityImport: allow importing entities via Special:Import and 
importDump.php. Per default, imports are forbidden, since entities defined in 
another wiki would have or use IDs that conflict with entities defined locally.
+;pagePropertiesRdf: array that maps between page properties and Wikibase 
predicates for RDF dumps. Maps from database property name to an array that 
contains a key 'name' (RDF property name, which will be prefixed by wikibase:) 
and an optional key 'type'.
 
 == Client Settings ==
 
@@ -98,4 +99,4 @@
 ;injectRecentChanges: whether changes on the repository should be injected 
into this wiki's recent changes table, so they show up on watchlists, etc. 
Requires the dispatchChanges.php script to run, and this wiki to 
be listed in the localClientDatabases setting on the repository.
 ;showExternalRecentChanges: whether changes on the repository should be 
displayed on Special:RecentChanges, Special:Watchlist, etc on the client wiki. 
In contrast to injectRecentChanges, this setting just removes the 
changes from the user interface. The default is false. This is 
intended to temporarily prevent external changes from showing in order to find 
or fix some issue on a live site.
 ;sendEchoNotification: if true, allows users on the client wiki to get a 
notification when a page they created is connected to a repo item. This 
requires the Echo extension.
-;repoIcon: if sendEchoNotification is set to true, you 
can also provide what icon the user will see. The correct syntax is 
array( 'url' => '...' ) or array( 'path' => '...' ) 
where path is relative to $wgExtensionAssetsPath. 
Defaults to false which means that there will be the default Echo icon.
\ No newline at end of file
+;repoIcon: if sendEchoNotification is set to true, you 
can also provide what icon the user will see. The correct syntax is 
array( 'url' => '...' ) or array( 'path' => '...' ) 
where path is relative to $wgExtensionAssetsPath. 
Defaults to false which means that there will be the default Echo icon.

-- 
To view, visit https://gerrit.wikimedia.org/r/307666
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I2afd611a8ba5840bdb4c4fa14a2c0888ef21df69
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Wikibase
Gerrit-Branch: master
Gerrit-Owner: Hoo man 
Gerrit-Reviewer: Aude 
Gerrit-Reviewer: Hoo man 
Gerrit-Reviewer: Smalyshev 
Gerrit-Reviewer: jenkins-bot <>

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits


[MediaWiki-commits] [Gerrit] mediawiki...Wikibase[master]: Add docs for the "pagePropertiesRdf" setting

2016-08-30 Thread Hoo man (Code Review)
Hoo man has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/307666

Change subject: Add docs for the "pagePropertiesRdf" setting
..

Add docs for the "pagePropertiesRdf" setting

Text mostly taken from Stas, per 0f9a06dee8.

Change-Id: I2afd611a8ba5840bdb4c4fa14a2c0888ef21df69
---
M docs/options.wiki
1 file changed, 2 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Wikibase 
refs/changes/66/307666/1

diff --git a/docs/options.wiki b/docs/options.wiki
index 56ccc28..46ae251 100644
--- a/docs/options.wiki
+++ b/docs/options.wiki
@@ -50,6 +50,7 @@
 ;formatterUrlProperty: Property to be used on properties that defines a 
formatter URL which is used to link identifiers. The placeholder 
$1 will be replaced by the identifier. Example: 
https://www.wikidata.org/entity/$1
 ;transformLegacyFormatOnExport: Whether entity revisions stored in a legacy 
format should be converted on the fly while exporting. Enabled per default.
 ;allowEntityImport: allow importing entities via Special:Import and 
importDump.php. Per default, imports are forbidden, since entities defined in 
another wiki would have or use IDs that conflict with entities defined locally.
+;pagePropertiesRdf: array that maps between page properties and Wikibase 
predicates for RDF dumps. Maps from database property name to an array that 
contains a key 'name' (RDF property name, which will be prefixed by wikibase:) 
and an optional key 'type'.
 
 == Client Settings ==
 
@@ -98,4 +99,4 @@
 ;injectRecentChanges: whether changes on the repository should be injected 
into this wiki's recent changes table, so they show up on watchlists, etc. 
Requires the dispatchChanges.php script to run, and this wiki to 
be listed in the localClientDatabases setting on the repository.
 ;showExternalRecentChanges: whether changes on the repository should be 
displayed on Special:RecentChanges, Special:Watchlist, etc on the client wiki. 
In contrast to injectRecentChanges, this setting just removes the 
changes from the user interface. The default is false. This is 
intended to temporarily prevent external changes from showing in order to find 
or fix some issue on a live site.
 ;sendEchoNotification: if true, allows users on the client wiki to get a 
notification when a page they created is connected to a repo item. This 
requires the Echo extension.
-;repoIcon: if sendEchoNotification is set to true, you 
can also provide what icon the user will see. The correct syntax is 
array( 'url' => '...' ) or array( 'path' => '...' ) 
where path is relative to $wgExtensionAssetsPath. 
Defaults to false which means that there will be the default Echo icon.
\ No newline at end of file
+;repoIcon: if sendEchoNotification is set to true, you 
can also provide what icon the user will see. The correct syntax is 
array( 'url' => '...' ) or array( 'path' => '...' ) 
where path is relative to $wgExtensionAssetsPath. 
Defaults to false which means that there will be the default Echo icon.

-- 
To view, visit https://gerrit.wikimedia.org/r/307666
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I2afd611a8ba5840bdb4c4fa14a2c0888ef21df69
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Wikibase
Gerrit-Branch: master
Gerrit-Owner: Hoo man 

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits