Hi Igor,

We attempted to do this as an extension of our CMS for the very reason you
probably want it, portability.   We went with a JSON structure which held
all the page content + navigation and a small javascript function that
handled the display.   The images would all be base64 encoded in the CSS.
 The CSS, JSON and html template all resided in one file.  It went fairly
well, although base64 encoding of images in css isn't support in some of
the earlier IE browsers.

On Mon, Nov 19, 2012 at 4:42 PM, Igor Galić <[email protected]> wrote:

>
> Hiya folks o/~
>
> I'm considering to offer Traffic Server's admin and SDK
> documentation respectively in a single HTML file, in addition
> to the navigable documentation tree we now offer. Has anyone
> else tried to tackle such an issue? How well did it go?
>
> Basically we'd need to
> * merge the entire output of
>
> https://svn.apache.org/repos/asf/trafficserver/site/trunk/content/docs/trunk/admin/
> * into a single HTML,
> * while retaining the order described in order.txt
> * That single HTML file would need updating every time anything changes...
>
> The latter, I now realize, goes against certain principles of the CMS.
>
> Hrm.. I guess I'll to do some more thinking.
>
> i
>
> --
> Igor Galić
>
> Tel: +43 (0) 664 886 22 883
> Mail: [email protected]
> URL: http://brainsware.org/
> GPG: 6880 4155 74BD FD7C B515  2EA5 4B1D 9E08 A097 C9AE
>
>

Reply via email to