From 4ca1c5555f18703d1dac673b1a77d1c919fb4787 Mon Sep 17 00:00:00 2001 From: pdp8 Date: Mon, 17 Jul 2023 19:09:02 +0200 Subject: write to json instead of direcories --- public/follow.html | 10 +++++---- public/login.html | 29 +++++++++++++++----------- public/pdp8 | 43 --------------------------------------- public/pdp8@social.pdp8.info.json | 10 +++++++++ public/webfinger | 10 --------- 5 files changed, 33 insertions(+), 69 deletions(-) delete mode 100644 public/pdp8 create mode 100644 public/pdp8@social.pdp8.info.json delete mode 100644 public/webfinger (limited to 'public') diff --git a/public/follow.html b/public/follow.html index 7cbb37c..c1b8f8c 100644 --- a/public/follow.html +++ b/public/follow.html @@ -6,10 +6,12 @@ -
- - -
+

+
+ + +
+

\ No newline at end of file diff --git a/public/login.html b/public/login.html index 8fb479a..5026dfe 100644 --- a/public/login.html +++ b/public/login.html @@ -1,12 +1,17 @@ - - - - - - -
- - -
- - + + + + + + + + +

+
+ + +
+

+ + + \ No newline at end of file diff --git a/public/pdp8 b/public/pdp8 deleted file mode 100644 index c066ea6..0000000 --- a/public/pdp8 +++ /dev/null @@ -1,43 +0,0 @@ -{ - "@context": [ - "https://www.w3.org/ns/activitystreams" - ], - "id": "https://social.pdp8.info/pdp8", - "type": "Person", - "preferredUsername": "pdp8", - "name": "pdp8", - "inbox": "https://social.pdp8.info/inbox", - "outbox": "https://social.pdp8.info/outbox", - "following": "https://social.pdp8.info/following", - "followers": "https://social.pdp8.info/followers", - "manuallyApprovesFollowers": false, - "icon": { - "type": "Image", - "url": "https://pdp8.info/pdp8.png" - }, - "attachment": [ - { - "type": "PropertyValue", - "name": "Web", - "value": "pdp8.info" - }, - { - "type": "PropertyValue", - "name": "Fediverse", - "value": "@pdp8@social.pdp8.info" - }, - { - "type": "PropertyValue", - "name": "Matrix", - "value": "@pdp8:matrix.pdp8.info" - } - ], - "endpoints": { - "sharedInbox": "https://social.pdp8.info/inbox" - }, - "publicKey": { - "id": "https://social.pdp8.info/pdp8#main-key", - "owner": "https://social.pdp8.info/pdp8", - "publicKeyPem": "-----BEGIN PUBLIC KEY-----\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArDawzSl+XcJ+96sIrx+E\nsDoUQzSvoKazCgw7qOMaOGi7XxJ8riBvdRBlJ4zOEfQaxcaQgGn5JntOofqkeWvk\nIykOAzYfwY6HoUm7i1eZME2quO+CkMMq9SX9/DOqggOYtiVC9DX5FxXe5YHK7Q/n\nbo1iB6rgVS43wT0PnI6uduY4cUlvhRkX4Iht0N1GTrBlGKloRQ96KTzp+U9xF7bp\nKO87Y4yftv+d6L3ZZBfTRgWOtDXG8E4Vdvsq0aPQNBtazq0fwtBbk2G4mZtCMqyT\nvLZh8w+YPn1ICoQsKukU/q7eG29UJCz/QdZndkuv5iIm+H/c8gicGllw9rNQP2G0\nBQIDAQAB\n-----END PUBLIC KEY-----\n" - } -} diff --git a/public/pdp8@social.pdp8.info.json b/public/pdp8@social.pdp8.info.json new file mode 100644 index 0000000..507b34e --- /dev/null +++ b/public/pdp8@social.pdp8.info.json @@ -0,0 +1,10 @@ +{ + "subject": "acct:pdp8@social.pdp8.info", + "links": [ + { + "rel": "self", + "type": "application/activity+json", + "href": "https://social.pdp8.info/pdp8" + } + ] +} diff --git a/public/webfinger b/public/webfinger deleted file mode 100644 index 507b34e..0000000 --- a/public/webfinger +++ /dev/null @@ -1,10 +0,0 @@ -{ - "subject": "acct:pdp8@social.pdp8.info", - "links": [ - { - "rel": "self", - "type": "application/activity+json", - "href": "https://social.pdp8.info/pdp8" - } - ] -} -- cgit v1.2.3