https://github.com/writeas/wp-import
Import your WordPress blog to Write.as
https://github.com/writeas/wp-import
import wordpress writeas writefreely
Last synced: 9 months ago
JSON representation
Import your WordPress blog to Write.as
- Host: GitHub
- URL: https://github.com/writeas/wp-import
- Owner: writeas
- License: gpl-3.0
- Created: 2019-02-05T15:33:03.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2025-02-20T20:40:50.000Z (12 months ago)
- Last Synced: 2025-04-09T02:12:26.118Z (10 months ago)
- Topics: import, wordpress, writeas, writefreely
- Language: Go
- Homepage:
- Size: 67.4 KB
- Stars: 12
- Watchers: 3
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Import WordPress blog to Write.as
_**This utility is a work in progress.**_
This tool reads a WordPress Extended RSS (WXR) file, creates a new Write.as / WriteFreely blog with the same information, and imports all posts.
## Usage
```
NAME:
wp-import - Import a WordPress blog into Write.as/WriteFreely by running this importer on an exported WXR file.
USAGE:
wp-import [global options] command [command options]
VERSION:
1.0.0
COMMANDS:
import Import WordPress export file into WriteFreely
help, h Shows a list of commands or help for one command
GLOBAL OPTIONS:
--user value, -u value Username for the Write.as/WriteFreely account
--blog value, -b value Alias of the destination blog for importing your content.
--instance value, -i value URL of your WriteFreely instance (e.g., '--instance https://pencil.writefree.ly') (default: https://write.as)
--filename value, -f value
--help, -h show help
--version, -v print the version
```