mirror of
https://ghproxy.net/https://github.com/elementor/wp2static.git
synced 2025-09-11 15:52:31 +08:00
update readme
This commit is contained in:
parent
ef99f6b039
commit
35fb98a9ee
1 changed files with 9 additions and 17 deletions
26
readme.txt
26
readme.txt
|
@ -1,12 +1,12 @@
|
|||
=== WP Static HTML Output ===
|
||||
Contributors: leonstafford
|
||||
Donate link: http://leonstafford.github.io
|
||||
Tags: static,html,export
|
||||
Tags: static,html,export,performance,security,portable
|
||||
Requires at least: 3.2
|
||||
Tested up to: 4.7
|
||||
Stable tag: 1.1.2
|
||||
|
||||
Produces a static HTML version of your Wordpress install and adjusts URL accordingly
|
||||
Produces a static HTML version of your Wordpress install and adjusts URLs to be portable. Allows you to leverage WordPress as a great CMS, but benefit from the speed, security and portability that a static website provides.
|
||||
|
||||
== Description ==
|
||||
|
||||
|
@ -14,28 +14,17 @@ Produces a static HTML version of your Wordpress install and adjusts URL accordi
|
|||
|
||||
This plugin produces a static HTML version of your wordpress install, incredibly useful for anyone who would like the publishing power of wordpress but whose webhost doesn't allow dynamic PHP driven sites - such as MobileMe. You can run your development site on a different domain or offline, and the plugin will change all relevant URLs when you publish your site. It's a simple but powerful plugin, and after hitting the publish button, the plugin will output a ZIP file of your entire site, ready to upload straight to it's new home.
|
||||
|
||||
An example of a website which has been generated by this plugin and is now running in a static mode can be seen here:[Leon Stafford](http://leonstafford.github.io "Leon Stafford"). Please note that I'm currently running a very stripped down theme for testing, though this will work with most all WordPress themes with some slight tweaking for comments/RSS serving.
|
||||
|
||||
Limitations:
|
||||
* The nature of a static site implies that any dynamic elements of your wordpress install that reply upon Wordpress plugins or internal functions to operate dynamically will no longer work. Significantly, this means comments. You can workaround this by including a non-Wordpress version of an external comments provider into your theme code, such as the Disqus comment system. Any page elements that rely upon Javascript will function normally.
|
||||
* inability to correctly capture some relative links in posts
|
||||
* inability to detect assets dynamically loaded via javascript after page load, these will need to specified separately (but will work)
|
||||
|
||||
Premium Options:
|
||||
* Free domain name of your choosing (.com, .net, .org, etc)
|
||||
* One click deployment from your WordPress control panel
|
||||
* UNLIMITED filestorage for your whole WordPress site, including all attachments, etc.
|
||||
* Maximum redundancy so you never lose your static site
|
||||
* Premium support for the WP Static HTML Output Plugin via email with 24 hr response time
|
||||
|
||||
|
||||
|
||||
Planned upgrades:
|
||||
* one-click transfer to your destination server via FTP,SFTP,WebDAV, etc<br />
|
||||
* progress meter to show % of .ZIP creation
|
||||
* speed improvements
|
||||
|
||||
Developed by [**Leon Stafford**](http://leonstafford.github.io), Leon Stafford. If you have any questions about this plugin's usage, installation or development, please email me at: [leon.stafford@mac.com](mailto:leon.stafford@mac.com)
|
||||
Developed by [**Leon Stafford**](http://leonstafford.github.io). If you have any questions about this plugin's usage, installation or development, please email me at: [leon.stafford@mac.com](mailto:leon.stafford@mac.com)
|
||||
|
||||
== Installation ==
|
||||
|
||||
|
@ -51,18 +40,21 @@ e.g.
|
|||
|
||||
= Where can I publish my static site to? =
|
||||
|
||||
Anywhere that allows HTML files to be uploaded.
|
||||
Anywhere that allows HTML files to be uploaded, ie:
|
||||
|
||||
- GitHub/GitLab/BitBucket Pages
|
||||
- S3 / CloudFront
|
||||
- Dropbox
|
||||
|
||||
= My comments don't work anymore! =
|
||||
|
||||
See the readme. In brief: you can't use dynamic wordpress functions such as comments on a static site. Use an external comments provider such as Disqus, or live without them.
|
||||
See the readme. In brief: you can't use dynamic WordPress functions such as comments on a static site. Use an external comments provider such as Disqus, or live without them.
|
||||
|
||||
== Screenshots ==
|
||||
|
||||
1. The main interface
|
||||
2. The main interface (Japanese)
|
||||
|
||||
|
||||
== Changelog ==
|
||||
= 1.1.2 =
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue