A planned extension for Etherpad
v1
- upcoming Events from the wiki [listing the
rel=tagfrom/schedule?] - I am not a robot
| { | |
| "natural": [ | |
| { | |
| "id": "eo", | |
| "rank": 1, | |
| "score": 2.662, | |
| "name": "Esperanto", | |
| "locale": "eo-Latn-001", | |
| "script": { | |
| "name": "Latin", |
| /** | |
| * Definition of map providers as ActivityPub Objects | |
| * see http://leafletjs.com/reference.html#tilelayer for options in the options map. | |
| */ | |
| // TODO especially newer Satellite : https://www.maptiler.com/cloud/ | |
| // TODO https://mapbox.com | |
| /* Types TODO | |
| https://w3id.org/arco/ontology/location/ExtraurbanContext |
| { | |
| "summaryMap": { | |
| "en": "All default Tile Layers for redaktor maps", | |
| "de": "Alle Standard Tile Layer für redaktor Karten" | |
| }, | |
| "type": ["OrderedCollection"], | |
| "totalItems": 2, | |
| "orderedItems": [{ | |
| "OSM": { | |
| "name": "OpenStreetMap", |
| { | |
| "summaryMap": { | |
| "en": "Preset maps for redaktor", | |
| "de": "Voreingestellte Karten für redaktor" | |
| }, | |
| "type": ["OrderedCollection"], | |
| "totalItems": 8, | |
| "orderedItems": [{ | |
| "nameMap": { | |
| "en": "Traffic", |
| .node { | |
| cursor: pointer; | |
| } | |
| .node circle { | |
| fill: #fff; | |
| stroke: steelblue; | |
| stroke-width: 3px; | |
| } |
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="utf-8"> | |
| <title>Tree Example</title> | |
| <style> | |
| .node { |
| // see NOTE https://github.com/Rob--W/cors-anywhere/issues/254#issuecomment-659037020 | |
| const corsAnywhere = require('cors-anywhere'); | |
| const express = require('express'); | |
| const apicache = require('apicache'); | |
| const sharp = require('sharp'); | |
| const path = require('path'); | |
| const expressHttpProxy = require('express-http-proxy'); | |
| // const xmpParser = import('./exifr/src/'); | |
| const exifr = require('exifr'); |
graph TD
A[sioc:System] -->|hasMember| B(sioc:Usergroup<br>redaktor:Instance)
C[sioc:UserAccount] -->|hasMember| E{as:Actor}
B --> |hasMember| C
D((sioc:Role)) -->|hasScope| B
E -->|hasFunction| D
D --> |hasFunction| F[redaktor:PublicAppendable]
D --> |hasFunction| I
E -->|hasMember| F