version 1.1, 2000/09/05 23:06:28
|
version 1.2, 2000/09/05 23:08:01
|
Line 1
|
Line 1
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
| <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> |
<HTML>
| <HTML> |
<HEAD>
| <HEAD> |
<TITLE>mozdev.org -- theme builder</TITLE>
| <TITLE>mozdev.org -- theme builder</TITLE> |
<script language="javascript">
| <script language="javascript"> |
| |
<!--
| <!-- |
| |
function triggerURL(url) {
| function triggerURL(url) { |
| |
if (!InstallTrigger.updateEnabled()) {
| if (!InstallTrigger.updateEnabled()) { |
return false; }
| return false; } |
| |
else {
| else { |
| |
InstallTrigger.startSoftwareUpdate(url); }
| InstallTrigger.startSoftwareUpdate(url); } |
| |
}
| } |
| |
//-->
| //--> |
| |
</script>
| </script> |
</HEAD>
| </HEAD> |
<BODY BGCOLOR="#FFFFFF" LINK="#990000" ALINK="#CC3333" VLINK="#990000">
| <BODY BGCOLOR="#FFFFFF" LINK="#990000" ALINK="#CC3333" VLINK="#990000"> |
| |
| |
<!-- HEADER -->
| <!-- HEADER --> |
<!--#include virtual="/includes/header.html" -->
| <!--#include virtual="/includes/header.html" --> |
| |
| |
<!-- SIDE NAV -->
| <!-- SIDE NAV --> |
<!--#include virtual="/includes/side_nav.html" -->
| <!--#include virtual="/includes/side_nav.html" --> |
| |
| |
<!-- PROJECT SUB NAV -->
| <!-- PROJECT SUB NAV --> |
<!--#include virtual="/includes/project_theme_builder.html" -->
| <!--#include virtual="/includes/project_theme_builder.html" --> |
| |
| |
<!-- MAIN CONTENT -->
| <!-- MAIN CONTENT --> |
<p>The <b>Theme Builder</b> is a graphical tool made to simplify the creation of themes for <A
| <p><b>Chameleon</b> is the open source version of Netscape's Theme Builder tool. |
HREF="http://www.mozilla.org">Mozilla</a>. This beta version of the tool gives users the ability to apply new
| The <b>Theme Builder</b> is a graphical tool made to simplify the creation of themes for <A |
graphic designs to the browser without changing its functionality. Individuals can use the tool to create
| HREF="http://www.mozilla.org">Mozilla</a>. This beta version of the tool gives users the ability to apply new |
their own personal themes while companies can "brand" the browser with their company colors and logo. This
| graphic designs to the browser without changing its functionality. Individuals can use the tool to create |
tool can also be used to create themes to submit to Netscape's <a href="http://www.netscape.com/themes/">Theme
| their own personal themes while companies can "brand" the browser with their company colors and logo. This |
Contest</a>.
| tool can also be used to create themes to submit to Netscape's <a href="http://www.netscape.com/themes/">Theme |
| Contest</a>. |
<p>Creating a theme with the Theme Builder requires no programming. The Theme Builder will create the code
| |
needed through using pull down menus and checkboxes that contain all the different options available for
| <p>Creating a theme with the Theme Builder requires no programming. The Theme Builder will create the code |
creating a theme for the Mozilla browser.
| needed through using pull down menus and checkboxes that contain all the different options available for |
| creating a theme for the Mozilla browser. |
<p>This tool provides an introduction into the customization options that Mozilla makes possible. The look
| |
and feel of Mozilla can be further customized by learning more about the new technologies that make up the new
| <p>This tool provides an introduction into the customization options that Mozilla makes possible. The look |
user interface for this ground-breaking new browser. For example, the Theme Builder itself is built using
| and feel of Mozilla can be further customized by learning more about the new technologies that make up the new |
these new open source technologies. These technologies allow the tool to be built once and run across all of
| user interface for this ground-breaking new browser. For example, the Theme Builder itself is built using |
the platforms that Mozilla supports.
| these new open source technologies. These technologies allow the tool to be built once and run across all of |
| the platforms that Mozilla supports. |
| |
<!-- FOOTER -->
| |
<!--#include virtual="/includes/footer.html" -->
| <!-- FOOTER --> |
| <!--#include virtual="/includes/footer.html" --> |
| |
</BODY>
| |
</HTML>
| </BODY> |
| </HTML> |