www: 389ab229: Fix some grammer, add some more "details...
kstange at pidgin.im
kstange at pidgin.im
Sat Dec 27 02:16:17 EST 2008
-----------------------------------------------------------------
Revision: 389ab2294b71e1213cf3fe03bae1614234ba855c
Ancestor: c6cfcc0bf88dfd246284291994bb5878c9d24088
Author: kstange at pidgin.im
Date: 2008-12-27T07:11:17
Branch: im.pidgin.www
URL: http://d.pidgin.im/viewmtn/revision/info/389ab2294b71e1213cf3fe03bae1614234ba855c
Modified files:
htdocs/about/index.php
ChangeLog:
Fix some grammer, add some more "details" and don't announce "Pidgin
supports English" when your browser says "en" as it's implied by an
entirely English web site.
-------------- next part --------------
============================================================
--- htdocs/about/index.php 6c65aeca15f0e0d0aa60517c7f2bc7ec018e6767
+++ htdocs/about/index.php 873467af4cdc02d795daa6591752aaffda82fdba
@@ -11,14 +11,10 @@
<div id="content">
-
-
-
-
<div class="box_full">
<div id="main">
-<h1>About Pidgin Chat</h1>
+<h1>About Pidgin</h1>
<div style="float:right;">
<?
@@ -30,10 +26,10 @@ include($_SERVER['DOCUMENT_ROOT'] . "/..
</div>
</div>
-<p>Pidgin is an chat program which lets you log in to accounts on multiple chat networks
-simultaneously. This means that you can be chatting with friends on MSN,
-talking to a friend on Google Talk, and sitting in an Yahoo channel all at
-the same time.</p>
+<p>Pidgin is a chat program which lets you log in to accounts on multiple
+chat networks simultaneously. This means that you can be chatting with
+friends on MSN, talking to a friend on Google Talk, and sitting in an Yahoo
+channel all at the same time.</p>
<p>Pidgin runs on Windows, Linux, and other UNIX operating systems.
Looking for Pidgin for OS X? Try <a href="http://www.adiumx.com/">Adium</a>!</p>
@@ -43,23 +39,36 @@ Lotus Sametime, SILC, SIMPLE, MySpaceIM,
Messenger, Yahoo!, Bonjour, Gadu-Gadu, IRC, Novell GroupWise Messenger, QQ,
Lotus Sametime, SILC, SIMPLE, MySpaceIM, and Zephyr.</p>
-<p>Pidgin supports almost all features of the various chat networks, such as file
-transfer, away messages, and typing notifications. Numerous plugins also extend Pidgin's functionality above and beyond the standard features.</p>
+<p>Pidgin supports many features of these chat networks, such as file
+transfers, away messages, buddy icons, custom smilies, and typing
+notifications. Numerous plugins also extend Pidgin's functionality above and
+beyond the standard features.</p>
<p>Pidgin integrates with the system tray on Windows, GNOME2, and KDE 3.1.</p>
-<p>Pidgin is under constant development, and releases are usually frequent.</p>
+<p>Pidgin is under constant development. Releases are usually frequent and
+driven by user contributions, such as <a href="/support/">bug reports</a> and
+<a href="http://developer.pidgin.im">patches</a>.</p>
-Pidgin is free! And there are no ads. All our code is open source and licensed under the GPL.
+<p>Pidgin is free and contains no ads. All our code is open source and
+licensed under the GNU General Public License. This means you can get Pidgin's
+underlying code and modify it to suit your needs, as long as you publish the
+changes you make for everyone to benefit from as well.</p>
<h2>Supported Languages</h2>
<?php include($_SERVER['DOCUMENT_ROOT'] . "/../inc/langdetect.inc"); ?>
-<?php if (strlen($language) > 0) { ?>
- Pidgin supports <strong><? echo $language ?></strong>!<br/>
+<p>Pidgin is translated into many different languages, thanks to the
+generous contributions of our volunteer translators.
+
+<?php if (strlen($language) > 0 && $language != "English") { ?>
+ You may be glad to know that Pidgin is already translated into
+ <strong><? echo $language ?></strong>!
<?php } ?>
+</p>
+
<ul class="condensed">
<?php
@@ -72,6 +81,11 @@ echo '<li>'.$languages[$lang].'</li>';
?>
</ul>
+<p>If your native language is missing from this list or you've found that a
+translation contains errors, you can help us! Take a look at our <a
+href="http://developer.pidgin.im/wiki/TipsForTranslators">tips for
+translators</a>.</p>
+
</div>
</div>
More information about the Commits
mailing list