Unverified Commit ab2b6a62 authored by anarcat's avatar anarcat 💥
Browse files

clarify a bit of slang (slim is what we call the middleware)

parent 78fa9dbd
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -203,7 +203,8 @@ The <https://donate.torproject.org> website is built with Lektor like
all the other torproject.org [static websites](https://gitlab.torproject.org/tpo/web/). It doesn't talk to
all the other torproject.org [static websites](https://gitlab.torproject.org/tpo/web/). It doesn't talk to
CiviCRM directly. Instead it talks with with the donation API
CiviCRM directly. Instead it talks with with the donation API
middleware through Javascript, through a React component (available in
middleware through Javascript, through a React component (available in
the [donate-static repository](https://gitlab.torproject.org/tpo/web/donate-static)).
the [donate-static repository](https://gitlab.torproject.org/tpo/web/donate-static)). GR calls that middleware API
"slim".


In other words, the `donate-api` PHP app is the component that allows
In other words, the `donate-api` PHP app is the component that allows
communications between the `donate.torproject.org` site and
communications between the `donate.torproject.org` site and