Changes between Initial Version and Version 1 of Ticket #22435
- Timestamp:
- 11/13/2012 04:51:37 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #22435 – Description
initial v1 4 4 * To be usable from different parts of the code. From the web backend, from a CLI script, from an async job. 5 5 * To allow more control of the output format – serve over HTTP, write a single XML file to disk, split it and write many smaller XML files, write a big zip with many XML files, etc. 6 * To allow exporting the data without querying all the posts at once, so that we can fit the exports to memory. 6 7 * Keep {{{export_wp()}}} for backwards compatibility without the need to keep all (even any) of its code. 7 8