Subversion Repositories oidplus

Rev

Rev 1348 | 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 - Features</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 menuactive" 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" 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">
  39.  
  40.       <div id="myCarousel" class="carousel slide" data-ride="carousel">
  41.         <ol class="carousel-indicators">
  42.           <li data-target="#myCarousel" data-slide-to="0" class="active"></li>
  43.           <li data-target="#myCarousel" data-slide-to="1"></li>
  44.           <li data-target="#myCarousel" data-slide-to="2"></li>
  45.         </ol>
  46.         <div class="carousel-inner">
  47.           <div class="carousel-item active">
  48.             <img class="first-slide" src="img/intro_1.jpg" alt="First slide">
  49.             <div class="container">
  50.               <div class="carousel-caption text-left">
  51.                 <br><h1 class="dropshadow"><!--Manage your Object Identifiers online-->OIDplus 2.0</h1>
  52.                 <p class="dropshadow">OIDplus is a free OpenSource software solution that can be used by Registration Authorities to manage and publish information about Object Identifiers (OIDs), Globally Unique Identifiers (GUIDs), and much more.</p>
  53.                 <p><a class="btn btn-lg btn-primary" href="examples.html" role="button">See some examples</a></p>
  54.               </div>
  55.             </div>
  56.           </div>
  57.           <div class="carousel-item">
  58.             <img class="second-slide" src="img/intro_2.jpg" alt="Second slide">
  59.             <div class="container">
  60.               <div class="carousel-caption">
  61.                 <h1 class="dropshadow">Operate your own copy of OIDplus</h1>
  62.                 <p class="dropshadow">You can download and install OIDplus on any webserver having a database and PHP support.</p>
  63.                 <p><a class="btn btn-lg btn-primary" href="download.html" role="button">Download</a></p>
  64.               </div>
  65.             </div>
  66.           </div>
  67.           <div class="carousel-item">
  68.             <img class="third-slide" src="img/intro_3.jpg" alt="Third slide">
  69.             <div class="container">
  70.               <div class="carousel-caption text-right">
  71.                 <h1 class="dropshadow">Coordinate your identifier allocations</h1>
  72.                 <p class="dropshadow">Each Registration Authority gets its own user account and can therefore work autonomously.<br>
  73.                 You can delegate permissions for subsequent Object Identifiers in your object tree (teams, products, ...).</p>
  74.               </div>
  75.             </div>
  76.           </div>
  77.         </div>
  78.         <a class="carousel-control-prev" href="#myCarousel" role="button" data-slide="prev">
  79.           <span class="carousel-control-prev-icon" aria-hidden="true"></span>
  80.           <span class="sr-only">Previous</span>
  81.         </a>
  82.         <a class="carousel-control-next" href="#myCarousel" role="button" data-slide="next">
  83.           <span class="carousel-control-next-icon" aria-hidden="true"></span>
  84.           <span class="sr-only">Next</span>
  85.         </a>
  86.       </div>
  87.  
  88.         <!--<center><img src="img/logo_with_text.png" alt="ViaThinkSoft OIDplus" width="25%"></center>-->
  89.         <img src="img/logo_with_text_white.png" alt="ViaThinkSoft OIDplus" id="logo">
  90.  
  91.       <!-- Marketing messaging and featurettes
  92.       ================================================== -->
  93.       <!-- Wrap the rest of the page in another container to center all the content. -->
  94.  
  95.       <div class="container marketing">
  96.  
  97.         <!-- START THE FEATURETTES -->
  98.  
  99.         <hr class="featurette-divider">
  100.         <div class="row featurette">
  101.           <div class="col-md-7">
  102.             <h2 class="featurette-heading">Manage all your <span class="text-muted">Object Identifiers</span> in a single place.</h2>
  103.             <p class="lead">
  104. With OIDplus, you can manage all your Object Identifiers (OIDs).
  105. You can browse through the OID tree and allocate subsequent object identifiers
  106. together with ASN.1 identifiers, Unicode labels, and descriptions.
  107. You can either allocate subsequent OIDs to yourself, or to other persons,
  108. who can log in to your OIDplus system to manage their OID independently.
  109. </p>
  110.           </div>
  111.           <div class="col-md-5">
  112.             <img class="featurette-image img-fluid mx-auto" src="img/feature-1.png" alt="Generic placeholder image">
  113.           </div>
  114.         </div>
  115.         <hr class="featurette-divider">
  116.         <div class="row featurette">
  117.           <div class="col-md-7 order-md-2">
  118.             <h2 class="featurette-heading">You decide. <span class="text-muted">Choose and modify designs.</span></h2>
  119.             <p class="lead">
  120. The design of OIDplus can be defined by plugins.
  121. By default, there are two different basic design plugins installed.
  122. For each basic design, you can invert the colors, and change hue, saturation, and lightness.
  123. </p>
  124.           </div>
  125.           <div class="col-md-5 order-md-1">
  126.             <img class="featurette-image img-fluid mx-auto" src="img/feature-2.png" alt="Generic placeholder image">
  127.           </div>
  128.         </div>
  129.  
  130.  
  131.  
  132.  
  133.  
  134.         <hr class="featurette-divider">
  135.         <div class="row featurette">
  136.           <div class="col-md-7">
  137.             <h2 class="featurette-heading"><span class="text-muted">OID Information Protocol</span>: The WHOIS for Object Identifiers</h2>
  138.             <p class="lead">
  139. OIDplus supports the <a href="https://datatracker.ietf.org/doc/draft-viathinksoft-oidip/">OID Information Protocol</a>
  140. (currently a RFC draft). It allows exchanging information about OIDs in a way that is both human-readable and machine-readable.
  141. The access can be via WHOIS (TCP port 43) with prefix "oid:" or via WebWHOIS (HTTP/HTTPS GET request). The output
  142. can be text based, XML or JSON.</p>
  143.           </div>
  144.           <div class="col-md-5">
  145.             <img class="featurette-image img-fluid mx-auto" src="img/feature-3.png" alt="Generic placeholder image">
  146.           </div>
  147.         </div>
  148.         <hr class="featurette-divider">
  149.         <div class="row featurette">
  150.           <div class="col-md-7 order-md-2">
  151.             <h2 class="featurette-heading">Include <span class="text-muted">documents</span> and <span class="text-muted">resources</span></h2>
  152.             <p class="lead">
  153. To display additional content in OIDplus, you can place HTML and URL files in a resource directory.
  154. This way, you can include things like an impress, privacy statement, user manual, guidelines,
  155. hyperlinks to your websites and products, and so on.
  156. </p>
  157.           </div>
  158.           <div class="col-md-5 order-md-1">
  159.             <img class="featurette-image img-fluid mx-auto" src="img/feature-4.png" alt="Generic placeholder image">
  160.           </div>
  161.         </div>
  162.  
  163.  
  164.  
  165.  
  166.         <hr class="featurette-divider">
  167.         <div class="row featurette">
  168.           <div class="col-md-7">
  169.             <h2 class="featurette-heading">Many <span class="text-muted">plugins</span></h2>
  170.             <p class="lead">
  171. A large amount of functionality is put into plugins.
  172. With this plugin framework, you can extend OIDplus in many ways.
  173. There are more than 10 plugin types!</p>
  174.           </div>
  175.           <div class="col-md-5">
  176.             <img class="featurette-image img-fluid mx-auto" src="img/feature-9.png" alt="Generic placeholder image">
  177.           </div>
  178.         </div>
  179.         <hr class="featurette-divider">
  180.         <div class="row featurette">
  181.           <div class="col-md-7 order-md-2">
  182.             <h2 class="featurette-heading">Import and export OIDs from and to <span class="text-muted">oid-info.com</span></h2>
  183.             <p class="lead">
  184. oid-info.com is the world's largest repository for Object Identifiers.
  185. If you start using OIDplus and have already OIDs of yours listed at oid-info.com, you can import them into OIDplus.
  186. Once OIDplus is fully operational, OIDs you allocate can be automatically exported to oid-info.com (this feature can be disabled, of course).
  187. </p>
  188.          </div>
  189.          <div class="col-md-5 order-md-1">
  190.            <img class="featurette-image img-fluid mx-auto" src="img/feature-10.png" alt="Generic placeholder image">
  191.          </div>
  192.        </div>
  193.  
  194.  
  195.  
  196.  
  197.  
  198.        <hr class="featurette-divider">
  199.        <div class="row featurette">
  200.          <div class="col-md-7">
  201.            <h2 class="featurette-heading">Many different <span class="text-muted">Object Types</span></h2>
  202.            <p class="lead">
  203. The "plus" in name of OIDplus refers to alternative object types that can be managed beside
  204. Object Identifiers.
  205. In OIDplus, you can manage things like GUIDs (used for the Microsoft Common Object Model),
  206. IP addresses, Java package names, and much more.
  207. In case you have an Object Type which is not yet included,
  208. you can easily write an "Object Type" plugin.
  209. </p>
  210.          </div>
  211.          <div class="col-md-5">
  212.            <img class="featurette-image img-fluid mx-auto" src="img/feature-7.png" alt="Generic placeholder image">
  213.          </div>
  214.        </div>
  215.        <hr class="featurette-divider">
  216.        <div class="row featurette">
  217.          <div class="col-md-7 order-md-2">
  218.            <h2 class="featurette-heading">Log in using password or <span class="text-muted">OAuth</span></h2>
  219.            <p class="lead">
  220. The Registration Authorities can log in using a normal password, or using alternative login methods like OAuth (Google, Facebook) or LDAP (e.g. ActiveDirectory).
  221. <br><br>
  222. If you already have a database table that contains users and passwords
  223. of a different software solution,
  224. you can re-use the existing password hashes of the users!
  225. OIDplus supports various hash formats like MD5, SHA1, SHA2, SHA3, or BCrypt, salted, and unsalted.
  226. In case your existing hashes have a foreign format, you can also create individual
  227. "Auth" plugins to support them (these plugins decide wheater a hash fits a password or not).
  228. </p>
  229.          </div>
  230.          <div class="col-md-5 order-md-1">
  231.            <img class="featurette-image img-fluid mx-auto" src="img/feature-8.png" alt="Generic placeholder image">
  232.          </div>
  233.        </div>
  234.  
  235.  
  236.  
  237.  
  238.  
  239.        <hr class="featurette-divider">
  240.        <div class="row featurette">
  241.          <div class="col-md-7">
  242.            <h2 class="featurette-heading">Automatic OID allocation plugin</h2>
  243.            <p class="lead">
  244. The functionalities of OIDplus can be extended by installing plugins.
  245. For example, the "Free OID" plugin is a plugin that automatically
  246. allocates OIDs to persons who verify their email address.
  247. </p>
  248.          </div>
  249.          <div class="col-md-5">
  250.            <img class="featurette-image img-fluid mx-auto" src="img/feature-5.png" alt="Generic placeholder image">
  251.          </div>
  252.        </div>
  253.        <hr class="featurette-divider">
  254.        <div class="row featurette">
  255.          <div class="col-md-7 order-md-2">
  256.            <h2 class="featurette-heading">Integrated search</h2>
  257.            <p class="lead">You easily find an Object Identifier in the system by using the integrated search</p>
  258.          </div>
  259.          <div class="col-md-5 order-md-1">
  260.            <img class="featurette-image img-fluid mx-auto" src="img/feature-6.png" alt="Generic placeholder image">
  261.          </div>
  262.        </div>
  263.  
  264.  
  265.  
  266.  
  267.  
  268.  
  269.  
  270.  
  271.        <hr class="featurette-divider">
  272.        <div class="row featurette">
  273.          <div class="col-md-7">
  274.            <h2 class="featurette-heading"><span class="text-muted">RESTful API</span> and Automated AJAX calls</h2>
  275.            <p class="lead">Third-party applications can update or create OIDs and many other things by invoking automated AJAX calls (this is similar to RPC) or by using the RESTful API. Third-party plugins can provide their own REST API endpoints.</p>
  276.          </div>
  277.          <div class="col-md-5">
  278.            <img class="featurette-image img-fluid mx-auto" src="img/feature-11.png" alt="Generic placeholder image">
  279.          </div>
  280.        </div>
  281.        <hr class="featurette-divider">
  282.        <div class="row featurette">
  283.          <div class="col-md-7 order-md-2">
  284.            <h2 class="featurette-heading"><span class="text-muted">Multilingual</span> interface</h2>
  285.            <p class="lead">OIDplus can be translated very easily since all messages and user interface texts are stored in an XML file in of language plugin. Currently, OIDplus is fully translated into German and English (USA).</p>
  286.          </div>
  287.          <div class="col-md-5 order-md-1">
  288.            <img class="featurette-image img-fluid mx-auto" src="img/feature-12.png" alt="Generic placeholder image">
  289.          </div>
  290.        </div>
  291.  
  292.  
  293.  
  294.        <hr class="featurette-divider">
  295.  
  296.  
  297.  
  298.        <div class="row featurette">
  299.          <div class="col-md-7">
  300.            <h2 class="featurette-heading">Append <span class="text-muted">file attachments</span></h2>
  301.            <p class="lead">At each OID, the system administrator or Registration Authority can append files, for example, if an OID identifies a
  302.            Management Information Base, then the MIB file, as well as any additional resources, can be attached and downloaded by visitors or employees.
  303.            </p>
  304.          </div>
  305.          <div class="col-md-5">
  306.            <img class="featurette-image img-fluid mx-auto" src="img/feature-13.png" alt="Generic placeholder image">
  307.          </div>
  308.        </div>
  309.  
  310.        <hr class="featurette-divider">
  311.        <div class="row featurette">
  312.          <div class="col-md-7 order-md-2">
  313.            <h2 class="featurette-heading">Supports many <span class="text-muted">Database Management Systems</span></h2>
  314.            <p class="lead">
  315. To make sure that OIDplus runs on most systems,
  316. we have decided to support as many Database Management Systems (DBMS) as possible.
  317. Currently, OIDplus supports MySQL/MariaDB, Microsoft SQL Server, PostgreSQL, Oracle, Microsoft Access, SQLite3, and Firebird,
  318. either via native PHP extensions, ADO, ODBC, or PDO.
  319. </p>
  320.          </div>
  321.          <div class="col-md-5 order-md-1">
  322.            <img class="featurette-image img-fluid mx-auto" src="img/feature-14.png" alt="Generic placeholder image">
  323.          </div>
  324.        </div>
  325.  
  326.  
  327.  
  328.        <hr class="featurette-divider">
  329.  
  330.        <!-- /END THE FEATURETTES -->
  331.  
  332.      </div><!-- /.container -->
  333.  
  334.      <footer class="container">
  335.        <p class="float-right"><a href="#">Back to top</a></p>
  336.        <p>&copy; 2019-2023 ViaThinkSoft
  337.        &middot; <a href="https://www.viathinksoft.com/imprint/" target="_blank">Imprint</a>
  338.        &middot; <a href="https://www.viathinksoft.com/privacy/" target="_blank">Privacy</a>
  339.        &middot; <a href="https://www.viathinksoft.com/disclaimer/" target="_blank">Disclaimer</a></p>
  340.      </footer>
  341.    </main>
  342.  
  343.    <!-- Bootstrap core JavaScript
  344.    ================================================== -->
  345.    <!-- Placed at the end of the document so the pages load faster -->
  346.    <script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
  347.    <!--<script>window.jQuery || document.write('<script src="bootstrap/assets/js/vendor/jquery-slim.min.js"><\/script>')</script>
  348.    <script src="bootstrap/assets/js/vendor/popper.min.js"></script> -->
  349.    <script src="bootstrap/js/bootstrap.min.js"></script>
  350.    <!-- Just to make our placeholder images work. Don't actually copy the next line! -->
  351.     <!-- <script src="bootstrap/assets/js/vendor/holder.min.js"></script> -->
  352.   </body>
  353. </html>
  354.