From 4202f1a0a6ea66625ce9b937e85654b2b0ac00b6 Mon Sep 17 00:00:00 2001 From: j2blake Date: Mon, 9 Sep 2013 14:19:04 -0400 Subject: [PATCH] VIVO-262 Document the language support configuration --- doc/install.html | 17 ++++++++++++ doc/upgrade-1.6.html | 63 ++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 80 insertions(+) diff --git a/doc/install.html b/doc/install.html index da502ae8..7740fd0f 100644 --- a/doc/install.html +++ b/doc/install.html @@ -316,6 +316,23 @@ /usr/local/vivo/home + + + Languages (in addition to American English) that will be built into your + VIVO site. The languages must be found in the + languages directory of the VIVO distribution. + See + the VIVO Wiki for more information. + + + + + languages.addToBuild + + + es_MX + + diff --git a/doc/upgrade-1.6.html b/doc/upgrade-1.6.html index 181888a7..1e25bdfe 100644 --- a/doc/upgrade-1.6.html +++ b/doc/upgrade-1.6.html @@ -49,6 +49,7 @@
  • Multiple foaf:Person Profile Pages
  • Home Page Re-design
  • Auto-loaded RDF files move to the Home directory
  • +
  • Support for additional languages
  • ANYTHING ELSE?
  • @@ -362,6 +363,30 @@ rdf/tbox/filegraph/tbox/vivo-skos-1.5.owl </patternset>

    +

    Support for additional languages

    +

    + VIVO 1.6 includes limited support for other languages, in addition to American English. + This limited support is described as read-only support on public-facing + pages. +

    +

    + Read-only means that there is no provision for editing multi-language + data or displays. Property values, ontology labels, etc. must all be provided in RDF files + and ingested or otherwise inserted into the data model. The Page Management user interface + does not support maintaining pages in multiple languages. +

    +

    + Public-facing means that most of the pages used for site adminstration + are only presented in American English. +

    +

    + These two pages in the VIVO Wiki describe how to + + Build VIVO with multiple languages and how to + + Add a new language to VIVO. +

    +

    ANYTHING ELSE?

    @@ -445,6 +470,44 @@ rdf/tbox/filegraph/tbox/vivo-skos-1.5.owl goes into your VIVO home directory.

    +

    + The properties below are new to build.properties. They are optional, + so you need not add them unless you want a value other than the default. +

    +

    + +

    + + + + + + + + + + + + + + + +
    + Property Name + + Example Value +
    + Languages (in addition to American English) that will be built into your + VIVO site. The languages must be found in the + languages directory of the VIVO distribution. + See + the VIVO Wiki for more information. +
    + languages.addToBuild + + es_MX +
    +

    The properties below are new to runtime.properties. They are optional, so you need not add them, unless you want a value other than the default.