~sircmpwn/public-inbox

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
5 3

[PATCH drewdevault.com 1/2] Link to mailing list on lists.sr.ht

Details
Message ID
<20220123172538.6533-1-james@jamespearson.xyz>
DKIM signature
missing
Download raw message
Patch: +1 -1
Instead of clicking to send an email, you can click to the mailing list
on lists.sr.ht to view existing comments, then make a new post and write
your own comment.

Signed-off-by: James Pearson <james@jamespearson.xyz>
---
 layouts/blog/single.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/layouts/blog/single.html b/layouts/blog/single.html
index 6ad7f95..84ab945 100644
--- a/layouts/blog/single.html
+++ b/layouts/blog/single.html
@@ -25,7 +25,7 @@
  <p>
  Have a comment on one of my posts? Start a discussion in my public inbox by
  sending an email to
  <a href="mailto:~sircmpwn/public-inbox@lists.sr.ht">~sircmpwn/public-inbox@lists.sr.ht</a>
  <a href="https://lists.sr.ht/~sircmpwn/public-inbox">~sircmpwn/public-inbox@lists.sr.ht</a>
  [<a href="https://man.sr.ht/lists.sr.ht/etiquette.md">mailing list etiquette</a>]
  {{ end }}
</section>
-- 
2.34.1

[PATCH drewdevault.com 2/2] Add honeypot to homepage

Details
Message ID
<20220123172538.6533-2-james@jamespearson.xyz>
In-Reply-To
<20220123172538.6533-1-james@jamespearson.xyz> (view parent)
DKIM signature
missing
Download raw message
Patch: +7 -0
The honeypot is already on blog posts, but not on the homepage.

Signed-off-by: James Pearson <james@jamespearson.xyz>
---
 layouts/index.html | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/layouts/index.html b/layouts/index.html
index eb4950a..bedb497 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -51,6 +51,13 @@
      sending me a question that could be answered with a web search, reading a
      man page, asking an on-topic IRC channel, etc. I do want to read your
      email, though, so if in doubt, send it!
      <div style="color: transparent">
        This is a honeypot:
        <a href="mailto:b62c5a48@cmpwn.com" style="color: transparent">
          b62c5a48@cmpwn.com
        </a>
        Please do not use it unless you are a spambot.
      </div>
    </small>
  </aside>
</main>
-- 
2.34.1
Details
Message ID
<CHDQU1GJB5JG.WEMT8R7AOV6O@megumin>
In-Reply-To
<20220123172538.6533-1-james@jamespearson.xyz> (view parent)
DKIM signature
missing
Download raw message
NACK.

Re: [PATCH drewdevault.com 2/2] Add honeypot to homepage

Details
Message ID
<CHDQU8BI8KKA.3C708JE20Y7RO@megumin>
In-Reply-To
<20220123172538.6533-2-james@jamespearson.xyz> (view parent)
DKIM signature
missing
Download raw message
NACK. In the future unrelated commits should be sent in separate
patchsets.
Details
Message ID
<YfaHJ+yM9WTdLdw1@pranjal-x540na>
In-Reply-To
<CHDQU1GJB5JG.WEMT8R7AOV6O@megumin> (view parent)
DKIM signature
missing
Download raw message
Would something like Simon Ser's layout[0] be accepted - where
"my public inbox" becomes a hyperlink to
https://lists.sr.ht/~sircmpwn/public-inbox and the mailto link remains
the same?

Asking because I think this would improve usability.

[0]: https://emersion.fr/blog/2022/status-update-37/
Details
Message ID
<CHJ0YQN4563K.3T4X5YF8V5SY3@taiga>
In-Reply-To
<YfaHJ+yM9WTdLdw1@pranjal-x540na> (view parent)
DKIM signature
missing
Download raw message
On Sun Jan 30, 2022 at 1:40 PM CET, Pranjal Kole wrote:
> Would something like Simon Ser's layout[0] be accepted - where
> "my public inbox" becomes a hyperlink to
> https://lists.sr.ht/~sircmpwn/public-inbox and the mailto link remains
> the same?
>
> Asking because I think this would improve usability.

Yes, this would be reasonable.
Reply to thread Export thread (mbox)