Generates static HTML-files from your Blog. That makes your Blog incredible fast! Better than any other cache.
Really-static generates static html-files out of your blog. Every time a Post is published/edited/delted or a comment is posted, changes will be automaticly written to the static blog.
If you have problems, informations about bugs or ideas report them to us(no registration needed, also guests can write new posts), please dont use the wordpress.org forum for question.
http://blog.phpwelt.net using really-static, so you can see how it works, just leave a comment!
really-static comes with various translations, located in the directory languages. if you would like to add a new translation, just take the file default.po and edit it to add your translations (e.g. with poedit).
Really-static is preconfigured, so you just need to activate this plugin.
There is a tool that help you, configuate your really-static version.
If you want only to try really-static, there is also a test-version. All generatet files are stored in a folder called “static”. This ensures that you can test really-static as long as you want without somebody sees it.
If you got any Problem please use the debugfunktion and send me a report.
Or ask the community
please check your settings. 0-Byte files means that really static get errors while reading.
http://blog.phpwelt.net/303-how-to-make-rss-files-static.html
I implement this because its unessary update static page when the sourcefile didnt change. Its also better for Google, because if the static file dont change, the filedate also keeps the same and google ranks files that didnt change for a long time better!
Download the free Uniform Server that inlucdes a local on you PC runnig Webserver with installed WordPress. Install an configuarte Really-Static Plugin and
Disqus Comment Plugin.
If you want to posting a new blogentry, start the Uniform Server on your PC. Than login to the now local on you PC runnig WordPressinstallation and write your blogentry an puplish it. After this you can stop the uniform server. If someone getting on you internetwebsite he sees the static html files (generatet by really static) and he can post comments (because Disqus got there ownservers)
Programing your own really-static plugins!
$url= filename without siteprefix, that means just e.g.: “nonwordpresspage.html”
Make a page static:
reallystaticsinglepagehook($url);
Delete a page:
reallystaticsinglepagedeletehook($url);
reallystaticdeletepage(“”);
for changelog please look in to our forum