Currently taxonomy folders used as menu links don't export correctly. No page is exported resulting in a dead link.

Now maybe there is something other than taxonomies I should be using for long lsits of similar pages, but they are awfully convenenient!

Is it possible to add this?

Comments

btopro’s picture

I added a hack like this into my own version internally so that we could render views out to static HTML. What really needs to happen is that it needs to look at the url alias table to find all paths in the system, navigate to each one and throw it back to html. When this all becomes a requirement of our work I'll put this into the module unless some one patches things and then I'll test / commit.

btopro’s picture

Version: 6.x-1.0 » 6.x-2.x-dev
Status: Active » Needs work

The API will allow for this type of selection and export but it would need to be written / implemented in the new API. Ideas on how best to do this / patches to accomplish it are welcome.