资 源 简 介
The purpose of this project is to allow html files to be derived from other html files using simple syntax.
Using Tags DInclude and DInherit allows for class like html files to be created.
Although there are other solutions that can achieve the same result, this doesn’t require any other programming language other than the HTML mark-up itself.
The syntax is based of the multiple inheritance used by some programming languages, this allowing HTML file to be extend by other file html. (See examples)
Phase I is to provide a command line parser, phase II will incorporate a Web Server which will be able to dynamically serve dhtml syntax files, as well as including a WebSocket Server for HTML5 compatibility.