This commit is contained in:
ben%netscape.com 2003-05-12 20:43:54 +00:00
Родитель 9165ddce88
Коммит 04e7ef7979
8 изменённых файлов: 25 добавлений и 29 удалений

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

@ -1,10 +1,10 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
<html lang="en-GB-hixie">
<head>
<title>Phoenix</title>
<title>Mozilla Firebird</title>
</head>
<body>
<h1>Phoenix</h1>
<h1>Mozilla Firebird</h1>
<p><span class="LXRLONGDESC">This project is a redesign of the
Mozilla browser component, similar to Galeon, K-Meleon and Chimera,
@ -27,9 +27,9 @@
multiple profiles from the command line.</li>
<li>The default theme will be based on Classic, utilizing nsITheme
to respects the system look and feel. Phoenix will not use the old
to respects the system look and feel. Mozilla Firebird will not use the old
and stale Communicator icons. Additional themes will be supported
but will not be part of Phoenix.</li>
but will not be part of Mozilla Firebird.</li>
<li>The toolbar(s) will be configurable. That includes moving the
location bar where the user wants it (not just splitting it so it
@ -95,9 +95,9 @@
<p>We're still chopping with strong bursts and broad strokes. There's
plenty that's obviously broken and we don't need bugs on that. If you
find a bug (a feature request is not a bug) and you're sure that it's
specific to Phoenix (not present in Mozilla) and you've read all of the
existing Phoenix bugs well enough to know that it's not already reported
then feel free report it on the Phoenix product in Bugzilla. </p>
specific to Mozilla Firebird (not present in Mozilla) and you've read all of the
existing Mozilla Firebird bugs well enough to know that it's not already reported
then feel free report it on the Mozilla Firebird product in Bugzilla. </p>
<h3>Q4: Why are you guys wasting time making a FAQ?</h3>
@ -142,7 +142,7 @@
<br>
</code>
<li>Pull from CVS and build as described in the <a href="http://www.mozilla.org/build/unix.html">Mozilla build instructions</a>.
<li>Run the phoenix executable that is left in dist/bin</li>
<li>Run the MozillaFirebird executable that is left in dist/bin</li>
</ol>
<h2>Mac (CodeWarrior)</h2>

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

@ -49,9 +49,9 @@ PREF_JS_EXPORTS = \
$(NULL)
ifeq ($(USE_SHORT_LIBNAME), 1)
PROGRAM = phoenix$(BIN_SUFFIX)
PROGRAM = MozillaFirebird$(BIN_SUFFIX)
else
PROGRAM = phoenix-bin$(BIN_SUFFIX)
PROGRAM = MozillaFirebird-bin$(BIN_SUFFIX)
endif
REQUIRES = \
@ -175,11 +175,7 @@ endif
ifneq (,$(filter mac cocoa,$(MOZ_WIDGET_TOOLKIT)))
ifdef MOZ_DEBUG
APP_NAME = PhoenixDebug
else
APP_NAME = Phoenix
endif
APP_NAME = Mozilla\ Firebird
libs:: $(PROGRAM)
mkdir -p $(DIST)/$(APP_NAME).app/Contents/MacOS

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

@ -68,7 +68,7 @@
</dict>
</array>
<key>CFBundleExecutable</key>
<string>phoenix-bin</string>
<string>MozillaFirebird-bin</string>
<key>CFBundleGetInfoString</key>
<string>Mozilla 1.4a, © 1998-2003 The Mozilla Organization</string>
<key>CFBundleIconFile</key>
@ -78,7 +78,7 @@
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>Phoenix</string>
<string>MozillaFirebird</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>

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

@ -21,13 +21,13 @@ Do Not Edit! -->
<DT><H3>Mozilla Firebird &amp; Mozilla Information</H3>
<DD>Information about Mozilla Firebird and Mozilla
<DL><p>
<DT><A HREF="http://www.mozilla.org/projects/phoenix">Mozilla Firebird Project</A>
<DT><A HREF="http://www.mozilla.org/projects/firebird/">Mozilla Firebird Project</A>
<DD>Developer focused information about mozilla.org's Firebird Browser project
<DT><A HREF="http://texturizer.net/firebird/extensions.html">Mozilla Firebird Extensions</A>
<DD>Mozilla Firebird add-ons and extensions
<DT><A HREF="http://texturizer.net/firebird/themes.html">Mozilla Firebird Themes</A>
<DD>Mozilla Firebird themes
<DT><A HREF="http://ftp.mozilla.org/pub/phoenix/nightly/latest-trunk">Mozilla Firebird Testing Builds</A>
<DT><A HREF="http://ftp.mozilla.org/pub/firebird/nightly/latest-trunk">Mozilla Firebird Testing Builds</A>
<DD>Mozilla Firebird testing binaries - not for everyday use
<DT><A HREF="http://bugzilla.mozilla.org/">Bugzilla - mozilla.org's bug system</A>
<DD>Mozilla.org's bug database - report Mozilla Firebird bugs here

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

@ -38,7 +38,7 @@
#include <windows.h>
#include "nsINativeAppSupportWin.h"
1 24 "phoenix.exe.manifest"
1 24 "MozillaFirebird.exe.manifest"
// Program icon.
IDI_APPLICATION ICON
@ -66,8 +66,8 @@ IDD_SPLASH DIALOGEX
STRINGTABLE DISCARDABLE
BEGIN
ID_DDE_APPLICATION_NAME, "Phoenix"
IDS_STARTMENU_APPNAME, "Phoenix"
ID_DDE_APPLICATION_NAME, "Mozilla Firebird"
IDS_STARTMENU_APPNAME, "Mozilla Firebird"
END
#ifdef MOZ_STATIC_BUILD

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

@ -13,7 +13,7 @@
# for the specific language governing rights and limitations under the
# License.
#
# The Original Code is Phoenix about dialog.
# The Original Code is Mozilla Firebird about dialog.
#
# The Initial Developer of the Original Code is
# Blake Ross (blaker@netscape.com).

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

@ -1,5 +1,5 @@
# navigator.properties
homePageDefault=http://www.mozilla.org/projects/phoenix/
homePageDefault=http://www.mozilla.org/projects/firebird/
shopKeyword=keyword:shop [Product]
quoteKeyword=keyword:quote [Enter symbol here]
localKeyword=keyword:zip [Your zip code]
@ -12,7 +12,7 @@ otherSearchURL=http://home.netscape.com/bookmark/6_0/tsearch.html
# all.js
#
browser.startup.homepage=http://www.mozilla.org/start
browser.throbber.url=http://www.mozilla.org/projects/phoenix/
browser.throbber.url=http://www.mozilla.org/projects/firebird/
browser.search.defaulturl=http://www.google.com/search?hl=en&lr=&ie=UTF-8&oe=UTF-8&q=
wallet.Server=http://www.mozilla.org/wallet/tables/
@ -20,7 +20,7 @@ wallet.Samples=http://www.mozilla.org/wallet/samples/
#config.js
#
startup.homepage_override_url=http://www.mozilla.org/projects/phoenix/
startup.homepage_override_url=http://www.mozilla.org/projects/firebird/
# search-panel.properties
# Localizable URLs

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

@ -10,11 +10,11 @@
<!-- classic Information -->
<RDF:Description about="urn:mozilla:skin:classic/1.0"
chrome:displayName="Phoenix"
chrome:displayName="Mozilla Firebird"
chrome:accessKey="P"
chrome:author="mozilla.org"
chrome:authorURL="http://www.mozilla.org/projects/phoenix"
chrome:description="This is the default Phoenix theme. Select this theme to return to the original appearance."
chrome:authorURL="http://www.mozilla.org/projects/firebird/"
chrome:description="This is the default Mozilla Firebird theme. Select this theme to return to the original appearance."
chrome:name="classic/1.0"
chrome:image="preview.gif">
<chrome:packages>