Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tails
tails
Commits
c7fa0f9a
Commit
c7fa0f9a
authored
Jul 01, 2020
by
sajolida
Browse files
Generate a simplified HTML version (
#17774
)
To send the latest monthly report by email.
parent
fc45923c
Changes
3
Hide whitespace changes
Inline
Side-by-side
wiki/src/blueprint/monthly_report.mdwn
View file @
c7fa0f9a
...
...
@@ -74,14 +74,23 @@ Publishing
- "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
for the tweet along with your merge request for the report.
- Email the link to the report (and if you have time+energy, the
full text after adjusting its formatting for email):
- Email the [[simplified HTML version of the report|simplified]]:
To: tails-project@boum.org
Cc: tor-project@lists.torproject.org
Subject: Tails report for XXXXXXXX YYYY
Reply-to: tails-project@boum.org
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.
1. Choose [[!img lib/open-menu.png alt="Menu" class=symbolic link="no"]] ▸
**Preferences** ▸ **Accounts Settings**.
2. In the **Composition & Addressing** tab of your email account,
select **Compose messages in HTML format**.
- Make sure that we already have a volunteer for next month, or
otherwise raise the issue on <tails-project@boum.org> and update the
[[list of volunteers|monthly_report#coordinators]].
...
...
wiki/src/blueprint/monthly_report/simplified.mdwn
0 → 100644
View file @
c7fa0f9a
[[!meta title=""]]
[[!pagetemplate template="nostyle.tmpl"]]
[[!inline pages="page(news/report_2*)" sort="-meta(date)" show="1" feeds="no"]]
wiki/src/templates/nostyle.tmpl
0 → 100644
View file @
c7fa0f9a
<!DOCTYPE html>
<TMPL_IF
HTML_LANG_CODE
>
<html
lang=
"<TMPL_VAR HTML_LANG_CODE>"
dir=
"<TMPL_VAR HTML_LANG_DIR>"
xmlns=
"http://www.w3.org/1999/xhtml"
>
<TMPL_ELSE>
<html
xmlns=
"http://www.w3.org/1999/xhtml"
>
</TMPL_IF>
<head>
<TMPL_IF
DYNAMIC
>
<TMPL_IF
FORCEBASEURL
><base
href=
"<TMPL_VAR FORCEBASEURL>"
/><TMPL_ELSE>
<TMPL_IF
BASEURL
><base
href=
"<TMPL_VAR BASEURL>"
/></TMPL_IF>
</TMPL_IF>
</TMPL_IF>
<TMPL_IF
HTML5
><meta
charset=
"utf-8"
/><TMPL_ELSE><meta
http-equiv=
"Content-Type"
content=
"text/html; charset=utf-8"
/></TMPL_IF>
<title>
Tails report
<TMPL_VAR
TITLE
></title>
<TMPL_IF
RESPONSIVE_LAYOUT
><meta
name=
"viewport"
content=
"width=device-width, initial-scale=1"
/></TMPL_IF>
<TMPL_IF
FAVICON
>
<link
rel=
"icon"
href=
"<TMPL_VAR BASEURL><TMPL_VAR FAVICON>"
type=
"image/x-icon"
/>
</TMPL_IF>
</head>
<style>
.inlineheader
{
margin-bottom
:
3em
;
}
.inlineheader
a
{
font-size
:
48px
;
font-weight
:
bold
;
}
body
{
margin
:
5em
10%
;
}
p
,
ul
,
ol
,
blockquote
,
.toc
{
max-width
:
40em
;
}
.pagedate
{
display
:
none
;
}
</style>
<TMPL_IF
HTML_LANG_CODE
>
<body
class=
"<TMPL_VAR HTML_LANG_CODE>"
>
<TMPL_ELSE>
<body>
</TMPL_IF>
<TMPL_IF
HTML5
><article
class=
"page"
><TMPL_ELSE><div
class=
"page"
></TMPL_IF>
<TMPL_IF
HTML5
><section
class=
"pageheader"
><TMPL_ELSE><div
class=
"pageheader"
></TMPL_IF>
<TMPL_IF
HTML5
><header
class=
"header"
><TMPL_ELSE><div
class=
"header"
></TMPL_IF>
<span
class=
"title"
>
<TMPL_VAR
TITLE
>
</span>
<TMPL_IF
HTML5
></header><TMPL_ELSE></div></TMPL_IF>
<TMPL_UNLESS
DYNAMIC
>
<TMPL_VAR
TRAILS
>
</TMPL_UNLESS>
<TMPL_IF
HTML5
></section><TMPL_ELSE></div></TMPL_IF>
<div
id=
"pagebody"
>
<TMPL_IF
HTML5
><section
<
TMPL_ELSE
><div
</
TMPL_IF
>
id="content" role="main">
<TMPL_VAR
CONTENT
>
<TMPL_IF
HTML5
></section><TMPL_ELSE></div></TMPL_IF>
</div>
<TMPL_IF
HTML5
></article><TMPL_ELSE></div></TMPL_IF>
</body>
</html>
sajolida
@sajolida
mentioned in issue
#17774 (closed)
·
Jul 01, 2020
mentioned in issue
#17774 (closed)
mentioned in issue #17774
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment