aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
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'Donell14-5/+1327
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'Donell40-5023/+209
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'Donell38-0/+5115
Modify default to use Picollo theme and build site. Signed-off-by: Carlos O'Donell <carlos@redhat.com>