Hi - I would like to have a site whose content is managed by fossil, and actually have the site be presented by fossil. That's pretty easy. The reason I want this is the extreme ease of deployment as well as having SCM control over the content.
What I would further like is to have multi-lingual content. For example, have the same pages in English and Spanish. I could accomplish that by making a document tree: docs/en/... docs/es/... and so forth, and directing people from the main page to whatever sub-page supports their language. I can write some Javascript to determine their language and put it in the header, and perhaps read a cookie to get their preferred settings for my site; but is there any TH1 support to help manage this? It would be nice if I could add a tag "lang=es" for example to a query, and have fossil give me the Spanish version of the page if there was one (rather than maintaining separate document trees: I would have docs/page-en.html and docs/page-es.html) _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

