From 1a1f729b5a44acd1b1f5e888fbc7c9ebbf2649d2 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 2 Sep 2024 17:00:46 +0200 Subject: [PATCH] windows/microsoft: add padding to the "terminal lines" To make them easier to read --- windows/Makefile | 2 +- windows/_microsoft.html | 16 +++++++++------- windows/term.css | 9 +++++++++ windows/term.t | 1 + 4 files changed, 20 insertions(+), 8 deletions(-) create mode 100644 windows/term.css create mode 100644 windows/term.t diff --git a/windows/Makefile b/windows/Makefile index d0fec4c3ec..507abaa8f2 100644 --- a/windows/Makefile +++ b/windows/Makefile @@ -13,7 +13,7 @@ all: $(PAGES) index.html: _index.html $(MAINPARTS) files.gen $(ACTION) -microsoft.html: _microsoft.html $(MAINPARTS) +microsoft.html: _microsoft.html $(MAINPARTS) term.t $(ACTION) files.gen: mkfiles.pl latest.txt diff --git a/windows/_microsoft.html b/windows/_microsoft.html index ec4536d53c..c2fd57c364 100644 --- a/windows/_microsoft.html +++ b/windows/_microsoft.html @@ -2,8 +2,10 @@ curl shipped by Microsoft #include "css.t" +#include "term.t" + - #define CURL_URL /windows/microsoft.html +#define CURL_URL /windows/microsoft.html #define WINDOWS_MS #include "_menu.html" @@ -36,12 +38,12 @@ Invoking curl -V after the June 2024 update shows this on these platforms:

-

-curl 8.7.1 (Windows) libcurl/8.7.1 Schannel zlib/1.3 WinIDN
-Release-Date: 2024-03-27
-Protocols: dict file ftp ftps http https imap imaps ipfs ipns mqtt pop3 pop3s smb smbs smtp smtps telnet tftp
-Features: alt-svc AsynchDNS HSTS HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM SPNEGO SSL SSPI threadsafe Unicode UnixSockets
-
+
+
curl 8.7.1 (Windows) libcurl/8.7.1 Schannel zlib/1.3 WinIDN
+
Release-Date: 2024-03-27
+
Protocols: dict file ftp ftps http https imap imaps ipfs ipns mqtt pop3 pop3s smb smbs smtp smtps telnet tftp
+
Features: alt-svc AsynchDNS HSTS HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM SPNEGO SSL SSPI threadsafe Unicode UnixSockets
+
SUBTITLE(Disabled features)

diff --git a/windows/term.css b/windows/term.css new file mode 100644 index 0000000000..90837b7494 --- /dev/null +++ b/windows/term.css @@ -0,0 +1,9 @@ +.tline { + padding-bottom: 8px; + font-family: monospace; +} +.term { + color: #e0e080; + background: #000000; + padding: 8px 8px 0px 8px; +} diff --git a/windows/term.t b/windows/term.t new file mode 100644 index 0000000000..d3ccfeb100 --- /dev/null +++ b/windows/term.t @@ -0,0 +1 @@ +