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
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,12 +4,18 @@ Create a linked data site serving RDF data from files in a GitHub repository. Fo
4
4
5
5
## How to use it?
6
6
7
-
- Add a BASEURI file to the root of your repo with the base URI of your data
7
+
- Add a BASEURI file to the root of your repo with the base URI of your data (see below)
8
8
- Start an instance of PSPS
9
9
- Add a webhook in Github notifying `http(s)://<your-host>/webhook` with the set webhook secret (see below)
10
10
- Add RDF data to your repository
11
11
- To customize the (client-side) rendering of the resource add a `renderes.ttl`file to the root of your repository. See the [RDF2h-Documentation](https://rdf2h.github.io/rdf2h-documentation/) to learn how the rendering works
12
12
13
+
### Specifying base URI
14
+
15
+
The file BASEURI in the root of the repository can either directly contain the base URI for the branch containg the file or a JSON object with branch names as keys and base URIs as values.
16
+
Having such a JSON is handy as it allows to have staging branches with proposed modifications differing from the main branch only in the proposed change and not also in the BASEURI file.
0 commit comments