commit db32be6ea810a99bae31c4c3323d8e8d1930937c Author: Duncan duncan@torproject.org Date: Tue Mar 16 18:46:19 2021 +0000
Update categories, service titles and descriptions
Closes: #3 --- config.yml | 63 ++++++++++++++++--------------- content/issues/2021-01-19-status-page.md | 18 --------- content/issues/2021-01-25-gmail-bounce.md | 2 +- content/issues/2021-01-28-dir-auth.md | 4 +- 4 files changed, 36 insertions(+), 51 deletions(-)
diff --git a/config.yml b/config.yml index df39c7a..ddb2571 100644 --- a/config.yml +++ b/config.yml @@ -121,9 +121,12 @@ params: # For help, see the wiki: # https://github.com/cstate/cstate/wiki/Customization categories: - - name: Tor network - - name: TPA - description: internal Tor services + - name: Tor Network + description: Core services that are integral to the Tor Network. + - name: Tor Project websites + description: Official websites and services hosted and maintained by the Tor Project. + - name: Internal systems + description: Tools and services that help us collaborate with one another, managed by the Tor Project System Administration Team (TPA). closed: true - name: Uncategorized untitled: true @@ -134,33 +137,33 @@ params: # For help, see the wiki: # https://github.com/cstate/cstate/wiki/Customization systems: - - name: v3 services - category: Tor network - - name: v2 services - category: Tor network - - name: directory authorities - description: whatever it is that those things do - category: Tor network - - name: check.tpo - description: the check.torproject.org website - category: Tor network + - name: v3 Onion Services + description: Third generation onion services – running private services (e.g. websites) that are only accessible through the Tor network. + category: Tor Network + - name: v2 Onion Services + description: Second generation onion services – running private services (e.g. websites) that are only accessible through the Tor network. + category: Tor Network + - name: Directory Authorities + description: Special-purpose relays that maintain a list of currently-running relays and periodically publish a consensus together. + category: Tor Network + - name: torproject.org + description: Our official website and its associated portals (e.g. community.torproject.org). + category: Tor Project websites + - name: Tor Check + description: The check.torproject.org website, used to confirm you're connected to the Tor Network. + category: Tor Project websites - name: GitLab - description: gitlab.torproject.org - category: TPA + description: Our code-review, bug tracking, and collaboration platform of choice (gitlab.torproject.org). + category: Internal systems + - name: Gitolite + description: An access control layer on top of git, used to provide read/write access. + category: Internal systems - name: Email - description: general email delivery - category: TPA - - name: lists - description: mailing lists (mailman) - category: TPA - - name: gitolite - description: read/write access to git - category: TPA - - name: websites - description: the many websites under torproject.org - category: TPA - - name: other - category: Uncategorized + description: General email delivery from within the Tor Project. + category: Internal systems + - name: Mailing lists + description: Our public and private mailing lists (lists.torproject.org) powered by Mailman, the GNU Mailing List Manager. + category: Internal systems
# What date format to use? # @@ -239,8 +242,8 @@ params: # Default: We continuously monitor the status of our services and if there are any interruptions, a note will be posted here. description: | We continuously monitor the status of our services and if there - are any interruptions, a note will be posted here. If you need to - do a modification on this page, [follow the + are any interruptions an update will be posted here. If you need to + modify this page, [follow the documentation](https://gitlab.torproject.org/tpo/tpa/team/-/wikis/service/status) ([mirror](https://web.archive.org/web/2/https://gitlab.torproject.org/tpo/tpa/team/-/w...)).
# Tabs on homepage diff --git a/content/issues/2021-01-19-status-page.md b/content/issues/2021-01-19-status-page.md deleted file mode 100644 index 7fe22c4..0000000 --- a/content/issues/2021-01-19-status-page.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: Status page deployment -date: 2021-01-15 18:29:00 -resolved: true -resolvedWhen: 2021-01-20 19:52:56 -# Possible severity levels: down, disrupted, notice -severity: notice -affected: - - other -section: issue ---- - -We're in the process of deploying [cstate](https://github.com/cstate/cstate) for a status page, this -page might need a few more updates to be actually relevant. Follow -[ticket 40138](https://gitlab.torproject.org/tpo/tpa/team/-/issues/40138) in GitLab for more information. - -Update: the site is mostly operational, even if updates are a little -clunky. Considered fixed. diff --git a/content/issues/2021-01-25-gmail-bounce.md b/content/issues/2021-01-25-gmail-bounce.md index dba9281..19950c2 100644 --- a/content/issues/2021-01-25-gmail-bounce.md +++ b/content/issues/2021-01-25-gmail-bounce.md @@ -7,7 +7,7 @@ resolvedWhen: 2021-01-25 21:40:00 severity: notice affected: - Email - - lists + - Mailing lists section: issue ---
diff --git a/content/issues/2021-01-28-dir-auth.md b/content/issues/2021-01-28-dir-auth.md index 1db8571..fe5b7d3 100644 --- a/content/issues/2021-01-28-dir-auth.md +++ b/content/issues/2021-01-28-dir-auth.md @@ -6,8 +6,8 @@ resolvedWhen: 2021-01-29 05:30:00 # Possible severity levels: down, disrupted, notice severity: disrupted affected: - - directory authorities - - v3 services + - Directory Authorities + - v3 Onion Services section: issue ---
tor-commits@lists.torproject.org