K. Frank
2016-05-17 21:05:21 UTC
Hello List!
How might I approach mixing Wt with non-Wt web programming?
To be concrete, let's say I have a simple static web site that's
implemented with html (say html5) / css and consists of a handful
of pages.
Suppose I want to add some "active" content to it -- some Wt
widgets -- but still want to leave the bulk of the web site as
plain html / css. Is there a straightforward was to embed some
Wt content into an html page and have it "play nice"?
Conversely, let's say I have a Wt-based web site, but want to
add significant document-style static content to it, and I want
to author and maintain the document content as html (and,
furthermore, I don't want to compile the html into a Wt application
or resource bundle). Is there a straightforward way to embed
html content -- perhaps even multiple pages -- into Wt?
And let's say we do either one or both of the above. Would it
be practical to style both the Wt and free-standing html parts
of the web site with the same css?
(It would be especially helpful if there were any examples of
this sort of design out there available for study.)
Thanks for any suggestions.
K. Frank
How might I approach mixing Wt with non-Wt web programming?
To be concrete, let's say I have a simple static web site that's
implemented with html (say html5) / css and consists of a handful
of pages.
Suppose I want to add some "active" content to it -- some Wt
widgets -- but still want to leave the bulk of the web site as
plain html / css. Is there a straightforward was to embed some
Wt content into an html page and have it "play nice"?
Conversely, let's say I have a Wt-based web site, but want to
add significant document-style static content to it, and I want
to author and maintain the document content as html (and,
furthermore, I don't want to compile the html into a Wt application
or resource bundle). Is there a straightforward way to embed
html content -- perhaps even multiple pages -- into Wt?
And let's say we do either one or both of the above. Would it
be practical to style both the Wt and free-standing html parts
of the web site with the same css?
(It would be especially helpful if there were any examples of
this sort of design out there available for study.)
Thanks for any suggestions.
K. Frank