forked from CategoricalData/CQL
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
91 lines (70 loc) · 3.49 KB
/
index.html
File metadata and controls
91 lines (70 loc) · 3.49 KB
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
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Begin Jekyll SEO tag v2.5.0 -->
<title>Categorical Query Language | CQL</title>
<meta name="generator" content="Jekyll v3.7.4" />
<meta property="og:title" content="Categorical Query Language" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="Categorical Query Language IDE" />
<meta property="og:description" content="Categorical Query Language IDE" />
<link rel="canonical" href="http://categoricaldata.github.io/CQL/" />
<meta property="og:url" content="http://categoricaldata.github.io/CQL/" />
<meta property="og:site_name" content="CQL" />
<script type="application/ld+json">
{"@type":"WebSite","url":"http://categoricaldata.github.io/CQL/","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"http://categoricaldata.net/logo.png"}},"name":"CQL","headline":"Categorical Query Language","description":"Categorical Query Language IDE","@context":"http://schema.org"}</script>
<!-- End Jekyll SEO tag -->
<link rel="stylesheet" href="css/nstyle.css">
<!--[if lt IE 9]>
<script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.min.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header>
<h1><a href="http://categoricaldata.github.io/CQL/" target="_blank">CQL</a></h1>
<img src="http://categoricaldata.net/logo.png" alt="Logo" height="32" />
<p>Categorical Query Language IDE</p>
<p class="view"><a href="http://github.com/CategoricalData/CQL" target="_blank">View the Project on GitHub <small>CategoricalData/CQL</small></a></p>
</header>
<section>
<h1 id="categorical-query-language">Categorical Query Language</h1>
<p>For more information, please see:</p>
<ul>
<li><a href="http://categoricaldata.net" target="_blank">Community page</a></li>
<!-- <li><a href="http://cql.conexus.ai/" target="_blank">Commercial page</a></li> -->
<li><a href="http://github.com/CategoricalData/CQL/wiki" target="_blank">Wiki</a></li>
<li><a href="http://categoricaldata.net/help/index.html" target="_blank">Manual</a></li>
</ul>
<h3 id="pre-built-binary">Pre-built Binary</h3>
<p><a href="http://categoricaldata.net/cql.jar">Java 12 Jar File (14MB)</a></p>
<h2 id="license">License</h2>
<h3 id="categorical-data-ide-agpl-3-license">Categorical Data IDE (AGPL 3 license)</h3>
<p>Copyright (c) 2015+. All rights reserved.</p>
<p><a href="http://www.gnu.org/licenses/agpl-3.0.en.html" target="_blank">http://www.gnu.org/licenses/agpl-3.0.en.html</a></p>
<p>Contains binary distributions of</p>
<p>jparsec (Apache),
JUNG (BSD),
RSyntaxTextArea and autocomplete (BSD),
Commons Generics, CSV, and Exec (Apache),
OpenCSV (Apache),
JFlex (BSD),
H2 (Mozilla Public License or Eclipse Public License),
JGraph (BSD),
txtmark (Apache),
commons-lang-3 (Apache),
Google Guava (Apache),
Gnu Trove (LGPL),</p>
<p>And a source distribution of EASIK (BSD)</p>
</section>
<footer>
<p>This project is maintained by <a href="http://github.com/CategoricalData" target="_blank">CategoricalData</a></p>
<p><small>Hosted on GitHub Pages — Theme by <a href="http://github.com/orderedlist" target="_blank">orderedlist</a></small></p>
</footer>
</div>
<script src="/CQL/assets/js/scale.fix.js"></script>
</body>
</html>