No description
Find a file
2016-03-08 13:46:35 +00:00
.gitignore vendor folder not needed here 2015-12-10 14:27:36 +00:00
composer.json cleanup + fail in php < 5.2 + log tune 2016-01-05 22:58:06 +00:00
LICENSE Initial commit 2015-12-07 15:54:48 +00:00
readme.txt better debugging 2016-03-08 13:46:35 +00:00
wp-flatbackups.php better debugging 2016-03-08 13:46:35 +00:00

=== wp-flatbackups ===
Contributors: cadeyrn
Donate link: https://paypal.me/petermolnar/3
Tags: backup, YAML, flat files
Requires at least: 3.0
Tested up to: 4.4.2
Stable tag: 0.1.1
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Required minimum PHP version: 5.3

Auto-export all published content on visit to flat, folder + files based structure.

== Description ==

The plugin action is hooked into wp_footer, therefore executed on actual site visit.

Content will be exported to wp-content/flat/{post_slug}/ folder ( one folder per post), all attachments copied (or hardlinked, if possible with the filesystem; this is automatic ).

The content will be placed into in item.md file, in YAML + {post_content} format and the same format is applied to comments, named comment-{comment_id}.md in the same folder.

This is not a classic backup, rather an export, to have your content in a readable format for the future. It can't be imported to WordPress (yet).

== Requirements ==

* minimum PHP version: 5.3
* YAML PHP plugin

== 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.

= 0.1.1 =
*2016-03-08*

* better debugging 

= 0.1 =
*2015-12-10*

* first stable release