Menu

Current State of OpenWeb

Michael Rees

This is intended as documentation of the development of OpenWeb. Upcoming features can be found in the [Roadmap].

6/6/2013

OpenWeb is currently in very early development. I have been working on different parts of the code for several months, and the parsing mechanism has finally reached the point where it can be used to create child/parent nodes successfully.

There is no error handling currently built into the parser.

The decision was made to use Qt for the interface and the painter. This is not necessarily a permanent decision, and the use of Qt will be isolated to those two applications so that a different library can be chosen eventually.

Currently, the following tags are supported by the parser:

<html>
<head>
<body>
<p>
<b>

The nodes that are created are not currently painted, but this will be developed soon (see [Roadmap]).

The parser does not support additional information after the tag, so:

<p align="right">

will currently only be treated as

<p>


Related

Wiki: Roadmap