Registered by Moritz Strohm

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...).

Project information

Maintainer:
Moritz Strohm
Driver:
Moritz Strohm
Licence:
GNU GPL v3

RDF metadata

View full history Series and milestones

trunk series is the current focus of development.

All code Code

Version control system:
Bazaar
Programming languages:
C, C++

All bugs Latest bugs reported

Get Involved

Downloads

MoeNavigator does not have any download files registered with Launchpad.

Announcements

  • MoeNavigator is able to draw now on 2012-09-19
    Since two days, with release of revision 27, MoeNavigator is able to draw HT...
  • Status update on 2012-08-16
    I have a partially working HTML parser and a CSS parser that can parse rules ...
  • Milestone 1 reached on 2012-07-15
    The engine can read and parse HTML-Code from a file, traverse the node tree o...