Skip to content

Commit 8b2a5f0

Browse files
Describe Dokieli Document tool
1 parent 8ee193d commit 8b2a5f0

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

Documentation/conventions.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ To publish some of your generic preferences to apps, use:
5757
* </profile/card#me> solid:publicTypeIndex </settings/publicTypeIndex.ttl>
5858
* </profile/card#me> solid:privateTypeIndex </settings/privateTypeIndex.ttl>
5959

60-
## Addressbook
60+
## Address Book
6161
You can create an addressbook containing persons and groups, by adding triples to RDF documents on your pod.
6262
To create an addressbook, create a document for it, e.g. /address-book/index.ttl, and add the following triples to that document:
6363

@@ -156,7 +156,7 @@ To add a message in the chat conversation, for instance where you say "hi", gene
156156

157157
Note that for historical reasons, for the chat conversation as a whole, we use `dc:created` and `dc:author`, whereas for the individual chat messages we use `dct:created` and `foaf:maker`.
158158

159-
## LongChat
159+
## Long Chat
160160
LongChat is similar to Chat, except that it uses LDP containers to discover the triples that describe the chat conversation,
161161
instead of having all the triples in one chat.ttl doc.
162162
To create a chat conversation, pick a timestamp, e.g. 1555491215455, create an LDP container, for instance /long-chat/, and in there, create an index document, e.g. /long-chat/index.ttl. To the index document, add the following triples:
@@ -211,14 +211,14 @@ To add material to the meeting (let's say https://example.com/agenda-meeting.htm
211211
* </meeting.ttl#id1555492506279> rdf:label "Agenda"
212212
* </meeting.ttl#id1555492506279> mee:view "iframe"
213213

214-
## Event
214+
## Schedulable Event
215215
// TODO
216216

217217
## Link
218218
// TODO
219219

220-
## Document
221-
// TODO
220+
## Dokieli Document
221+
A 'Dokieli Document' is an HTML document with some linked-data annotations, but otherwise just HTML. So the 'Dokieli Document' tool does not store data in triples in RDF sources like most other tools do, but instead allows you to run an online HTML editor right on your pod. When you click 'Save' in the Dokieli editor, the HTML document is written to your pod using a http PUT request, and in that sense this editor makes use of the LDP (read-write web) functionalities of your pod. You can also use Dokieli as a third-party app, on https://dokie.li.
222222

223223
## Folder
224224
When you add a 'Folder' tool, the databrowser creates a new LDP container. As an example, here are the triples that describe an LDP container '/foo/' with subcontainer '/foo/sub/' and member document '/foo/bar.ttl':

0 commit comments

Comments
 (0)