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>
|
||||
</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>
|
||||
<td colspan="2">
|
||||
These values are used when deploying VIVO as an OpenSocial container
|
||||
|
|
|
@ -369,6 +369,41 @@
|
|||
</td>
|
||||
</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>
|
||||
</table>
|
||||
|
||||
|
|
|
@ -252,13 +252,14 @@ RDFService.languageFilter = true
|
|||
#OpenSocial.sandbox = True
|
||||
|
||||
# MultiViews
|
||||
# VIVO supports the simultaneous use of a full foaf:Person profile page view and a "quick" page view that emphasizes
|
||||
# the individual's webpage presence. The following flag should be uncommented when implementing the multiple
|
||||
# views.
|
||||
# VIVO supports the simultaneous use of a full foaf:Person profile page view and a "quick" page
|
||||
# view that emphasizes the individual's webpage presence. 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.
|
||||
#MultiViews.profilePageTypes=enabled
|
||||
|
||||
# Geo Focus Maps
|
||||
# When the following flag is uncommented, the VIVO home page displays global and US maps highlighting the geographical
|
||||
# focus of foaf:person individuals.
|
||||
# When the following flag is set to enabled, the VIVO home page displays a global map highlighting the
|
||||
# geographical focus of foaf:person individuals.
|
||||
#homePage.geoFocusMaps=enabled
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue