From: darin Date: Mon, 6 Mar 2006 23:10:58 +0000 (+0000) Subject: Reviewed by Darin. X-Git-Url: https://git.webkit.org/?p=WebKit-https.git;a=commitdiff_plain;h=8211acfd64c45f4a860489610970fbf1f49426b8 Reviewed by Darin. Change "Mail.app" to "Mail". * index.html: * projects/editing/index.html: git-svn-id: https://svn.webkit.org/repository/webkit/trunk@13177 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- diff --git a/WebKitSite/ChangeLog b/WebKitSite/ChangeLog index 4fe038795ad9..69006b41a65a 100644 --- a/WebKitSite/ChangeLog +++ b/WebKitSite/ChangeLog @@ -1,3 +1,12 @@ +2006-03-06 Mitz Pettel + + Reviewed by Darin. + + Change "Mail.app" to "Mail". + + * index.html: + * projects/editing/index.html: + 2006-03-06 Geoffrey Garen Oops, accidentally deleted the archives links. diff --git a/WebKitSite/index.html b/WebKitSite/index.html index 95205e0f6994..5ce00c9bf80d 100644 --- a/WebKitSite/index.html +++ b/WebKitSite/index.html @@ -5,7 +5,7 @@ p { margin: 0px 0px 4px 0px; }

Welcome to the web site for the WebKit Open Source Project!

-

WebKit is the system framework used on Mac OS X by Safari, Dashboard, Mail.app, and many other OS X applications. It is based on the KHTML engine from KDE.

+

WebKit is the system framework used on Mac OS X by Safari, Dashboard, Mail, and many other OS X applications. It is based on the KHTML engine from KDE.

Getting involved

download nightly diff --git a/WebKitSite/projects/editing/index.html b/WebKitSite/projects/editing/index.html index a008ffde6603..1978ebb23b62 100644 --- a/WebKitSite/projects/editing/index.html +++ b/WebKitSite/projects/editing/index.html @@ -6,7 +6,7 @@

Overview

Welcome to the HTML editing home page. HTML editing is a new feature that shipped with Safari 1.3 on Panther and -Safari 2.0 on Tiger. Most importantly the WebKit editing engine is used to compose mail messages in Mail.app on Tiger. HTML +Safari 2.0 on Tiger. Most importantly the WebKit editing engine is used to compose mail messages in Mail on Tiger. HTML editing can also be used in Web pages using WinIE-compatible APIs like contentEditable and designMode.

Architecturally the editor operates as a series of commands that are executed on a document's object model tree. Each command