Script used by the FSFE to send newsletters and press releases. https://nlformat.fsfe.org/
Go to file
tobiasd 7a199db00e
All checks were successful
continuous-integration/drone/push Build is passing
Merge pull request 'chore(deps): update docker docker tag to v27' (#15) from renovate/docker-27.x into master
Reviewed-on: #15
2024-08-19 05:24:39 +00:00
cgi dont use mail1 2024-06-28 07:15:45 +00:00
nlformat hotfix: add instead of replace 2022-01-06 12:04:10 +01:00
www format index.html 2022-01-06 11:02:54 +01:00
.drone.yml chore(deps): update docker docker tag to v27 2024-06-26 00:16:20 +00:00
.gitignore deployment without clone 2020-05-07 17:57:53 +02:00
docker-compose.yml remove obsolete env vars 2022-08-24 16:45:30 +02:00
Dockerfile switch to new LDAP via innernet 2022-02-01 16:13:34 +01:00
LICENSE deploy nlformat via docker-compose 2018-11-30 12:45:23 +01:00
nlformat.conf switch to new LDAP via innernet 2022-02-01 16:13:34 +01:00
README.md add docs-centralizer CI job 2023-01-12 07:47:26 +01:00
renovate.json update renovate to support depedency dashboard 2023-07-04 13:22:37 +02:00

nlformat

in docs.fsfe.org

Send FSFE Newsletter and Press Release emails.

Usage

Print to standard output

nlformat nl YYYYMM|url
nlformat pr YYYYMMDD-NN|url

Send to the mailing lists

nlformat nl YYYYMM|url --send
nlformat pr YYYYMMDD-NN|url --send

Test by sending the mails to yourself

nlformat nl YYYYMM|url --to you@fsfe.org
nlformat pr YYYYMMDD-NN|url --to you@fsfe.org

(--to already implies --send)

License

Copyright (C) 2011 - Nicolas Jean <nicoulas at fsfe dot org>
Copyright (C) 2013-2014 Daniel Martí <mvdan@mvdan.cc>

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.