You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+58Lines changed: 58 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,6 +67,64 @@ minutes.
67
67
namely to go to the `Special:RDFIOAdmin` page on your wiki, and hit the "setup"
68
68
button, to initialize the MySQL tables needed by the ARC2 library that RDFIO
69
69
builds upon.
70
+
71
+
#### Optional but recommended steps
72
+
73
+
* Edit the MediaWiki:Sidebar page and add the following wiki snippet, as an extra menu (I use to place it before just the "* SEARCH" line), which will give you links to the main functionality with RDFIO from the main links in the left sidebar on the wiki:
74
+
75
+
```
76
+
* Semantic Tools
77
+
** Special:RDFIOAdmin|RDFIO Admin
78
+
** Special:RDFImport|RDF Import
79
+
** Special:SPARQLEndpoint|SPARQL Endpoint
80
+
** Special:SPARQLImport|SPARQL Import
81
+
```
82
+
83
+
* Create the article "MediaWiki:Smw_uri_blacklist" and make sure it is empty (you might need to add some nonsense content like `{{{<!--empty-->}}}`).
84
+
85
+
#### Test that it works
86
+
87
+
* Access the **SPARQL endpoint** at http://[url-to-your-wiki]/Special:SPARQLEndpoint
88
+
* Access the **RDF Import page** at http://[url-to-your-wiki]/Special:RDFImport
89
+
* Access the **SPARQL Import page** at http://[url-to-your-wiki]/Special:SPARQLImport
90
+
* Optionally, if you want to really see that it works, try adding some semantic data to wiki pages, and then check the database (using phpMyAdmin e.g.) to see if you get some triples in the table named `arc2store_triple`.
91
+
92
+
### Additional configuration
93
+
94
+
These are some configuration options that you might want to adjust to your specific use case. That goes into your `LocalSettings.php` file. Find below a template with the default options, which you can start from, add to your `LocalSettings.php` file and modify to your liking:
0 commit comments