No description
Find a file
2016-09-05 12:08:18 +00:00
.gitignore vendor folder not needed here 2015-12-10 14:27:36 +00:00
composer.json I think it's final: I'll use Spress (sometimes in the future) 2016-09-05 12:08:18 +00:00
LICENSE Initial commit 2015-12-07 15:54:48 +00:00
readme.txt I think it's final: I'll use Spress (sometimes in the future) 2016-09-05 12:08:18 +00:00
wp-flatexport.php I think it's final: I'll use Spress (sometimes in the future) 2016-09-05 12:08:18 +00:00

=== wp-flatexport ===
Contributors: cadeyrn
Tags: plain text, export, backup
Requires at least: 3.0
Tested up to: 4.5.3
Stable tag: 0.8
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0.html

Export WordPress to Spress compatible plain text files.

== Description ==

*WARNING*
This plugin is suited for my needs.
It only works well with Markdown content.
There are certain tricks done with the content.
Please be aware of this.

**This is not a backup!**
The goal of the plugin is to have a portable, plain text, easy to read, easy to copy version of you content on WordPress. Since not all data is exported, your site cannot be reconstructed from these exports.

== Requirements ==

* minimum PHP version: 5.4

== Installation ==

1. Upload contents of `wp-flatbackups.zip` to the `/wp-content/plugins/` directory
2. Activate the plugin through the `Plugins` menu in WordPress

== Changelog ==

Version numbering logic:

* every A. indicates BIG changes.
* every .B version indicates new features.
* every ..C indicates bugfixes for A.B version.