various/README: Fix 'labels' metadata, should be a list
authorKim Alvefur <zash@zash.se>
Sun, 05 May 2024 17:37:38 +0200
changeset 5903 694b62d8a82f
parent 5902 7371320813a7
child 5904 cb3b2fbf57e7
various/README: Fix 'labels' metadata, should be a list
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
--- 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
 ...