comparison mod_storage_xmlarchive/README.markdown @ 2817:f052b62c653c

mod_storage_xmlarchive/README: Minor tweak
author Kim Alvefur <zash@zash.se>
date Thu, 09 Nov 2017 14:24:42 +0100
parents d48d4d9ccae7
children 88474dd1af48
comparison
equal deleted inserted replaced
2816:cd9831b27746 2817:f052b62c653c
2 labels: 2 labels:
3 - 'Stage-Beta' 3 - 'Stage-Beta'
4 - 'Type-Storage' 4 - 'Type-Storage'
5 - ArchiveStorage 5 - ArchiveStorage
6 summary: XML file based archive storage 6 summary: XML file based archive storage
7 ... 7 ---
8 8
9 Introduction 9 Introduction
10 ============ 10 ============
11 11
12 This module implements stanza archives using files, similar to the 12 This module implements stanza archives using files, similar to the
48 48
49 Conversion to or from internal storage 49 Conversion to or from internal storage
50 -------------------------------------- 50 --------------------------------------
51 51
52 This module stores data in a way that overlaps with the more recent 52 This module stores data in a way that overlaps with the more recent
53 archive support in `mod_storage_internal`, meaning eg [mod\_migrate] 53 archive support in `mod_storage_internal`, meaning e.g. [mod_migrate]
54 will not be able to cleanly convert to or from the `xmlarchive` format. 54 will not be able to cleanly convert to or from the `xmlarchive` format.
55 55
56 To mitigate this, an migration command has been added to 56 To mitigate this, an migration command has been added to
57 `mod_storage_xmlarchive`: 57 `mod_storage_xmlarchive`:
58 58