[phpBB Debug] PHP Warning: in file [ROOT]/includes/crs/crs_misc_functions.php on line 37: mime_content_type(): Empty filename or path
[phpBB Debug] PHP Warning: in file [ROOT]/includes/crs/crs_misc_functions.php on line 37: mime_content_type(): Empty filename or path
Zen Cart 源代码 index.html

Zen Cart 源代码 index.html




下载文件

文件名: index.html
文件类型: HTML文件
文件大小: 8.01 KiB
MD5: 5f49863dce6631e653830619f4edf1be

index.html - 关闭高亮
  1. <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 3.2//EN">
  2.   <head>
  3.     <title>HTMLArea -- the free, customizable online editor</title>
  4.  
  5.     <style type="text/css">
  6.       html, body { font-family: georgia,"times new roman",serif; background-color: #fff; color: #000; }
  7.       .label { text-align: right; padding-right: 0.3em; }
  8.       .bline { border-bottom: 1px solid #aaa; }
  9.     </style>
  10.   </head>
  11.  
  12.   <body>
  13.     <div style="float: right; border: 1px solid #aaa; background-color: #eee; padding: 3px; margin-left: 10px; margin-bottom: 10px;">
  14.       <table cellspacing="0" cellpadding="0" border="0">
  15.         <tr>
  16.           <td class="label">Version:</td><td>3.0</td>
  17.         </tr>
  18.         <tr>
  19.           <td class="label">Release:</td><td>rc1 (<a href="release-notes.html">release notes</a>)</td>
  20.         </tr>
  21.         <tr>
  22.           <td class="label bline">Compiled at:</td><td class="bline">Mar  1, 2004 [19:37] GMT</td>
  23.         </tr>
  24.         <tr>
  25.           <td class="label">SourceForge page:</td><td><a href="http://sf.net/projects/itools-htmlarea/">http://sf.net/projects/itools-htmlarea/</a></td>
  26.       </table>
  27.     </div>
  28.     <h1>HTMLArea -- the free<br/>customizable online editor</h1>
  29.  
  30.     <p>
  31.       HTMLArea is a free, customizable online editor.  It works inside your
  32.       browser.  It uses a non-standard feature implemented in Internet
  33.       Explorer 5.5 or better for Windows and Mozilla 1.3 or better (any
  34.       platform), therefore it will only work in one of these browsers.
  35.     </p>
  36.  
  37.     <p>
  38.       HTMLArea is copyright <a
  39.      href="http://interactivetools.com">InteractiveTools.com</a> and <a
  40.      href="http://dynarch.com">Dynarch.com</a> and it is
  41.       released under a BSD-style license.  HTMLArea is created and developed
  42.       upto version 2.03 by InteractiveTools.com.  Version 3.0 developed by
  43.       <a href="http://dynarch.com/mishoo/">Mihai Bazon</a> for
  44.       InteractiveTools.  It contains code sponsored by third-party companies as well.
  45.       Please see our About Box for details about who sponsored what plugins.
  46.     </p>
  47.  
  48.     <h2>Online demos</h2>
  49.  
  50.     <ul>
  51.  
  52.       <li><a href="examples/core.html">HTMLArea standard</a> -- contains the core
  53.         editor.</li>
  54.  
  55.       <li><a href="examples/table-operations.html">HTMLArea + tables</a> --
  56.         loads the <tt>TableOperations</tt> plugin which provides some extra
  57.         editing features for tables.</li>
  58.  
  59.       <li><a href="examples/spell-checker.html">HTMLArea + spell checher</a>
  60.         -- loads the <tt>SpellChecker</tt> plugin which provides what its
  61.         name says: a spell checker.  This one requires additional support on
  62.         the server-side.</li>
  63.  
  64.       <li><a href="examples/full-page.html">HTMLArea Full HTML Editor</a> --
  65.         loads the <tt>FullPage</tt> plugin which allows you to edit a full
  66.         HTML page, including &lt;title&gt;, &lt;!DOCTYPE...&gt; and some
  67.         other options.</li>
  68.  
  69.       <li><a href="examples/context-menu.html">HTMLArea with Context
  70.           Menu</a> -- this plugin provides a nice and useful context menu.</li>
  71.  
  72.       <li><a href="examples/fully-loaded.html">HTMLArea fully loaded</a> --
  73.         all of the above. ;-)</li>
  74.  
  75.     </ul>
  76.  
  77.     <h2>Installation</h2>
  78.  
  79.     <p>
  80.       Installation is (or should be) easy.  You need to unpack the ZIP file
  81.       in a directory accessible through your webserver.  Supposing you
  82.       unpack in your <tt>DocumentRoot</tt> and your <tt>DocumentRoot</tt> is
  83.       <tt>/var/www/html</tt> as in a standard RedHat installation, you need
  84.       to acomplish the following steps: (the example is for a Unix-like
  85.       operating system)
  86.     </p>
  87.  
  88.     <pre style="margin-left: 2em"
  89. >
  90. cd /var/www/html
  91. unzip /path/to/archive/HTMLArea-3.0-rc1.zip
  92. mv HTMLArea-3.0-rc1 htmlarea
  93. find htmlarea/ -type f -exec chmod 644 {} \;
  94. find htmlarea/ -type d -exec chmod 755 {} \;
  95. find htmlarea/ -name "*.cgi" -exec chmod 755 {} \;</pre>
  96.  
  97.     <p>
  98.       <strong>Notes.</strong> You may chose to symlink "htmlarea" to "HTMLArea-3.0-rc1", in which case your server needs to be configured to
  99.       "<tt>FollowSymLinks</tt>".  You need to make sure that *.cgi files are
  100.       interpreted as CGI scripts.  If you want to use the SpellChecker
  101.       plugin you need to have a recent version of Perl installed (I
  102.       recommend 5.8.0) on the server, and the module Text::Aspell, available
  103.       from CPAN.  More info in "<a
  104.      href="plugins/SpellChecker/readme-tech.html">plugins/SpellChecker/readme-tech.html</a>".
  105.     </p>
  106.  
  107.     <p>About how to setup your pages to use the editor, please read the
  108.       [outdated yet generally valid] <a
  109.        href="reference.html">documentation</a>.</p>
  110.  
  111.     <h2>Status and links</h2>
  112.  
  113.     <p>HTMLArea has reached version 3.0.  As of this version, it
  114.       supports:</p>
  115.  
  116.     <ul>
  117.  
  118.       <li>Customizable toolbar</li>
  119.  
  120.       <li>Easy internationalization</li>
  121.  
  122.       <li>Plugin-based infrastructure</li>
  123.  
  124.       <li>Delivers W3-compliant HTML (with few exceptions)</li>
  125.  
  126.       <li>Has a subset of Microsoft Word's keyboard shortcuts</li>
  127.  
  128.       <li>Full-screen editor</li>
  129.  
  130.       <li>Advanced table operations (by external plugin
  131.         "TableOperations")</li>
  132.  
  133.       <li>Spell checker (by external plugin "SpellChecker")</li>
  134.  
  135.       <li>probably more... ;-)</li>
  136.  
  137.     </ul>
  138.  
  139.     <p>We have a <a
  140.    href="http://sourceforge.net/projects/itools-htmlarea/">project page</a>
  141.     at <a href="http://sourceforge.net">SourceForge.net</a>.  There you can
  142.     also find out <a href="http://sourceforge.net/cvs/?group_id=69750">how
  143.     to retrieve the code from CVS</a>, or you can <a
  144.    href="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/itools-htmlarea">browse
  145.     the CVS online</a>.  We also have a <a
  146.    href="http://sourceforge.net/tracker/?atid=525656&group_id=69750&func=browse">bug
  147.     system</a>, a <a
  148.    href="http://sourceforge.net/tracker/?atid=525658&group_id=69750&func=browse">patch
  149.     tracking system</a> and a <a
  150.    href="http://sourceforge.net/tracker/?atid=525659&group_id=69750&func=browse">feature
  151.     request page</a>.</p>
  152.  
  153.     <p>We invite you to say everything you want about HTMLArea <a
  154.    href="http://www.interactivetools.com/forum/gforum.cgi?forum=14;">on the
  155.     forums</a> at InteractiveTools.com.  There you should also find the
  156.     latest news.</p>
  157.  
  158.     <p>Sometimes I post news about the latest developments on <a
  159.    href="http://dynarch.com/mishoo/">my personal homepage</a>.</p>
  160.  
  161.     <h2>"It doesn't work, what's wrong?"</h2>
  162.  
  163.     <p>If it doesn't work, you have several options:</p>
  164.  
  165.     <ul>
  166.  
  167.       <li>Post a message to the forum.  Describe your problem in as much
  168.       detail as possible.  Include errors you might find in the JavaScript
  169.       console (if you are a Mozilla user), or errors displayed by IE (though
  170.       they're most of the times useless).</li>
  171.  
  172.       <li>If you're positive that you discovered a bug in HTMLArea then feel
  173.       free to fill a bug report in our bug system.  If you have the time you
  174.       should check to see if a similar bug was reported or not; it might be
  175.       fixed already in the CVS ;-) If you're positive that a similar bug was
  176.       not yet reported, do fill a bug report and please include as much
  177.       detail as possible, such as your browser, OS, errors from JavaScript
  178.       console, etc.</li>
  179.  
  180.       <li>If you want a new feature to be implemented, post it on the
  181.       features request and someone will hopefully take care of it.</li>
  182.  
  183.     </ul>
  184.  
  185.     <p>You can <a href="mailto:mishoo@infoiasi.ro">contact me directly</a>
  186.     <em>only</em> if you want to pay me for implementing custom features to
  187.     HTMLArea.  If you want to sponsor these features (that is, allow them to
  188.     get back into the public HTMLArea distribution) I'll be cheaper. ;-)</p>
  189.  
  190.     <hr />
  191.     <address><a href="http://dynarch.com/mishoo/">Mihai Bazon</a></address>
  192. <!-- Created: Sun Aug  3 14:11:26 EEST 2003 -->
  193. <!-- hhmts start --> Last modified: Wed Jan 28 11:54:47 EET 2004 <!-- hhmts end -->
  194. <!-- doc-lang: English -->
  195.   </body>
  196. </html>
  197.  
  198.  
  199.