JC Brand 3 weeks ago
parent
commit
bc22a97d6b
2 changed files with 0 additions and 165 deletions
  1. 0 28
      fullscreen.html
  2. 0 137
      jslicenses.html

+ 0 - 28
fullscreen.html

@@ -21,34 +21,6 @@
 <noscript>You need to enable JavaScript to run the Converse.js chat app.</noscript>
 <div id="conversejs-bg"></div>
 <script>
-    /*
-    @licstart
-    This is free and unencumbered software released into the public domain.
-
-    Anyone is free to copy, modify, publish, use, compile, sell, or
-    distribute this software, either in source code form or as a compiled
-    binary, for any purpose, commercial or non-commercial, and by any
-    means.
-
-    In jurisdictions that recognize copyright laws, the author or authors
-    of this software dedicate any and all copyright interest in the
-    software to the public domain. We make this dedication for the benefit
-    of the public at large and to the detriment of our heirs and
-    successors. We intend this dedication to be an overt act of
-    relinquishment in perpetuity of all present and future rights to this
-    software under copyright law.
-
-    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-    EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-    MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
-    IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
-    OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
-    ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
-    OTHER DEALINGS IN THE SOFTWARE.
-
-    For more information, please refer to <http://unlicense.org/>
-    @licend
-    */
     converse.initialize({
         theme: 'dracula',
         authentication: 'login',

+ 0 - 137
jslicenses.html

@@ -1,137 +0,0 @@
-<!DOCTYPE html>
-<html lang=en>
-<head>
-    <title>Converse</title>
-    <meta charset="utf-8">
-    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="description" content="Converse: An XMPP chat client which can be integrated into any website" />
-    <meta name="author" content="JC Brand" />
-    <meta name="keywords" content="xmpp chat webchat converse.js Converse" />
-
-    <!-- These files are NOT needed when using converse.js in your own project. -->
-    <link rel="shortcut icon" type="image/ico" href="images/favicon.ico"/>
-    <link type="text/css" rel="stylesheet" media="screen" href="https://cdn.conversejs.org/10.1.5/css/font-awesome.min.css" />
-    <link type="text/css" rel="stylesheet" media="screen" href="https://cdn.conversejs.org/10.1.5/css/website.min.css" />
-    <noscript><p><img src="//stats.opkode.com/piwik.php?idsite=1" style="border:0;" alt="" /></p></noscript>
-    <script type="text/javascript" src="/src/website.js"></script>
-    <script type="text/javascript" src="analytics.js"></script>
-    <!-- *********************************************************************** -->
-
-    <![if gte IE 11]>
-        <link type="text/css" rel="stylesheet" media="screen" href="https://cdn.conversejs.org/10.1.5/css/converse.min.css" />
-        <script src="https://cdn.conversejs.org/3rdparty/libsignal-protocol.min.js"></script>
-        <script src="https://cdn.conversejs.org/10.1.5/dist/converse.min.js"></script>
-    <![endif]>
-</head>
-
-<body id="page-top" data-spy="scroll" data-target=".navbar-custom">
-    <nav class="navbar navbar-custom navbar-fixed-top" role="navigation">
-        <div class="container">
-            <div class="navbar-header">
-                <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-main-collapse">
-                    <i class="fa fa-bars"></i>
-                </button>
-                <a class="navbar-brand" href="/"><i class="fa fa-play-circle"></i>  <span class="light">Home</span></a>
-            </div>
-            <!-- Collect the nav links, forms, and other content for toggling -->
-            <div class="collapse navbar-collapse navbar-right navbar-main-collapse">
-                <ul class="nav navbar-nav">
-                    <li>
-                        <a href="/docs/html/manual.html">User Manual</a>
-                    </li>
-                    <li>
-                        <a href="/docs/html/index.html">Documentation</a>
-                    </li>
-                    <li>
-                        <a href="jslicenses.html" rel="jslicense">Licences</a>
-                    </li>
-                    <li>
-                        <a href="https://github.com/conversejs/converse.js/releases" class="button" target="_blank" rel="noopener">Download</a>
-                    </li>
-                </ul>
-            </div>
-            <!-- /.navbar-collapse -->
-        </div>
-        <!-- /.container -->
-    </nav>
-
-    <section class="intro" class="container">
-        <div class="row">
-            <h1 class="brand-heading"><i class="icon-conversejs"></i> converse</h1>
-            <div class="col-md-8 col-md-offset-2">
-                <p class="intro-text">JavaScript Licences</p>
-            </div>
-            <div class="col-md-8 col-md-offset-2">
-            <table id="jslicense-labels1" style="width: 100%">
-                <tr>
-                    <td>
-                        <a href="https://cdn.conversejs.org/10.1.5/dist/converse.min.js">converse.min.js</a>
-                    </td>
-                    <td>
-                        <a href="https://www.mozilla.org/en-US/MPL/2.0/">MPL-2.0</a>
-                        <br/>
-                        <a href="magnet:?xt=urn:btih:e95b018ef3580986a04669f1b5879592219e2a7a&amp;dn=public-domain.txt">Public-Domain</a>
-                        <br/>
-                        <a href="http://www.jclark.com/xml/copying.txt">Expat</a>
-                    </td>
-                    <td>
-                        <a href="https://github.com/jcbrand/converse.js/blob/master/src/converse.js">converse.js</a>
-                        <br/>
-                        <a href="https://github.com/jcbrand/converse.js/blob/master/3rdparty/bigint.js">bigint.js</a>
-                        <br/>
-                        <a href="https://github.com/jcbrand/converse.js/blob/master/3rdparty/lodash.fp.js">lodash.fp.js</a>
-                    </td>
-                </tr>
-                <tr>
-                    <td>
-                        <a href="https://stats.opkode.com/piwik.js">piwik.js</a>
-                    </td>
-                    <td>
-                        <a href="http://opensource.org/licenses/BSD-3-Clause">BSD-3-Clause</a>
-                        <a href="http://www.jclark.com/xml/copying.txt">Expat</a>
-                    </td>
-                    <td>
-                        <a href="https://stats.opkode.com/piwik.js">piwik.js</a>
-                        <a href="https://github.com/bestiejs/json3">json3</a>
-                    </td>
-                </tr>
-                <tr>
-                    <td>
-                        <a href="https://conversejs.org/analytics.js">analytics.js</a>
-                    </td>
-                    <td>
-                        <a href="http://www.mozilla.org/MPL/2.0">MPL-2.0</a>
-                    </td>
-                    <td>
-                        <a href="https://conversejs.org/analytics.js">analytics.js</a>
-                    </td>
-                </tr>
-                <tr>
-                    <td>
-                        <a href="https://inverse.chat/inverse-analytics.js">inverse-analytics.js</a>
-                    </td>
-                    <td>
-                        <a href="http://www.mozilla.org/MPL/2.0">MPL-2.0</a>
-                    </td>
-                    <td>
-                        <a href="https://inverse.chat/inverse-analytics.js">inverse-analytics.js</a>
-                    </td>
-                <tr/>
-                <tr>
-                    <td>
-                        <a href="https://conversejs.org/src/website.js">website.js</a>
-                    </td>
-                    <td>
-                        <a href="http://www.mozilla.org/MPL/2.0">MPL-2.0</a>
-                    </td>
-                    <td>
-                        <a href="https://github.com/jcbrand/converse.js/blob/master/src/website.js">website.js</a>
-                    </td>
-                </tr>
-            </table>
-            </div>
-        </div>
-    </section>
-</body>
-</html>