source.html 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322
  1. <!DOCTYPE html>
  2. <html dir="ltr" lang="en">
  3. <head>
  4. <meta charset="UTF-8" />
  5. <title>Oddjobs | Source</title>
  6. <meta name="description" content="The guild for MapleStory odd-jobbers" />
  7. <meta name="viewport" content="width=device-width,initial-scale=1" />
  8. <link rel="stylesheet" type="text/css" href="./css/style.css" />
  9. <link rel="icon" type="image/png" href="./img/favicon.png" />
  10. </head>
  11. <body>
  12. <div id="nav-content-wrapper">
  13. <nav id="main-nav">
  14. <div id="main-nav-inner">
  15. <div id="main-nav-pullout"><span>&#x25b6;</span></div>
  16. <a href="./" class="nav-h"
  17. >Oddjobs
  18. <br />
  19. <img
  20. src="./img/logo.svg"
  21. alt="Oddjobs logo | Due to Evan MacDonald of the Noun Project (CC BY 3.0)"
  22. title="Oddjobs logo | Due to Evan MacDonald of the Noun Project (CC BY 3.0)"
  23. /></a>
  24. <ul class="nav-list">
  25. <li>
  26. <a href="./">Home</a>
  27. </li>
  28. <li>
  29. <a href="./join-on-up.html">Join On Up</a>
  30. </li>
  31. <li>
  32. <a
  33. target="_blank"
  34. rel="noopener noreferrer"
  35. href="https://oddjobs.flarum.cloud/"
  36. >Forum</a
  37. >
  38. </li>
  39. <li>
  40. <a href="./odd-jobs.html">Odd Jobs</a>
  41. </li>
  42. <li>
  43. <a href="./guides/">Guides</a>
  44. </li>
  45. <li>
  46. <a href="./dmg-calc/">Damage Calc</a>
  47. </li>
  48. <li>
  49. <a href="./gish-ap-calc/">Gish AP Calc</a>
  50. </li>
  51. <li>
  52. <a href="./archive/">Archive</a>
  53. </li>
  54. <li>
  55. <a href="./rankings/">Rankings</a>
  56. </li>
  57. <li class="active">
  58. <a href="./source.html" data-jslicense="1">Source</a>
  59. </li>
  60. </ul>
  61. </div>
  62. </nav>
  63. <div id="content">
  64. <header>
  65. <h1>Source</h1>
  66. <span class="subtitle">Use the source, Luke.</span>
  67. </header>
  68. <main>
  69. <a href="#website" class="h-anchor"><h2 id="website">Website</h2></a>
  70. <p>
  71. This website is served directly from
  72. <a
  73. target="_blank"
  74. rel="noopener noreferrer"
  75. href="https://codeberg.org/oddjobs/pages"
  76. >a git repo hosted at Codeberg</a
  77. >. The code is all licensed under the terms of the
  78. <a
  79. target="_blank"
  80. rel="noopener noreferrer"
  81. href="https://www.gnu.org/licenses/agpl"
  82. >GNU Affero General Public License</a
  83. >
  84. (version 3, or any later version, at your option), which makes it
  85. <a
  86. target="_blank"
  87. rel="noopener noreferrer"
  88. href="https://en.wikipedia.org/wiki/Free_content"
  89. >free</a
  90. >.
  91. </p>
  92. <figure>
  93. <a
  94. target="_blank"
  95. rel="noopener noreferrer"
  96. href="https://www.gnu.org/licenses/agpl"
  97. ><img
  98. loading="lazy"
  99. src="https://www.gnu.org/graphics/agplv3-with-text-162x68.png"
  100. alt="GNU AGPL v3+"
  101. title="GNU AGPL v3+"
  102. /></a>
  103. </figure>
  104. <p>
  105. The table below displays a list of triples, where the first item is
  106. the JavaScript file as served to the user, the second item is the
  107. license under which that code is distributed (listed as its
  108. <a
  109. target="_blank"
  110. rel="noopener noreferrer"
  111. href="https://spdx.org/licenses/"
  112. >SPDX license identifier</a
  113. >, with a link to the canonical webpage for that license), and the
  114. third item is the original source for that code. For more info on
  115. what do heck this is, see
  116. <a
  117. target="_blank"
  118. rel="noopener noreferrer"
  119. href="https://www.gnu.org/software/librejs/free-your-javascript.html"
  120. >https://www.gnu.org/software/librejs/free-your-javascript.html</a
  121. >.
  122. </p>
  123. <table id="jslicense-labels1">
  124. <tr>
  125. <td><a href="./dmg-calc/data.js">/dmg-calc/data.js</a></td>
  126. <td>
  127. <a href="https://www.gnu.org/licenses/agpl-3.0.html"
  128. >AGPL-3.0-or-later</a
  129. >
  130. </td>
  131. <td>
  132. <a
  133. href="https://codeberg.org/oddjobs/pages/src/branch/master/dmg-calc/data.ts"
  134. >data.ts</a
  135. >
  136. </td>
  137. </tr>
  138. <tr>
  139. <td><a href="./dmg-calc/main.js">/dmg-calc/main.js</a></td>
  140. <td>
  141. <a href="https://www.gnu.org/licenses/agpl-3.0.html"
  142. >AGPL-3.0-or-later</a
  143. >
  144. </td>
  145. <td>
  146. <a
  147. href="https://codeberg.org/oddjobs/pages/src/branch/master/dmg-calc/main.ts"
  148. >main.ts</a
  149. >
  150. </td>
  151. </tr>
  152. <tr>
  153. <td><a href="./dmg-calc/math.js">/dmg-calc/math.js</a></td>
  154. <td>
  155. <a href="https://www.gnu.org/licenses/agpl-3.0.html"
  156. >AGPL-3.0-or-later</a
  157. >
  158. </td>
  159. <td>
  160. <a
  161. href="https://codeberg.org/oddjobs/pages/src/branch/master/dmg-calc/math.ts"
  162. >math.ts</a
  163. >
  164. </td>
  165. </tr>
  166. <tr>
  167. <td><a href="./dmg-calc/types.js">/dmg-calc/types.js</a></td>
  168. <td>
  169. <a href="https://www.gnu.org/licenses/agpl-3.0.html"
  170. >AGPL-3.0-or-later</a
  171. >
  172. </td>
  173. <td>
  174. <a
  175. href="https://codeberg.org/oddjobs/pages/src/branch/master/dmg-calc/types.ts"
  176. >types.ts</a
  177. >
  178. </td>
  179. </tr>
  180. <tr>
  181. <td><a href="./dmg-calc/util.js">/dmg-calc/util.js</a></td>
  182. <td>
  183. <a href="https://www.gnu.org/licenses/agpl-3.0.html"
  184. >AGPL-3.0-or-later</a
  185. >
  186. </td>
  187. <td>
  188. <a
  189. href="https://codeberg.org/oddjobs/pages/src/branch/master/dmg-calc/util.ts"
  190. >util.ts</a
  191. >
  192. </td>
  193. </tr>
  194. <tr>
  195. <td><a href="./gish-ap-calc/lib.js">/gish-ap-calc/lib.js</a></td>
  196. <td>
  197. <a href="https://www.gnu.org/licenses/agpl-3.0.html"
  198. >AGPL-3.0-or-later</a
  199. >
  200. </td>
  201. <td>
  202. <a
  203. href="https://codeberg.org/oddjobs/project_gish/src/branch/master/gish-ap-calc/lib.ts"
  204. >lib.ts</a
  205. >
  206. </td>
  207. </tr>
  208. <tr>
  209. <td>
  210. <a href="./gish-ap-calc/main.js">/gish-ap-calc/main.js</a>
  211. </td>
  212. <td>
  213. <a href="https://www.gnu.org/licenses/agpl-3.0.html"
  214. >AGPL-3.0-or-later</a
  215. >
  216. </td>
  217. <td>
  218. <a
  219. href="https://codeberg.org/oddjobs/project_gish/src/branch/master/gish-ap-calc/main.ts"
  220. >main.ts</a
  221. >
  222. </td>
  223. </tr>
  224. <tr>
  225. <td>
  226. <a href="./gish-ap-calc/mechanics.js"
  227. >/gish-ap-calc/mechanics.js</a
  228. >
  229. </td>
  230. <td>
  231. <a href="https://www.gnu.org/licenses/agpl-3.0.html"
  232. >AGPL-3.0-or-later</a
  233. >
  234. </td>
  235. <td>
  236. <a
  237. href="https://codeberg.org/oddjobs/project_gish/src/branch/master/gish-ap-calc/mechanics.ts"
  238. >mechanics.ts</a
  239. >
  240. </td>
  241. </tr>
  242. <tr>
  243. <td>
  244. <a href="./gish-ap-calc/types.js">/gish-ap-calc/types.js</a>
  245. </td>
  246. <td>
  247. <a href="https://www.gnu.org/licenses/agpl-3.0.html"
  248. >AGPL-3.0-or-later</a
  249. >
  250. </td>
  251. <td>
  252. <a
  253. href="https://codeberg.org/oddjobs/project_gish/src/branch/master/gish-ap-calc/types.ts"
  254. >types.ts</a
  255. >
  256. </td>
  257. </tr>
  258. </table>
  259. <a href="#logo" class="h-anchor"><h2 id="logo">Logo</h2></a>
  260. <p>
  261. <a target="_blank" rel="noopener noreferrer" href="./img/logo.svg"
  262. >The Oddjobs logo</a
  263. >
  264. is due to Evan MacDonald of
  265. <a
  266. target="_blank"
  267. rel="noopener noreferrer"
  268. href="https://thenounproject.com/"
  269. >the Noun Project</a
  270. >, and is licensed under
  271. <a
  272. target="_blank"
  273. rel="noopener noreferrer"
  274. href="https://creativecommons.org/licenses/by/3.0/"
  275. >version 3.0 of the Creative Commons Attribution license</a
  276. >, which makes it
  277. <a
  278. target="_blank"
  279. rel="noopener noreferrer"
  280. href="https://en.wikipedia.org/wiki/Free_content"
  281. >free</a
  282. >.
  283. </p>
  284. <figure>
  285. <a
  286. target="_blank"
  287. rel="noopener noreferrer"
  288. href="https://creativecommons.org/licenses/by/3.0/"
  289. ><img
  290. loading="lazy"
  291. src="https://i.creativecommons.org/l/by/3.0/88x31.png"
  292. alt="CC BY 3.0"
  293. title="CC BY 3.0"
  294. /></a>
  295. </figure>
  296. </main>
  297. </div>
  298. </div>
  299. </body>
  300. </html>