| Universal package for |
- Asus eeePC
- Debian Etch PC (x86 and mipsel)
- Letux n30, Letux 380, Letux 400
- Nokia 770, 800, 810
- Openmoko Neo1973, Freerunner
- Sharp Zaurus (Sharp ROM)
|
| News |
Shown at SYSTEMS 2008
FlexiSheet added
Shown at LinuxTag 2008
CoreData added
SimpleWebKit became part of GNUstep
Shown at FOSDEM 2008
|
|
SimpleWebKit is a re-implementation of the WebKit API without wrapping KHTML through Objective-C++ as the original WebKit does. This is needed for embedded devices since the cross-compiler support of Objective-C++ is weak.
The sources can be found here: http://www.quantum-step.com/download/sources/mySTEP/SimpleWebKit/
Currently implemented is:
- loading from the network by using NSURLConnection wrapped into WebDataSource
- HTML parsing (by using an extended NSXMLParser from Foundation)
- HTML -> DOM tree translation
- DOM tree -> NSAttributedString translation
- display in an NSTextView
- WebFrame, WebFrameView
- WebView
Missing is
- CSS
- Embedding and displaying images, forms etc. in an attributed string
- formatting tables
- several formatting rules are missing
- JavaScript
- Plugins
- Anchors
- Frames
Here is a first screen shot (click to enlarge):  |
|