From c6baec68cdf6c99c3f045c3120cf408e7a1e57c3 Mon Sep 17 00:00:00 2001 From: Gabriel Wilson Date: Mon, 2 May 2022 22:02:15 -0400 Subject: [PATCH] connection_groups supported --- Client/.well-known/interverse | 21 +++++++++++++++------ Client/index.html | 34 +++++++++++++++++++++++++++------- 2 files changed, 42 insertions(+), 13 deletions(-) diff --git a/Client/.well-known/interverse b/Client/.well-known/interverse index 17a0aa7..54dfd34 100644 --- a/Client/.well-known/interverse +++ b/Client/.well-known/interverse @@ -3,12 +3,21 @@ "name": "My website", "image": "", "location": "https://my.website", - "resources": [{ - "label": "RSS Feed", - "icon": "", - "location": "https://my.website.com/rss.xml", - "description": "" - }], + "resource_groups": { + "Links": [{ + "label": "RSS Feed", + "icon": "", + "location": "https://my.website.com/rss.xml", + "description": "" + }], + "Website content": [{ + "label": "Articles", + "icon": "https://libresolutions.network/logo.png", + "location": "https:libresolutions.network/articles/", + "description": "" + }] + }, + "resources": [], "connection_groups": { "Group1": [ "https://libresolutions.network" diff --git a/Client/index.html b/Client/index.html index 317216f..5101e7c 100644 --- a/Client/index.html +++ b/Client/index.html @@ -23,18 +23,38 @@ -
-