123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322 |
- <!DOCTYPE html>
- <html dir="ltr" lang="en">
- <head>
- <meta charset="UTF-8" />
- <title>Oddjobs | Source</title>
- <meta name="description" content="The guild for MapleStory odd-jobbers" />
- <meta name="viewport" content="width=device-width,initial-scale=1" />
- <link rel="stylesheet" type="text/css" href="./css/style.css" />
- <link rel="icon" type="image/png" href="./img/favicon.png" />
- </head>
- <body>
- <div id="nav-content-wrapper">
- <nav id="main-nav">
- <div id="main-nav-inner">
- <div id="main-nav-pullout"><span>▶</span></div>
- <a href="./" class="nav-h"
- >Oddjobs
- <br />
- <img
- src="./img/logo.svg"
- alt="Oddjobs logo | Due to Evan MacDonald of the Noun Project (CC BY 3.0)"
- title="Oddjobs logo | Due to Evan MacDonald of the Noun Project (CC BY 3.0)"
- /></a>
- <ul class="nav-list">
- <li>
- <a href="./">Home</a>
- </li>
- <li>
- <a href="./join-on-up.html">Join On Up</a>
- </li>
- <li>
- <a
- target="_blank"
- rel="noopener noreferrer"
- href="https://oddjobs.flarum.cloud/"
- >Forum</a
- >
- </li>
- <li>
- <a href="./odd-jobs.html">Odd Jobs</a>
- </li>
- <li>
- <a href="./guides/">Guides</a>
- </li>
- <li>
- <a href="./dmg-calc/">Damage Calc</a>
- </li>
- <li>
- <a href="./gish-ap-calc/">Gish AP Calc</a>
- </li>
- <li>
- <a href="./archive/">Archive</a>
- </li>
- <li>
- <a href="./rankings/">Rankings</a>
- </li>
- <li class="active">
- <a href="./source.html" data-jslicense="1">Source</a>
- </li>
- </ul>
- </div>
- </nav>
- <div id="content">
- <header>
- <h1>Source</h1>
- <span class="subtitle">Use the source, Luke.</span>
- </header>
- <main>
- <a href="#website" class="h-anchor"><h2 id="website">Website</h2></a>
- <p>
- This website is served directly from
- <a
- target="_blank"
- rel="noopener noreferrer"
- href="https://codeberg.org/oddjobs/pages"
- >a git repo hosted at Codeberg</a
- >. The code is all licensed under the terms of the
- <a
- target="_blank"
- rel="noopener noreferrer"
- href="https://www.gnu.org/licenses/agpl"
- >GNU Affero General Public License</a
- >
- (version 3, or any later version, at your option), which makes it
- <a
- target="_blank"
- rel="noopener noreferrer"
- href="https://en.wikipedia.org/wiki/Free_content"
- >free</a
- >.
- </p>
- <figure>
- <a
- target="_blank"
- rel="noopener noreferrer"
- href="https://www.gnu.org/licenses/agpl"
- ><img
- loading="lazy"
- src="https://www.gnu.org/graphics/agplv3-with-text-162x68.png"
- alt="GNU AGPL v3+"
- title="GNU AGPL v3+"
- /></a>
- </figure>
- <p>
- The table below displays a list of triples, where the first item is
- the JavaScript file as served to the user, the second item is the
- license under which that code is distributed (listed as its
- <a
- target="_blank"
- rel="noopener noreferrer"
- href="https://spdx.org/licenses/"
- >SPDX license identifier</a
- >, with a link to the canonical webpage for that license), and the
- third item is the original source for that code. For more info on
- what do heck this is, see
- <a
- target="_blank"
- rel="noopener noreferrer"
- href="https://www.gnu.org/software/librejs/free-your-javascript.html"
- >https://www.gnu.org/software/librejs/free-your-javascript.html</a
- >.
- </p>
- <table id="jslicense-labels1">
- <tr>
- <td><a href="./dmg-calc/data.js">/dmg-calc/data.js</a></td>
- <td>
- <a href="https://www.gnu.org/licenses/agpl-3.0.html"
- >AGPL-3.0-or-later</a
- >
- </td>
- <td>
- <a
- href="https://codeberg.org/oddjobs/pages/src/branch/master/dmg-calc/data.ts"
- >data.ts</a
- >
- </td>
- </tr>
- <tr>
- <td><a href="./dmg-calc/main.js">/dmg-calc/main.js</a></td>
- <td>
- <a href="https://www.gnu.org/licenses/agpl-3.0.html"
- >AGPL-3.0-or-later</a
- >
- </td>
- <td>
- <a
- href="https://codeberg.org/oddjobs/pages/src/branch/master/dmg-calc/main.ts"
- >main.ts</a
- >
- </td>
- </tr>
- <tr>
- <td><a href="./dmg-calc/math.js">/dmg-calc/math.js</a></td>
- <td>
- <a href="https://www.gnu.org/licenses/agpl-3.0.html"
- >AGPL-3.0-or-later</a
- >
- </td>
- <td>
- <a
- href="https://codeberg.org/oddjobs/pages/src/branch/master/dmg-calc/math.ts"
- >math.ts</a
- >
- </td>
- </tr>
- <tr>
- <td><a href="./dmg-calc/types.js">/dmg-calc/types.js</a></td>
- <td>
- <a href="https://www.gnu.org/licenses/agpl-3.0.html"
- >AGPL-3.0-or-later</a
- >
- </td>
- <td>
- <a
- href="https://codeberg.org/oddjobs/pages/src/branch/master/dmg-calc/types.ts"
- >types.ts</a
- >
- </td>
- </tr>
- <tr>
- <td><a href="./dmg-calc/util.js">/dmg-calc/util.js</a></td>
- <td>
- <a href="https://www.gnu.org/licenses/agpl-3.0.html"
- >AGPL-3.0-or-later</a
- >
- </td>
- <td>
- <a
- href="https://codeberg.org/oddjobs/pages/src/branch/master/dmg-calc/util.ts"
- >util.ts</a
- >
- </td>
- </tr>
- <tr>
- <td><a href="./gish-ap-calc/lib.js">/gish-ap-calc/lib.js</a></td>
- <td>
- <a href="https://www.gnu.org/licenses/agpl-3.0.html"
- >AGPL-3.0-or-later</a
- >
- </td>
- <td>
- <a
- href="https://codeberg.org/oddjobs/project_gish/src/branch/master/gish-ap-calc/lib.ts"
- >lib.ts</a
- >
- </td>
- </tr>
- <tr>
- <td>
- <a href="./gish-ap-calc/main.js">/gish-ap-calc/main.js</a>
- </td>
- <td>
- <a href="https://www.gnu.org/licenses/agpl-3.0.html"
- >AGPL-3.0-or-later</a
- >
- </td>
- <td>
- <a
- href="https://codeberg.org/oddjobs/project_gish/src/branch/master/gish-ap-calc/main.ts"
- >main.ts</a
- >
- </td>
- </tr>
- <tr>
- <td>
- <a href="./gish-ap-calc/mechanics.js"
- >/gish-ap-calc/mechanics.js</a
- >
- </td>
- <td>
- <a href="https://www.gnu.org/licenses/agpl-3.0.html"
- >AGPL-3.0-or-later</a
- >
- </td>
- <td>
- <a
- href="https://codeberg.org/oddjobs/project_gish/src/branch/master/gish-ap-calc/mechanics.ts"
- >mechanics.ts</a
- >
- </td>
- </tr>
- <tr>
- <td>
- <a href="./gish-ap-calc/types.js">/gish-ap-calc/types.js</a>
- </td>
- <td>
- <a href="https://www.gnu.org/licenses/agpl-3.0.html"
- >AGPL-3.0-or-later</a
- >
- </td>
- <td>
- <a
- href="https://codeberg.org/oddjobs/project_gish/src/branch/master/gish-ap-calc/types.ts"
- >types.ts</a
- >
- </td>
- </tr>
- </table>
- <a href="#logo" class="h-anchor"><h2 id="logo">Logo</h2></a>
- <p>
- <a target="_blank" rel="noopener noreferrer" href="./img/logo.svg"
- >The Oddjobs logo</a
- >
- is due to Evan MacDonald of
- <a
- target="_blank"
- rel="noopener noreferrer"
- href="https://thenounproject.com/"
- >the Noun Project</a
- >, and is licensed under
- <a
- target="_blank"
- rel="noopener noreferrer"
- href="https://creativecommons.org/licenses/by/3.0/"
- >version 3.0 of the Creative Commons Attribution license</a
- >, which makes it
- <a
- target="_blank"
- rel="noopener noreferrer"
- href="https://en.wikipedia.org/wiki/Free_content"
- >free</a
- >.
- </p>
- <figure>
- <a
- target="_blank"
- rel="noopener noreferrer"
- href="https://creativecommons.org/licenses/by/3.0/"
- ><img
- loading="lazy"
- src="https://i.creativecommons.org/l/by/3.0/88x31.png"
- alt="CC BY 3.0"
- title="CC BY 3.0"
- /></a>
- </figure>
- </main>
- </div>
- </div>
- </body>
- </html>
|