.bar (Blog Archive Format) #51
cagrimmett
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
@cagrimmett @manton Thinking a little but about what is bundled in .bar.... I'm wondering if/how it would deal with things like:
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Manton Reece proposed the Blog Archive Format in 2017. It’s essentially a ZIP file with all the posts and images for your blog. It uses JSON and HTML. There is nothing in it that is specific to any one blog platform, but it’s easy to extend with your own data if needed.
I think this is a solid option for a common base format that WordPress can adopt and lead by example for all CMSes.
Helpful links:
Blog Archive Format was designed to solve a few problems compared to other export formats:
The power is in its simplicity. This should be straightforward to implement for both import and export in WordPress. Once it is supported, we can rally the community to write plugins/conversion scripts/scrapers for other CMSes to get their content in the same format.
Beta Was this translation helpful? Give feedback.
All reactions