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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue