From 15a3d078d341ffa66fb51abcab2e2113d0e1006c Mon Sep 17 00:00:00 2001 From: Johannes Ernst Date: Wed, 28 Feb 2024 12:27:22 -0800 Subject: [PATCH 1/2] Added meeting announcement for next week --- content/_index.md | 7 +++++++ content/notes/2023-04-10.md | 2 +- content/notes/2023-05-31.md | 2 +- content/notes/2024-03-07.md | 20 ++++++++++++++++++++ static/assets/site.css | 6 ++++++ 5 files changed, 35 insertions(+), 2 deletions(-) create mode 100644 content/notes/2024-03-07.md diff --git a/content/_index.md b/content/_index.md index 365e53e..e8e3e65 100644 --- a/content/_index.md +++ b/content/_index.md @@ -22,6 +22,13 @@ layout: front - It is not a standards or governance body. The [W3C](https://www.w3.org/TR/activitypub) is behind ActivityPub and the [IETF](https://www.rfc-editor.org/rfc/rfc7033) is behind WebFinger. - It is not for changes or enhancements to the specs. See the [Fediverse Enhancement Proposals](https://codeberg.org/fediverse/fep). +{{% box %}} + +### Upcoming meetings + +- {{% pageref "/notes/2024-03-07" %}} +{{% /box %}} + ### Find us on Matrix - [Fediverse Developers Network Main Space](https://matrix.to/#/#fediverse-developer-network:matrix.org) diff --git a/content/notes/2023-04-10.md b/content/notes/2023-04-10.md index f7108e4..d09e82c 100644 --- a/content/notes/2023-04-10.md +++ b/content/notes/2023-04-10.md @@ -1,5 +1,5 @@ --- -title: April 10, 2023 +title: Online meeting on April 10, 2023 --- Quite a big turnout, intro by Gabe. Four reasons for this meeting: diff --git a/content/notes/2023-05-31.md b/content/notes/2023-05-31.md index 10b6ad3..dbff9c8 100644 --- a/content/notes/2023-05-31.md +++ b/content/notes/2023-05-31.md @@ -1,5 +1,5 @@ --- -title: May 31, 2023 +title: Online meeting on May 31, 2023 --- Draft agenda: diff --git a/content/notes/2024-03-07.md b/content/notes/2024-03-07.md new file mode 100644 index 0000000..4142a72 --- /dev/null +++ b/content/notes/2024-03-07.md @@ -0,0 +1,20 @@ +--- +title: "Announcement: Online meeting on March 7, 2024, focused on FediTest" +--- + +Coordinates: + +* March 7, 2024 +* 11am to 12noon pacific time (19:00 to 20:00 UTC) +* Online at https://meet.jit.si/fedidevs +* Everybody interested in developing for the Fediverse is invited! + +[Andy Piper (@andypiper@macaw.social)](https://macaw.social/@andypiper) and [Johannes Ernst (@j12@social.coop)](https://social.coop/@j12t) will be hosting this call. + +Agenda: + +* Main focus will be an early show-and-tell of [FediTest](https://feditest.org), a project to create a test suite for the Fediverse protocol stack. Johannes will demo the first running code, explain the architecture and key abstractions as they currently are, some early tests and integrations with WordPress+AP and Mastodon. The eventual goal of the project is to be able to easily run the various Fediverse server-side applications against each other (say, WordPress+AP against Mastodon) with high test coverage across the entire protocol stack. He wants your feedback and understand how to best meet your needs when testing your implementation against other applications. (40min) + +* In the past, we do 5-min ad-hoc show-and-tell's that people really liked. If you have something cool to show off that may be of interest to other developers -- running code preferred -- grab the mike and tell us! (20min) + +Hopefully this call will be the first in a long line of resumed calls. \ No newline at end of file diff --git a/static/assets/site.css b/static/assets/site.css index e69de29..513fbc4 100644 --- a/static/assets/site.css +++ b/static/assets/site.css @@ -0,0 +1,6 @@ +div.box { + border: 1px solid var( --table-border-color ); + border-radius: 1ex; + margin: 2em 0; + padding: 0 2em; +} \ No newline at end of file From d3d1296fe1e5911d369ccf58c99635c399a8661f Mon Sep 17 00:00:00 2001 From: Johannes Ernst Date: Wed, 28 Feb 2024 13:53:40 -0800 Subject: [PATCH 2/2] Feedback from Andy --- content/notes/2024-03-07.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/notes/2024-03-07.md b/content/notes/2024-03-07.md index 4142a72..e64cebd 100644 --- a/content/notes/2024-03-07.md +++ b/content/notes/2024-03-07.md @@ -15,6 +15,6 @@ Agenda: * Main focus will be an early show-and-tell of [FediTest](https://feditest.org), a project to create a test suite for the Fediverse protocol stack. Johannes will demo the first running code, explain the architecture and key abstractions as they currently are, some early tests and integrations with WordPress+AP and Mastodon. The eventual goal of the project is to be able to easily run the various Fediverse server-side applications against each other (say, WordPress+AP against Mastodon) with high test coverage across the entire protocol stack. He wants your feedback and understand how to best meet your needs when testing your implementation against other applications. (40min) -* In the past, we do 5-min ad-hoc show-and-tell's that people really liked. If you have something cool to show off that may be of interest to other developers -- running code preferred -- grab the mike and tell us! (20min) +* In the past, we've had 5-min ad-hoc show-and-tells that people really liked. If you have something cool to show off that may be of interest to other developers -- running code preferred -- grab the mic and tell us! (20min) Hopefully this call will be the first in a long line of resumed calls. \ No newline at end of file