On 12/16/2015 06:43 PM, BLM768 wrote:
One is to make as much of it as possible in plain old static HTML. Stuff like the articles rarely changes, after all.
But I dislike typing HTML. DDoc improves on that significantly.
Another idea is to use a Web application framework. There's a significant advantage there: we can have one master "layout" template, and almost any content we want (forums, DDoc-generated HTML, static HTML, and so on) can be rendered in that template with relatively minimal code.
Ironically Ddoc does exactly that, and quite nicely. Andrei
