diff --git a/content/links/socialhub-threads/_index.md b/content/_dump/socialhub-threads/_index.md similarity index 100% rename from content/links/socialhub-threads/_index.md rename to content/_dump/socialhub-threads/_index.md diff --git a/content/links/socialhub-threads/dereferencing-non-https.md b/content/_dump/socialhub-threads/dereferencing-non-https.md similarity index 100% rename from content/links/socialhub-threads/dereferencing-non-https.md rename to content/_dump/socialhub-threads/dereferencing-non-https.md diff --git a/content/links/socialhub-threads/exposing-edit-history.md b/content/_dump/socialhub-threads/exposing-edit-history.md similarity index 100% rename from content/links/socialhub-threads/exposing-edit-history.md rename to content/_dump/socialhub-threads/exposing-edit-history.md diff --git a/content/links/socialhub-threads/follow-arbitrary-collections.md b/content/_dump/socialhub-threads/follow-arbitrary-collections.md similarity index 100% rename from content/links/socialhub-threads/follow-arbitrary-collections.md rename to content/_dump/socialhub-threads/follow-arbitrary-collections.md diff --git a/content/links/socialhub-threads/note-vs-article-distinction.md b/content/_dump/socialhub-threads/note-vs-article-distinction.md similarity index 100% rename from content/links/socialhub-threads/note-vs-article-distinction.md rename to content/_dump/socialhub-threads/note-vs-article-distinction.md diff --git a/content/links/socialhub-threads/notification-to-refetch-object.md b/content/_dump/socialhub-threads/notification-to-refetch-object.md similarity index 100% rename from content/links/socialhub-threads/notification-to-refetch-object.md rename to content/_dump/socialhub-threads/notification-to-refetch-object.md diff --git a/content/links/socialhub-threads/signaling-side-effects-async.md b/content/_dump/socialhub-threads/signaling-side-effects-async.md similarity index 100% rename from content/links/socialhub-threads/signaling-side-effects-async.md rename to content/_dump/socialhub-threads/signaling-side-effects-async.md diff --git a/content/links/socialhub-threads/stricter-spec-for-collections.md b/content/_dump/socialhub-threads/stricter-spec-for-collections.md similarity index 100% rename from content/links/socialhub-threads/stricter-spec-for-collections.md rename to content/_dump/socialhub-threads/stricter-spec-for-collections.md diff --git a/content/app/prior-art.md b/content/app/prior-art.md index a633f8f..23506cf 100644 --- a/content/app/prior-art.md +++ b/content/app/prior-art.md @@ -11,6 +11,8 @@ ## irc +- relay model. you send everything to a central server and it relays it to everyone connected + ## xmpp ## activitypub \ No newline at end of file diff --git a/content/app/routing.md b/content/app/routing.md index 9ff31f8..16fd1f9 100644 --- a/content/app/routing.md +++ b/content/app/routing.md @@ -24,4 +24,6 @@ irc, xmpp groups, i think it makes sense to add webrtc too. basically jitsi meet ## reader.trwnh.com rss / atom / activitypub? -## \ No newline at end of file +## accounts.trwnh.com or id.trwnh.com + +identity provider? \ No newline at end of file diff --git a/content/links/_dump.md b/content/links/_dump.md index 9e7a1e1..0971c90 100644 --- a/content/links/_dump.md +++ b/content/links/_dump.md @@ -18,8 +18,6 @@ mast logo -+18665923734 -- birmingham al office of the us social security administration (also handles disability) - indiekit, a nodejs server that helps static websites do indieweb stuff (is it like a cms?) diff --git a/content/misc/_index.md b/content/misc/_index.md deleted file mode 100644 index f7ba421..0000000 --- a/content/misc/_index.md +++ /dev/null @@ -1,2 +0,0 @@ -+++ -+++ \ No newline at end of file diff --git a/deploy b/deploy index a20db71..ffc9a7f 100755 --- a/deploy +++ b/deploy @@ -1,4 +1,4 @@ #!/bin/bash rm -r public/ hugo -rsync -avz --delete public/ trwnh.com:/srv/http/wiki.trwnh.com/public +rsync -avz --delete public/ a@trwnh.com:/srv/http/wiki.trwnh.com/public