Revision as of 18:14, 23 March 2006 editSmackBot (talk | contribs)3,734,324 editsm Delink months and days of week, clean up using AWB← Previous edit | Revision as of 14:51, 2 May 2006 edit undoJasonWoof (talk | contribs)154 edits →WebCore based applications: improving englishNext edit → | ||
Line 14: | Line 14: | ||
* ] — The Mac OS X email client software. | * ] — The Mac OS X email client software. | ||
* ] — a web browser produced by the ] for Mac OS X. | * ] — a web browser produced by the ] for Mac OS X. | ||
* ] — an easy to use |
* ] — an easy to use website creation tool that follows ] standards. | ||
* ] — a ] with a built in web browser (OS X version uses WebCore). | * ] — a ] with a built in web browser (OS X version uses WebCore). | ||
* ] — an easy to use |
* ] — an easy to use website creation tool that follows ] standards. | ||
* ] — a free open source browser which aims to be better and more useful than ]. | * ] — a free open source browser which aims to be better and more useful than ]. | ||
Revision as of 14:51, 2 May 2006
WebCore is a framework developed by Apple, and licensed under the LGPL, to provide an HTML layout engine for Mac OS X. It is one of the two primary components of the WebKit framework (the other being JavaScriptCore).
WebCore combines the open source KHTML layout engine developed by the KDE project, with an adapter library called KWQ (pronounced Quack). Apple created the KWQ adapter to replace KHTML's dependency on code from the Qt toolkit and other KDE modules. KWQ also presents an Objective-C application programming interface to the C++-based KHTML rendering engine, allowing it to easily be referenced by Cocoa-based applications.
Apple announced WebCore at the January 7 2003 Macworld Expo with the release of the Safari web browser. Later that day the developers submitted their changes to the KHTML library to the KDE project . Later, in June 2005, Apple further opened access to their CVS (now, Subversion) source code repository and Bugzilla bug database, its previously closed nature once being an obstacle to merging WebCore changes back into KHTML.
Since then, a number of projects have built on the WebCore library, porting it to other platforms like Nokia mobile or the cross-platform GNUstep libraries, or adopting it for use in their own browsers like Omni Group's OmniWeb browser.
Although Mac developers can use WebCore to incorporate an HTML layout engine into their applications, Apple recommends the use of WebKit, which is included by default from Mac OS X version 10.2.7 onwards and whose interfaces are stable.
WebCore based applications
- Help Viewer — default help file viewing application in Mac OS X.
- iWeb — websites creation software released by Apple and included in iLife '06.
- Mail — The Mac OS X email client software.
- OmniWeb — a web browser produced by the Omni Group for Mac OS X.
- RapidWeaver — an easy to use website creation tool that follows W3C standards.
- RealPlayer — a media player with a built in web browser (OS X version uses WebCore).
- Sandvox — an easy to use website creation tool that follows W3C standards.
- Shiira — a free open source browser which aims to be better and more useful than Safari.
See also
External links
- WebCore at developer.apple.com
- WebKit Open Source Project — launched by Apple in June 2005
- Greetings from the Safari team at Apple Computer — initial communication between WebCore and KHTML teams
- Gtk+ WebCore — Nokia port of WebCore
- Atlantis browser — based on GTK-WebCore