Subversion Repositories oidplus

Rev

Rev 1437 | Blame | Compare with Previous | Last modification | View Log | RSS feed

  1. <!doctype html>
  2. <html lang="en">
  3.   <head>
  4.     <meta charset="utf-8">
  5.     <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
  6.     <meta name="description" content="">
  7.     <meta name="author" content="">
  8.     <link rel="icon" type="image/x-icon" href="favicon.png">
  9.  
  10.     <title>OIDplus - Support</title>
  11.  
  12.     <!-- Bootstrap core CSS -->
  13.     <link href="bootstrap/css/bootstrap.min.css" rel="stylesheet">
  14.  
  15.     <!-- Custom styles for this template -->
  16.     <link href="style.css" rel="stylesheet">
  17.   </head>
  18.  
  19.   <body>
  20.  
  21.     <header>
  22.       <nav class="site-header sticky-top py-1">
  23.         <div class="container d-flex flex-column flex-md-row justify-content-between">
  24.           <!--<a class="py-2" href="#">
  25.             <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="d-block mx-auto"><circle cx="12" cy="12" r="10"></circle><line x1="14.31" y1="8" x2="20.05" y2="17.94"></line><line x1="9.69" y1="8" x2="21.17" y2="8"></line><line x1="7.38" y1="12" x2="13.12" y2="2.06"></line><line x1="9.69" y1="16" x2="3.95" y2="6.06"></line><line x1="14.31" y1="16" x2="2.83" y2="16"></line><line x1="16.62" y1="12" x2="10.88" y2="21.94"></line></svg>
  26.           </a>-->
  27.           <!-- DM 19.11.2020 : d-none auskommentiert, da sonst die Links verschwinden wenn das Fenster zu schmal wird -->
  28.           <a class="py-2 d-md-inline-block" href="features.html">Features</a>
  29.           <a class="py-2 d-md-inline-block" href="examples.html">Examples</a>
  30.           <a class="py-2 d-md-inline-block" href="download.html">Download and Install</a>
  31.           <a class="py-2 d-md-inline-block menuactive" href="support.html">Support</a>
  32.           <a class="py-2 d-md-inline-block" target="_blank" href="https://www.github.com/danielmarschall/oidplus/">Source code at GitHub</a>
  33.           <a class="py-2 d-md-inline-block" target="_blank" href="https://www.viathinksoft.com/">Other products by ViaThinkSoft</a>
  34.         </div>
  35.       </nav>
  36.     </header>
  37.  
  38.     <main role="main" class="container">
  39.                 <h1 class="mt-5">Support</h1>
  40.                 <!--<p class="lead">Pin a fixed-height footer to the bottom of the viewport in desktop browsers with this custom HTML and CSS. A fixed navbar has been added with <code>padding-top: 60px;</code> on the <code>body &gt; .container</code>.</p>-->
  41.  
  42.                 <h2 class="mt-5">Hosting, installation and data migration</h2>
  43.                 <p class="lead">We are grateful for every person that wants to install OIDplus on their systems,
  44.                 as we love to see our product spreading and receive feedback about the user experience.
  45.                 Therefore, if we can help you with installing OIDplus and migrating your data into OIDplus,
  46.                 <a href="https://www.viathinksoft.de/contact/daniel-marschall" target="_blank">please let us know</a>.
  47.                 We will support you with this, free of charge!</p>
  48.  
  49.                 <p class="lead">If it is too inconvenient for you to set up an individual OIDplus instance, or if you have no server,
  50.                 then we can host a copy of OIDplus for you.<!-- The organizations <a href="https://hickelsoft.de/">HickelSOFT Huth GmbH</a>, <a href="https://www.webfan.de/">Webfan</a>, or <a href="https://viathinksoft.com/contact/daniel-marschall">ViaThinkSoft</a>
  51.                 can set up a hosting plan for you.--></p>
  52.  
  53.                 <h2 class="mt-5">Customization</h2>
  54.                 <p class="lead">OIDplus can be extended and customized using plugins.
  55.                 If you need help with creating plugins and customizing OIDplus,
  56.                 please <a href="https://www.viathinksoft.de/contact/daniel-marschall" target="_blank">send us an email</a>.</p>
  57.  
  58.                 <h2 class="mt-5">Report bugs or suggest new features</h2>
  59.                 <p class="lead">You can report bugs or request new features in our bug-tracker <a href="https://www.viathinksoft.de/thinkbug/thinkbug.php?id=97" target="_blank">ViaThinkSoft thinkbug</a> or via <a href="https://www.viathinksoft.de/contact/daniel-marschall" target="_blank">email</a>, or you can
  60.                 open an <a href="https://github.com/danielmarschall/oidplus/issues" target="_blank">issue in GitHub</a>.</p>
  61.     </main>
  62.  
  63.     <footer class="footer">
  64.       <div class="container">
  65.         <p class="float-right">
  66.           <a href="#">Back to top</a>
  67.         </p>
  68.         <p>&copy; 2019-2023 ViaThinkSoft
  69.         &middot; <a href="https://www.viathinksoft.com/imprint/" target="_blank">Imprint</a>
  70.         &middot; <a href="https://www.viathinksoft.com/privacy/" target="_blank">Privacy</a>
  71.         &middot; <a href="https://www.viathinksoft.com/disclaimer/" target="_blank">Disclaimer</a></p>
  72.       </div>
  73.     </footer>
  74.  
  75.     <!-- Bootstrap core JavaScript
  76.     ================================================== -->
  77.     <!-- Placed at the end of the document so the pages load faster -->
  78.     <script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
  79.     <!--<script>window.jQuery || document.write('<script src="bootstrap/assets/js/vendor/jquery-slim.min.js"><\/script>')</script>
  80.     <script src="bootstrap/assets/js/vendor/popper.min.js"></script>-->
  81.     <script src="bootstrap/js/bootstrap.min.js"></script>
  82.   </body>
  83. </html>
  84.