forked from cypht-org/cypht-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
license.html
133 lines (132 loc) · 6.37 KB
/
license.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
<!DOCTYPE html>
<html class="no-js">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>License</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/png" href="img/icon.ico">
<link rel="stylesheet" href="site.css">
</head>
<body>
<header>
<nav class="navbar navbar-expand-lg navbar-dark fixed-top">
<div class="container">
<a class="navbar-brand" href="index.html">
<img src="img/logo.svg" width="120" height="60" alt="">
</a>
<button class="navbar-toggler toggler-home" type="button" data-toggle="collapse"
data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false"
aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse " id="navbarSupportedContent">
<ul class="navbar-nav ml-lg-auto">
<li class="nav-item">
<a class="nav-link" href="index.html">Home <span class="sr-only">(current)</span>
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="features.html">Features</a>
</li>
<li class="nav-item">
<a class="nav-link" href="security.html">Security</a>
</li>
<li class="nav-item">
<a class="nav-link" href="modules.html">Mods</a>
</li>
<li class="nav-item active">
<a class="nav-link" href="license.html">License</a>
</li>
<li class="nav-item">
<!--<a class="nav-link" href="tests.html">Test</a>-->
</li>
<li class="nav-item">
<a class="nav-link" href="documentation.html">Documentation</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://unencumberedbyfacts.com" target="_blank">Blog</a>
</li>
<li class="nav-item">
<a onclick="document.getElementsByClassName('navbar-collapse')[0].style.display='none';"
class="nav-link" href="contribute.html">Contribute</a>
</li>
</ul>
</div>
</div>
</nav>
</header>
<section class="content-section container">
<h2>Cypht source code is distributed under the LGPL V2.1 license:</h2>
<h3><a href="https://github.com/cypht-org/cypht/blob/master/LICENSE">Go to the license</a></h3>
<p> Cypht will always be both free and Open Source. Cypht uses a handful of third party libraries both indirectly
and directly. Compatible version of direct dependencies are always included in the Cypht source or installed via
PHP composer.
</p>
<hr>
<h3>Directly Used</h3>
<ul>
<li><b>HTMLPurifier</b><br/><a href="http://htmlpurifier.org/">http://htmlpurifier.org/</a><br/>A Comprehensive
HTML filter written in PHP
</li>
<li><b>Cash</b><br/><a href="http://kenwheeler.github.io/cash/">http://kenwheeler.github.io/cash/</a><br/>A
compact jQuery compatible JavaScript library
</li>
<li><b>Html2Text</b><br/><a href="https://github.com/mtibben/html2text">https://github.com/mtibben/html2text</a><br/>HTML
to text converter in PHP
</li>
<li><b>KindEditor</b><br/><a href="http://kindeditor.net/demo.php">http://kindeditor.net/demo.php</a><br/>Lightweight
JavaScript WYSIWYG editory for HTML messages
</li>
<li><b>Open Iconic</b><br/><a href="https://useiconic.com/open/">https://useiconic.com/open/</a><br/>Very cool
free and Open Source icon set
</li>
<li><b>Forge</b><br/><a href="https://github.com/digitalbazaar/forge">https://github.com/digitalbazaar/forge</a><br/>JavaScript
cryptography library
</li>
<li><b>Random Compat</b><br/><a href="https://github.com/paragonie/random_compat">https://github.com/paragonie/random_compat</a><br/>Random
number library
</li>
<li><b>Base32</b><br/><a href="https://github.com/ChristianRiesen/base32">https://github.com/ChristianRiesen/base32</a><br/>Base32
encoding library (used by the 2fa module set)
</li>
<li><b>Barcode</b><br/><a href="https://github.com/codeitnowin/barcode-generator">https://github.com/codeitnowin/barcode-generator</a><br/>Generate
QR code PNGs with PHP (used by the 2fa module set)
</li>
<li><b>Libsodium</b><br/><a
href="https://download.libsodium.org/doc/">https://download.libsodium.org/doc/</a><br/>NIST compatible
cryptography library (optional)
</li>
<li><b>Push</b><br/><a href="https://pushjs.org/">https://pushjs.org/</a><br/>JavaScript library for easy
desktop notifications (used by the desktop notification module set)
</li>
<li><b>Editor</b><br/><a href="https://lepture.com/">https://lepture.com/</a><br/>JavaScript Markdown editor for
composing messages
</li>
<li><b>Parsedown</b><br/><a href="http://parsedown.org/">http://parsedown.org/</a><br/>PHP library to convert
Markdown to HTML
</li>
</ul>
<h3>Indirectly Used</h3>
<ul>
<li><b>PHPUnit</b><br/><a href="https://phpunit.de/">https://phpunit.de/</a><br/>Program that runs unit tests
and builds coverage reports for PHP
</li>
<li><b>Apigen</b><br/><a href="http://www.apigen.org/">http://www.apigen.org/</a><br/>PHP app to generate
documentation from source code
</li>
<li><b>Selenium</b><br/><a href="http://www.seleniumhq.org/">http://www.seleniumhq.org/</a><br/>Automated
browser testing
</li>
</ul>
</section>
<script>
((window.gitter = {}).chat = {}).options = {
room: 'cypht-org/community'
};
</script>
<script src="jquery.slim.min.js"></script>
<script src="bootstrap.bundle.min.js"></script>
</body>
</html>