From 253c5daa3c4aee938fdcc45dc9f857f570a1e622 Mon Sep 17 00:00:00 2001 From: Carlos O'Donell Date: Wed, 28 Feb 2024 18:15:40 -0500 Subject: faq, gov, projects, services, tax: Update all docs. Added a spell checker via `make spelling` to check spelling. Currently projects/enum.rst is still not spelling clean. Added more faq entries. Reworded governance page. Added projects page to list ongoing projects in CTI. Added services page to list currently provided services. Added TAC section on suggested annual technical audit by the TAC. Signed-off-by: Carlos O'Donell --- source/services/index.rst | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 source/services/index.rst (limited to 'source/services') diff --git a/source/services/index.rst b/source/services/index.rst new file mode 100644 index 0000000..93ed883 --- /dev/null +++ b/source/services/index.rst @@ -0,0 +1,35 @@ +Services +======== + +The CTI project requests that all services providers use FOSS to provide the +services that project uses. The use of FOSS for the services is a mandatory +requirement. + +The following services are currently being provided by CTI via the Linux Foundation IT: + +* Big Blue Button servers + + * Service uses BBB which is FOSS and LGPL-3.0 licensed. + + * ``https://github.com/bigbluebutton/bigbluebutton`` + + * glibc: Used for weekly patch triage meetings. + * https://sourceware.org/glibc/wiki/PatchworkReviewMeetings + + * GNU Toolchain: Monthly office hours for the GNU Toolchain. + * https://gcc.gnu.org/wiki/OfficeHours + +* gitolite servers + + * Service uses Gitolite which is FOSS and GPL-2.0 licensed. + + * ``https://github.com/sitaramc/gitolite`` + + * Core Toolchain Infrastructure project documentation repository. + * ``git clone gitolite.coretoolchain.dev:cti/cti.coretoolchain.dev`` + +----------------- + +* :ref:`genindex` + +* :ref:`search` -- cgit 1.2.3-korg