====== Other Tools and Platforms ======
===== Pligg =====
Installing Pligg on your local WAMP server (for Windows) does not work. Skip directly to your LAMP server.
==== Localization ====
Translation is largely okay. Just translate everything in:
* /libs/lang.conf
* /libs/options.php
The only omission I could find, was the link 'Register', in the login sidebar. This string is not be translated.
To remedy this, change the following line (line 12) in both ''**/templates/mollio-beat/sidebar_modules/login.tpl**'' and ''**/templates/paul01/sidebar_modules/login.tpl**'':
Register
into:
{#PLIGG_Visual_Login_Register#}
And add the translation to your ''**/libs/lang.conf**'' file.
===== Flash =====
We are not going to cover much Flash-specific issues here, as we're more interested in connections and bridges to Flash apps.
==== html entities ====
Flash will display your html, but apparently not html entities. So, convert your html entities into the correct characters.
* php: use html_entity_decode (certain entities like ‘, etc. are not converted)
* Ruby: [[http://po-ru.com/projects/html-entities/|Paul Battley]] has written a [[http://htmlentities.rubyforge.org/|conversion tool]] for this purpose.