Needs work
Project:
HTML Export
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
3 Mar 2009 at 22:18 UTC
Updated:
5 Mar 2012 at 20:53 UTC
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
Comment #1
btopro commentedI 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.
Comment #2
btopro commentedThe 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.