<?xml version="1.0" encoding="UTF-8"?>
<!-- name="generator" content="pyblosxom/1.4.1 7/27/2007" -->
<!DOCTYPE rss PUBLIC "-//Netscape Communications//DTD RSS 0.91//EN" "http://my.netscape.com/publish/formats/rss-0.91.dtd">

<rss version="0.91">
<channel>
<title>Блогчетање   </title>
<link>https://danilo.segan.org/blog</link>
<description>Данилово блогче</description>
<language>en</language>
<item>
  <title>PHP-gettext: simple, yet popular?</title>
  <link>https://danilo.segan.org/blog/ihatephp/php-gettext-attracting-masses</link>
  <description><![CDATA[
<p><a href="http://savannah.nongnu.org/projects/php-gettext">PHP-gettext</a>,
emulation of gettext functions is a very simple PHP library allowing
usage of very popular gettext files and functions in PHP even if the
appropriate library and/or locale is not supported on the system (web
servers are known to have only a subset of locales one might need, and
why should that limit web site owners on what language they are to
offer to their users? or imagine testing on Windows? ;).</p>

<p>It's a very simple project, but the one I got most patches for!  I
never expected for it to be so popular, but it seems it's getting used
in <a href="http://wordpress.org/">WordPress</a>, <a
href="http://gallery.menalto.com/">Gallery</a>, <a
href="http://squirrelmail.org/">SquirrelMail</a>, and probably many
others (if you know a project which is using it, let me know, I like
to brag about it ;).</p>

<p>And I've received a bunch of patches ranging from php-doc
style comments, PHP4.4+ stream rewrites, entire emulation layer for
standard gettext API, to caching rewrite of the core functionality.</p>

<p>Compared to xml2po, my other "big" free software project, it has
received much more "media" coverage, and hey, xml2po is in Python (now,
tell me Python is not a nicer language than PHP, I dare you! :).  Not
to mention that I have a similar reader in C#, (not) known as <a
href="http://kvota.net/hacks/gettext-sharp">gettext#</a>, but I don't
know if anyone ever tried using that one :)</p>

<p>So, what's going on?  Is it that PHP is so widely used, and
php-gettext solved a widespread problem?  Or simply that the code was
simple enough to warrant enough contributors anyway?</p>

<p><strong>Addendum:</strong> Oh, and a new version (1.0.6) is out,
fixing all the known and reported bugs, and with all the new patches.
Check the <a
href="http://savannah.nongnu.org/projects/php-gettext">homepage</a>!</p>

]]></description>
</item>

</channel>
</rss>
