-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #155 from Monniasza/patch-1
Fix broken local access text
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -78,7 +78,7 @@ https://raw.githubusercontent.com/dbpedia/databus/68f976e29e2db15472f1b664a6fd58 | |
<!-- TODO change webdav link to our guide --> | ||
ℹ️ Explanation and variants: | ||
* Databus considers "text" as data. Data is any URI that can be accessed to retrieve bytecode. Text is normally encoded in Unicode UTF-8 bytecode. | ||
* Data can be kept private, either by Firewall, VPN, HTTP Basic Authentication (`https://user:[email protected]`), local IPs (`127.0.0.1' or '192'), using `file://`. | ||
* Data can be kept private, either by Firewall, VPN, HTTP Basic Authentication (`https://user:[email protected]`), local IPs ('127.0.0.1' or '192.168.x.x'), using `file://`. | ||
* In the image above, we listed some free public storage options. Note that Databus comes with a built-in [WebDav](https://en.wikipedia.org/wiki/WebDAV) to store your data. | ||
|
||
## Running the Server | ||
|