gecko-dev/extensions/editor/cascades
glazman%netscape.com 9080066a24 -- not part of the build --
CaScadeS landing, doc only change, b=161663, r=brade, a=rjesup@wgate.com
2002-09-09 12:47:51 +00:00
..
build
resources
Makefile.in
jar.mn
readme.html -- not part of the build -- 2002-09-09 12:47:51 +00:00

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)&nbsp;</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> &nbsp;(<span
 style="font-family: monospace;">make</span> instead of <span
 style="font-family: monospace;">gmake</span> on win32)<span
 style="font-family: monospace;">&nbsp;</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.<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&gt;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/09 12:47:51 $</address>
 
</body>
</html>