From 114fadbd4bb64a0cbccb0ec0ee86713c5a7eefd1 Mon Sep 17 00:00:00 2001 From: Eric Coissac Date: Sun, 7 Sep 2025 12:31:11 +0200 Subject: [PATCH 1/3] =?UTF-8?q?Apr=C3=A8s=20mon=20dernier=20merge,=20j'esp?= =?UTF-8?q?=C3=A8re=20que=20tout=20tes=20bon?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/settings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 082b1943..a227bbc0 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,3 +1,4 @@ { - "makefile.configureOnOpen": false + "makefile.configureOnOpen": false, + "git.enabled": false } \ No newline at end of file From b0ccfeff01737ce5639d7f40af2e74dbf2485d7a Mon Sep 17 00:00:00 2001 From: Eric Coissac Date: Sun, 7 Sep 2025 12:47:33 +0200 Subject: [PATCH 2/3] =?UTF-8?q?J'ai=20d=C3=A9sactiver=20l'extension=20git?= =?UTF-8?q?=20dans=20ce=20projet?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit From dc238af6a1a69bf07eb482f21f07b50965bfcc60 Mon Sep 17 00:00:00 2001 From: Eric Coissac Date: Sun, 7 Sep 2025 12:49:25 +0200 Subject: [PATCH 3/3] J'ai finalement retravailler la feuille de style des log. --- didl/markdown.go | 6 +- pmolog/index.html | 123 +++++++++++++++++- soap/markdown.go | 69 ++++++++++ ssdp/server.go | 5 +- .../AVTransport/sv_AVTransportURIMetaData.go | 2 +- upnp/serviceinstance.go | 10 +- 6 files changed, 198 insertions(+), 17 deletions(-) create mode 100644 soap/markdown.go diff --git a/didl/markdown.go b/didl/markdown.go index b424be5d..589f943a 100644 --- a/didl/markdown.go +++ b/didl/markdown.go @@ -7,17 +7,17 @@ import ( func (d *DIDLLite) ToMarkdown() string { var buf strings.Builder - buf.WriteString("# DIDL-Lite Document\n\n") + buf.WriteString("### DIDL-Lite Document\n\n") if len(d.Containers) > 0 { - buf.WriteString("## Containers\n\n") + buf.WriteString("#### Containers\n\n") for _, c := range d.Containers { c.markdown(&buf, 0) } } if len(d.Items) > 0 { - buf.WriteString("## Items\n\n") + buf.WriteString("#### Items\n\n") for _, i := range d.Items { i.markdown(&buf, 0) } diff --git a/pmolog/index.html b/pmolog/index.html index afa4bff6..f97a11db 100644 --- a/pmolog/index.html +++ b/pmolog/index.html @@ -6,6 +6,7 @@ @@ -163,6 +269,7 @@ +
@@ -173,11 +280,25 @@