12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
-
- <title> Nibis </title>
- <link rel="stylesheet" type="text/css" href="css/styles.css">
- <link rel="icon" type="image/png" href="icons/favicon.png">
- </head>
- <body>
- <div class="main-container">
- <div class="fixed-container">
- <nav>
- <ul class="desktop-nav">
- <li> <a href="index.html" class="logo"><img alt="NIBIS logo" src="icons/logo.png"></a>
- <li>
- <li>
- </li>
- </ul>
- </nav>
- </div>
- <div class="content-wrapper row">
- <div class="content-wrapper column">
- <div class="overflow-container">
- <div class="visual-editor-container padding">
- <h2> Description </h2>
- Nibis is a platform where anyone can create Tedi documents easily.
- <h2> Licenses </h2>
-
- <h3>Client side</h3>
- <ul>
- <li> jszip: <a href="https://github.com/Stuk/jszip/blob/main/LICENSE.markdown">MIT license or the GPLv3 </a>
- <li> creta: <a href="https://notabug.org/alkeon/creta">AGPLV3</a>
- <li> TogetherJS: <a href="https://github.com/jsfiddle/togetherjs/blob/develop/LICENSE.html">MPL v2</a>
- <li> beautify-js: <a href="https://github.com/beautify-web/js-beautify/blob/main/LICENSE"> MIT </a>
- <li> FileSaver: <a href="https://github.com/eligrey/FileSaver.js/blob/master/LICENSE.md"> MIT </a>
- </ul>
- <h3>Server side</h3>
- <ul>
- <li> nodejs: <a href="https://github.com/nodejs/node/blob/master/LICENSE"> Mixed open source licenses </a>
- <ul>
- <li> body-parser: <a href="https://github.com/expressjs/body-parser/blob/master/LICENSE"> MIT </a>
- <li> cors: <a href="https://github.com/expressjs/body-parser/blob/master/LICENSE"> MIT </a>
- <li> express: <a href="https://github.com/expressjs/express/blob/master/LICENSE"> MIT </a>
- <li> morgan: <a href="https://github.com/expressjs/morgan/blob/master/LICENSE"> MIT </a>
- <li> tree-kill: <a href="https://github.com/pkrumins/node-tree-kill"> MIT </a>
- </ul>
- <li> texlive: <a href="https://www.tug.org/texlive/LICENSE.TL"> LPPL </a>
- <li> texlive-xetex: <a href="https://sourceforge.net/p/xetex/code/ci/master/tree/source/texk/web2c/xetexdir/COPYING"> Mixed open source licenses </a>
- </ul>
- </div>
- </div>
-
- </div>
- </div>
- </div>
- </body>
- </html>
|