Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
singlevis:welcome [2025/03/16 22:05]
optrix created
singlevis:welcome [2025/03/16 22:44] (current)
optrix
Line 1: Line 1:
 ====Single Vision Addon==== ====Single Vision Addon====
- 
-//This addon will not function on **Starter Edition** versions of ARDI// 
  
 Because ARDI offers a range of different values, visualisations and addons, navigation can become complex. Because ARDI offers a range of different values, visualisations and addons, navigation can become complex.
  
-To help with this, the **Single Vision Addon** adds a custom home page to the ARDI system to help navigate users to specific points of interest.+To help with this, the **Single Vision Addon** adds a customisable, centralised page to the ARDI system to help navigate users to specific points of interest.
  
 {{singlevis.png|600}} {{singlevis.png|600}}
Line 30: Line 28:
  
 This again includes content from a variety of addons. You can also provide a [[custom hierarchy of links]] that guides your users to useful content. This again includes content from a variety of addons. You can also provide a [[custom hierarchy of links]] that guides your users to useful content.
 +
 +===Use as a Landing Page===
 +
 +//This will not work on **Starter Edition** ARDI licenses//
 +
 +If you would like users to automatically arrive on the Single Vision page when they first open ARDI, copy the following file to your ARDI [[ardiadminguide:site_folder|site folder]] under **home/index.html** to redirect them.
 +
 +Note you'll need to replace //myardiurl// with the name/IP address of your ARDI server.
 +
 +<code html>
 +
 +<html>
 +        <head>
 +                <meta http-equiv="refresh" content="0; URL=https://myardiurl/singlevis" />
 +        </head>
 +        <body>
 +        </body>
 +</html>
 +
 +</code>