MoeNavigator is my attempt to write a browser as the practical part of my bachelor thesis. In this project I try to write as much as possible from scratch to analyze problems that may occur when writing a webbrowser engine.
MoeNavigator is my attempt to write a browser as the practical part of my bachelor thesis. In this project I try to write as much as possible from scratch to analyze problems that may occur when writing a webbrowser engine.
The code structure shall allow the addition of several script and markup languages. It shall be possible to use other script languages than JavaScript in this browser and other markup languages than HTML (for example SVG, XML etc...).
View full history Series and milestones
trunk series is the current focus of development.