updated install and upgrade docs to include info on new runtime properties
This commit is contained in:
parent
c50ed11b15
commit
c4790afac4
3 changed files with 76 additions and 5 deletions
|
@ -825,6 +825,41 @@
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td colspan="2">
|
||||||
|
On the VIVO home page, display a global map highlighting the geographical focus
|
||||||
|
of foaf:person individuals. The default is <code>enabled</code>.
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr class="odd_row blue">
|
||||||
|
<td>
|
||||||
|
homePage.geoFocusMaps = enabled
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
enabled
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td colspan="2">
|
||||||
|
<b>MultiViews for foaf:person profile pages.</b>
|
||||||
|
VIVO supports the simultaneous use of a full foaf:Person profile page view
|
||||||
|
and a "quick" page view that emphasizes the individual's own webpage presence.
|
||||||
|
<b>Implementing this feature requires an installation to develop a web service
|
||||||
|
that captures images of web pages or to use an existing service outside of VIVO,
|
||||||
|
usually for a small fee.</b>
|
||||||
|
The default is <code>disabled</code>.
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr class="odd_row blue">
|
||||||
|
<td>
|
||||||
|
MultiViews.profilePageTypes=disabled
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
disabled
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan="2">
|
<td colspan="2">
|
||||||
These values are used when deploying VIVO as an OpenSocial container
|
These values are used when deploying VIVO as an OpenSocial container
|
||||||
|
|
|
@ -369,6 +369,41 @@
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td colspan="2">
|
||||||
|
On the VIVO home page, display a global map highlighting the geographical focus
|
||||||
|
of foaf:person individuals. The default is <code>enabled</code>.
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr class="odd_row blue">
|
||||||
|
<td>
|
||||||
|
homePage.geoFocusMaps = enabled
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
enabled
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td colspan="2">
|
||||||
|
<b>MultiViews for foaf:person profile pages.</b>
|
||||||
|
VIVO supports the simultaneous use of a full foaf:Person profile page view
|
||||||
|
and a "quick" page view that emphasizes the individual's own webpage presence.
|
||||||
|
<b>Implementing this feature requires an installation to develop a web service
|
||||||
|
that captures images of web pages or to use an existing service outside of VIVO,
|
||||||
|
usually for a small fee.</b>
|
||||||
|
The default is <code>disabled</code>.
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr class="odd_row blue">
|
||||||
|
<td>
|
||||||
|
MultiViews.profilePageTypes=disabled
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
disabled
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
|
|
@ -252,13 +252,14 @@ RDFService.languageFilter = true
|
||||||
#OpenSocial.sandbox = True
|
#OpenSocial.sandbox = True
|
||||||
|
|
||||||
# MultiViews
|
# MultiViews
|
||||||
# VIVO supports the simultaneous use of a full foaf:Person profile page view and a "quick" page view that emphasizes
|
# VIVO supports the simultaneous use of a full foaf:Person profile page view and a "quick" page
|
||||||
# the individual's webpage presence. The following flag should be uncommented when implementing the multiple
|
# view that emphasizes the individual's webpage presence. Implementing this feature requires an
|
||||||
# views.
|
# installation to develop a web service that captures images of web pages or to use an existing
|
||||||
|
# service outside of VIVO, usually for a small fee.
|
||||||
#MultiViews.profilePageTypes=enabled
|
#MultiViews.profilePageTypes=enabled
|
||||||
|
|
||||||
# Geo Focus Maps
|
# Geo Focus Maps
|
||||||
# When the following flag is uncommented, the VIVO home page displays global and US maps highlighting the geographical
|
# When the following flag is set to enabled, the VIVO home page displays a global map highlighting the
|
||||||
# focus of foaf:person individuals.
|
# geographical focus of foaf:person individuals.
|
||||||
#homePage.geoFocusMaps=enabled
|
#homePage.geoFocusMaps=enabled
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue