|
9 | 9 |
|
10 | 10 | [Wikibase] extension that allows defining RDF mappings for Wikibase Entities.
|
11 | 11 |
|
12 |
| -[Professional Wiki] created and maintains Wikibase RDF. We provide [Wikibase hosting], [Wikibase development] and [Wikibase consulting]. |
| 12 | +[Professional Wiki] created and maintains Wikibase RDF. We provide [Wikibase hosting], [Wikibase development], and [Wikibase consulting]. |
13 | 13 |
|
14 | 14 | The [Wikibase Stakeholder Group] conceived and funded the extension.
|
15 | 15 |
|
@@ -52,9 +52,9 @@ For more information, refer to the [REST API documentation](docs/rest.md).
|
52 | 52 |
|
53 | 53 | Platform requirements:
|
54 | 54 |
|
55 |
| -* [PHP] 8.1 or later (tested up to 8.4) |
56 |
| -* [MediaWiki] 1.43 or later (tested up to 1.43) |
57 |
| -* [Wikibase] 1.43 or later (tested up to 1.43) |
| 55 | +- [PHP] 8.1 or later (tested up to 8.4) |
| 56 | +- [MediaWiki] 1.43 or later (tested up to 1.43) |
| 57 | +- [Wikibase] 1.43 or later (tested up to 1.43) |
58 | 58 |
|
59 | 59 | The recommended way to install Wikibase RDF is using [Composer] with
|
60 | 60 | [MediaWiki's built-in support for Composer][Composer install].
|
@@ -140,26 +140,26 @@ Alternatively, you can execute commands from the MediaWiki root directory:
|
140 | 140 |
|
141 | 141 | ### Version 2.0.0 - 2025-07-07
|
142 | 142 |
|
143 |
| -* Raised minimum MediaWiki version to 1.43 |
144 |
| -* Raised minimum PHP version to 8.1 |
145 |
| -* Translation updates for system messages (thanks @translatewiki and its translator community) |
| 143 | +- Raised minimum MediaWiki version to 1.43 |
| 144 | +- Raised minimum PHP version to 8.1 |
| 145 | +- Translation updates for system messages (thanks @translatewiki and its translator community) |
146 | 146 |
|
147 | 147 | ### Version 1.1.0 - 2022-11-25
|
148 | 148 |
|
149 |
| -* Added notification about SPARQL store behavior that shows on first edit |
150 |
| -* Translation updates for system messages (thanks @translatewiki and its translator community) |
| 149 | +- Added notification about SPARQL store behavior that shows on first edit |
| 150 | +- Translation updates for system messages (thanks @translatewiki and its translator community) |
151 | 151 |
|
152 | 152 | ### Version 1.0.0 - 2022-10-04
|
153 | 153 |
|
154 | 154 | Initial release for Wikibase 1.37 with these features:
|
155 | 155 |
|
156 |
| -* Ability to add mappings to Items and Properties via an on-page UI |
157 |
| -* Inclusion of mappings in the RDF output |
158 |
| -* Configurable relationships (predicates), including configuration UI on `MediaWiki:MappingPredicates` |
159 |
| -* API endpoint to retrieve or update the mappings for an Entity |
160 |
| -* API endpoint to retrieve all mappings defined on the wiki |
161 |
| -* TranslateWiki integration |
162 |
| -* Support for PHP 8.0 and 8.1 |
| 156 | +- Ability to add mappings to Items and Properties via an on-page UI |
| 157 | +- Inclusion of mappings in the RDF output |
| 158 | +- Configurable relationships (predicates), including configuration UI on `MediaWiki:MappingPredicates` |
| 159 | +- API endpoint to retrieve or update the mappings for an Entity |
| 160 | +- API endpoint to retrieve all mappings defined on the wiki |
| 161 | +- TranslateWiki integration |
| 162 | +- Support for PHP 8.0 and 8.1 |
163 | 163 |
|
164 | 164 | [Professional Wiki]: https://professional.wiki
|
165 | 165 | [Wikibase]: https://wikibase.consulting/what-is-wikibase/
|
|
0 commit comments