changeset 1933:afba0821f058

mod_auth_http_async/README: Add compatibility info
author Kim Alvefur <zash@zash.se>
date Sat, 24 Oct 2015 13:54:11 +0200
parents 3729245498ae
children 6c569c481ffa
files mod_auth_http_async/README.markdown
diffstat 1 files changed, 10 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mod_auth_http_async/README.markdown	Sat Oct 24 13:53:52 2015 +0200
+++ b/mod_auth_http_async/README.markdown	Sat Oct 24 13:54:11 2015 +0200
@@ -1,3 +1,8 @@
+---
+labels:
+- Stage-Alpha
+...
+
 Introduction
 ============
 
@@ -14,9 +19,13 @@
 Configuration
 =============
 
-``` {.lua}
+``` lua
 VirtualHost "example.com"
 authentication = "http_async"
 http_auth_url = "http://example.com/auth"
 ```
 
+Compatibility
+=============
+
+Requires 0.10+