зеркало из https://github.com/mozilla/pjs.git
f30d3ed334
CaScadeS only 1. adds support for -moz-opacity 2. fixes support for line-height; b=169362 3. SerializeExternalSheet was using unefficient code; b=168755 4. prepares @page support, related to implem did by rods and myself in bug 115199 5. fixed border support 6. added support for !important declarations (but please see bug 178668) 7. fixed volume support; b=169363 8. prepares support for CSS level and browsers compatiblity (be able to say e.g. I want styles CSS 2 accepted by both NS4 and Opera5) 9. adds support for moving rules inside and between stylesheets, and support for stylesheet reordering 10. removed JS warnings 11. faster and more efficient code in stylesheets tree refresh |
||
---|---|---|
.. | ||
build | ||
resources | ||
Makefile.in | ||
jar.mn | ||
readme.html |
readme.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>Just go <a href="http://daniel.glazman.free.fr/composer/cascades02.htm">there</a> to know.<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-24 21:06:12 $</address> <br> <br> </body> </html>