From 22e5f4894e532203c78c140895851d3c1d6c86df Mon Sep 17 00:00:00 2001 From: Vika <vika@fireburn.ru> Date: Sat, 22 Jul 2023 16:23:54 +0300 Subject: Add a NixOS test for receiving webmentions --- nixos-tests/webmention-test/index.html | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 nixos-tests/webmention-test/index.html (limited to 'nixos-tests/webmention-test') diff --git a/nixos-tests/webmention-test/index.html b/nixos-tests/webmention-test/index.html new file mode 100644 index 0000000..d5694cd --- /dev/null +++ b/nixos-tests/webmention-test/index.html @@ -0,0 +1,17 @@ +<html> + <head> + <title>Test webmention</title> + </head> + + <body> + <article class="h-entry"> + <h1><a href="https://another.test/index.html" class="u-url u-uid p-name">Test webmention</a></h1> + <p>In reply to: <a class="u-in-reply-to" href="https://kittybox.test/posts/test-post"></p> + <p>Published on: <time class="dt-published" datetime="2023-07-22T13:49:22+0300">2023-07-22 13:49:22 MSK</time></p> + + <main class="e-content"> + <p>Hello! This is a test webmention.</p> + </main> + </article> + </body> +</html> -- cgit 1.4.1