changes:
- Really-static entry moved from menupoint plugins to settings
new:
- <link rel=”canonical” href=”URL” /> is now correct
- sitemap.xml also now correct
for example: http://blog.phpwelt.net/test –>http://blog.phpwelt.net/test/
that mean no unnesseary 301 redirect)
- manuellrefesh of pages
- sometimes a draft was stored on the static ftp -> fixed
- added some “autoinstall” routine
- parent category didn’t refreshed on posting – fixed
- if number of commends is shown on indexpage or comment&tag page this want’nt update – fixed
- non-permanent link didn’t work –> if you want to use/blog/?p=123 links -fixed
- Translation: english, deutsch
Version 0.22 published on 1.6.09
I added some new cool features:
Because of this you have more controll over what and when “really-static” do something.
I think that the next step should be the translation of this plugin. If you got some ideas please use the comment function. Really static also generates a logfile (log.html in the pluginfolder -> make sure it got wirte rights)
Wenn folgender Code:
<?php
$fp = fsockopen('localhost', 80, $errno, $errstr);
if (!$fp) {
print("ERROR Number: ".$errno. '<br>Error String: '. $errstr);
} else {
echo 'fsockopen() ok';
fclose($fp);
}
?>
ausgibt:
Warning: fsockopen() [function.fsockopen]: unable to connect to localhost:80 (Invalid argument) in /(…)/fsocktest.php on line 3
ERROR Number: 22
Error String: Invalid argument
dann muss in die /etc/network/interfaces.template folgendes:
auto lo
iface lo inet loopback
address 127.0.0.1
netmask 255.0.0.0
broadcast 127.255.255.255
up ip route replace 127.0.0.0/8 dev lo
danach reboot.
If you got any problems or ideas with the “really static” plugin please post them at the comments! This WordPressblog actuell uses this Plugin
Status what works (testet):
create/delete Comments
create new blog entrys
Da .htaccess Dateien unter Lighttpd nicht funktionieren, war bisher an die verwendung von wp-super cache nicht zu denken.
Hier stehts wie es geht: http://www.thedomz.com/index.php/2008/11/15/getting-wp-super-cache-to-work-with-lighttpd/
Wer testen will ob sein Emailkonto auch ordentlich senden und empfangen kann, schickt einfach eine email an echo@tu-berlin.de und erhält dann eine automatische “hat funktioniert” antwort.
… für den Counterservice, nach dem der neue alte > 50% (erweiterter) und 150% normaler Arbeitsspeicher dauerlast stand
.
viele Informationen wie das Impressum auf Webseiten aussehen muss, hier: http://www.law-blog.de/99/wie-muss-das-impressum-auf-webseiten-aussehen/
Mehr Infos und Download: http://wordpress.org/extend/plugins/smart-map/
Howto
[googleMap]Width|Height|Zoom|control Type|show Type|Location info|Descripton[/googleMap]
Width: size in pixel
Heigth: size in pixel
Zoom: 0 = World …. 15 Street Zommlevel
control Type: 0 dont show the zoomcontroll, 1 show it
show Type: 1= show the buttons to change to the satelite,0=dont show it
Location info: your location info for example: Wall Street, New York
Descripton: your description of this point… for example: The New York Stock Exchange
Please use new version: here