Page MenuHomeWrite.as

Support importing posts from JSON file
Open, LowPublic

Description

Overview

Users should be able to migrate all their writing between Write.as and Write Freely blogs/instances.

Implementation

JSON:

  • Accept a *.json file upload of entire account, since that's the Export option we offer
  • Parse the file
    • Posts in the top-level posts array becomes anonymous posts / drafts
    • Create blogs from collections array
    • Publish posts containing all the same metadata for each post in the collections[x].posts array