From a74f611e1d81a2cb01ecd9488654352873b7aa02 Mon Sep 17 00:00:00 2001 From: Gabriel Wilson Date: Wed, 18 May 2022 04:30:31 -0400 Subject: [PATCH] Updated default interverse file Updated overall look-and-feel Cache is now ignored. --- Client/.well-known/interverse | 61 ++++++++++++++++--------- Client/index.html | 14 ++++-- Client/theme.css | 21 ++++++++- interverse-example.json | 84 +++++++++++++++++++++++------------ 4 files changed, 126 insertions(+), 54 deletions(-) diff --git a/Client/.well-known/interverse b/Client/.well-known/interverse index c635127..ac65edd 100644 --- a/Client/.well-known/interverse +++ b/Client/.well-known/interverse @@ -4,31 +4,52 @@ "image": "", "location": "https://my.website", "resource_groups": { - "Link group 1": [{ - "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": "" - }] + "Website Content": [{ + "label": "RSS Feed", + "icon": "https://upload.wikimedia.org/wikipedia/commons/d/d9/Rss-feed.svg", + "location": "https://my.website/rss.xml", + "description": "" + }, + { + "label": "Videos", + "icon": "https://upload.wikimedia.org/wikipedia/commons/3/32/Video_icon_2.png", + "location": "https://my.website/videos", + "description": "" + } + ], + "Interverse Info": [{ + "label": "An introduction to Interverse", + "icon": "", + "location": "https://libresolutions.network/articles/7-interverse.html", + "description": "" + }, + { + "label": "Demo video", + "icon": "", + "location": "https://storage.libresolutions.network/Videos/interverse-demo-01.mp4", + "description": "" + }, + { + "label": "Code", + "icon": "", + "location": "https://codeberg.org/gabe/Interverse", + "description": "Get started today!" + } + ] }, "resources": [], "connection_groups": { - "Group1": [ - "https://libresolutions.network" + "Libre Solutions Network": [ + "https://libresolutions.network", + "https://gabe.rocks" ], - "Group2": ["https://retroedge.tech"], - "Group3": ["https://small-web.org"] + "Known Interverse": [ + "https://jamespearson.xyz", + "https://tomfasano.net" + + ] }, - "connections": [ - "https://gabe.rocks", - "https://codeberg.org" - ], + "connections": [], "contact": { "e-mail": "contact@https://my.website", "matrix": "@me:https://my.website", diff --git a/Client/index.html b/Client/index.html index 5101e7c..64ff20a 100644 --- a/Client/index.html +++ b/Client/index.html @@ -15,6 +15,8 @@

+ +