-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
77 lines (55 loc) · 2.58 KB
/
index.html
File metadata and controls
77 lines (55 loc) · 2.58 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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="description" content="Kournal : Main Kournal website">
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
<title>Kournal</title>
</head>
<body>
<!-- HEADER -->
<div id="header_wrap" class="outer">
<header class="inner">
<a id="forkme_banner" href="https://github.com/Kournal">View on GitHub</a>
<h1 id="project_title">Kournal</h1>
<h2 id="project_tagline">Main Kournal website</h2>
</header>
</div>
<!-- MAIN CONTENT -->
<div id="main_content_wrap" class="outer">
<section id="main_content" class="inner">
<h1>
<a id="kournal" class="anchor" href="#kournal" aria-hidden="true"><span class="octicon octicon-link"></span></a>Kournal</h1>
<p>Kournal is written from scratch tablet journal application. Similar to Xournal(++), but based on Qt5 framework,
rather than GTK+. For now it's under heavy development, so it shouldn't be used in production environment.</p>
<h2>
<a id="contribution" class="anchor" href="#contribution" aria-hidden="true"><span class="octicon octicon-link"></span></a>Contribution</h2>
<p>If you'd like to contribute in making Kournal the best tablet journal software in the world you can contact
me by email: <a href="mailto:marek@pikula.co">marek@pikula.co</a>.</p>
<p>Translations are implemented, but strings will be surely changed a lot of times, so there's no point in
translating at the moment.</p>
<h2>
<a id="building" class="anchor" href="#building" aria-hidden="true"><span class="octicon octicon-link"></span></a>Building</h2>
<p>Kournal uses CMake as its build engine. You can configure and build it this way:</p>
<div class="highlight highlight-source-shell"><pre>git clone https://github.com/Kournal/Kournal.git
<span class="pl-c1">cd</span> Kournal
mkdir build
<span class="pl-c1">cd</span> build
cmake ..
make</pre></div>
<h2>
<a id="license" class="anchor" href="#license" aria-hidden="true"><span class="octicon octicon-link"></span></a>License</h2>
<p>Entire Kournal project is licensed under GNU General Public License v2 or later.</p>
<p>The only exception are imported files licensed on their own, as well as some custom CMake scripts (under BSD
License).</p>
</section>
</div>
<!-- FOOTER -->
<div id="footer_wrap" class="outer">
<footer class="inner">
<p>Published with <a href="https://pages.github.com">GitHub Pages</a></p>
</footer>
</div>
</body>
</html>