Thanks a lot ariel. You have made them all, so I just need to do a little finetuning.
However I do have a proposal for the site-wide template. - Could we please have "context-sensitive" menus. If I (being a web user) goto l10n.openOffice.org and click on "support", I expect support for l10n, and not the generic support. Especially for l10n the same is true for "native languages". It is quite easy to make the menus context sensitive, instead of referring in href to /support it should be something like <a href=localOverwrite.php?page=support The php function should look in current directory (l10n in my case) and if there exist a file support.html use it, or else use /support.php That way, our menus is consistent (which is good), but the content can be different depending on where you are. Could that be an idea ?? Jan On 1 November 2012 07:11, Ariel Constenla-Haile <[email protected]> wrote: > On Wed, Oct 31, 2012 at 03:06:02PM -0400, Rob Weir wrote: > > OK. It sounds like you are missing the context here. Jan emailed me > > these updated files so I could check them in. Anyone who wishes to > > review them can do so. I certainly am. There are some issues on the > > page currently. When these are taken care of, then of course we'll > > put them in the normal directly. But right now they are suffering > > some serious issues with the site template. > > @Jan: I did a skeleton for you to play with; it all markdown, if he > wants more fancy things he has to make new templates (see > incubator/ooo/ooo-site/trunk/templates/) or play with CSS (the site > supports per-markdown-page CSS style sheets, add css: to the page > header; see /es/noticias/index.mdtext and /es/producto/index.mdtext). > > In order to understand how the site works, browse for Dave Fisher mails > in ooo-dev. Then start by > > ooo-site/trunk/templates/l10n-new/ssi.mdtext > > that file defines the includes, in this file these are named as .html > files, > you will find them as .mdtext in /l10n-new: > > brand.mdtext > topnav.mdtext > leftnav.mdtext > > > Regards > -- > Ariel Constenla-Haile > La Plata, Argentina >
