aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormricher <maximilien.richer@gmail.com>2021-09-25 17:20:50 +0200
committermricher <maximilien.richer@gmail.com>2021-09-25 17:21:07 +0200
commitde0228ca2aba0bdc01c8df98e6356776b1eb74c4 (patch)
tree098ec1db3ea2874d5a5b1718a8521eb595024dcb
parentdf345e37db28792d0355dff8f9e730ec51f96682 (diff)
downloadgarage-de0228ca2aba0bdc01c8df98e6356776b1eb74c4.tar.gz
garage-de0228ca2aba0bdc01c8df98e6356776b1eb74c4.zip
Doc: add funding disclaimer for NGI/EU grant
PNG logs optimized, render to be checked by @quentin. Fix #106.
-rw-r--r--doc/book/src/img/eu-flag-logo.pngbin0 -> 2477 bytes
-rw-r--r--doc/book/src/img/ngi-logo.pngbin0 -> 34628 bytes
-rw-r--r--doc/book/src/intro.md11
3 files changed, 10 insertions, 1 deletions
diff --git a/doc/book/src/img/eu-flag-logo.png b/doc/book/src/img/eu-flag-logo.png
new file mode 100644
index 00000000..eab9e833
--- /dev/null
+++ b/doc/book/src/img/eu-flag-logo.png
Binary files differ
diff --git a/doc/book/src/img/ngi-logo.png b/doc/book/src/img/ngi-logo.png
new file mode 100644
index 00000000..ee0f0c29
--- /dev/null
+++ b/doc/book/src/img/ngi-logo.png
Binary files differ
diff --git a/doc/book/src/intro.md b/doc/book/src/intro.md
index 8306a0c6..81e82889 100644
--- a/doc/book/src/intro.md
+++ b/doc/book/src/intro.md
@@ -70,7 +70,7 @@ We also do not classify Swift as *Simple*.
**[Ceph](https://ceph.io/ceph-storage/object-storage/):**
This review holds for the whole Ceph stack, including the RADOS paper, Ceph Object Storage module, the RADOS Gateway, etc.
At its core, Ceph has been designed to provide *POSIX/Filesystem compatibility* which requires strong consistency, which in turn
-makes Ceph latency-sensitive and fails our *Internet enabled* goal.
+makes Ceph latency-sensitive and fails our *Internet enabled* goal.
Due to its industry oriented design, Ceph is also far from being *Simple* to operate and from being *Self-contained & lightweight* which makes it hard to integrate it in an hyperconverged infrastructure.
In a certain way, Ceph and MinIO are closer together than they are from Garage or OpenStack Swift.
@@ -111,3 +111,12 @@ Our code repository and issue tracker, which is the place where you should repor
Garage's source code, is released under the [AGPL v3 License](https://www.gnu.org/licenses/agpl-3.0.en.html).
Please note that if you patch Garage and then use it to provide any service over a network, you must share your code!
+
+# Funding
+
+The Deuxfleurs association has recieved a grant promise to fund 3 people working on Garage for a year, from October 2021 to September 2022.
+
+<img href="https://pointer.ngi.eu/" src="img/ngi-logo.png" alt="NGI Pointer logo">
+<img src="img/eu-flag-logo.png" alt="EU flag logo">
+
+_This project has received funding from the European Union’s Horizon 2020 research and innovation programme within the framework of the NGI-POINTER Project funded under grant agreement No 871528._ \ No newline at end of file