12. Mai 2009
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
11. Mai 2009
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)
22. März 2009
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.
15. März 2009
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
25. Januar 2009
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/
26. Dezember 2008
16. Dezember 2008
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.
8. Dezember 2008
… für den Counterservice, nach dem der neue alte > 50% (erweiterter) und 150% normaler Arbeitsspeicher dauerlast stand
.
1. Oktober 2008
viele Informationen wie das Impressum auf Webseiten aussehen muss, hier: http://www.law-blog.de/99/wie-muss-das-impressum-auf-webseiten-aussehen/
23. September 2008
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
Some Sample Maps
[googleMap]520|200|15|0|0|Wall Street, New York|The New York Stock Exchange.[/googleMap]
[googleMap]500|500|12|1|1|Wall Street, New York|The New York Stock Exchange.[/googleMap]
[googleMap]520|200|15|0|2|Bautzen Ortenburg|Die Oltenburg im Herzen von Bauten[/googleMap]
[googleMap]520|200|15|0|3|Bautzen Ortenburg|Die Oltenburg im Herzen von Bauten[/googleMap]
[googleMap]520|200|11|0|0|Bautzen|[/googleMap]
UPDATE: now you also can define multible points:
[googleMap]Dresden|[/googleMap]
[googleMap]520|200|8|0|0|Bautzen|[/googleMap]