版本: 3.0
釋出: rc1 (釋出註解)
編輯於: Mar 1, 2004 [19:37] GMT
於 SourceForge 的頁面: http://sf.net/projects/itools-htmlarea/

HTMLArea -- the free
customizable online editor

HTMLArea 是一套免費,可自由設定的線上編輯器。在您的瀏覽器中運作。它使用了 Windows IE 5.5 以上及 Mozilla 1.3以上(任何作業平台)中非標準規格。因此,它只能在前述這些瀏覽器中運作。

HTMLArea 著作權屬 InteractiveTools.comDynarch.com 同時基於 BSD 授權條款方式釋出。HTMLArea 由 InteractiveTools.com 創造與開發,並發展到版本 2.03為上。版本 3.0 是由 Mihai Bazon 為 InteractiveTools 設計。它包含了由協力廠商提供的程式碼,請參閱「關於 HTMLArea」的內容以了解有那些外掛贊助細節。

線上展示

安裝

安裝過程(應該是)簡單,您需要解壓縮 ZIP 中的檔案,到您網站伺服器中可存取的目錄下。假設您在文件根目錄中解壓縮,您的文件根目錄,以 RedHat 安裝的預設位於 /var/www/html ,您需要依下列步驟完成:(這個例子適用於 UNIX 系的作業系統)

cd /var/www/html
unzip /path/to/archive/HTMLArea-3.0-rc1.zip
mv HTMLArea-3.0-rc1 htmlarea
find htmlarea/ -type f -exec chmod 644 {} \;
find htmlarea/ -type d -exec chmod 755 {} \;
find htmlarea/ -name "*.cgi" -exec chmod 755 {} \;

注意: You may chose to symlink "htmlarea" to "HTMLArea-3.0-rc1", in which case your server needs to be configured to "FollowSymLinks". You need to make sure that *.cgi files are interpreted as CGI scripts. If you want to use the SpellChecker plugin you need to have a recent version of Perl installed (I recommend 5.8.0) on the server, and the module Text::Aspell, available from CPAN. More info in "plugins/SpellChecker/readme-tech.html".

About how to setup your pages to use the editor, please read the [outdated yet generally valid] documentation.

狀態及連結

HTMLArea 已經到了版本 3.0了,這個版本支援:

我們在 SourceForge.net計劃頁面。在那裡,您可以找到如何由 CVS 取得原始碼,或您可以線上瀏覽 CVS 。我們有錯誤回報系統更新追蹤系統規格需求頁

我們歡迎您在 InteractiveTools.com 論壇 中談論任何有關 HTMLArea 您的想法和需求,您也可能在那裡看到最新消息。

有時,我會把最新開發狀況貼在我個人網頁上。

"沒法用,那裡出槌了?"

如果沒法使用,您有幾種處理方式:

只有當你要增加 HTMLArea 新功能而付錢給我時,可以直接和我連絡 。如果您想贊助這些新功能(也就是允許這些功能加到 HTMLArea 釋出) 我會算你便宜點,:-)


Mihai Bazon
Last modified: Wed Jan 28 11:54:47 EET 2004