For Flare 11, fully updated.
I'm sure this has been asked before but I can't find it. And if there's an answer I suspect I'll have a Homer Simpson Doh! moment.
Is it possible to configure a TOC and Target (presumably no Master Page required) so that one can output a single Flare topic file as a single HTML page? I don't care if the CSS file goes along for the ride, but I do NOT want JS files and all the other packaging that Flare seems intent on including: The viewer clicks on the HTML page, it comes up in a browser and per the CSS looks good, end of story.
I've tried a few variations on a theme, including for a start creating a Target that specifies a single-topic TOC, Skin = None, and a Master Page that I've configured to include only a topic body proxy, nothing else. The resulting topic file contains all this, NONE of which is desired in this particular output:
Code: Select all
<link href="../Skins/Default/Stylesheets/Slideshow.css" rel="stylesheet" data-mc-generated="True" />
<link href="../Skins/Default/Stylesheets/TextEffects.css" rel="stylesheet" data-mc-generated="True" />
<link href="../Skins/Default/Stylesheets/Topic.css" rel="stylesheet" data-mc-generated="True" />
<link href="../Skins/Default/Stylesheets/Components/Styles.css" rel="stylesheet" data-mc-generated="True" />
<link href="../Skins/Default/Stylesheets/Components/Tablet.css" rel="stylesheet" data-mc-generated="True" />
<link href="../Skins/Default/Stylesheets/Components/Mobile.css" rel="stylesheet" data-mc-generated="True" />
<link href="../Resources/Stylesheets/MainStyles.css" rel="stylesheet" />
<script src="../Resources/Scripts/custom.modernizr.js">
</script>
<script src="../Resources/Scripts/jquery.min.js">
</script>
<script src="../Resources/Scripts/require.min.js">
</script>
<script src="../Resources/Scripts/require.config.js">
</script>
<script src="../Resources/Scripts/foundation.min.js">
</script>
<script src="../Resources/Scripts/plugins.min.js">
</script>
<script src="../Resources/Scripts/MadCapAll.js">
</script>I know how to get what I want by working outside of Flare. For example, I copy the HTML output and the CSS into a single directory, then hand-edit the HTML page to remove the superfluous references to everything but the requisite CSS file. So it's not that I can't eventually get the thing done.
But it would be so handy if I could occasionally create a Target and TOC (shouldn't need a Master Page?) to simply generate a topic as a stand-alone HTML page (accompanied by a CSS file if need be).
Cheers & thanks,
Riley
SFO