12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- <?xml version="1.0" encoding="UTF-8"?>
- <?xml-stylesheet type='text/xsl' href='xsl'?>
- <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
- <head>
- <link href="css" rel="stylesheet" type="text/css" />
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <meta name="generator" content="Seppo.Social" />
- <meta name="keywords" content="RFC7033 Webfinger AcrivityPub ActivityStreams Fediverse #Seppo" />
- <title>Resolve WebFinger RFC7033 etc.</title>
- </head>
- <body>
- <h2 id="rfc7033">WebFinger RFC7033</h2>
- <p>Resolve names like @alice@example.com (<a href="https://www.rfc-editor.org/rfc/rfc7033#section-4.5">WebFinger URIs</a>),
- http GET the <a href="https://www.rfc-editor.org/rfc/rfc7033#section-4.4">JSON Resource
- Descriptor</a>, parse as understood by <a href="https://seppo.social/">#Seppo</a>, re-encode and
- return as json. Usually a subset of the input.</p>
- <form name="webfinger" action="webfinger" method="get" enctype=
- "application/x-www-form-urlencoded" id="webfinger">
- Redirect automatically to<br />
- <input type="radio" name="redirect" id="none" value="none" /><label for=
- "none">none</label><br />
- <input type="radio" name="redirect" id="self" value='self' checked="checked" /><label for=
- "self">rel=self</label><br />
- <input type="radio" name="redirect" id="profpag" value=
- "http://webfinger.net/rel/profile-page" /><label for=
- "profpag">rel=http://webfinger.net/rel/profile-page</label><br />
- <input type="text" name="resource" placeholder="alice@example.com" pattern=
- "^([a-z]+:|@)?[^@ ]+@[^@ ]+$" size="45" minlength="5" autofocus="autofocus" required=
- "required" /> <input type="submit" />
- <!-- br/>
- <input type="text" name="priv_pem_url" value="private.pem" placeholder="optional private key pem url for actor profile GET signing" size="45" / -->
- </form>
- <h2 id="actor">AP actor profile</h2>
- <p>Http GET the <a href="https://www.w3.org/TR/activitypub/#actor-objects">ActivityPub Actor
- Profile</a>, parse as understood by <a href="https://seppo.social/">#Seppo</a>, re-encode and
- return as json. Usually a subset of the input.
- Signs the GET request with https://datatracker.ietf.org/doc/html/draft-cavage-http-signatures-12#appendix-C as
- key of <a href="actor.jsa">actor.jsa</a>.
- </p>
- <form name="actor" action="actor" method="get" enctype="application/x-www-form-urlencoded" id=
- "actor">
- <input type="url" name="id" placeholder="https://example.com/actor/alice" size="45" minlength=
- "5" required="required" /> <input type="submit" />
- <!-- br/>
- <input type="text" name="priv_pem_url" value="private.pem" placeholder="optional private key pem url for actor profile GET signing" size="45" / -->
- </form>
- <h2 id="about">About <code>apchk.cgi</code></h2>
- <p>This is a stateless, single-file <a href="https://www.ietf.org/rfc/rfc3875.html">cgi</a> program. Operate it
- yourself on commodity shared webspace: <a href=
- "https://seppo.social/downloads/?f=apchk.cgi">Download apchk.cgi</a>,
- drop it on a cgi-capable webserver and you're set. To style it, redirect <a
- href="css">./css</a> or <a href="xsl">./xsl</a>. The <a href="https://seppo.social/development/">source</a>
- is free and open.</p> <p><a id="version" href="version" name="version">Version</a>,
- <a href="http://seppo.social/issues?labels=apchk.cgi">Issues & Improvements</a>.</p>
- <p>Generously supported by 🇪🇺 <a href=
- "webfinger?redirect=http://webfinger.net/rel/profile-page&resource=acct:EC_NGI@social.network.europa.eu">
- @EC_NGI@social.network.europa.eu</a> under <a href="https://nlnet.nl/">NLnet</a> grant <a href=
- "https://nlnet.nl/project/Seppo/">#Seppo</a>.</p>
- </body>
- </html>
|