Skip to content

Commit 790657e

Browse files
authored
Update README.md (#136)
* Update README.md * typos and tweaks * Update README.md * Update README.md work on nitpicks
1 parent 17686df commit 790657e

File tree

1 file changed

+24
-22
lines changed

1 file changed

+24
-22
lines changed

README.md

Lines changed: 24 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99

1010
[Wikibase] extension that allows defining RDF mappings for Wikibase Entities.
1111

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].
1313

14-
The [Wikibase Stakeholder Group] concieved and funded the extension.
14+
The [Wikibase Stakeholder Group] conceived and funded the extension.
1515

1616
**Table of Contents**
1717

@@ -25,13 +25,13 @@ The [Wikibase Stakeholder Group] concieved and funded the extension.
2525
## Usage
2626

2727
When the extension is enabled, Item and Property pages show a "Mapping to other ontologies" section.
28-
This section is located in between the "In more languages" and "Statements" sections.
28+
This section is located between the "In more languages" and "Statements" sections.
2929

3030
<img src="https://user-images.githubusercontent.com/146040/193851219-dc30080a-7cbb-4c1a-9800-e7c7d98ef644.png" style="border: 1px solid black" alt="Property page with a mapping">
3131

32-
Users with editing permissions can add, edit or remove mappings.
32+
Users with editing permissions can add, edit, or remove mappings.
3333

34-
A mapping consists of a predicate and a URL. The predicate can only be one out of a preconfigured set of values. The URL has to be a valid URL.
34+
A mapping consists of a predicate and a URL. The predicate can only be one out of a preconfigured set of values. The URL has to be valid.
3535

3636
<img src="https://user-images.githubusercontent.com/146040/193851211-b4031ca1-4cc9-47ab-9160-658f4a38d979.png" style="border: 1px solid black" alt="Mapping editing UI">
3737

@@ -52,17 +52,17 @@ For more information, refer to the [REST API documentation](docs/rest.md).
5252

5353
Platform requirements:
5454

55-
* [PHP] 8.0 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)
5858

5959
The recommended way to install Wikibase RDF is using [Composer] with
6060
[MediaWiki's built-in support for Composer][Composer install].
6161

62-
On the commandline, go to your wikis root directory. Then run these two commands:
62+
On the command line, go to your wiki's root directory. Then run these two commands:
6363

6464
```shell script
65-
COMPOSER=composer.local.json composer require --no-update professional-wiki/wikibase-rdf:~1.0
65+
COMPOSER=composer.local.json composer require --no-update professional-wiki/wikibase-rdf:~2.0
6666
```
6767
```shell script
6868
composer update professional-wiki/wikibase-rdf --no-dev -o
@@ -74,7 +74,7 @@ Then enable the extension by adding the following to the bottom of your wikis [L
7474
wfLoadExtension( 'WikibaseRDF' );
7575
```
7676

77-
You can verify the extension was enabled successfully by opening your wikis Special:Version page in your browser.
77+
You can verify the extension was enabled successfully by opening your wiki's Special:Version page in your browser.
7878

7979
## PHP Configuration
8080

@@ -140,26 +140,28 @@ Alternatively, you can execute commands from the MediaWiki root directory:
140140

141141
### Version 2.0.0 - 2025-07-07
142142

143-
* Raised minimum MediaWiki version to 1.43
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)
144146

145147
### Version 1.1.0 - 2022-11-25
146148

147-
* Added translations for various languages
148-
* Added notification about SPARQL store behavior that shows on first edit
149+
- Added notification about SPARQL store behavior that shows on first edit
150+
- Translation updates for system messages (thanks @translatewiki and its translator community)
149151

150152
### Version 1.0.0 - 2022-10-04
151153

152154
Initial release for Wikibase 1.37 with these features:
153155

154-
* Ability to add mappings to Items and Properties via an on-page UI
155-
* Inclusion of mappings in the RDF output
156-
* Configurable relationships (predicates), including configuration UI on `MediaWiki:MappingPredicates`
157-
* API endpoint to retrieve or update the mappings for an Entity
158-
* API endpoint to retrieve all mappings defined on the wiki
159-
* TranslateWiki integration
160-
* 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
161163

162-
[Professional.Wiki]: https://professional.wiki
164+
[Professional Wiki]: https://professional.wiki
163165
[Wikibase]: https://wikibase.consulting/what-is-wikibase/
164166
[Wikibase hosting]: https://professional.wiki/en/hosting/wikibase
165167
[Wikibase development]: https://professional.wiki/en/wikibase-software-development

0 commit comments

Comments
 (0)