From 84a83dea69f2536eb79716d0cbc9ad4860bbdf4f Mon Sep 17 00:00:00 2001 From: Gustav Eek Date: Mon, 24 May 2021 14:04:45 +0200 Subject: Annual 2021. Annual report. Corect acronyms and makefile Update *Makefile*, main wrapper, sed scripts, and acronyms. --- preamble/acronyms.sed | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) (limited to 'preamble/acronyms.sed') diff --git a/preamble/acronyms.sed b/preamble/acronyms.sed index f124f26..6ddbe45 100644 --- a/preamble/acronyms.sed +++ b/preamble/acronyms.sed @@ -1,8 +1,10 @@ # Standards and protocols and -s/PHP/\\php{}/g +s/CalDAV/\\caldav{}/g s/IPv4/\\ipvfour{}/g s/IPv6/\\ipvsix{}/g +s/PHP/\\php{}/g + 1,/SMTP/ {s/\SMTP/\\smtpp{}/g}; s/SMTP/\\smtp{}/g 1,/TCP/ {s/\TCP/\\tcpp{}/g}; s/TCP/\\tcp{}/g 1,/TLS/ {s/\TLS/\\tlss{}/g}; s/TLS/\\tls{}/g @@ -12,14 +14,23 @@ s/IPv6/\\ipvsix{}/g 1,/CPU/ {s/\CPU/\\cpuu{}/g}; s/CPU/\\cpu{}/g 1,/FLFD/ {s/FLFD/\\flfdd{}/g}; s/FLFD/\\flfd{}/g 1,/VM/ {s/\VM/\\vmm{}/g}; s/VM/\\vm{}/g +1,/DKIM/ {s/DKIM/\\dkimm{}/g}; s/DKIM/\\dkim{}/g +1,/DMARC/ {s/DMARC/\\dmarcc{}/g}; s/DMARC/\\dmarc{}/g # Organizations 1,/CCC/ {s/CCC/\\cccc{}/g}; s/CCC/\\ccc{}/g 1,/DFRI/ {s/DFRI/\\dfrii{}/g}; s/DFRI/\\dfri{}/g +1,/DN/ {s/DN/\\dnn{}/g}; s/DN/\\dn{}/g +1,/FOSDEM/ {s/FOSDEM/\\fosdemm{}/g}; s/FOSDEM/\\fosdem{}/g 1,/NSU/ {s/NSU/\\nsuu{}/g}; s/NSU/\\nsu{}/g 1,/OSSI/ {s/OSSI/\\ossii{}/g}; s/OSSI/\\ossi{}/g -1,/SCB/ {s/\SCB/\\scbb{}/g}; s/scb/\\scb{}/g +1,/SCB/ {s/\SCB/\\scbb{}/g}; s/SCB/\\scb{}/g + +# Acronymes + +1,/FAQ/ {s/\FAQ/\\faqq{}/g}; s/FAQ/\\faq{}/g + # Hosts s/\*antilop\*/\\antilop{}/g -- cgit v1.2.3