Diff for /loncom/html/htmlarea/Attic/index.html between versions 1.1 and 1.2

version 1.1, 2004/02/18 08:07:15 version 1.2, 2004/06/01 23:46:10
Line 17 Line 17
           <td class="label">Version:</td><td>3.0</td>            <td class="label">Version:</td><td>3.0</td>
         </tr>          </tr>
         <tr>          <tr>
           <td class="label">Release:</td><td>beta (<a href="release-notes.html">release notes</a>)</td>            <td class="label">Release:</td><td>rc1 (<a href="release-notes.html">release notes</a>)</td>
         </tr>          </tr>
         <tr>          <tr>
           <td class="label bline">Compiled at:</td><td class="bline">Aug 11, 2003 [21:30] GMT</td>            <td class="label bline">Compiled at:</td><td class="bline">Mar  1, 2004 [19:37] GMT</td>
         </tr>          </tr>
         <tr>          <tr>
           <td class="label">SourceForge page:</td><td><a href="http://sf.net/projects/itools-htmlarea/">http://sf.net/projects/itools-htmlarea/</a></td>            <td class="label">SourceForge page:</td><td><a href="http://sf.net/projects/itools-htmlarea/">http://sf.net/projects/itools-htmlarea/</a></td>
Line 37 Line 37
   
     <p>      <p>
       HTMLArea is copyright <a        HTMLArea is copyright <a
       href="http://interactivetools.com">InteractiveTools.com</a> and        href="http://interactivetools.com">InteractiveTools.com</a> and <a
         href="http://dynarch.com">Dynarch.com</a> and it is
       released under a BSD-style license.  HTMLArea is created and developed        released under a BSD-style license.  HTMLArea is created and developed
       upto version 2.03 by InteractiveTools.com.  Version 3.0 developed by        upto version 2.03 by InteractiveTools.com.  Version 3.0 developed by
       <a href="http://students.infoiasi.ro/~mishoo/">Mihai Bazon</a> for        <a href="http://dynarch.com/mishoo/">Mihai Bazon</a> for
       InteractiveTools.  It contains code sponsored by other companies as        InteractiveTools.  It contains code sponsored by third-party companies as well.
       well.        Please see our About Box for details about who sponsored what plugins.
     </p>      </p>
   
     <h2>Online demos</h2>      <h2>Online demos</h2>
   
     <ul>      <ul>
   
       <li><a href="example.html">HTMLArea standard</a> -- contains the core        <li><a href="examples/core.html">HTMLArea standard</a> -- contains the core
         editor.</li>          editor.</li>
   
       <li><a href="example-table-operations.html">HTMLArea + tables</a> --        <li><a href="examples/table-operations.html">HTMLArea + tables</a> --
         loads the <tt>TableOperations</tt> plugin, sponsored by <a          loads the <tt>TableOperations</tt> plugin which provides some extra
           href="http://bloki.com">Zapatec Inc.</a></li>          editing features for tables.</li>
   
       <li><a href="example-spell-checker.html">HTMLArea + spell checher</a>        <li><a href="examples/spell-checker.html">HTMLArea + spell checher</a>
         -- loads the <tt>SpellChecker</tt> plugin, sponsored by <a          -- loads the <tt>SpellChecker</tt> plugin which provides what its
           href="http://americanbible.org">American Bible Society</a>.</li>          name says: a spell checker.  This one requires additional support on
           the server-side.</li>
   
         <li><a href="examples/full-page.html">HTMLArea Full HTML Editor</a> --
           loads the <tt>FullPage</tt> plugin which allows you to edit a full
           HTML page, including &lt;title&gt;, &lt;!DOCTYPE...&gt; and some
           other options.</li>
   
       <li><a href="example-fully-loaded.html">HTMLArea fully loaded</a> ;-)</li>        <li><a href="examples/context-menu.html">HTMLArea with Context
             Menu</a> -- this plugin provides a nice and useful context menu.</li>
   
         <li><a href="examples/fully-loaded.html">HTMLArea fully loaded</a> --
           all of the above. ;-)</li>
   
     </ul>      </ul>
   
Line 78 Line 89
     <pre style="margin-left: 2em"      <pre style="margin-left: 2em"
 >  >
 cd /var/www/html  cd /var/www/html
 unzip /path/to/archive/HTMLArea-3.0-beta.zip  unzip /path/to/archive/HTMLArea-3.0-rc1.zip
 mv HTMLArea-3.0-beta htmlarea  mv HTMLArea-3.0-rc1 htmlarea
 find htmlarea/ -type f -exec chmod 644 {} \;  find htmlarea/ -type f -exec chmod 644 {} \;
 find htmlarea/ -type d -exec chmod 755 {} \;  find htmlarea/ -type d -exec chmod 755 {} \;
 find htmlarea/ -name "*.cgi" -exec chmod 755 {} \;</pre>  find htmlarea/ -name "*.cgi" -exec chmod 755 {} \;</pre>
   
     <p>      <p>
       <strong>Notes.</strong> You may chose to symlink "htmlarea" to "HTMLArea-3.0-beta", in which case your server needs to be configured to        <strong>Notes.</strong> You may chose to symlink "htmlarea" to "HTMLArea-3.0-rc1", in which case your server needs to be configured to
       "<tt>FollowSymLinks</tt>".  You need to make sure that *.cgi files are        "<tt>FollowSymLinks</tt>".  You need to make sure that *.cgi files are
       interpreted as CGI scripts.  If you want to use the SpellChecker        interpreted as CGI scripts.  If you want to use the SpellChecker
       plugin you need to have a recent version of Perl installed (I        plugin you need to have a recent version of Perl installed (I
Line 146  find htmlarea/ -name "*.cgi" -exec chmod Line 157  find htmlarea/ -name "*.cgi" -exec chmod
     latest news.</p>      latest news.</p>
   
     <p>Sometimes I post news about the latest developments on <a      <p>Sometimes I post news about the latest developments on <a
     href="http://students.infoiasi.ro/~mishoo/">my personal homepage</a>.</p>      href="http://dynarch.com/mishoo/">my personal homepage</a>.</p>
   
     <h2>"It doesn't work, what's wrong?"</h2>      <h2>"It doesn't work, what's wrong?"</h2>
   
Line 178  find htmlarea/ -name "*.cgi" -exec chmod Line 189  find htmlarea/ -name "*.cgi" -exec chmod
     get back into the public HTMLArea distribution) I'll be cheaper. ;-)</p>      get back into the public HTMLArea distribution) I'll be cheaper. ;-)</p>
   
     <hr />      <hr />
     <address><a href="http://students.infoiasi.ro/~mishoo/">Mihai Bazon</a></address>      <address><a href="http://dynarch.com/mishoo/">Mihai Bazon</a></address>
 <!-- Created: Sun Aug  3 14:11:26 EEST 2003 -->  <!-- Created: Sun Aug  3 14:11:26 EEST 2003 -->
 <!-- hhmts start -->  <!-- hhmts start --> Last modified: Wed Jan 28 11:54:47 EET 2004 <!-- hhmts end -->
 Last modified on Tue Aug 12 00:23:26 2003  
 <!-- hhmts end -->  
 <!-- doc-lang: English -->  <!-- doc-lang: English -->
   </body>    </body>
 </html>  </html>

Removed from v.1.1  
changed lines
  Added in v.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>