Skip to content

Commit

Permalink
Add more resources to Prior Art
Browse files Browse the repository at this point in the history
  • Loading branch information
adamziel committed Oct 11, 2024
1 parent fc6eda3 commit b400ab1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/playground/data-liberation/PLAN.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,13 @@ Here's a few codebases we'll need to review and bring into this project:
- Streaming PHP parsers: https://github.com/WordPress/blueprints-library/tree/trunk/src/WordPress
- Zip64 support (in JS ZIP parser): https://github.com/WordPress/wordpress-playground/pull/1799
- Local Zip file reader in PHP (seeks to central directory, seeks back as needed): https://github.com/adamziel/wxr-normalize/blob/rewrite-remote-xml/zip-stream-reader-local.php
- Blocky formats – Markdown <-> Block markup WordPress plugin: https://github.com/dmsnell/blocky-formats
- Sandbox Site plugin that exports and imports WordPress to/from a zip file: https://github.com/WordPress/playground-tools/tree/trunk/packages/playground
- WordPress + Playground CLI setup to import, convert, and exporting data: https://github.com/adamziel/playground-content-converters
- Markdown -> Playground workflow _and WordPress plugins_: https://github.com/adamziel/playground-docs-workflow
- _Edit Visually_ browser extension for bringing data in and out of Playground: https://github.com/WordPress/playground-tools/pull/298
- _Try WordPress_ browser extension that imports existing WordPress and non-WordPress sites to Playground: https://github.com/WordPress/try-wordpress/
- Humanmade WXR importer designed by @rmccue: https://github.com/humanmade/WordPress-Importer

### Related resources

Expand Down

0 comments on commit b400ab1

Please sign in to comment.