Changeset

6010:cf877e16df70

mod_storage_xmlarchive: Reorganize Readme Layout
author Menel <menel@snikket.de>
date Tue, 22 Oct 2024 11:25:43 +0200
parents 6009:bd9805f3aba1
children 6011:e37473232b0d
files mod_storage_xmlarchive/README.md
diffstat 1 files changed, 9 insertions(+), 11 deletions(-) [+]
line wrap: on
line diff
--- a/mod_storage_xmlarchive/README.md	Tue Oct 22 11:16:22 2024 +0200
+++ b/mod_storage_xmlarchive/README.md	Tue Oct 22 11:25:43 2024 +0200
@@ -42,18 +42,8 @@
 Note that this module does not implement the "keyval" storage method and
 can't be used by anything other than archives.
 
-Compatibility
-=============
 
-  ------ ---------------
-  trunk  Should work
-  0.11   Works
-  0.10   Should work
-  0.9    Does not work
-  ------ ---------------
-
-Conversion to or from internal storage
---------------------------------------
+### Conversion to or from internal storage
 
 This module stores data in a way that overlaps with the more recent
 archive support in `mod_storage_internal`, meaning e.g. [mod_migrate]
@@ -108,3 +98,11 @@
 
 -   Only XML stanzas can be stored.
 -   The deletion method only supports removing entire days at a time.
+
+Compatibility
+=============
+
+  ------ ---------------
+  trunk  Works
+  0.12   Works
+  ------ ---------------