In May 2023 we started experimenting with Monthly Reports curation being a [responsibility of the Fundraising team](https://tails.net/contribute/working_together/roles/fundraising/).
In May 2023 we started experimenting with Monthly Reports curation being a [responsibility of the Fundraising team](https://tails.net/contribute/working_together/roles/fundraising/).
The curator is solely responsible for the report, but contributors are
The curator is solely responsible for the report, but contributors are encouraged to help.
encouraged to help.
You have 2 ways to work on the report:
You have 2 ways to work on the report:
* editing in GitLab web interface
* editing in GitLab web interface
* editing using Git on your computer
* editing using Git on your computer
To initialize the wiki page for the monthly report you're working on:
To initialize the wiki page for the monthly report you're working on:
1. Create the `wiki/src/news/report_YEAR_MO.mdwn` page in a new branch in tails.git.
1. Create the `wiki/src/news/report_YEAR_MO.mdwn` page in a new branch in tails.git.
2. Copy and paste the template that's at the bottom of this page,
2. Copy and paste the template that's at the bottom of this page, without the code markers.
without the code markers.
Publishing
# Publishing
==========
- Ensure the `meta date=` directive is set to today's date in RFC 2822 format
- Ensure the `meta date=` directive is set to today's date in RFC 2822 format (e.g. `date --rfc-2822`).
(e.g. `date --rfc-2822`).
- Copy the report to `wiki/src/news/report_YEAR_MO.mdwn` in tails.git.
- Copy the report to `wiki/src/news/report_YEAR_MO.mdwn` in tails.git.
-[Build the website locally](https://tails.boum.org/contribute/build/website) and check that it builds fine and the
-[Build the website locally](https://tails.boum.org/contribute/build/website) and check that it builds fine and the report renders well (e.g. no broken links).
report renders well (e.g. no broken links).
- Commit.
- Commit.
- Push.
- Push.
- Tweet about the report:
- Tweet about the report:
- "In MONTH, we worked on [...] and more: https://tails.boum.org/news/report_YEAR_MO."
- "In MONTH, we worked on \[...\] and more: https://tails.boum.org/news/report_YEAR_MO."
- If you don't have access to our Twitter account send your text
- If you don't have access to our Twitter account send your text for the tweet along with your merge request for the report.
for the tweet along with your merge request for the report.
- Email the [simplified HTML version of the report](https://tails.boum.org/inc/simplified_monthly_report):
- Email the [simplified HTML version of the report](https://tails.boum.org/inc/simplified_monthly_report):
```plaintext
To: tails-dev@boum.org
To: tails-dev@boum.org
Cc: tor-project@lists.torproject.org
Cc: tor-project@lists.torproject.org
Subject: Tails report for XXXXXXXX YYYY
Subject: Tails report for XXXXXXXX YYYY
Reply-to: tails-dev@boum.org
Reply-to: tails-dev@boum.org
```
Do the following to compose an email in HTML in *Thunderbird*:
Do the following to compose an email in HTML in _Thunderbird_:
2. In the **Composition & Addressing** tab of your email account, select **Compose messages in HTML format**.
**Preferences** ▸ **Accounts Settings**.
2. In the **Composition & Addressing** tab of your email account,
select **Compose messages in HTML format**.
If your email client, like *Thunderbird* in Tails, doesn't allow you
to send emails in HTML format, you can probably do so from the
webmail application of your email provider.
If your email client, like _Thunderbird_ in Tails, doesn't allow you to send emails in HTML format, you can probably do so from the webmail application of your email provider.
- Make sure that we already have a curator for next month.
- Make sure that we already have a curator for next month.
If we do, notify them.
If we do, notify them.
Else, raise the issue to Core Workers and update the
Else, raise the issue to Core Workers and update the [list of volunteers](monthly_report#coordinators).
[list of volunteers](monthly_report#coordinators).
Template
# Template
========
```
```plaintext
[[!meta title="Tails report for MONTH YEAR"]]
[[!meta title="Tails report for MONTH YEAR"]]
[[!meta date="`date --rfc-2822` eg. Thu, 08 Feb 2018 07:21:15 +0000"]]
[[!meta date="`date --rfc-2822` eg. Thu, 08 Feb 2018 07:21:15 +0000"]]
[[!pagetemplate template="news.tmpl"]]
[[!pagetemplate template="news.tmpl"]]
...
@@ -93,14 +76,11 @@ Metrics
...
@@ -93,14 +76,11 @@ Metrics
Tails has been started more than BOOTS/MONTH times this month. This makes BOOTS/DAY boots a day on average.
Tails has been started more than BOOTS/MONTH times this month. This makes BOOTS/DAY boots a day on average.
XXX: Check the [archives of tails-dev@boum.org](https://lists.autistici.org/list/tails-dev.html) for this number.
XXX: Check the [archives of tails-dev@boum.org](https://lists.autistici.org/list/tails-dev.html) for this number.