mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-06 00:55:37 +00:00
7403f0ab13
adds support for line-height property, fixes a blocking bug in length units menulists, fixes a bug in Border Tab when trying to unspecify the border style and all four side borders have the same styles
139 lines
4.4 KiB
HTML
139 lines
4.4 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<html>
|
|
<head>
|
|
<title>CaScadeS readme</title>
|
|
|
|
<meta http-equiv="content-type"
|
|
content="text/html; charset=ISO-8859-1">
|
|
|
|
<meta name="author" content="Daniel Glazman">
|
|
</head>
|
|
<body>
|
|
|
|
<h1>CaScadeS, a stylesheet editor for Composer</h1>
|
|
|
|
<hr width="100%" size="2">
|
|
<h3>CaScades build instructions</h3>
|
|
|
|
<h5>Unix/Window:<br>
|
|
</h5>
|
|
|
|
<ol>
|
|
<li>use the build configurator to declare you want to build CaScadeS
|
|
:</li>
|
|
|
|
<ol>
|
|
<li>open <a href="http://webtools.mozilla.org/build/config.cgi">http://webtools.mozilla.org/build/config.cgi</a></li>
|
|
<li>scroll to "Components and Features" section and find the "--enable-extensions="
|
|
editable field.</li>
|
|
<li>add editor/cascades (editor-slash-cascades, no spaces) to that
|
|
field</li>
|
|
<li>make all other choices you need for your build<br>
|
|
</li>
|
|
<li>scroll to the bottom of the page</li>
|
|
<li>Click on the "Preview Build Script" button</li>
|
|
<li>Click on the "Save the script" button (on Windows, save the file
|
|
for instance in c:\mozconfig and set the environment variable MOZCONFIG
|
|
to that oath) </li>
|
|
|
|
</ol>
|
|
<li>go to the directory containing your mozilla/ tree</li>
|
|
<li>type:</li>
|
|
|
|
<ol>
|
|
<li><span style="font-family: monospace;">cvs co mozilla/client.mk</span></li>
|
|
<li><span style="font-family: monospace;"></span><span
|
|
style="font-family: monospace;">cd mozilla</span></li>
|
|
<li><span style="font-family: monospace;"></span><span
|
|
style="font-family: monospace;">gmake -f client.mk</span> (<span
|
|
style="font-family: monospace;">make</span> instead of <span
|
|
style="font-family: monospace;">gmake</span> on win32)<span
|
|
style="font-family: monospace;"> </span></li>
|
|
|
|
</ol>
|
|
|
|
</ol>
|
|
|
|
<h5>Macintosh:</h5>
|
|
|
|
<p>Add an entry for <span style="font-family: monospace;">cascades</span>
|
|
in function <span style="font-family: monospace;">ProcessJarManifests()</span>
|
|
in file <span style="font-family: monospace;">mozilla/build/mac/build_sripts/MozillaBuildList.pm</span>
|
|
and don't forget to add an entry 1 for <span
|
|
style="font-family: monospace;">cascades</span> in <span
|
|
style="font-family: monospace;">mozilla/build/mac/build_sripts/MozillaBuild</span><span
|
|
style="font-family: monospace;">Flags.txt</span>.<br>
|
|
</p>
|
|
|
|
<h5><span style="font-family: monospace;"></span></h5>
|
|
|
|
<h3>What's the current version ?</h3>
|
|
|
|
<p>The current version is 0.2.1</p>
|
|
<table cellpadding="2" cellspacing="2" border="1" width="100%">
|
|
<tbody>
|
|
<tr>
|
|
<th valign="top">Version<br>
|
|
</th>
|
|
<th valign="top">Date<br>
|
|
</th>
|
|
<th valign="top">What's new in this version ?<br>
|
|
</th>
|
|
</tr>
|
|
<tr>
|
|
<td valign="top">0.2.1<br>
|
|
</td>
|
|
<td valign="top">2002-sept-13<br>
|
|
</td>
|
|
<td valign="top">adds support for line-height, fixes a blocking bug
|
|
in length units menulists, fixes a bug in Border Tab when trying to unspecify
|
|
the border style and all four side borders have the same styles<br>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<p>.<br>
|
|
</p>
|
|
|
|
<h3>How can I install CaScadeS without building it ?</h3>
|
|
|
|
<p>Just go <a
|
|
href="http://daniel.glazman.free.fr/composer/cascades02.htm">there</a> and
|
|
install the XPI.<br>
|
|
</p>
|
|
|
|
<h3>How can I start CaScadeS ?</h3>
|
|
|
|
<p>CaScadeS is not a standalone app, it is an add-on to Composer, the content
|
|
editor in the Mozilla distribution. Just launch Composer and find CaScadeS
|
|
under Tools>CSS Editor.<br>
|
|
</p>
|
|
|
|
<h3>How can I submit feedback ?</h3>
|
|
|
|
<p>Depends on the feedback :<br>
|
|
</p>
|
|
|
|
<ol>
|
|
<li>you found a bug, or would like to see implemented a new feature ?
|
|
File a bug in <a href="http://bugzilla.mozilla.org/">Bugzilla</a>, product
|
|
<span style="font-style: italic;">Browser</span>, component <span
|
|
style="font-style: italic;">Editor:Composer</span>, severity <span
|
|
style="font-style: italic;">enhancement</span>.</li>
|
|
<li>you need help or have a technical question ? Prefer the <a
|
|
href="http://cascades.mozdev.org/list.html">CaScadeS mailing-list</a> or
|
|
drop a mail to <a href="mailto:daniel@glazman.org">daniel@glazman.org</a>.</li>
|
|
|
|
</ol>
|
|
|
|
<h3>Where can I see a demo of CaScadeS ?</h3>
|
|
|
|
<p><a href="http://cascades.mozdev.org/screenshots.html">Here</a>.</p>
|
|
|
|
<hr width="100%" size="2">
|
|
<address>Daniel Glazman<br>
|
|
$Date: 2002/09/13 13:47:42 $</address>
|
|
<br>
|
|
</body>
|
|
</html>
|