Small WebKit (or Simple WebKit)
is a pure Objective-C implementation of a HTML/CSS/JavaScript View that is compatible to the WebKit APIs.
Its relies on NSAttributedString, NSTextView and NSTextAttachment for all rendering purposes.
The benefit of this approach is a small implementation that is quite easy to maintain since it does not incorporate a clutter of C++ and Objective-C and two different memory management metaphors.
It is part of the FSF GNUstep project.
Resources:
- Mailing list
- GNUstep Wiki
- GNUstep Web-Browser Vespucci
- Sources or through the Sources tab