changeset 5899:694b62d8a82f

various/README: Fix 'labels' metadata, should be a list
author Kim Alvefur <zash@zash.se>
date Sun, 05 May 2024 17:37:38 +0200
parents 7371320813a7
children cb3b2fbf57e7
files mod_file_management/README.markdown mod_host_status_check/README.markdown mod_host_status_heartbeat/README.markdown mod_http_host_status_check/README.markdown mod_http_upload/README.markdown mod_http_upload_external/README.markdown mod_muc_eventsource/README.markdown mod_nodeinfo2/README.markdown mod_proxy65_whitelist/README.markdown mod_pubsub_eventsource/README.markdown
diffstat 10 files changed, 20 insertions(+), 11 deletions(-) [+]
line wrap: on
line diff
--- a/mod_file_management/README.markdown	Sat May 04 13:25:06 2024 +0200
+++ b/mod_file_management/README.markdown	Sun May 05 17:37:38 2024 +0200
@@ -1,6 +1,7 @@
 ---
 description: File management for uploaded files
-labels: 'Stage-Alpha'
+labels:
+- Stage-Alpha
 ---
 
 Introduction
--- a/mod_host_status_check/README.markdown	Sat May 04 13:25:06 2024 +0200
+++ b/mod_host_status_check/README.markdown	Sun May 05 17:37:38 2024 +0200
@@ -1,5 +1,6 @@
 ---
-labels: Stage-Beta
+labels:
+- Stage-Beta
 summary: Host status check
 ...
 
--- a/mod_host_status_heartbeat/README.markdown	Sat May 04 13:25:06 2024 +0200
+++ b/mod_host_status_heartbeat/README.markdown	Sun May 05 17:37:38 2024 +0200
@@ -1,5 +1,6 @@
 ---
-labels: Stage-Beta
+labels:
+- Stage-Beta
 summary: Host status heartbeat
 ...
 
--- a/mod_http_host_status_check/README.markdown	Sat May 04 13:25:06 2024 +0200
+++ b/mod_http_host_status_check/README.markdown	Sun May 05 17:37:38 2024 +0200
@@ -1,5 +1,6 @@
 ---
-labels: Stage-Beta
+labels:
+- Stage-Beta
 summary: HTTP Host Status Check
 ...
 
--- a/mod_http_upload/README.markdown	Sat May 04 13:25:06 2024 +0200
+++ b/mod_http_upload/README.markdown	Sun May 05 17:37:38 2024 +0200
@@ -1,6 +1,7 @@
 ---
 description: HTTP File Upload
-labels: 'Stage-Alpha'
+labels:
+- Stage-Alpha
 ---
 
 Introduction
--- a/mod_http_upload_external/README.markdown	Sat May 04 13:25:06 2024 +0200
+++ b/mod_http_upload_external/README.markdown	Sun May 05 17:37:38 2024 +0200
@@ -1,6 +1,7 @@
 ---
 description: HTTP File Upload (external service)
-labels: 'Stage-Alpha'
+labels:
+- Stage-Alpha
 ---
 
 Introduction
--- a/mod_muc_eventsource/README.markdown	Sat May 04 13:25:06 2024 +0200
+++ b/mod_muc_eventsource/README.markdown	Sun May 05 17:37:38 2024 +0200
@@ -1,5 +1,6 @@
 ---
-labels: 'Stage-Beta'
+labels:
+- Stage-Beta
 summary: Subscribe to MUC rooms using the HTML5 EventSource API
 ...
 
--- a/mod_nodeinfo2/README.markdown	Sat May 04 13:25:06 2024 +0200
+++ b/mod_nodeinfo2/README.markdown	Sun May 05 17:37:38 2024 +0200
@@ -1,6 +1,6 @@
 ---
-description: 
-labels: 'Stage-Alpha'
+labels:
+- Stage-Alpha
 ---
 
 Introduction
--- a/mod_proxy65_whitelist/README.markdown	Sat May 04 13:25:06 2024 +0200
+++ b/mod_proxy65_whitelist/README.markdown	Sun May 05 17:37:38 2024 +0200
@@ -1,5 +1,6 @@
 ---
-labels: 'Stage-Alpha'
+labels:
+- Stage-Alpha
 summary: Limit which file transfer users can use
 ...
 
--- a/mod_pubsub_eventsource/README.markdown	Sat May 04 13:25:06 2024 +0200
+++ b/mod_pubsub_eventsource/README.markdown	Sun May 05 17:37:38 2024 +0200
@@ -1,5 +1,6 @@
 ---
-labels: 'Stage-Beta'
+labels:
+- Stage-Beta
 summary: Subscribe to pubsub nodes using the HTML5 EventSource API
 ...