e1e0.net

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

commit 95ae9fdbed45b7fe56c6f095c0d9f45ba0b167c5
parent f2f451de0da5a619be2a29c3060c14c492f2b866
Author: Paco Esteban <paco@e1e0.net>
Date:   Sun, 24 May 2020 16:09:02 +0200

get back to git and self-host for e1e0.net content

Diffstat:
Msrc/code.md | 24++++++++++++------------
1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/src/code.md b/src/code.md @@ -1,18 +1,18 @@ # Code -I sometimes write some code (small stuff really). You can find it hosted at: - -* [git.e1e0.net](https://git.e1e0.net/). 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 outdated. I only use - this account for collaboration and for my day job. +I sometimes write some code (small stuff really). You can find it hosted at +[git.e1e0.net][1]. I also have a [GitHub account][2]. The content there is +probably outdated as I only use this account for collaboration and for my day +job. Patches for any project (even this site) are very welcome. You can send them -to [patches@e1e0.net](mailto:patches@e1e0.net). Please include the project name -or some similar reference on the subject, something like `[PATCH project]`. +to [patches@e1e0.net][3]. 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) +to [send patches by email using git][4]. + +[1]: https://git.e1e0.net/ +[2]: https://github.com/pacoesteban +[3]: mailto:patches@e1e0.net +[4]: https://git-send-email.io/