https://github.com/drewm/textpattern-to-wordpress
Create a WordPress-format export file from a Textpattern blog
https://github.com/drewm/textpattern-to-wordpress
Last synced: over 1 year ago
JSON representation
Create a WordPress-format export file from a Textpattern blog
- Host: GitHub
- URL: https://github.com/drewm/textpattern-to-wordpress
- Owner: drewm
- Created: 2013-04-02T16:41:52.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2016-05-30T11:53:22.000Z (about 10 years ago)
- Last Synced: 2023-03-23T17:29:48.736Z (over 3 years ago)
- Language: PHP
- Size: 60.5 KB
- Stars: 10
- Watchers: 4
- Forks: 9
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Textpattern to WordPress exporter
=================================
Create a WordPress-format export file from a Textpattern blog.
Connects your TXP database tables and creates a WP-style extended RSS file. This can then be imported into WordPress, or something else that supports WordPress format files. I suggest [Perch](http://grabaperch.com/).
Put the `textpattern-to-wordpress.php` file in your Textpattern site, at the same level as the textpattern folder (usually root), then load it up in your web browser.
This isn't pretty, but it works well.
Requirements
------------
* PHP 5.2
* PDO-mysql
* A strong stomach
Configuration
-------------
At the top of the file you can tweak two settings:
* The include path to your TXP config file
* The `$export_html` setting. By default this is true, and posts are exported as HTML. Set to `false` to export as raw Textile.