From bd42ba5e7de34e1a95d3eb07a50c60f33f332186 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ma=C3=ABl=20Kervella?= Date: Sun, 24 Jun 2018 14:42:30 +0000 Subject: [PATCH] Initial commit --- .gitmodules | 3 +++ README.md | 9 +++++++++ re2oapi | 1 + 3 files changed, 13 insertions(+) create mode 100644 .gitmodules create mode 100644 README.md create mode 160000 re2oapi diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..361b0a1 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "re2oapi"] + path = re2oapi + url = https://gitlab.federez.net/re2o/re2oapi.git diff --git a/README.md b/README.md new file mode 100644 index 0000000..e3c97f3 --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +## Re2o - Mailing + +This service uses Re2o API to generate mailing member files. + + +## Requirements + +* python3 +* requirements in https://gitlab.federez.net/re2o/re2oapi diff --git a/re2oapi b/re2oapi new file mode 160000 index 0000000..5b4523c --- /dev/null +++ b/re2oapi @@ -0,0 +1 @@ +Subproject commit 5b4523c797bffb90c998d5b424548756baa0c1d2