summaryrefslogtreecommitdiff
path: root/generator
diff options
context:
space:
mode:
Diffstat (limited to 'generator')
-rw-r--r--generator/committee_readme.tmpl5
-rw-r--r--generator/sig_readme.tmpl5
-rw-r--r--generator/ug_readme.tmpl5
-rw-r--r--generator/wg_readme.tmpl5
4 files changed, 20 insertions, 0 deletions
diff --git a/generator/committee_readme.tmpl b/generator/committee_readme.tmpl
index e72836b4..22a4eee6 100644
--- a/generator/committee_readme.tmpl
+++ b/generator/committee_readme.tmpl
@@ -8,6 +8,11 @@ The [charter]({{.CharterLink}}) defines the scope and governance of the {{.Name}
{{- if .Meetings }}
## Meetings
+
+{{- if .Contact.MailingList }}
+*Joining the [mailing list]({{.Contact.MailingList}}) for the group will typically add invites for the following meetings to your calendar.*
+{{- end }}
+
{{- range .Meetings }}
* {{.Description}}: [{{.Day}}s at {{.Time}} {{.TZ}}]({{.URL}}) ({{.Frequency}}). [Convert to your timezone](http://www.thetimezoneconverter.com/?t={{.Time}}&tz={{.TZ | tzUrlEncode}}).
{{- if .ArchiveURL }}
diff --git a/generator/sig_readme.tmpl b/generator/sig_readme.tmpl
index 62dcc9f1..4bb61997 100644
--- a/generator/sig_readme.tmpl
+++ b/generator/sig_readme.tmpl
@@ -7,6 +7,11 @@ The [charter]({{.CharterLink}}) defines the scope and governance of the {{.Name}
{{ end }}
{{ if .Meetings -}}
## Meetings
+
+{{- if .Contact.MailingList }}
+*Joining the [mailing list]({{.Contact.MailingList}}) for the group will typically add invites for the following meetings to your calendar.*
+{{- end }}
+
{{- range .Meetings }}
* {{.Description}}: [{{.Day}}s at {{.Time}} {{.TZ}}]({{.URL}}) ({{.Frequency}}). [Convert to your timezone](http://www.thetimezoneconverter.com/?t={{.Time}}&tz={{.TZ | tzUrlEncode}}).
{{- if .ArchiveURL }}
diff --git a/generator/ug_readme.tmpl b/generator/ug_readme.tmpl
index d42ea9d7..c3047e7d 100644
--- a/generator/ug_readme.tmpl
+++ b/generator/ug_readme.tmpl
@@ -7,6 +7,11 @@ The [charter]({{.CharterLink}}) defines the scope and governance of the {{.Name}
{{ end }}
{{ if .Meetings -}}
## Meetings
+
+{{- if .Contact.MailingList }}
+*Joining the [mailing list]({{.Contact.MailingList}}) for the group will typically add invites for the following meetings to your calendar.*
+{{- end }}
+
{{- range .Meetings }}
* {{.Description}}: [{{.Day}}s at {{.Time}} {{.TZ}}]({{.URL}}) ({{.Frequency}}). [Convert to your timezone](http://www.thetimezoneconverter.com/?t={{.Time}}&tz={{.TZ | tzUrlEncode}}).
{{- if .ArchiveURL }}
diff --git a/generator/wg_readme.tmpl b/generator/wg_readme.tmpl
index e77be483..ea1a9e0e 100644
--- a/generator/wg_readme.tmpl
+++ b/generator/wg_readme.tmpl
@@ -13,6 +13,11 @@ The [charter]({{.CharterLink}}) defines the scope and governance of the {{.Name}
{{ end }}
{{ if .Meetings -}}
## Meetings
+
+{{- if .Contact.MailingList }}
+*Joining the [mailing list]({{.Contact.MailingList}}) for the group will typically add invites for the following meetings to your calendar.*
+{{- end }}
+
{{- range .Meetings }}
* {{.Description}}: [{{.Day}}s at {{.Time}} {{.TZ}}]({{.URL}}) ({{.Frequency}}). [Convert to your timezone](http://www.thetimezoneconverter.com/?t={{.Time}}&tz={{.TZ | tzUrlEncode}}).
{{- if .ArchiveURL }}