parsav  Check-in [bd5794c0cc]

Overview
Comment:commit missing file
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: bd5794c0cca2479b686e38d7abe1b85cef4cbf7f4657c29043649338de248aae
User & Date: lexi on 2021-01-25 12:41:06
Other Links: manifest | tags
Context
2021-01-25
13:24
finish up LP support for user outbox views check-in: 3f080eded4 user: lexi tags: trunk
12:41
commit missing file check-in: bd5794c0cc user: lexi tags: trunk
12:40
first steps towards litepub support check-in: 26937ca853 user: lexi tags: trunk
Changes

Added static/litepub.jsonld version [d9654d1bfb].















































>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
    "@context": [
        "https://www.w3.org/ns/activitystreams",
        "https://w3id.org/security/v1",
        {
            "Emoji": "toot:Emoji",
            "Hashtag": "as:Hashtag",
            "PropertyValue": "schema:PropertyValue",
            "atomUri": "ostatus:atomUri",
            "conversation": {
                "@id": "ostatus:conversation",
                "@type": "@id"
            },
            "manuallyApprovesFollowers": "as:manuallyApprovesFollowers",
            "ostatus": "http://ostatus.org#",
            "schema": "http://schema.org",
            "toot": "http://joinmastodon.org/ns#",
            "totalItems": "as:totalItems",
            "value": "schema:value",
            "sensitive": "as:sensitive"
        }
    ]
}