Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Place the file in the knowledgebase folder that is used for the application. For example, for the STAIMO application, the file should be placed in [..]\My_Knowledge\kbs\_STAIMO\

Note
titleNote

In case the web page is stored locally with the knowledge base folder, the following convention applies:

  • The intended web page must be stored in the startpage folder of the knwoedge base folder (for example: [..]\My_Knowledge\kbs\_STAIMO\startpage
  • The link provided in the StartUrls.xml muststart with file:/// (the correct path will be computed by Quaestor at run time).

When starting the application (from the desktop icon or from the Quaaestor itself), Quaestor will load the StartUrls.xml files from all the application, than the ones for Quaestor itself and then set the focus to the one specified in the file corresponding to the application that is started.

Code Block
languagehtml/xml
titleExample: StartUrls.xml for the STAIMO application
<?xml version="1.0" encoding="utf-8"?>
<StartUrls xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <Items>
    <StartUrlItem>
      <Name>STAIMO</Name>
      <Link>file:///C:/Program%20Files%20(x86)/Marin/STAIMO/Web/STAIMOstartPage.html</Link>
    </StartUrlItem>
   </Items>
   <SelectedPage>STAIMO</SelectedPage>
</StartUrls>