index.html 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  3. <html>
  4. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
  5. <head>
  6. <title>Reference</title>
  7. <link rel="stylesheet" href="ldoc.css" type="text/css" />
  8. </head>
  9. <body>
  10. <div id="container">
  11. <div id="product">
  12. <div id="product_logo"></div>
  13. <div id="product_name"><big><b></b></big></div>
  14. <div id="product_description"></div>
  15. </div> <!-- id="product" -->
  16. <div id="main">
  17. <!-- Menu -->
  18. <div id="navigation">
  19. <br/>
  20. <h1>Modpol</h1>
  21. <h2>Basic Functions</h2>
  22. <ul class="nowrap">
  23. <li><a href="modules/modpol.interactions.html">modpol.interactions</a></li>
  24. <li><a href="modules/modpol.orgs.base.html">modpol.orgs.base</a></li>
  25. <li><a href="modules/modpol.orgs.process.html">modpol.orgs.process</a></li>
  26. <li><a href="modules/modpol.util.misc.html">modpol.util.misc</a></li>
  27. <li><a href="modules/modpol_minetest.api.html">modpol_minetest.api</a></li>
  28. </ul>
  29. <h2>Core Modules</h2>
  30. <ul class="nowrap">
  31. <li><a href="modules/add_child_org_consent.html">add_child_org_consent</a></li>
  32. <li><a href="modules/change_modules.html">change_modules</a></li>
  33. <li><a href="modules/consent.html">consent</a></li>
  34. <li><a href="modules/join_org.html">join_org</a></li>
  35. <li><a href="modules/join_org_consent.html">join_org_consent</a></li>
  36. <li><a href="modules/leave_org.html">leave_org</a></li>
  37. <li><a href="modules/message_org.html">message_org</a></li>
  38. <li><a href="modules/remove_child_consent.html">remove_child_consent</a></li>
  39. <li><a href="modules/remove_member_consent.html">remove_member_consent</a></li>
  40. <li><a href="modules/remove_org.html">remove_org</a></li>
  41. <li><a href="modules/remove_org_consent.html">remove_org_consent</a></li>
  42. <li><a href="modules/rename_org_consent.html">rename_org_consent</a></li>
  43. <li><a href="modules/module_template.html">module_template</a></li>
  44. </ul>
  45. <h2>Minetest Modules</h2>
  46. <ul class="nowrap">
  47. <li><a href="modules/priv_to_org.html">priv_to_org</a></li>
  48. </ul>
  49. </div>
  50. <div id="content">
  51. <h2>modpol core</h2>
  52. <h2>Modules</h2>
  53. <table class="module_list">
  54. <tr>
  55. <td class="name" nowrap><a href="modules/modpol.interactions.html">modpol.interactions</a></td>
  56. <td class="summary">INTERACTIONS.LUA (CLI).</td>
  57. </tr>
  58. <tr>
  59. <td class="name" nowrap><a href="modules/add_child_org_consent.html">add_child_org_consent</a></td>
  60. <td class="summary">Adds a child org.</td>
  61. </tr>
  62. <tr>
  63. <td class="name" nowrap><a href="modules/change_modules.html">change_modules</a></td>
  64. <td class="summary">change_modules
  65. Depends on consent</td>
  66. </tr>
  67. <tr>
  68. <td class="name" nowrap><a href="modules/consent.html">consent</a></td>
  69. <td class="summary">A utility module for checking consent</td>
  70. </tr>
  71. <tr>
  72. <td class="name" nowrap><a href="modules/join_org.html">join_org</a></td>
  73. <td class="summary">Adds a user to org</td>
  74. </tr>
  75. <tr>
  76. <td class="name" nowrap><a href="modules/join_org_consent.html">join_org_consent</a></td>
  77. <td class="summary">Join org (consent).</td>
  78. </tr>
  79. <tr>
  80. <td class="name" nowrap><a href="modules/leave_org.html">leave_org</a></td>
  81. <td class="summary">Removes initiator from org</td>
  82. </tr>
  83. <tr>
  84. <td class="name" nowrap><a href="modules/message_org.html">message_org</a></td>
  85. <td class="summary">Messages all org members</td>
  86. </tr>
  87. <tr>
  88. <td class="name" nowrap><a href="modules/remove_child_consent.html">remove_child_consent</a></td>
  89. <td class="summary">Remove child (consent)
  90. A simple module that calls a consent process on an org to remove its child
  91. Depends on the Consent module.</td>
  92. </tr>
  93. <tr>
  94. <td class="name" nowrap><a href="modules/remove_member_consent.html">remove_member_consent</a></td>
  95. <td class="summary">Calls consent to remove member from org</td>
  96. </tr>
  97. <tr>
  98. <td class="name" nowrap><a href="modules/remove_org.html">remove_org</a></td>
  99. <td class="summary">A simple module that removes an org.</td>
  100. </tr>
  101. <tr>
  102. <td class="name" nowrap><a href="modules/remove_org_consent.html">remove_org_consent</a></td>
  103. <td class="summary">Remove org (consent)
  104. A simple module that calls a consent process on an org to remove it.</td>
  105. </tr>
  106. <tr>
  107. <td class="name" nowrap><a href="modules/rename_org_consent.html">rename_org_consent</a></td>
  108. <td class="summary">Rename org (consent)
  109. A simple module that calls a consent process on an org to rename it.</td>
  110. </tr>
  111. <tr>
  112. <td class="name" nowrap><a href="modules/module_template.html">module_template</a></td>
  113. <td class="summary">Template for module writers</td>
  114. </tr>
  115. <tr>
  116. <td class="name" nowrap><a href="modules/modpol.orgs.base.html">modpol.orgs.base</a></td>
  117. <td class="summary">Basic function for orgs</td>
  118. </tr>
  119. <tr>
  120. <td class="name" nowrap><a href="modules/modpol.orgs.process.html">modpol.orgs.process</a></td>
  121. <td class="summary">Process functions for orgs</td>
  122. </tr>
  123. <tr>
  124. <td class="name" nowrap><a href="modules/modpol.util.misc.html">modpol.util.misc</a></td>
  125. <td class="summary">Miscellaneous functions</td>
  126. </tr>
  127. <tr>
  128. <td class="name" nowrap><a href="modules/modpol_minetest.api.html">modpol_minetest.api</a></td>
  129. <td class="summary">Script for loading Minetest files</td>
  130. </tr>
  131. <tr>
  132. <td class="name" nowrap><a href="modules/priv_to_org.html">priv_to_org</a></td>
  133. <td class="summary">Set privilege to org members
  134. Allows initiator to grant a priv they have to all members of an org</td>
  135. </tr>
  136. </table>
  137. </div> <!-- id="content" -->
  138. </div> <!-- id="main" -->
  139. <div id="about">
  140. <i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a></i>
  141. <i style="float:right;">Last updated 2022-01-20 10:54:01 </i>
  142. </div> <!-- id="about" -->
  143. </div> <!-- id="container" -->
  144. </body>
  145. </html>