summary refs log tree commit diff
path: root/public
diff options
context:
space:
mode:
authorpdp8 <pdp8@pdp8.info>2023-07-17 19:09:02 +0200
committerpdp8 <pdp8@pdp8.info>2023-07-17 19:09:02 +0200
commit4ca1c5555f18703d1dac673b1a77d1c919fb4787 (patch)
tree2f57783bdc1786e09737196a2fae07a720452d4f /public
parent2e614738f72c9af634c4a630693d06f144bc24df (diff)
write to json instead of direcories
Diffstat (limited to 'public')
-rw-r--r--public/follow.html10
-rw-r--r--public/login.html29
-rw-r--r--public/pdp843
-rw-r--r--public/pdp8@social.pdp8.info.json (renamed from public/webfinger)0
4 files changed, 23 insertions, 59 deletions
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 @@
 </head>
 
 <body>
-  <form action='/follow' method='post'>
-    <input name='follow' />
-    <input type='submit' name='button' value='Follow' />
-  </form>
+  <h1>
+    <form action='/follow' method='post'>
+      <input name='follow' />
+      <input type='submit' name='button' value='Follow' />
+    </form>
+  </h1>
 </body>
 
 </html>
\ 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 @@
-  <!DOCTYPE html>
-  <html lang='en'>
-    <head>
-      <link rel='stylesheet' type='text/css' href='/style.css'>
-    </head>
-    <body>
-      <form action='/login' method='post'>
-        <input type='password' name='secret' />
-        <input type='submit' name='button' value='Login' />
-      </form>
-    </body>
-  </html>
+<!DOCTYPE html>
+<html lang='en'>
+
+<head>
+  <link rel='stylesheet' type='text/css' href='/style.css'>
+</head>
+
+<body>
+  <h1>
+    <form action='/login' method='post'>
+      <input type='password' name='secret' />
+      <input type='submit' name='button' value='Login' />
+    </form>
+  </h1>
+</body>
+
+</html>
\ 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": "<a href=\"https://pdp8.info\">pdp8.info</a>"
-    },
-    {
-      "type": "PropertyValue",
-      "name": "Fediverse",
-      "value": "<a rel=\"me\" href=\"https://social.pdp8.info/pdp8\">@pdp8@social.pdp8.info</a>"
-    },
-    {
-      "type": "PropertyValue",
-      "name": "Matrix",
-      "value": "<a rel=\"me\" href=\"https://matrix.to/#/@pdp8:matrix.pdp8.info\">@pdp8:matrix.pdp8.info</a>"
-    }
-  ],
-  "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/webfinger b/public/pdp8@social.pdp8.info.json
index 507b34e..507b34e 100644
--- a/public/webfinger
+++ b/public/pdp8@social.pdp8.info.json