Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create v1 all-encompassing WordPress export for Assembler results #2055

Open
brandonpayton opened this issue Dec 4, 2024 · 1 comment
Open
Labels
[Feature] Import Export [Type] Exploration An exploration that may or may not result in mergable code

Comments

@brandonpayton
Copy link
Member

TBD

@adamziel
Copy link
Collaborator

adamziel commented Dec 4, 2024

Call notes

  • v1 – use the WordPress core WXR exporter, put the output in a zip, rewrite URLs to reference local files (e.g. file://./wp-content/uploads), put the uploads in that same zip, tada. Don't buffer the ZIP in memory, stream-output the files straight to the client.
  • v2 – ditch the core exporter, start a new one that stream-outputs WXR bytes
  • v3, v4 – ?
  • v5 – make that exporter re-entrant so that it can pause, resume, and produce multiple output files

Resources

@adamziel adamziel moved this from Inbox to In progress in Playground Board Dec 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Feature] Import Export [Type] Exploration An exploration that may or may not result in mergable code
Projects
Status: In progress
Development

No branches or pull requests

2 participants