Subversion Repositories oidplus

Rev

Rev 310 | Rev 371 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

  1. <h1>About OIDplus 2.0</h1>
  2.  
  3. <p>OIDplus is an OpenSource software solution by <a href="https://www.viathinksoft.com/">ViaThinkSoft</a> that can be used by Registration Authorities to manage and publish information about
  4. Object Identifiers (OIDs), Globally Unique Identifiers (GUIDs), and much more.</p>
  5.  
  6. <h2>Operate your own copy of OIDplus</h2>
  7.  
  8. <p>We are grateful for every person that wants to install OIDplus on their systems,
  9. as we love to see our product spreading and receive feedback about the user-experience.
  10. Therefore, if we can help you with installing OIDplus and migrating your data into OIDplus,
  11. <a href="https://www.viathinksoft.de/contact/daniel-marschall" target="_blank">please let us know</a>.
  12. We will support you with this, free of charge!</p>
  13.  
  14. <p><b>Download using SVN (recommended):</b><br>
  15. <code>svn co https://svn.viathinksoft.com/svn/oidplus/trunk/</code></p>
  16.  
  17. <p>Alternatively: <a href="https://www.viathinksoft.com/projects/oidplus">Download TAR.GZ</a></p>
  18.  
  19. <p><b>System requirements:</b></p>
  20.  
  21. <ul>
  22.         <li>PHP compatible web server (tested with Apache 2, nginx and Microsoft IIS)</li>
  23.         <li>PHP 7.0 or higher<ul>
  24.                 <li>with extension GMP or BCMath</li>
  25.                 <li>with extension MBString</li>
  26.                 <li>with extension MySQLi, PostgreSQL, SQLite3, PDO or ODBC</li>
  27.         </ul></li>
  28.         <li>Database: MySQL/MariaDB (recommended), PostgreSQL, SQLite3 or Microsoft SQL Server</li>
  29.         <li>Independent of operating system (tested with Windows and Linux)</li>
  30. </ul>
  31.  
  32. <h2>Acknowledgements</h2>
  33.  
  34. <p>ViaThinkSoft OIDplus uses the following third party products:</p>
  35.  
  36. <ul>
  37. <li><a href="https://github.com/MikeMcl/bignumber.js">bignumber.js</a> (MIT)</li>
  38. <li><a href="https://www.jstree.com/">jsTree</a> (MIT)</li>
  39. <li><a href="https://www.tiny.cloud/">TinyMCE</a> (LGPL 2.1)</li>
  40. <li><a href="http://blog.getbootstrap.com/">Bootstrap</a> (MIT)</li>
  41. <li><a href="https://code.jquery.com/">jQuery</a> (MIT)</li>
  42. <li><a href="http://jqueryui.com/">jQuery UI</a> (MIT)</li>
  43. <li><a href="https://github.com/allpro/layout/">allpro layout</a> (MIT / GPLv3)</li>
  44. <li><a href="https://github.com/0xbb/php-sha3">0xbb SHA3 implementation in PHP</a> (MIT)</li>
  45. <li><a href="https://github.com/emn178/js-sha3">emn178 SHA3 implementation in JavaScript</a> (MIT)</li>
  46. <li><a href="http://www.spamspan.de/">SpamSpan</a> (GPLv2)</li>
  47. <!-- <li><a href="https://cookieconsent.insites.com/">Insites cookie consent</a> (MIT)</li> -->
  48. <li><a href="https://www.google.com/recaptcha/">ReCaptcha</a> (BSD 3-Clause "New" or "Revised" License)</li>
  49. <li><a href="https://www.iconfinder.com/iconsets/nuvola2">Nuvola icon pack by David Vignoni</a> (LGPL)</li>
  50. <li><a href="https://github.com/matthiasmullie/minify">CSS/JS Minify by Matthias Mullie</a> (MIT)</li>
  51. <li><a href="https://github.com/matthiasmullie/path-converter">Path converter by Matthias Mullie</a> (MIT)</li>
  52. <li><a href="https://polyfill.io/v3/">Polyfill v3</a> (MIT)</li>
  53. <li><a href="https://code.google.com/archive/p/phpsvnclient/">PHP SVN Client by Sixdegrees / Cesar D. Rodas</a> (New BSD License)</li>
  54. <li><a href="https://www.phpclasses.org/httpclient">PHP HTTP client by Manuel Lemos</a> (BSD License)</li>
  55. <li><a href="https://www.viathinksoft.com/projects/vnag">VNag by ViaThinkSoft</a> (Apache 2.0 License)</li>
  56. <li><a href="https://www.viathinksoft.com/projects/fileformats">File Formats by ViaThinkSoft</a> (Apache 2.0 License)</li>
  57. </ul>
  58.  
  59. <h2>License</h2>
  60.  
  61. <div style="margin: 3em 10%; font-family:serif;text-align:justify; border: 1px solid black; padding: 2em;   box-shadow: 4px 8px #888888;">
  62.  
  63. <p style="text-align:center">
  64. <strong>Apache License<br></br>Version 2.0, January 2004<br></br></strong>
  65. <strong><a href="http://www.apache.org/licenses/">http://www.apache.org/licenses/</a></strong>
  66. </p>
  67.  
  68. <p>TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION</p>
  69.  
  70. <p><strong><a name="definitions">1. Definitions</a></strong>.</p>
  71.  
  72. <div style="margin-left: 1em;">
  73.  
  74.   <p>"<strong>License</strong>" shall mean the terms and conditions for use, reproduction, and
  75. distribution as defined by Sections 1 through 9 of this document.</p>
  76.  
  77.   <p>"<strong>Licensor</strong>" shall mean the copyright owner or entity authorized by the
  78. copyright owner that is granting the License.</p>
  79.  
  80.   <p>"<strong>Legal Entity</strong>" shall mean the union of the acting entity and all other
  81. entities that control, are controlled by, or are under common control with
  82. that entity. For the purposes of this definition, "<strong>control</strong>" means (i) the
  83. power, direct or indirect, to cause the direction or management of such
  84. entity, whether by contract or otherwise, or (ii) ownership of fifty
  85. percent (50%) or more of the outstanding shares, or (iii) beneficial
  86. ownership of such entity.</p>
  87.  
  88.   <p>"<strong>You</strong>" (or "<strong>Your</strong>") shall mean an individual or Legal Entity exercising
  89. permissions granted by this License.</p>
  90.  
  91.   <p>"<strong>Source</strong>" form shall mean the preferred form for making modifications,
  92. including but not limited to software source code, documentation source,
  93. and configuration files.</p>
  94.  
  95.   <p>"<strong>Object</strong>" form shall mean any form resulting from mechanical transformation
  96. or translation of a Source form, including but not limited to compiled
  97. object code, generated documentation, and conversions to other media types.</p>
  98.  
  99.   <p>"<strong>Work</strong>" shall mean the work of authorship, whether in Source or Object form,
  100. made available under the License, as indicated by a copyright notice that
  101. is included in or attached to the work (an example is provided in the
  102. Appendix below).</p>
  103.  
  104.   <p>"<strong>Derivative Works</strong>" shall mean any work, whether in Source or Object form,
  105. that is based on (or derived from) the Work and for which the editorial
  106. revisions, annotations, elaborations, or other modifications represent, as
  107. a whole, an original work of authorship. For the purposes of this License,
  108. Derivative Works shall not include works that remain separable from, or
  109. merely link (or bind by name) to the interfaces of, the Work and Derivative
  110. Works thereof.</p>
  111.  
  112.   <p>"<strong>Contribution</strong>" shall mean any work of authorship, including the original
  113. version of the Work and any modifications or additions to that Work or
  114. Derivative Works thereof, that is intentionally submitted to Licensor for
  115. inclusion in the Work by the copyright owner or by an individual or Legal
  116. Entity authorized to submit on behalf of the copyright owner. For the
  117. purposes of this definition, "<strong>submitted</strong>" means any form of electronic,
  118. verbal, or written communication sent to the Licensor or its
  119. representatives, including but not limited to communication on electronic
  120. mailing lists, source code control systems, and issue tracking systems that
  121. are managed by, or on behalf of, the Licensor for the purpose of discussing
  122. and improving the Work, but excluding communication that is conspicuously
  123. marked or otherwise designated in writing by the copyright owner as "<strong>Not a
  124. Contribution.</strong>"</p>
  125.  
  126.   <p>"<strong>Contributor</strong>" shall mean Licensor and any individual or Legal Entity on
  127. behalf of whom a Contribution has been received by Licensor and
  128. subsequently incorporated within the Work.</p>
  129.  
  130. </div>
  131.  
  132. <p><strong><a name="copyright">2. Grant of Copyright License</a></strong>. Subject to the
  133. terms and conditions of this License, each Contributor hereby grants to You
  134. a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  135. copyright license to reproduce, prepare Derivative Works of, publicly
  136. display, publicly perform, sublicense, and distribute the Work and such
  137. Derivative Works in Source or Object form.</p>
  138.  
  139. <p><strong><a name="patent">3. Grant of Patent License</a></strong>. Subject to the terms
  140. and conditions of this License, each Contributor hereby grants to You a
  141. perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  142. (except as stated in this section) patent license to make, have made, use,
  143. offer to sell, sell, import, and otherwise transfer the Work, where such
  144. license applies only to those patent claims licensable by such Contributor
  145. that are necessarily infringed by their Contribution(s) alone or by
  146. combination of their Contribution(s) with the Work to which such
  147. Contribution(s) was submitted. If You institute patent litigation against
  148. any entity (including a cross-claim or counterclaim in a lawsuit) alleging
  149. that the Work or a Contribution incorporated within the Work constitutes
  150. direct or contributory patent infringement, then any patent licenses
  151. granted to You under this License for that Work shall terminate as of the
  152. date such litigation is filed.</p>
  153.  
  154. <p><strong><a name="redistribution">4. Redistribution</a></strong>. You may reproduce and
  155. distribute copies of the Work or Derivative Works thereof in any medium,
  156. with or without modifications, and in Source or Object form, provided that
  157. You meet the following conditions:</p>
  158.  
  159. <ol style="list-style: lower-latin;">
  160. <li>You must give any other recipients of the Work or Derivative Works a
  161. copy of this License; and</li>
  162.  
  163. <li>You must cause any modified files to carry prominent notices stating
  164. that You changed the files; and</li>
  165.  
  166. <li>You must retain, in the Source form of any Derivative Works that You
  167. distribute, all copyright, patent, trademark, and attribution notices from
  168. the Source form of the Work, excluding those notices that do not pertain to
  169. any part of the Derivative Works; and</li>
  170.  
  171. <li>If the Work includes a "<strong>NOTICE</strong>" text file as part of its distribution,
  172. then any Derivative Works that You distribute must include a readable copy
  173. of the attribution notices contained within such NOTICE file, excluding
  174. those notices that do not pertain to any part of the Derivative Works, in
  175. at least one of the following places: within a NOTICE text file distributed
  176. as part of the Derivative Works; within the Source form or documentation,
  177. if provided along with the Derivative Works; or, within a display generated
  178. by the Derivative Works, if and wherever such third-party notices normally
  179. appear. The contents of the NOTICE file are for informational purposes only
  180. and do not modify the License. You may add Your own attribution notices
  181. within Derivative Works that You distribute, alongside or as an addendum to
  182. the NOTICE text from the Work, provided that such additional attribution
  183. notices cannot be construed as modifying the License.
  184. <br/>
  185. <br/>
  186. You may add Your own copyright statement to Your modifications and may
  187. provide additional or different license terms and conditions for use,
  188. reproduction, or distribution of Your modifications, or for any such
  189. Derivative Works as a whole, provided Your use, reproduction, and
  190. distribution of the Work otherwise complies with the conditions stated in
  191. this License.
  192. </li>
  193.  
  194. </ol>
  195.  
  196. <p><strong><a name="contributions">5. Submission of Contributions</a></strong>. Unless You
  197. explicitly state otherwise, any Contribution intentionally submitted for
  198. inclusion in the Work by You to the Licensor shall be under the terms and
  199. conditions of this License, without any additional terms or conditions.
  200. Notwithstanding the above, nothing herein shall supersede or modify the
  201. terms of any separate license agreement you may have executed with Licensor
  202. regarding such Contributions.</p>
  203.  
  204. <p><strong><a name="trademarks">6. Trademarks</a></strong>. This License does not grant
  205. permission to use the trade names, trademarks, service marks, or product
  206. names of the Licensor, except as required for reasonable and customary use
  207. in describing the origin of the Work and reproducing the content of the
  208. NOTICE file.</p>
  209.  
  210. <p><strong><a name="no-warranty">7. Disclaimer of Warranty</a></strong>. Unless required by
  211. applicable law or agreed to in writing, Licensor provides the Work (and
  212. each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT
  213. WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including,
  214. without limitation, any warranties or conditions of TITLE,
  215. NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You
  216. are solely responsible for determining the appropriateness of using or
  217. redistributing the Work and assume any risks associated with Your exercise
  218. of permissions under this License.</p>
  219.  
  220. <p><strong><a name="no-liability">8. Limitation of Liability</a></strong>. In no event and
  221. under no legal theory, whether in tort (including negligence), contract, or
  222. otherwise, unless required by applicable law (such as deliberate and
  223. grossly negligent acts) or agreed to in writing, shall any Contributor be
  224. liable to You for damages, including any direct, indirect, special,
  225. incidental, or consequential damages of any character arising as a result
  226. of this License or out of the use or inability to use the Work (including
  227. but not limited to damages for loss of goodwill, work stoppage, computer
  228. failure or malfunction, or any and all other commercial damages or losses),
  229. even if such Contributor has been advised of the possibility of such
  230. damages.</p>
  231.  
  232. <p><strong><a name="additional">9. Accepting Warranty or Additional Liability</a></strong>.
  233. While redistributing the Work or Derivative Works thereof, You may choose
  234. to offer, and charge a fee for, acceptance of support, warranty, indemnity,
  235. or other liability obligations and/or rights consistent with this License.
  236. However, in accepting such obligations, You may act only on Your own behalf
  237. and on Your sole responsibility, not on behalf of any other Contributor,
  238. and only if You agree to indemnify, defend, and hold each Contributor
  239. harmless for any liability incurred by, or claims asserted against, such
  240. Contributor by reason of your accepting any such warranty or additional
  241. liability.</p>
  242.  
  243. <p>END OF TERMS AND CONDITIONS</p>
  244.  
  245. </div>
  246.  
  247.