5f90baf6fe
refs: https://www.getrevue.co/app/offboard - Revue is stopping all paid subscriptions on 20th Dec, and shutting down on Jan 18th. - This update allows Ghost to accept and handle the zip file Revue are providing as an export in Labs > Importer - It will import posts (as best as we can with the data provided) and subscribers as free members - At present it doesn't import paid subscribers, as we don't have that info, but you can disconnect Revue from your Stripe account to prevent all your subscriptions being cancelled & there's the option this can be fixed later - There will be further updates to polish up this tooling - this is just a first pass to try to get something in people's hands Co-authored-by: Paul Davis <PaulAdamDavis@users.noreply.github.com>
23 lines
308 B
Markdown
23 lines
308 B
Markdown
# Importer Revue
|
|
|
|
Revue importer
|
|
|
|
|
|
## Usage
|
|
|
|
|
|
## Develop
|
|
|
|
This is a monorepo package.
|
|
|
|
Follow the instructions for the top-level repo.
|
|
1. `git clone` this repo & `cd` into it as usual
|
|
2. Run `yarn` to install top-level dependencies.
|
|
|
|
|
|
|
|
## Test
|
|
|
|
- `yarn lint` run just eslint
|
|
- `yarn test` run lint and tests
|