Effective October 27, 2012, online and email support for FuseSource products will move to Red Hat support channels. For more information, please see the JIRA Migration to Red Hat FAQ.
As of October 27th, please open all new issues in the Red Hat Customer Portal .
Issue Details (XML | Word | Printable)

Key: FUSEFORGE-71
Type: Improvement Improvement
Status: Open Open
Priority: Major Major
Assignee: Unassigned
Reporter: James Strachan
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Forge: FUSE Forge

add a webgen feature so we can grab wiki pages from Apache confluence as nicely formatted HTML so we can include sections & entire pages within ascidoc user manuals

Created: 17/Apr/09 09:57 AM   Updated: 20/Apr/09 02:27 PM
Component/s: None
Affects Version/s: The Wish List
Fix Version/s: The Wish List


 Description  « Hide
it'd be good to grab regions of static HTML pages from the Apache projects to grab bits and bobs from the wiki; maybe using some nice XPath or something? - that we can then include in the docs.

This could be a nice replacement for the confluence hackery (and confluence is kinda limiting in what sections you can grab from what pages etc). Then we could more easily mix and match custom new content with chunks of stuff from the wiki to make a much more readable user guide



 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
James Strachan added a comment - 17/Apr/09 10:01 AM
am thinking a little webgen tag could do this nicely.

e.g. something like

blah blah
{import-fragment :: {uri: "http://foo.bar.com/foo.html", xpath: "//div[@id='abc']"}
blah blah