
Red Hat EMEA shop
After translations and technical revision i released the new version of the shop on the european Red Hat website.
The shop on the Red Hat website has 3 new languages.
You can choose from the 3 new languages: French, Italian, Spanish on
Creatures
Inspired by the great site http://creaturesinmyhead.com/ i made my own exemplar of a creature.

Fantasy Radio
http://www.radiorivendell.com/
Alliance level guide
Shadowpriest Talents
2 new Guniea Pigs
My girlfriend and i have 2 very cute Guinea Pigs now. Enjoy watching them on live-webcam: Guinea Pigs
php-gtk rpm
I created a rpm for php-gtk-2.0.0-0 .
Thanks for advice to Harald Hoyer
You need php-gd for php-gtk.
yum -y update php-gd
If you installing this rpm, be sure to load the php-gtk extension in with
$ echo extension=php_gtk2.so > /etc/php.d/php-gtk.ini
note: your apache won’t work with this extension loaded.
I am working on a way to load this module only when the cli of php is used.
Download:
Source rpm:
php-gtk-2.0.0-0.alpha.1.src.rpm
Fedora 6 i386 :
php-gtk-2.0.0-0.alpha.1.i386.rpm
debuginfo:
php-gtk-debuginfo-2.0.0-0.alpha.1.i386.rpm
Further information:
Taunt-Macro for Paladin
#showtooltip
/cast [help] Righteous Defense; [target=targettarget] Righteous Defense
Righteous Defense now functions like Taunt and Growl if you have a hostile targeted, and functions normally if you have a friendly targeted. This macro will pull off up to three targets that are attacking the same friendly as the target you have targeted. For bonus fun pick the “question mark” icon and your hotkey will even have the Righteous Defense icon and display its cooldown properly.
edit: thanks for comments
PhpDocumentor installed
I installed PhpDocumentor and it works really good. I like the documentation of the classes and with some minor comments, you can make the documentation of your php code really good readable.
$pear install PhpDocumentor
should do the install.