[PATCH 7/7] Docs/process/email-clients: Document HacKerMaiL

SeongJae Park posted 7 patches 1 year, 5 months ago
[PATCH 7/7] Docs/process/email-clients: Document HacKerMaiL
Posted by SeongJae Park 1 year, 5 months ago
HacKerMaiL (hkml) [1] is a simple tool for mailing lists-based
development workflows such as that for most Linux kernel subsystems.  It
is actively being maintained by DAMON maintainer, and recommended for
DAMON community[2].  Add a simple introduction of the tool on the
email-clients document, too.

[1] https://github.com/sjp38/hackermail
[2] https://lore.kernel.org/20240621170353.BFB83C2BBFC@smtp.kernel.org

Signed-off-by: SeongJae Park <sj@kernel.org>
---
 Documentation/process/email-clients.rst | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/Documentation/process/email-clients.rst b/Documentation/process/email-clients.rst
index fc2c46f3f82d..dd22c46d1d02 100644
--- a/Documentation/process/email-clients.rst
+++ b/Documentation/process/email-clients.rst
@@ -350,3 +350,12 @@ although tab2space problem can be solved with external editor.
 
 Another problem is that Gmail will base64-encode any message that has a
 non-ASCII character. That includes things like European names.
+
+HacKerMaiL (TUI)
+****************
+
+HacKerMaiL (hkml) is a public-inbox based simple mails management tool that
+doesn't require subscription of mailing lists.  It is developed and maintained
+by the DAMON maintainer and aims to support simple development workflows for
+DAMON and general kernel subsystems.  Refer to the README
+(https://github.com/sjp38/hackermail/blob/master/README.md) for details.
-- 
2.39.2
Re: [PATCH 7/7] Docs/process/email-clients: Document HacKerMaiL
Posted by Jonathan Corbet 1 year, 5 months ago
SeongJae Park <sj@kernel.org> writes:

> HacKerMaiL (hkml) [1] is a simple tool for mailing lists-based
> development workflows such as that for most Linux kernel subsystems.  It
> is actively being maintained by DAMON maintainer, and recommended for
> DAMON community[2].  Add a simple introduction of the tool on the
> email-clients document, too.
>
> [1] https://github.com/sjp38/hackermail
> [2] https://lore.kernel.org/20240621170353.BFB83C2BBFC@smtp.kernel.org
>
> Signed-off-by: SeongJae Park <sj@kernel.org>
> ---
>  Documentation/process/email-clients.rst | 9 +++++++++
>  1 file changed, 9 insertions(+)

We should really document lei as well if we're going to do this, but I
won't try to insist on that here...:)

jon
Re: [PATCH 7/7] Docs/process/email-clients: Document HacKerMaiL
Posted by SeongJae Park 1 year, 5 months ago
On Wed, 26 Jun 2024 16:35:49 -0600 Jonathan Corbet <corbet@lwn.net> wrote:

> SeongJae Park <sj@kernel.org> writes:
> 
> > HacKerMaiL (hkml) [1] is a simple tool for mailing lists-based
> > development workflows such as that for most Linux kernel subsystems.  It
> > is actively being maintained by DAMON maintainer, and recommended for
> > DAMON community[2].  Add a simple introduction of the tool on the
> > email-clients document, too.
> >
> > [1] https://github.com/sjp38/hackermail
> > [2] https://lore.kernel.org/20240621170353.BFB83C2BBFC@smtp.kernel.org
> >
> > Signed-off-by: SeongJae Park <sj@kernel.org>
> > ---
> >  Documentation/process/email-clients.rst | 9 +++++++++
> >  1 file changed, 9 insertions(+)
> 
> We should really document lei as well

I'd also love that.  But I cannot document lei here on my own since I don't
know how to use it :'(

I might try again, but please don't wait for me.

> if we're going to do this, but I won't try to insist on that here...:)

Thank you for understanding, Jon! :)


Thanks,
SJ

[...]
Re: [PATCH 7/7] Docs/process/email-clients: Document HacKerMaiL
Posted by Randy Dunlap 1 year, 5 months ago

On 6/24/24 11:53 AM, SeongJae Park wrote:
> HacKerMaiL (hkml) [1] is a simple tool for mailing lists-based
> development workflows such as that for most Linux kernel subsystems.  It
> is actively being maintained by DAMON maintainer, and recommended for
> DAMON community[2].  Add a simple introduction of the tool on the
> email-clients document, too.
> 
> [1] https://github.com/sjp38/hackermail
> [2] https://lore.kernel.org/20240621170353.BFB83C2BBFC@smtp.kernel.org
> 
> Signed-off-by: SeongJae Park <sj@kernel.org>

Reviewed-by: Randy Dunlap <rdunlap@infradead.org>

Thanks.

> ---
>  Documentation/process/email-clients.rst | 9 +++++++++
>  1 file changed, 9 insertions(+)
> 
> diff --git a/Documentation/process/email-clients.rst b/Documentation/process/email-clients.rst
> index fc2c46f3f82d..dd22c46d1d02 100644
> --- a/Documentation/process/email-clients.rst
> +++ b/Documentation/process/email-clients.rst
> @@ -350,3 +350,12 @@ although tab2space problem can be solved with external editor.
>  
>  Another problem is that Gmail will base64-encode any message that has a
>  non-ASCII character. That includes things like European names.
> +
> +HacKerMaiL (TUI)
> +****************
> +
> +HacKerMaiL (hkml) is a public-inbox based simple mails management tool that
> +doesn't require subscription of mailing lists.  It is developed and maintained
> +by the DAMON maintainer and aims to support simple development workflows for
> +DAMON and general kernel subsystems.  Refer to the README
> +(https://github.com/sjp38/hackermail/blob/master/README.md) for details.

-- 
~Randy