<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Broken Keyboard</title>
	<atom:link href="http://brokenkeyboard.info/feed/" rel="self" type="application/rss+xml" />
	<link>http://brokenkeyboard.info</link>
	<description>Mozilla ,Bugzilla,Development and Wiki Community News</description>
	<lastBuildDate>Sat, 28 Jan 2012 22:32:24 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>What is Bugzilla C3PO?</title>
		<link>http://brokenkeyboard.info/bugzilla-c3p0/</link>
		<comments>http://brokenkeyboard.info/bugzilla-c3p0/#comments</comments>
		<pubDate>Tue, 24 Jan 2012 04:18:07 +0000</pubDate>
		<dc:creator>editor</dc:creator>
				<category><![CDATA[Bugzilla]]></category>
		<category><![CDATA[Localization]]></category>
		<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[Bugzilla C3P0]]></category>

		<guid isPermaLink="false">http://brokenkeyboard.info/?p=95</guid>
		<description><![CDATA[Bugzilla is server software designed to help you manage software development. C3P0 is a PHP script for filing multiple bugs at once wih Bugzilla? by setting a parameters such as locale(language). It saves you time when filing those pesky bugs. You can find it here, https://github.com/milossh/bugzilla-c3po &#160;]]></description>
				<content:encoded><![CDATA[<p>Bugzilla is server software designed to help you manage software development.</p>
<p>C3P0 is a PHP script for filing multiple bugs at once wih Bugzilla? by setting a parameters such as locale(language). It saves you time when filing those pesky bugs.</p>
<p>You can find it here,</p>
<p>https://github.com/milossh/bugzilla-c3po</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://brokenkeyboard.info/bugzilla-c3p0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>10 steps to Configuring Bugzilla</title>
		<link>http://brokenkeyboard.info/10-steps-to-configuring-bugzilla/</link>
		<comments>http://brokenkeyboard.info/10-steps-to-configuring-bugzilla/#comments</comments>
		<pubDate>Tue, 24 Jan 2012 04:06:55 +0000</pubDate>
		<dc:creator>editor</dc:creator>
				<category><![CDATA[Bugzilla]]></category>
		<category><![CDATA[Configuring Bugzilla]]></category>

		<guid isPermaLink="false">http://brokenkeyboard.info/?p=99</guid>
		<description><![CDATA[The instructions in this article require shell access unless otherwise stated. Use the PuTTY client on Windows, or SSH on UNIX and UNIX-like systems. &#160; Log in to your account using SSH. Download the bugzilla tarball: wget http://ftp.mozilla.org/pub/mozilla.org/webtools/bugzilla-STABLE.tar.gz &#160; Change to your html directory (i.e. the directory that will store files for bugs.myOwnDomain.com) using the [...]]]></description>
				<content:encoded><![CDATA[<p>The instructions in this article require shell access unless otherwise stated.</p>
<p>Use the PuTTY client on Windows, or SSH on UNIX and UNIX-like systems.</p>
<p>&nbsp;</p>
<p>Log in to your account using SSH.</p>
<p>Download the bugzilla tarball:</p>
<p>wget http://ftp.mozilla.org/pub/mozilla.org/webtools/bugzilla-STABLE.tar.gz</p>
<p>&nbsp;</p>
<p>Change to your html directory (i.e. the directory that will store files for bugs.myOwnDomain.com) using the command</p>
<p>&nbsp;</p>
<p>cd myOwnDomain.com/bugs</p>
<p>&nbsp;</p>
<p>(Hint, if that directory does not exist you can make it with</p>
<p>&nbsp;</p>
<p>mkdir $HOME/myOwnDomain.com/bugs</p>
<p>&nbsp;</p>
<p>Untar the Bugzilla tarball into your html directory:</p>
<p><span id="more-99"></span></p>
<p>tar zxf ../bugzilla-STABLE.tar.gz</p>
<p>&nbsp;</p>
<p>Change to the bugzilla directory with the command:</p>
<p>&nbsp;</p>
<p>cd bugzilla-###</p>
<p>&nbsp;</p>
<p>where ### is the version number on the folder that you just extracted.</p>
<p>Create the default localconfig file by entering the command:</p>
<p>&nbsp;</p>
<p>nice -n 12 ./checksetup.pl</p>
<p>&nbsp;</p>
<p>You should see output similar to the following:</p>
<p>&nbsp;</p>
<p>* This is Bugzilla 3.0 on perl 5.8.4</p>
<p>* Running on Linux 2.4.29-grsec+w+fhs6b+gr0501+nfs+a32+++p4+sata+c4+gr2b-v6.189 #1 SMP Mon Feb 7 13:23:30 PST 2005</p>
<p>&nbsp;</p>
<p>Checking perl modules&#8230;</p>
<p>Checking for CGI (v2.93) ok: found v3.04</p>
<p>Checking for TimeDate (v2.21) ok: found v2.22</p>
<p>Checking for DBI (v1.41) ok: found v1.46</p>
<p>Checking for PathTools (v0.84) ok: found v0.87</p>
<p>Checking for Template-Toolkit (v2.12) ok: found v2.14</p>
<p>Checking for Email-Send (v2.00) ok: found v2.185</p>
<p>Checking for Email-MIME-Modifier (any) ok: found v1.442</p>
<p>&nbsp;</p>
<p>Checking available perl DBD modules&#8230;</p>
<p>Checking for DBD-Pg (v1.45) found v1.41</p>
<p>Checking for DBD-mysql (v2.9003) ok: found v2.9006</p>
<p>&nbsp;</p>
<p>The following Perl modules are optional:</p>
<p>Checking for GD (v1.20) ok: found v2.23</p>
<p>Checking for Template-GD (any) ok: found v1.56</p>
<p>Checking for Chart (v1.0) ok: found v2.2</p>
<p>Checking for GDGraph (any) ok: found v1.43</p>
<p>Checking for GDTextUtil (any) ok: found v0.86</p>
<p>Checking for XML-Twig (any) ok: found v3.17</p>
<p>Checking for MIME-tools (v5.406) ok: found v5.417</p>
<p>Checking for libwww-perl (any) ok: found v2.033</p>
<p>Checking for PatchReader (v0.9.4) ok: found v0.9.5</p>
<p>Checking for PerlMagick (any) ok: found v6.0.6</p>
<p>Checking for perl-ldap (any) ok: found v0.32</p>
<p>Checking for SOAP-Lite (any) ok: found v0.66.1</p>
<p>Checking for HTML-Parser (v3.40) ok: found v3.45</p>
<p>Checking for HTML-Scrubber (any) ok: found v0.08</p>
<p>Checking for Email-MIME-Attachment-Stripper (any) not found</p>
<p>Checking for Email-Reply (any) not found</p>
<p>Checking for mod_perl (v1.999022) not found</p>
<p>Checking for CGI (v3.11) found v3.04</p>
<p>Checking for Apache-DBI (v0.96) not found</p>
<p>&nbsp;</p>
<p>* NOTE: You must run any commands listed below as root.</p>
<p>&nbsp;</p>
<p>**********************************************************************</p>
<p>* OPTIONAL MODULES *</p>
<p>**********************************************************************</p>
<p>* Certain Perl modules are not required by Bugzilla, but by *</p>
<p>* installing the latest version you gain access to additional *</p>
<p>* features. *</p>
<p>* *</p>
<p>* The optional modules you do not have installed are listed below, *</p>
<p>* with the name of the feature they enable. If you want to install *</p>
<p>* one of these modules, just run the appropriate command in the *</p>
<p>* &#8220;COMMANDS TO INSTALL&#8221; section. *</p>
<p>**********************************************************************</p>
<p>&nbsp;</p>
<p>***********************************************************************</p>
<p>* MODULE NAME * ENABLES FEATURE(S) *</p>
<p>***********************************************************************</p>
<p>* Email-Reply * Inbound Email *</p>
<p>* Email-MIME-Attachment-Stripper * Inbound Email *</p>
<p>* mod_perl * mod_perl *</p>
<p>* Apache-DBI * mod_perl *</p>
<p>* CGI * mod_perl *</p>
<p>***********************************************************************</p>
<p>COMMANDS TO INSTALL:</p>
<p>&nbsp;</p>
<p>Email-Reply: /usr/bin/perl -MCPAN -e &#8216;install Email::Reply&#8217;</p>
<p>Email-MIME-Attachment-Stripper: /usr/bin/perl -MCPAN -e &#8216;install Email::MIME::Attachment::Stripper&#8217;</p>
<p>mod_perl: /usr/bin/perl -MCPAN -e &#8216;install mod_perl2&#8242;</p>
<p>Apache-DBI: /usr/bin/perl -MCPAN -e &#8216;install Apache::DBI&#8217;</p>
<p>CGI: /usr/bin/perl -MCPAN -e &#8216;install CGI&#8217;</p>
<p>Reading ./localconfig&#8230;</p>
<p>&nbsp;</p>
<p>OPTIONAL NOTE: If you want to be able to use the &#8216;difference between two</p>
<p>patches&#8217; feature of Bugzilla (which requires the PatchReader Perl module</p>
<p>as well), you should install patchutils from:</p>
<p>&nbsp;</p>
<p>http://cyberelk.net/tim/patchutils/</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>This version of Bugzilla contains some variables that you may want to</p>
<p>change and adapt to your local settings. Please edit the file</p>
<p>./localconfig and rerun nice -n 12 checksetup.pl.</p>
<p>&nbsp;</p>
<p>The following variables are new to ./localconfig since you last ran</p>
<p>checksetup.pl: create_htaccess, webservergroup, db_driver, db_host, db_name, db_user, db_pass, db_port, db_sock, db_check, index_html, cvsbin, interdiffbin, diffpath</p>
<p>&nbsp;</p>
<p>If any of the modules in the top section that doesn&#8217;t say &#8220;optional&#8221; are listed as missing, please see the section below for the specific version of Bugzilla you are installing to fix the version-specific issues, then return here and do this step again. It is worth using &#8220;nice&#8221; to stop the install-module.pm from being too processor intensive, as DreamHost servers will kill processes it deems as using too much of the server resources, giving install errors. For example, to add MySQL support you would run</p>
<p>&nbsp;</p>
<p>nice -n 12 perl install-module.pl DBD::mysql</p>
<p>&nbsp;</p>
<p>to install with a lower process priority.</p>
<p>Find out your primary group. On the command line, run:</p>
<p>&nbsp;</p>
<p>groups</p>
<p>&nbsp;</p>
<p>and make note of the group listed there. If there is more than one, you want the first one. Remember this, you&#8217;ll need it in the next step.</p>
<p>Edit localconfig with your favorite text editor. Make the following changes:</p>
<p>Change $webservergroup = &#8220;apache&#8221; to $webservergroup = &#8220;yourgroup&#8221; where yourgroup is your primary group (which you looked up in the previous step). NOTE: Previous instructions here suggested to set $webservergroup = &#8220;&#8221; &#8212; you do not want to do this as it will let anyone else hosted on the same machine with you screw with your bugzilla settings!</p>
<p>Change $db_host = &#8220;localhost&#8221; to $db_host = &#8220;mysql.myOwnDomain.com&#8221; (the value specified in &#8220;DB Hostname&#8221; above).</p>
<p>Change $db_name = &#8220;bugs&#8221; to $db_name = &#8220;userbugs&#8221; (the value specified in &#8220;DB name&#8221; above).</p>
<p>Change $db_user = &#8220;bugs&#8221; to $db_user = &#8220;userbugs&#8221; (the value specified in &#8220;DB Username&#8221; above).</p>
<p>Change $db_pass = &#8221;; to $db_pass = &#8216;password&#8217;;, where password is the password you chose for &#8220;DB Password&#8221; above.</p>
<p>re-run checksetup.pl:</p>
<p>&nbsp;</p>
<p>nice -n 12 ./checksetup.pl</p>
<p>&nbsp;</p>
<p>Dreamhost uses suexec to run your CGIs. This means the CGIs run as your user and not as the webserver. As of Bugzilla 3.6, checksetup.pl will deal with this automatically Please see the section on Bugzilla 3.6 below. If you&#8217;re installing a version prior to 3.6, you&#8217;ll need to do this: After running checksetup.pl (and after every time you ever run checksetup.pl) you&#8217;ll need to run the following commands to set some additional permissions to let Bugzilla work under suexec on Dreamhost:</p>
<p>&nbsp;</p>
<p>for i in docs graphs images js skins; do find $i -type d -exec chmod o+rx {} \; ; done</p>
<p>for i in jpg gif css js png html rdf xul; do find . -name \*.$i -exec chmod o+r {} \; ; done</p>
<p>find . -name .htaccess -exec chmod o+r {} \;</p>
<p>chmod o+x . data data/webdot</p>
<p>&nbsp;</p>
<p>That should be it. Launch your web browser and point it to http://www.myOwnDomain.com/bugs/bugzilla-###. You should see the Bugzilla front page.</p>
<h3><span id="Configuring_Bugzilla" class="mw-headline"> Configuring Bugzilla </span></h3>
<div>
<table style="text-align: center; background-color: #efefff; border: 1px solid #9f9fff; padding: 0px; margin: 0pt auto 2em; width: 80%;">
<tbody>
<tr>
<td><strong>The instructions provided in this article or section require <a title="Shell" href="http://wiki.dreamhost.com/Shell">shell</a> access unless otherwise stated.</strong><br />
You can use the <a title="PuTTY" href="http://wiki.dreamhost.com/PuTTY">PuTTY</a> client on Windows, or <a title="SSH" href="http://wiki.dreamhost.com/SSH">SSH</a> on <a title="Category:UNIX" href="http://wiki.dreamhost.com/Category:UNIX">UNIX</a> and UNIX-like systems such as Linux or Mac OS X.<br />
Your account must be configured for shell access in the <a class="mw-redirect" title="Control Panel" href="http://wiki.dreamhost.com/Control_Panel">Control Panel</a>.<br />
More information may be available on the article&#8217;s <a title="Talk:Bugzilla" href="http://wiki.dreamhost.com/Talk:Bugzilla">talk page</a>.</td>
</tr>
</tbody>
</table>
</div>
<ol>
<li>Log in to your account using <a title="SSH" href="http://wiki.dreamhost.com/SSH">SSH</a>.</li>
<li>Download the bugzilla tarball:
<pre>wget http://ftp.mozilla.org/pub/mozilla.org/webtools/bugzilla-STABLE.tar.gz</pre>
</li>
<li>Change to your html directory (i.e. the directory that will store files for bugs.myOwnDomain.com) using the command
<pre>cd myOwnDomain.com/bugs</pre>
<p>(Hint, if that directory does not exist you can make it with</p>
<pre>mkdir $HOME/myOwnDomain.com/bugs</pre>
</li>
<li>Untar the Bugzilla tarball into your html directory:
<pre>tar zxf ../bugzilla-STABLE.tar.gz</pre>
</li>
<li>Change to the bugzilla directory with the command:
<pre>cd bugzilla-###</pre>
<p>where ### is the version number on the folder that you just extracted.</li>
<li>Create the default localconfig file by entering the command:
<pre>nice -n 12 ./checksetup.pl</pre>
<p>You should see output similar to the following:</p>
<pre>* This is Bugzilla 3.0 on perl 5.8.4
* Running on Linux 2.4.29-grsec+w+fhs6b+gr0501+nfs+a32+++p4+sata+c4+gr2b-v6.189 #1 SMP Mon Feb 7 13:23:30 PST 2005

Checking perl modules...
Checking for             CGI (v2.93)   ok: found v3.04
Checking for        TimeDate (v2.21)   ok: found v2.22
Checking for             DBI (v1.41)   ok: found v1.46
Checking for       PathTools (v0.84)   ok: found v0.87
Checking for Template-Toolkit (v2.12)   ok: found v2.14
Checking for      Email-Send (v2.00)   ok: found v2.185
Checking for Email-MIME-Modifier (any)     ok: found v1.442 

Checking available perl DBD modules...
Checking for          DBD-Pg (v1.45)    found v1.41
Checking for       DBD-mysql (v2.9003) ok: found v2.9006 

The following Perl modules are optional:
Checking for              GD (v1.20)   ok: found v2.23
Checking for     Template-GD (any)     ok: found v1.56
Checking for           Chart (v1.0)    ok: found v2.2
Checking for         GDGraph (any)     ok: found v1.43
Checking for      GDTextUtil (any)     ok: found v0.86
Checking for        XML-Twig (any)     ok: found v3.17
Checking for      MIME-tools (v5.406)  ok: found v5.417
Checking for     libwww-perl (any)     ok: found v2.033
Checking for     PatchReader (v0.9.4)  ok: found v0.9.5
Checking for      PerlMagick (any)     ok: found v6.0.6
Checking for       perl-ldap (any)     ok: found v0.32
Checking for       SOAP-Lite (any)     ok: found v0.66.1
Checking for     HTML-Parser (v3.40)   ok: found v3.45
Checking for   HTML-Scrubber (any)     ok: found v0.08
Checking for Email-MIME-Attachment-Stripper (any)      not found
Checking for     Email-Reply (any)      not found
Checking for        mod_perl (v1.999022)  not found
Checking for             CGI (v3.11)    found v3.04
Checking for      Apache-DBI (v0.96)    not found 

* NOTE: You must run any commands listed below as root.

**********************************************************************
* OPTIONAL MODULES                                                   *
**********************************************************************
* Certain Perl modules are not required by Bugzilla, but by          *
* installing the latest version you gain access to additional        *
* features.                                                          *
*                                                                    *
* The optional modules you do not have installed are listed below,   *
* with the name of the feature they enable. If you want to install   *
* one of these modules, just run the appropriate command in the      *
* "COMMANDS TO INSTALL" section.                                     *
**********************************************************************

***********************************************************************
*                    MODULE NAME * ENABLES FEATURE(S)                 *
***********************************************************************
*                    Email-Reply * Inbound Email                      *
* Email-MIME-Attachment-Stripper * Inbound Email                      *
*                       mod_perl * mod_perl                           *
*                     Apache-DBI * mod_perl                           *
*                            CGI * mod_perl                           *
***********************************************************************
COMMANDS TO INSTALL:

    Email-Reply: /usr/bin/perl -MCPAN -e 'install Email::Reply'
Email-MIME-Attachment-Stripper: /usr/bin/perl -MCPAN -e 'install Email::MIME::Attachment::Stripper'
       mod_perl: /usr/bin/perl -MCPAN -e 'install mod_perl2'
     Apache-DBI: /usr/bin/perl -MCPAN -e 'install Apache::DBI'
            CGI: /usr/bin/perl -MCPAN -e 'install CGI'
Reading ./localconfig...

OPTIONAL NOTE: If you want to be able to use the 'difference between two
patches' feature of Bugzilla (which requires the PatchReader Perl module
as well), you should install patchutils from:

http://cyberelk.net/tim/patchutils/

This version of Bugzilla contains some variables that you may want to
change and adapt to your local settings. Please edit the file
./localconfig and rerun nice -n 12 checksetup.pl.

The following variables are new to ./localconfig since you last ran
checksetup.pl:  create_htaccess, webservergroup, db_driver, db_host, db_name, db_user, db_pass, db_port, db_sock, db_check, index_html, cvsbin, interdiffbin, diffpath</pre>
<p><strong><strong>If any of the modules in the top section that doesn&#8217;t say &#8220;optional&#8221; are listed as missing, please see the section below for the specific version of Bugzilla you are installing to fix the version-specific issues, then return here and do this step again. It is worth using &#8220;nice&#8221; to stop the install-module.pm from being too processor intensive, as DreamHost servers will kill processes it deems as using too much of the server resources, giving install errors. For example, to add MySQL support you would run</strong></strong></p>
<pre>nice -n 12 perl install-module.pl DBD::mysql</pre>
<p><strong>to install with a lower process priority.</strong></li>
<li>Find out your primary group. On the command line, run:
<pre>groups</pre>
<p>and make note of the group listed there. If there is more than one, you want the first one. Remember this, you&#8217;ll need it in the next step.</li>
<li>Edit localconfig with your favorite text editor. Make the following changes:
<ol>
<li>Change <tt>$webservergroup = "apache"</tt> to <tt>$webservergroup = "<em>yourgroup</em>"</tt> where <em>yourgroup</em> is your primary group (which you looked up in the previous step). <strong>NOTE:</strong> Previous instructions here suggested to set $webservergroup = &#8220;&#8221; &#8212; you do <strong>not</strong> want to do this as it will let anyone else hosted on the same machine with you screw with your bugzilla settings!</li>
<li>Change <tt>$db_host = "localhost"</tt> to <tt>$db_host = "mysql.<em>myOwnDomain.com</em>"</tt> (the value specified in &#8220;DB Hostname&#8221; above).</li>
<li>Change <tt>$db_name = "bugs"</tt> to <tt>$db_name = "<em>user</em>bugs"</tt> (the value specified in &#8220;DB name&#8221; above).</li>
<li>Change <tt>$db_user = "bugs"</tt> to <tt>$db_user = "<em>user</em>bugs"</tt> (the value specified in &#8220;DB Username&#8221; above).</li>
<li>Change <tt>$db_pass = '';</tt> to <tt>$db_pass = '<em>password</em>';</tt>, where <em>password</em> is the password you chose for &#8220;DB Password&#8221; above.</li>
</ol>
</li>
<li>re-run checksetup.pl:
<pre>nice -n 12 ./checksetup.pl</pre>
</li>
<li>Dreamhost uses <strong>suexec</strong> to run your CGIs. This means the CGIs run as <strong>your</strong> user and not as the webserver. As of Bugzilla 3.6, checksetup.pl will deal with this automatically Please see the section on Bugzilla 3.6 below. If you&#8217;re installing a version prior to 3.6, you&#8217;ll need to do this: After running checksetup.pl (and after <strong>every</strong>time you ever run checksetup.pl) you&#8217;ll need to run the following commands to set some additional permissions to let Bugzilla work under suexec on Dreamhost:
<pre>for i in docs graphs images js skins; do find $i -type d -exec chmod o+rx {} \;?; done
for i in jpg gif css js png html rdf xul; do find . -name \*.$i -exec chmod o+r {} \;?; done
find . -name .htaccess -exec chmod o+r {} \;
chmod o+x . data data/webdot</pre>
</li>
</ol>
<p>That should be it. Launch your web browser and point it to <tt>http://www.<em>myOwnDomain.com</em>/bugs/bugzilla-###</tt>. You should see the Bugzilla front page.</p>
]]></content:encoded>
			<wfw:commentRss>http://brokenkeyboard.info/10-steps-to-configuring-bugzilla/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Protected: Bugzilla C3PO</title>
		<link>http://brokenkeyboard.info/bugzilla-c3po/</link>
		<comments>http://brokenkeyboard.info/bugzilla-c3po/#comments</comments>
		<pubDate>Thu, 21 Apr 2011 16:27:03 +0000</pubDate>
		<dc:creator>editor</dc:creator>
				<category><![CDATA[Community]]></category>
		<category><![CDATA[Localization]]></category>
		<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[Web Technology]]></category>
		<category><![CDATA[add-ons]]></category>
		<category><![CDATA[bugzilla]]></category>
		<category><![CDATA[dev]]></category>
		<category><![CDATA[locales]]></category>
		<category><![CDATA[localization]]></category>
		<category><![CDATA[mozilla]]></category>

		<guid isPermaLink="false">http://brokenkeyboard.info/?p=46</guid>
		<description><![CDATA[There is no excerpt because this is a protected post.]]></description>
				<content:encoded><![CDATA[<form action="http://brokenkeyboard.info/wp-login.php?action=postpass" method="post">
<p>This post is password protected. To view it please enter your password below:</p>
<p><label for="pwbox-46">Password: <input name="post_password" id="pwbox-46" type="password" size="20" /></label> <input type="submit" name="Submit" value="Submit" /></p>
</form>
]]></content:encoded>
			<wfw:commentRss>http://brokenkeyboard.info/bugzilla-c3po/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>wiki.mozilla.org has a new default template</title>
		<link>http://brokenkeyboard.info/wiki-mozilla-org-has-a-new-default-template/</link>
		<comments>http://brokenkeyboard.info/wiki-mozilla-org-has-a-new-default-template/#comments</comments>
		<pubDate>Wed, 13 Apr 2011 05:29:06 +0000</pubDate>
		<dc:creator>editor</dc:creator>
				<category><![CDATA[Community]]></category>
		<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[Web Technology]]></category>
		<category><![CDATA[dev]]></category>
		<category><![CDATA[mozilla]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[wiki]]></category>

		<guid isPermaLink="false">http://brokenkeyboard.info/?p=41</guid>
		<description><![CDATA[The latest news from wiki.mozilla.org is the new skin, or the new default template if you prefer the technical term. The look at feel of the site has been enhanced and updated, giving users readability as well as something fun and new in design. Every time the folks at wiki.mozilla.org create a new default template, [...]]]></description>
				<content:encoded><![CDATA[<p>The latest news from wiki.mozilla.org is the new skin, or the new default template if you prefer the technical term. The look at feel of the site has been enhanced and updated, giving users readability as well as something fun and new in design. Every time the folks at wiki.mozilla.org create a new default template, the results are pleasant to the eye as well as practical. The folks at the Mozilla wiki produce skins based on their users&#8217; needs, prioritizing a clean and legible look. True to form, this new default template is no exception.</p>
<p>&nbsp;</p>
<p>Mozilla users who enjoy a personalized skin are often quick to choose one from the many popular themes available. Most of the popular themes are dark, focusing on space, stars, or underwater colors to minimize energy use and maximize the ease of use. The new default template is designed with all kinds of users in mind, with the hope that with a somewhat neutral, but clearly Mozilla themed color scheme, wiki users will find the site easy to use as well as easy on the eyes.</p>
<p>&nbsp;</p>
<p>Mozilla wiki users will find the new skin available online now, and users who remember the previous default skins will be pleasantly surprised with this latest change. The wiki.mozilla.org default templates of the past have also focused more on ease of use rather than flashy or stunning graphics, and the new default skin is no exception. But everyone enjoys an update, at least once in a while, and wiki.mozilla.org users will find that the new default template provides a fresh face with a sensible and thoughtful visual scheme. If you have been looking forward to a change at wiki.mozilla.org, the new default template has arrived. Take the time to check it out!</p>
]]></content:encoded>
			<wfw:commentRss>http://brokenkeyboard.info/wiki-mozilla-org-has-a-new-default-template/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>News: mozilla.org and wiki.mozilla.org</title>
		<link>http://brokenkeyboard.info/news-mozilla-org-and-wiki-mozilla-org/</link>
		<comments>http://brokenkeyboard.info/news-mozilla-org-and-wiki-mozilla-org/#comments</comments>
		<pubDate>Thu, 24 Feb 2011 10:31:16 +0000</pubDate>
		<dc:creator>editor</dc:creator>
				<category><![CDATA[Community]]></category>
		<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[Web Technology]]></category>
		<category><![CDATA[dev]]></category>
		<category><![CDATA[mozilla]]></category>
		<category><![CDATA[wiki]]></category>

		<guid isPermaLink="false">http://brokenkeyboard.info/?p=36</guid>
		<description><![CDATA[The news from Mozilla.org and wiki.mozilla.org these days has been pretty political. Mozilla, via the Firefox browser and crowd sourcing technologies, is stepping into the political arena in a number of ways. Most of the big stories involve the role of media and visibility in politics, as well as the desire for freedom of the [...]]]></description>
				<content:encoded><![CDATA[<p>The news from Mozilla.org and wiki.mozilla.org these days has been pretty political. Mozilla, via the Firefox browser and crowd sourcing technologies, is stepping into the political arena in a number of ways. Most of the big stories involve the role of media and visibility in politics, as well as the desire for freedom of the internet. The most recent Mozilla.org news pertains to the State of the Union Address given by President Barack Obama on January 24th. In partnership with PBS Newshour, the Corporation for Public Broadcasting, and Participatory Culture Foundation, the President&#8217;s speech was subtitled with crowd sourced captions as well as subtitles, submitted by viewers from around the world.</p>
<p>Besides the State of the Union Address, Mozilla.org has had some other news of dramatic political messages that were shared with users around the world. In solidarity with the high profile internet black-outs held by Wikipedia and others, the Mozilla Firefox start page was black and contained an important message about the SOPA/PIPA bills in Congress. The main complaint of all sites that took part in the black out is that these two bills effectively allow internet censorship. The idea was to educate users about the potential threat to usability, without reducing the access that users expect from Mozilla.</p>
<p>Over at wiki.mozilla.org, a new default template has been released, somewhat big news from the wiki world. Users and web designers will be excited to see the updated image, which combines usability with sleek and thematic design.</p>
<p>The other most recent news from Mozilla that has been exciting for everyone involved is the conclusion of the Mozilla Firefox Challenge which raised more than $680,000 from people all around the world. The donations are another example of how individual action can cause global impact, something Mozilla.org exemplifies with the free and accessible web browsing tools.</p>
]]></content:encoded>
			<wfw:commentRss>http://brokenkeyboard.info/news-mozilla-org-and-wiki-mozilla-org/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Interview with David Tenser &#8211; Mozilla Support lead</title>
		<link>http://brokenkeyboard.info/interview-with-david-tenser-mozilla-support-lead/</link>
		<comments>http://brokenkeyboard.info/interview-with-david-tenser-mozilla-support-lead/#comments</comments>
		<pubDate>Fri, 12 Nov 2010 20:33:47 +0000</pubDate>
		<dc:creator>editor</dc:creator>
				<category><![CDATA[Community]]></category>
		<category><![CDATA[Localization]]></category>
		<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[Web Technology]]></category>
		<category><![CDATA[dev]]></category>
		<category><![CDATA[locales]]></category>
		<category><![CDATA[localization]]></category>
		<category><![CDATA[mozilla]]></category>
		<category><![CDATA[tenser]]></category>

		<guid isPermaLink="false">http://brokenkeyboard.info/?p=31</guid>
		<description><![CDATA[David Tenser agreed to sit down and answer some basic questions about his role at Mozilla Support as Mozilla Support lead. Mozilla is ranked highly in many categories, but their Support Team is recognized as one of the most responsive and well informed. David Tenser is a Swedish computer scientist whose studies were heavy in [...]]]></description>
				<content:encoded><![CDATA[<p>David Tenser agreed to sit down and answer some basic questions about his role at Mozilla Support as Mozilla Support lead. Mozilla is ranked highly in many categories, but their Support Team is recognized as one of the most responsive and well informed. David Tenser is a Swedish computer scientist whose studies were heavy in software engineering.</p>
<p>What attracted you to Mozilla and how did you get involved?</p>
<p>Back in 2001, when Netscape 6 seemed to be the only browser around, I stumbled on Mozilla for the first time. The product seemed so similar to Netscape, and yet they were an open source project with a pretty interested following. I became involved in the discussions and news groups, asking and answering the questions that were floating around at the time, about use, design, and the direction of the browser called Phoenix, which is now known as Firefox. I enjoy helping people, especially with things that I understand and care about. My enjoyment and involvement was clearly more than just a side hobby.</p>
<p>Do most people who are involved with Mozilla feel passionately about the products?</p>
<p>There is an inherent magic in the Mozilla product suite. Most people who get involved are drawn to the mission and believe strongly in the products. Take SUMO, for example. As a support and update mechanism it works incredibly well. Even the first crude release back in 2007 was such a significant step up from the old support system that people began to take notice. Firefox support changed dynamically and we have the input of many dedicated Mozilla fans to thank.</p>
<p>What is the best interview with David Tenser question you&#8217;ve been asked as Mozilla Support lead?</p>
<p>People like to ask about hobbies. I think that shows how strong the Mozilla community is &#8211; we do it because we love to do it and it shows. My other hobby is photography, by the way.</p>
]]></content:encoded>
			<wfw:commentRss>http://brokenkeyboard.info/interview-with-david-tenser-mozilla-support-lead/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Protected: Macedonian girl colorful bouqete</title>
		<link>http://brokenkeyboard.info/macedonian-girl-colorful-bouqete/</link>
		<comments>http://brokenkeyboard.info/macedonian-girl-colorful-bouqete/#comments</comments>
		<pubDate>Wed, 26 May 2010 05:42:39 +0000</pubDate>
		<dc:creator>editor</dc:creator>
				<category><![CDATA[Mozilla]]></category>

		<guid isPermaLink="false">http://brokenkeyboard.info/?p=68</guid>
		<description><![CDATA[There is no excerpt because this is a protected post.]]></description>
				<content:encoded><![CDATA[<form action="http://brokenkeyboard.info/wp-login.php?action=postpass" method="post">
<p>This post is password protected. To view it please enter your password below:</p>
<p><label for="pwbox-68">Password: <input name="post_password" id="pwbox-68" type="password" size="20" /></label> <input type="submit" name="Submit" value="Submit" /></p>
</form>
]]></content:encoded>
			<wfw:commentRss>http://brokenkeyboard.info/macedonian-girl-colorful-bouqete/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Protected: Mozilla Balkans 2010 Inter-Community meet-up</title>
		<link>http://brokenkeyboard.info/mozilla-balkans-2010-inter-community-meet-up/</link>
		<comments>http://brokenkeyboard.info/mozilla-balkans-2010-inter-community-meet-up/#comments</comments>
		<pubDate>Fri, 14 May 2010 13:08:18 +0000</pubDate>
		<dc:creator>editor</dc:creator>
				<category><![CDATA[Community]]></category>
		<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[europe]]></category>
		<category><![CDATA[event]]></category>
		<category><![CDATA[mozilla]]></category>

		<guid isPermaLink="false">http://brokenkeyboard.info/?p=12</guid>
		<description><![CDATA[There is no excerpt because this is a protected post.]]></description>
				<content:encoded><![CDATA[<form action="http://brokenkeyboard.info/wp-login.php?action=postpass" method="post">
<p>This post is password protected. To view it please enter your password below:</p>
<p><label for="pwbox-12">Password: <input name="post_password" id="pwbox-12" type="password" size="20" /></label> <input type="submit" name="Submit" value="Submit" /></p>
</form>
]]></content:encoded>
			<wfw:commentRss>http://brokenkeyboard.info/mozilla-balkans-2010-inter-community-meet-up/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Protected: Balkans 2010 &#8211; Logo needed</title>
		<link>http://brokenkeyboard.info/balkans-2010-logo-needed/</link>
		<comments>http://brokenkeyboard.info/balkans-2010-logo-needed/#comments</comments>
		<pubDate>Thu, 15 Apr 2010 17:09:55 +0000</pubDate>
		<dc:creator>editor</dc:creator>
				<category><![CDATA[Community]]></category>
		<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[Web Technology]]></category>
		<category><![CDATA[balkans]]></category>
		<category><![CDATA[dev]]></category>
		<category><![CDATA[mozbalkans10]]></category>
		<category><![CDATA[mozilla]]></category>

		<guid isPermaLink="false">http://brokenkeyboard.info/?p=23</guid>
		<description><![CDATA[There is no excerpt because this is a protected post.]]></description>
				<content:encoded><![CDATA[<form action="http://brokenkeyboard.info/wp-login.php?action=postpass" method="post">
<p>This post is password protected. To view it please enter your password below:</p>
<p><label for="pwbox-23">Password: <input name="post_password" id="pwbox-23" type="password" size="20" /></label> <input type="submit" name="Submit" value="Submit" /></p>
</form>
]]></content:encoded>
			<wfw:commentRss>http://brokenkeyboard.info/balkans-2010-logo-needed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Importance of localization</title>
		<link>http://brokenkeyboard.info/importance-of-localization/</link>
		<comments>http://brokenkeyboard.info/importance-of-localization/#comments</comments>
		<pubDate>Sat, 10 Apr 2010 14:11:54 +0000</pubDate>
		<dc:creator>editor</dc:creator>
				<category><![CDATA[Community]]></category>
		<category><![CDATA[Localization]]></category>
		<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[Web Technology]]></category>
		<category><![CDATA[dev]]></category>
		<category><![CDATA[locales]]></category>
		<category><![CDATA[localization]]></category>
		<category><![CDATA[mozilla]]></category>

		<guid isPermaLink="false">http://brokenkeyboard.info/?p=28</guid>
		<description><![CDATA[The World is Getting Smaller The latest State of the Union Address gave one of the best examples of how localization plays a role in everything we do these days. As software developers and engineers plan their strategies for making the most of their products, they are increasingly looking to localization to bring their ideas [...]]]></description>
				<content:encoded><![CDATA[<p>The World is Getting Smaller</p>
<p>The latest State of the Union Address gave one of the best examples of how localization plays a role in everything we do these days. As software developers and engineers plan their strategies for making the most of their products, they are increasingly looking to localization to bring their ideas to the world. As the President spoke on Tuesday night, live commentary was broadcast along with instant translations from individuals around the world. Crowd sourcing combined with localization is changing the way we think of software development and communication.</p>
<p>The importance of localization these days is similar to the way the internet itself was important when it first became available for public use. Sharing information across the planet without the time delays of the past changed the world forever. At first, this was a revolution for people who were used to dealing with each other, and usually for dealing with each other in a common language. Today, the possibility of sharing with anyone, no matter their language, culture, or location makes software development even more exciting and meaningful than ever before.</p>
<p>As we develop tools that can be used across countries, providing localization and localization support becomes more and more of a priority. Software that does not offer localization will hit a dead end where competitors can tap into many other markets. With the availability of crowd sourcing and free technology, there is no excuse for neglecting the importance of localization these days.</p>
<p>In the long run, communication technologies are what make the world a smaller place. The fact that we can share ideas around the world in a few seconds is revolutionary, and the only tool needed these days is some form of localized communication tool. Localization is one of the most important aspects of any tool being developed today.</p>
]]></content:encoded>
			<wfw:commentRss>http://brokenkeyboard.info/importance-of-localization/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
