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