Tiny site basics working; more to do
Posted by mholmes on 24 Nov 2015 in Activity log
Today I got the basic transformations and filesets organized for creating the tiny site. I have a subset of HTML files identified which are transformed to remove links to non-included files; I have a subset of images being copied over; and I have a working interface for the tiny site. Still to do:
- References and medical terms pages link to XML fragments by AJAX. We need to select a subset of those (maybe the first three in each page) and make sure they're kept, and their associated XML fragments are copied over, but the rest have their JavaScript AJAX links suppressed.
- XML documents for the HTML files which have them as direct sources need to be included in their own includes file.
- The home page needs a special transformation that announces what the purpose of the tiny site is, in case it gets loose.
- The tiny site ant task needs to be antcalled in the default build process.
After that, I think we'll be good to go.
This entry was posted by Martin and filed under Activity log.