Changeset 1299267
- Timestamp:
- 12/02/2015 07:36:21 PM (10 years ago)
- Location:
- static-snapshot/trunk
- Files:
-
- 2 edited
-
main.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
static-snapshot/trunk/main.php
r1299231 r1299267 6 6 Plugin URI: http://hermesdevelopment.com 7 7 Description: Get a static version of the website with wget 8 Version: 0. 0.18 Version: 0.1.0 9 9 Author: Hermes Development 10 10 Author URI: http://hermesdevelopment.com -
static-snapshot/trunk/readme.txt
r1299225 r1299267 1 # snapshot-press 2 snapshot exporter 1 === Static Snapshot === 2 Contributors: @hermes-development 3 Donate link: http:// 4 Tags: static, snapshot 5 Requires at least: 4.3.1 6 Tested up to: 4.3.1 7 Stable tag: 0.1.0 8 License: GPLv2 or later 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html 10 11 Get a fully functional static version of your WordPress website. 12 13 == Description == 14 15 Produces a static snapshot of your WordPress site. 16 Files are renamed with the correct extension if they come from a CDN. 17 All links produced are relative - they won't redirect to the original website but to the other static files. 18 19 This plugin is a wrapper for the Linux/Unix wget application. Your server must use Linux/Unix! 20 21 This is a BETA version of the product. Please DO NOT USE IT on a production site. 22 23 24 == Installation == 25 26 1. Download the plugin 27 1. Activate the plugin through the 'Plugins' menu in WordPress 28 1. A new item "Get Snapshot" is now available from the WordPress admin sidebar 29 30 == Frequently Asked Questions == 31 32 = Will this plugin work locally on a Windows machine? = 33 34 No. This plugin can only work locally with Linux or Unix. 35 Max OSX users need to be sure that wget is installed on their machine 36 http://osxdaily.com/2012/05/22/install-wget-mac-os-x/ 37 38 == Screenshots == 39 40 1. Static Snapshot Dashboard 41 42 == Changelog == 43 44 = 0.1.0 = 45 * first version for the WordPress Plugin Repository 46 47 == We need you help! == 48 49 This is a BETA product with possible bugs. Please test this product and give us feedback (http://staticsnapshot.com/forums/forum/support-forum) so we can improve and release the version 1.0 as soon as possible! 50
Note: See TracChangeset
for help on using the changeset viewer.