Hi Scott, ----- Original Message ----- > 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
Actually the main reason I'm looking into this is usability, not so much portability: In a first step I'd just like to be able to offer the site in one piece so people can use it to easily search for content. Only in a second step would I consider using this then hopefully well founded base for transforming the document to PDF or any other format. > 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. Given that all our images are in the same location (/images) nothing here really changes, there's no need to transform them to Base64, or so I hope, since we can just as well ship them - and I don't think there's any harm in doing so. > 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. I like to imagine that given how our software only runs on Unix, we don't have to worry about that. I'm probably lying to myself ;) 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
