On Wed, Sep 30, 2020 at 02:18:08PM +0100, Chris Green wrote: > On Wed, Sep 30, 2020 at 12:03:41PM +0100, Sam Kuper wrote: >> On Tue, Sep 29, 2020 at 08:13:14AM +0100, Chris Green wrote: >>> On Mon, Sep 28, 2020 at 05:48:38PM -0500, Derek Martin wrote: >>>> I confess to some curiosity here... What are you doing in your >>>> home-grown MDA >>> >>> It's all driven from one text file so that when I subscribe to a new >>> mailing list all I have to do is add an entry to that file. >> >> Nice! If you would be willing to publish/share the Python files >> (under a Free Software license), that would be great :) > > Absolutely no problem, is there a place to put them on mutt.org? [..] > I keep the code in mercurial [..]
Best bet would probably be to: 1. Upload the files to a code hosting repository: gitlab.com; sourcehut.org; notabug.org; or similar. (Sourcehut.org supports Mercurial directly; I think the others only support Git.) 2. Having done that, I guess you could (subject to Kevin McCarthy's approval - he's the Mutt maintainer and I can't speak for him) perhaps edit https://gitlab.com/muttmua/mutt/-/wikis/ConfigTricks to add a sentence or two describing your tools and linking to the hosted version of them that you created in the previous step. > I've attached them here anyway. Thanks :) Would you be willing to mention a license? Without a license, your scripts are technically non-free software, i.e. others don't have the right to distribute them, modify them, or share their modifications. I'd suggest AGPLv3 as a good default Free Software license https://www.gnu.org/licenses/license-list.html#AGPLv3.0 ; but given that these are small (<300LOC) programs, you might prefer a "pushover" license like Apache v2: https://www.gnu.org/licenses/license-recommendations.html#small https://www.gnu.org/licenses/license-list.html#apache2 . -- A: When it messes up the order in which people normally read text. Q: When is top-posting a bad thing? () ASCII ribbon campaign. Please avoid HTML emails & proprietary /\ file formats. (Why? See e.g. https://v.gd/jrmGbS ). Thank you.