e1e0.net

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

code.md (751B)


      1 Title: Code
      2 Author: paco
      3 Date: 2020-06-16
      4 Type: page
      5 
      6 I sometimes write some code (small stuff really).  You can find it hosted at
      7 [git.e1e0.net][1].  I also have a [GitHub account][2].  The content there is
      8 probably outdated as I only use this account for collaboration and for my day
      9 job.
     10 
     11 Patches for any project (even this site) are very welcome.  You can send them
     12 to [patches@e1e0.net][3].  Please include the project name or some similar
     13 reference on the subject, something like `[PATCH project]`.
     14 
     15 If you've never sent a patch via email, here you have a couple of links on how
     16 to [send patches by email using git][4].
     17 
     18 [1]: https://git.e1e0.net/
     19 [2]: https://github.com/pacoesteban
     20 [3]: mailto:patches@e1e0.net
     21 [4]: https://git-send-email.io/