Discussions on cnx's web logs
 help / color / mirror / code / Atom feed
* Re: Comments for Static Sites without JavaScripts
@ 2022-01-10 15:17 Ngô Ngọc Đức Huy
  2022-01-10 15:50 ` Nguyễn Gia Phong
  0 siblings, 1 reply; 4+ messages in thread
From: Ngô Ngọc Đức Huy @ 2022-01-10 15:17 UTC (permalink / raw)
  To: ~cnx/site

Hmm I often see separate feed for comments on some sites (though I can't
find them now), which is quite annoying to me because these comments are
separated from the post.  I'm not sure if it's just my feed reader not
understanding this field, but I guess it's unlikely the case.

> Follow the anchor in an author's name to reply

Why not just make a "Reply" link instead?  Is it intentional to be
unintuitive?

Re: deleting comments, I wonder how would you do that.  Do you have to
manually goes through the comments in mbox and delete it every time you
regenerate the comments?

Anyway, nice work, I think I might look into implementing something
similar at some point.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Comments for Static Sites without JavaScripts
  2022-01-10 15:17 Comments for Static Sites without JavaScripts Ngô Ngọc Đức Huy
@ 2022-01-10 15:50 ` Nguyễn Gia Phong
  0 siblings, 0 replies; 4+ messages in thread
From: Nguyễn Gia Phong @ 2022-01-10 15:50 UTC (permalink / raw)
  To: ~cnx/site; +Cc: huyngo

FYI this email sets Reply-To instead of In-Reply-To so it won't show up
on the site.  I've drafted the reply for this, could you please resend
the comment with the corrected header?

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Comments for Static Sites without JavaScripts
  2022-01-11 13:14 ` Ngô Ngọc Đức Huy
@ 2022-01-11 13:59   ` Nguyễn Gia Phong
  0 siblings, 0 replies; 4+ messages in thread
From: Nguyễn Gia Phong @ 2022-01-11 13:59 UTC (permalink / raw)
  To: Ngô Ngọc Đức Huy, ~cnx/site

> Hmm I often see separate feed for comments on some sites (though I can't
> find them now), which is quite annoying to me because these comments are
> separated from the post.  I'm not sure if it's just my feed reader not
> understanding this field, but I guess it's unlikely the case.

Yea not many readers support `wfw:commentRss`, which is the only semantic
way to deliver comments AFAICT, with WFW pepsi for quite a while.
It should not be difficult to add it to your favorite reader though
so it might be worth a shot discussing with its maintainers.

> > Follow the anchor in an author's name to reply
>
> Why not just make a "Reply" link instead?  Is it intentional to be
> unintuitive?

Thank you for the feedback, it was not a concious decision (-;

> Re: deleting comments, I wonder how would you do that.  Do you have to
> manually goes through the comments in mbox and delete it every time you
> regenerate the comments?

lists.sr.ht has moderation features so I'm using them.
If one uses a personal mail box, deleting or moving
inappropriate comments to a separate folder should do.

> Anyway, nice work, I think I might look into implementing something
> similar at some point.

Thanks d-; I'm looking forward to seeing it!

> FWIW, the workaround works:
>
>     neomutt "mailto:..."
>
> It is a bit annoying, though, because for some reason Firefox stripped
> the parameters when I copy it.

Seconded, Firefox does not treat URIs indiscriminately and pretends
that `mailto` is only about the email address )-;  Try *setting*
the following script for `mailto` handling in Firefox:

    #!/bin/sh
    exec urxvt -e neomutt "$@"

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Comments for Static Sites without JavaScripts
       [not found] <blog/reply@cnx>
@ 2022-01-11 13:14 ` Ngô Ngọc Đức Huy
  2022-01-11 13:59   ` Nguyễn Gia Phong
  0 siblings, 1 reply; 4+ messages in thread
From: Ngô Ngọc Đức Huy @ 2022-01-11 13:14 UTC (permalink / raw)
  To: ~cnx/site

Hmm I often see separate feed for comments on some sites (though I can't
find them now), which is quite annoying to me because these comments are
separated from the post.  I'm not sure if it's just my feed reader not
understanding this field, but I guess it's unlikely the case.

> Follow the anchor in an author's name to reply

Why not just make a "Reply" link instead?  Is it intentional to be
unintuitive?

Re: deleting comments, I wonder how would you do that.  Do you have to
manually goes through the comments in mbox and delete it every time you
regenerate the comments?

Anyway, nice work, I think I might look into implementing something
similar at some point.

> FYI this email sets Reply-To instead of In-Reply-To so it won't show up
> on the site.  I've drafted the reply for this, could you please resend
> the comment with the corrected header?

FWIW, the workaround works:

neomut "mailto:..."

It is a bit annoying, though, because for some reason Firefox stripped
the parameters when I copy it.

Another way that works for neomutt is to use "edit header" (hot key: E).
↑ Note for future me

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-01-11 14:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-10 15:17 Comments for Static Sites without JavaScripts Ngô Ngọc Đức Huy
2022-01-10 15:50 ` Nguyễn Gia Phong
     [not found] <blog/reply@cnx>
2022-01-11 13:14 ` Ngô Ngọc Đức Huy
2022-01-11 13:59   ` Nguyễn Gia Phong

Code repositories for project(s) associated with this public inbox

	https://trong.loang.net/~cnx/site

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for IMAP folder(s).