aboutsummaryrefslogtreecommitdiffstats
path: root/source
AgeCommit message (Collapse)AuthorFilesLines
2024-07-22tac: Jose and Simon stepping down.HEADmainCarlos O'Donell1-2/+2
Jose E Marchesi stepping down: https://lore.kernel.org/cti-tac/871q46zed4.fsf@oracle.com/ Simon Marchi stepping down: https://lore.kernel.org/cti-tac/725f7f38-7325-4511-a30f-4c54757bec11@efficios.com/ Move Jose E Marchesi, and Simon Marchi from active TAC members to previous TAC members. Signed-off-by: Carlos O'Donell <carlos@redhat.com>
2024-06-28projects/glibc: Update status.Carlos O'Donell6-25/+82
Update the status of the glibc project to use CTI resources. As part of that update also update the following documents: tac/minutes: Add the additional minutes from recent TAC meetings. tac/audit: Include a link to the CY24 technical audit. tac/cy24audit: Include Ian Kelling's comments on the BBB service. tac/index: Include a link the CY24 technical audit. name_worldlist: Add Ian Kelling. Signed-off-by: Carlos O'Donell <carlos@redhat.com> Reviewed-by: Siddhesh Poyarekar <siddhesh@gotplt.org>
2024-06-27services/index: Fix grammar in first two sentences.Carlos O'Donell1-3/+3
Signed-off-by: Carlos O'Donell <carlos@redhat.com>
2024-05-29source/faq/index: Update FAQ.Carlos O'Donell1-1/+59
Update the FAQ with additional entries as requested by CTI TAC review. Add information about relevant national standards and why we want to advance the state of our current infrastructure. Add information about service bringup and how to achieve that. Signed-off-by: Carlos O'Donell <carlos@redhat.com>
2024-05-29services/index projects/enum: Update spelling.Carlos O'Donell4-7/+50
Update the services and enumeration spelling words to allow `make spelling` to pass cleanly.
2024-05-06tac/index: Joel Brobecker stepping down from the TAC.Carlos O'Donell1-1/+1
Updated CTI TAC member list to indicate Joel has stepped down. Signed-off-by: Carlos O'Donell <carlos@redhat.com>
2024-03-08faq/index: Correct name typo.Carlos O'Donell1-1/+1
Project name is CTI. Signed-off-by: Carlos O'Donell <carlos@redhat.com>
2024-03-08services/index: Fix list typo.Carlos O'Donell1-0/+2
Fix typo in git services list. Signed-off-by: Carlos O'Donell <carlos@redhat.com>
2024-03-08services/index: Update list of services.Carlos O'Donell1-8/+35
Restructure services under video conferencing, mail, and VCS. Signed-off-by: Carlos O'Donell <carlos@redhat.com>
2024-03-08index: Restructure front page.Carlos O'Donell8-21/+44
We restructure the front page significantly based on feedback from the CTI TAC (Thank you David Edelsohn!). The focus of landing page is now firmly around: * secure infrastructure * continuity planning * security policy planning These 3 items are a focal point for CTI based on previous writeups that we've done for CTI A picture of the GNU Tools Cauldron 2023 get together is included to provide a viewer context on the group of developers. Additionally some of the content is moved down to the new sub pages. Signed-off-by: Carlos O'Donell <carlos@redhat.com>
2024-03-07faq: Reformat so that it's not a listSiddhesh Poyarekar1-117/+106
Making it into subheadings and content instead not only makes it cleaner looking, it also gives us a nifty bar on the right to scroll through questions. Signed-off-by: Siddhesh Poyarekar <siddhesh@gotplt.org> Reviewed-by: Carlos O'Donell <carlos@redhat.com>
2024-03-07tac/audit: Minor cleanupsSiddhesh Poyarekar1-4/+2
Subsume the sub-bullet into its parent and fix a dead link. Signed-off-by: Siddhesh Poyarekar <siddhesh@gotplt.org> Reviewed-by: Carlos O'Donell <carlos@redhat.com>
2024-03-07services: Clean up links to projectsSiddhesh Poyarekar1-10/+7
Use links on project names instead of putting them in bulleted lists. Signed-off-by: Siddhesh Poyarekar <siddhesh@gotplt.org> Reviewed-by: Carlos O'Donell <carlos@redhat.com>
2024-03-07projects/glibc: slightly adjust the structureSiddhesh Poyarekar1-2/+9
Add some subheadings and fix a broken link. Signed-off-by: Siddhesh Poyarekar <siddhesh@gotplt.org> Reviewed-by: Carlos O'Donell <carlos@redhat.com>
2024-03-06Move GNU Ethical repository hosting criteria to services pageCarlos O'Donell2-5/+7
Now that we have a services group of pages we can move some content from the main page into other pages. The goal is to make the landing page clearer and more coherent; telling a story about the services we are providing. Signed-off-by: Carlos O'Donell <carlos@redhat.com>
2024-03-06Update spelling word and name list.Carlos O'Donell2-22/+31
Used 'LC_ALL=C.UTF-8 sort -u' to sort the lists. Signed-off-by: Carlos O'Donell <carlos@redhat.com>
2024-02-28faq, gov, projects, services, tax: Update all docs.Carlos O'Donell13-5/+1323
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 <carlos@redhat.com>
2024-02-28faq: Add more difficult questions to the FAQ.Carlos O'Donell1-0/+50
Added questions about why and when and the relationship with the Sourceware project.
2024-02-28index: Update TOC and OpenSSF naming.Carlos O'Donell1-4/+4
Use short names for TOC. Use correct OpenSSF naming.
2024-02-28tac: Expand title fully.Carlos O'Donell1-2/+2
While the title is fully expanded, the top-level index.rst can use a smaller title.
2024-02-28gov: Update governance.Carlos O'Donell1-14/+21
Clarify the various roles and when you get a seat and how.
2024-02-28Provide top-level description of CTI, TAC, and Governance.Carlos O'Donell5-11/+208
Remove build/ tree and add to .gitignore. Includes FAQ section. Signed-off-by: Carlos O'Donell <carlos@redhat.com>
2024-02-12Initial setup with sphinx-quickstartCarlos O'Donell2-0/+48
Modify default to use Picollo theme and build site. Signed-off-by: Carlos O'Donell <carlos@redhat.com>