I have yet to start working on the layout for any of the files in other/*.
Might as well start doing it...
So, basically, one of the issues I have with SSI, is validation. It seems logical to use HTML5 in SSI because it's used in Wedge. I can only imagine that parent websites will be switching to HTML5, too, and even in XHTML they'll still consider HTML5 code as valid.
However, I don't think we can expect parent pages to load index.css before calling the SSI code... Meaning that any classes in it will be ignored. That's a problem.
Only, many tables are declared as "ssi_table", which itself is declared in index.css, so I guess it can be expected that parent page owners will simply 'copy' the CSS information from index.css into their own stuff, if they really don't want to include our CSS files.
Also, I'm having a bug in ssi_examples.php... It doesn't finish the page, instead crashing on ssi_boardNews()... Hmm, will have a look.