# HG changeset patch # User Kim Alvefur # Date 1714923458 -7200 # Node ID 694b62d8a82f472974199268cdd6fbee4b4c7346 # Parent 7371320813a7cc5cf7caf48ee53c104d14916b15 various/README: Fix 'labels' metadata, should be a list diff -r 7371320813a7 -r 694b62d8a82f mod_file_management/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 diff -r 7371320813a7 -r 694b62d8a82f mod_host_status_check/README.markdown --- 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 ... diff -r 7371320813a7 -r 694b62d8a82f mod_host_status_heartbeat/README.markdown --- 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 ... diff -r 7371320813a7 -r 694b62d8a82f mod_http_host_status_check/README.markdown --- 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 ... diff -r 7371320813a7 -r 694b62d8a82f mod_http_upload/README.markdown --- 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 diff -r 7371320813a7 -r 694b62d8a82f mod_http_upload_external/README.markdown --- 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 diff -r 7371320813a7 -r 694b62d8a82f mod_muc_eventsource/README.markdown --- 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 ... diff -r 7371320813a7 -r 694b62d8a82f mod_nodeinfo2/README.markdown --- 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 diff -r 7371320813a7 -r 694b62d8a82f mod_proxy65_whitelist/README.markdown --- 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 ... diff -r 7371320813a7 -r 694b62d8a82f mod_pubsub_eventsource/README.markdown --- 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 ...