bug 336703 -- updating documentation to reflect IRC channel change from #umo -> #addons.

This commit is contained in:
mike.morgan%oregonstate.edu 2006-05-05 07:52:26 +00:00
Родитель d27bdc9654
Коммит 307ac9e369
5 изменённых файлов: 7 добавлений и 5 удалений

Просмотреть файл

@ -17,7 +17,7 @@ UMO service. The best is yet to come!</p>
developers to help with redesigning the site, and people to review extensions
and themes that get submitted to UMO. We especially need Mac and Thunderbird
users. If you are interested in being a part of this exciting project, please
join us in <kbd>#umo</kbd> on <kbd>irc.mozilla.org</kbd> to start getting a feeling for what's up or for a more informal chat.
join us in <kbd>#addons</kbd> on <kbd>irc.mozilla.org</kbd> to start getting a feeling for what's up or for a more informal chat.
</p>
<h2>What can I find here?</h2>

Просмотреть файл

@ -2,7 +2,7 @@
<html lang="en">
<head>
<title>{if $title}{$title} :: {/if}Mozilla Addons :: Add Features to Mozilla Software</title>
<title>{if $title}{$title} :: {/if}Mozilla Add-ons :: Add Features to Mozilla Software</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="keywords" content="mozilla update, mozilla extensions, mozilla plugins, thunderbird themes, thunderbird extensions, firefox extensions, firefox themes">
<link rel="stylesheet" type="text/css" href="{$config.webpath}/css/print.css" media="print">
@ -12,7 +12,7 @@
<link rel="stylesheet" type="text/css" href="{$config.webpath}/css/cavendish/template.css" title="Cavendish" media="screen">
<link rel="stylesheet" type="text/css" href="{$config.webpath}/css/forms.css" media="screen">
<link rel="home" title="Home" href="https://addons.mozilla.org/">
<link rel="alternate" type="application/rss+xml" title="New Firefox Extensions Additions" href="{$config.webpath}/rss/?app=firefox&amp;type=E&amp;list=newest">
<link rel="alternate" type="application/rss+xml" title="New {$app} {if $currentTab eq "themes"}Themes{else}Extensions{/if}" href="{$config.webpath}/rss/{$app}/{if $currentTab eq "themes"}themes{else}extensions{/if}/newest/">
<link rel="icon" href="{$config.webpath}/images/favicon.ico" type="image/png">
<script src="{$config.webpath}/js/install.js" type="text/javascript"></script>
<script src="{$config.webpath}/js/search-plugin.js" type="text/javascript"></script>

Просмотреть файл

@ -2,7 +2,7 @@
<html lang="en">
<head>
<title>{if $title}{$title} :: {/if}Mozilla Addons :: Add Features to Mozilla Software</title>
<title>{if $title}{$title} :: {/if}Mozilla Add-ons :: Add Features to Mozilla Software</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="keywords" content="mozilla update, mozilla extensions, mozilla plugins, thunderbird themes, thunderbird extensions, firefox extensions, firefox themes">
<link rel="stylesheet" type="text/css" href="{$config.webpath}/css/print.css" media="print">
@ -12,6 +12,7 @@
<link rel="stylesheet" type="text/css" href="{$config.webpath}/css/cavendish/template.css" title="Cavendish" media="screen">
<link rel="stylesheet" type="text/css" href="{$config.webpath}/css/forms.css" media="screen">
<link rel="home" title="Home" href="https://addons.mozilla.org/">
<link rel="alternate" type="application/rss+xml" title="New {$app} {if $currentTab eq "themes"}Themes{else}Extensions{/if}" href="{$config.webpath}/rss/{$app}/{if $currentTab eq "themes"}themes{else}extensions{/if}/newest/">
<link rel="icon" href="{$config.webpath}/images/favicon.ico" type="image/png">
<script src="{$config.webpath}/js/install.js" type="text/javascript"></script>
<script src="{$config.webpath}/js/search-plugin.js" type="text/javascript"></script>

Просмотреть файл

@ -1,3 +1,4 @@
<?xml-stylesheet type="text/xsl" href="{$config.webpath|escape:html:"UTF-8"}/css/cavendish/rss.xsl" media="screen"?>
<rss version="2.0">
<channel>
<title>{$list|escape:html:"UTF-8"} Mozilla Addons</title>

Просмотреть файл

@ -8,7 +8,7 @@
<dd>People in the MozillaZine forums are often helpful and know a lot about Mozilla Add-ons.</dd>
<dt>IRC Chat</dt>
<dd>IRC is probably the best way to find support. You should find people who can help in <b>#umo</b> or <b>#firefox</b> on <b>irc.mozilla.org</b>. If you don't have an IRC client, you can use <a href="<?=WEB_PATH?>/extensions/moreinfo.php?id=16&application=firefox">ChatZilla</a>.</dd>
<dd>IRC is probably the best way to find support. You should find people who can help in <b>#addons</b> or <b>#firefox</b> on <b>irc.mozilla.org</b>. If you don't have an IRC client, you can use <a href="<?=WEB_PATH?>/extensions/moreinfo.php?id=16&application=firefox">ChatZilla</a>.</dd>
<dt><a href="http://developer.mozilla.org/en/docs/Extensions">developer.mozilla.org (DevMo) Extensions Page</a></dt>
<dd>Extensions developers can look for documentation on how to create their own extensions here.</dd>