e1e0.net

sources for e1e0 website
git clone https://git.e1e0.net/e1e0.net.git
Log | Files | Refs

commit 91ba99cdee6d6c5656b0a1edf04740d78d3db759
parent 5ab60d676d1e3d1e8e533e8fd2b0a33793fe4ec5
Author: Paco Esteban <paco@onna.be>
Date:   Sun, 25 Aug 2019 13:28:27 +0200

listed hg repos and give instructions to send patches

Diffstat:
Msrc/code.md | 21++++++++++++++-------
1 file changed, 14 insertions(+), 7 deletions(-)

diff --git a/src/code.md b/src/code.md @@ -1,11 +1,18 @@ # Code -I sometimes write some code (small stuff really). You can find it hosted at +I sometimes write some code (small stuff really). You can find it hosted at: -* [git.onna.be](https://git.onna.be/) -* [git.sr.ht](https://git.sr.ht/~pacoeb/) (I do not use this account much). -* [GitHub](https://github.com/pacoesteban) (probably outdated, I only use this - account for work and collaboration) +* [git.onna.be](https://git.onna.be/). Main self-hosted code repo here. +* [hg.sr.ht](https://hg.sr.ht/~pacoeb/). Personal Mercurial repos, like the + code of this website. +* [git.sr.ht](https://git.sr.ht/~pacoeb/). Probably nothing to see here ... +* [GitHub](https://github.com/pacoesteban). Probably outdates. I only use + this account for collaboration and for my day job. -The code that generates these pages is on a [mercurial](https://www.mercurial-scm.org/) repo. I may publish -it some day, although is super boring/simple. +Patches for any project (even this site) are very welcome. You can send them +to [patches@onna.be](mailto:patches@onna.be). Please include the project name +or some similar reference on the subject, something like `[PATCH project]`. + +If you've never sent a patch via email, here you have a couple of links on how +to [send patches by email using git](https://git-send-email.io/) and [how to do +the same with mercurial](https://man.sr.ht/hg.sr.ht/email.md)