-
Notifications
You must be signed in to change notification settings - Fork 20
/
index.html
238 lines (207 loc) · 16.6 KB
/
index.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
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>WeKan ® — Open-Source kanban</title>
<link rel="icon" href="/wekan-favicon.png">
<link rel="shortcut icon" href="https://wekan.github.io//wekan-favicon.png">
<link rel="apple-touch-icon" href="https://wekan.github.io//wekan-favicon.png">
<link rel="mask-icon" href="https://wekan.github.io//wekan-150.svg">
<link rel="alternate" type="application/atom+xml" title="RSS Feed for WeKan ChangeLog" href="https://github.com/wekan/wekan/releases.atom" />
<!-- Bootstrape framework -->
<link rel="stylesheet" href="css/bootstrap.min.css" />
<!-- Use same styles as WeKan board -->
<style>
body {
font: 16px Roboto,Poppins,Helvetica Neue,Arial,Helvetica,sans-serif;
background: #dedede;
}
p {
font: 14px Roboto,Poppins,Helvetica Neue,Arial,Helvetica,sans-serif;
}
.wekan-light-blue {
background: #2980b9;
}
.wekan-dark-blue {
background: #2573a7;
}
.wekan-grey {
background: #dedede;
}
</style>
</head>
<body>
<a name="home"></a>
<div class="container-fluid wekan-dark-blue">
<header class="container mb-auto site-header py-1">
<div class="row">
<div class="col-lg-6 col-sm-12">
<div class="mb-3 mt-3">
<a class="navbar-brand" href="/"><img src="https://wekan.github.io/wekan-logo.png" alt="WeKan ®" height="100px" border="1" /> </a>
</div>
</div>
<div class="col-lg-6 col-sm-12 text-end">
<a class="btn btn-link text-white" aria-current="page" href="#home"><b>Home</b></a>
<a class="btn btn-link text-white" href="install/">Install</a>
<a class="btn btn-link text-white" href="sponsors/">Sponsors</a>
<a class="btn btn-link text-white" href="awards/">Awards</a>
</div>
</div>
</header>
</div>
<a name="features"></a>
<div class="container-fluid wekan-light-blue">
<div class="container col-xxl-8 px-4 py-5">
<div class="row flex-lg-row-reverse align-items-center g-5 py-5">
<div class="col-10 col-sm-8 col-lg-6">
<img src="https://wekan.github.io/wekan-dark-mode.png" class="d-block mx-lg-auto img-fluid" alt="WeKan" width="700" height="500" loading="lazy">
</div>
<div class="col-lg-6">
<h1 class="display-5 fw-bold lh-1 mb-3 text-white">WeKan ®<br> Open-Source Kanban</h1>
<p class="lead text-white">Experience efficient task management with WeKan - the Open-Source, customizable, and privacy-focused kanban.</p>
<div class="d-grid gap-2 d-md-flex justify-content-md-start">
<a href="install/" class="btn btn-dark btn-lg px-4 me-md-2">Install</a>
<a href="https://wekan.team/commercial-support/" class="btn btn-link btn-lg px-4 text-white">Commercial support</a>
</div>
</div>
</div>
</div>
</div>
<div class="container px-4 py-5" id="featured-3">
<h2 class="fw-bold">Features in WeKan</h2>
<div class="row g-4 py-5 row-cols-1 row-cols-lg-3">
<div class="feature col d-flex align-items-stretch">
<div class="card bg-white shadow">
<div class="card-body">
<div class="feature-icon d-inline-flex align-items-center justify-content-center fs-2 mb-3">
<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" fill="currentColor" class="bi bi-kanban" viewBox="0 0 16 16">
<path d="M13.5 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1h-11a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h11zm-11-1a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h11a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2h-11z" />
<path d="M6.5 3a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1V3zm-4 0a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v7a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1V3zm8 0a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1V3z" />
</svg>
</div>
<h3 class="fs-2">Boards</h3>
<p>
You can make many boards for different projects or tasks. Each board can have columns to show the different stages of your work, such as "To Do," "Doing," and "Done." You can also add cards to each board to represent tasks, with titles, descriptions, and due dates. WeKan helps you keep track of your tasks and projects visually, so you can see what needs to be done and what has been completed.
</p>
</div>
</div>
</div>
<div class="feature col d-flex align-items-stretch">
<div class="card bg-white shadow">
<div class="card-body">
<div class="feature-icon d-inline-flex align-items-center justify-content-center fs-2 mb-3">
<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" fill="currentColor" class="bi bi-columns" viewBox="0 0 16 16">
<path d="M0 2a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1V2zm8.5 0v8H15V2H8.5zm0 9v3H15v-3H8.5zm-1-9H1v3h6.5V2zM1 14h6.5V6H1v8z" />
</svg>
</div>
<h3 class="fs-2">Lists</h3>
<p>
WeKan uses lists on a Kanban board to represent different stages of a workflow, such as "To Do," "Doing," and "Done." Lists help you organize and track tasks on the board. To add a new list, click "Add a list" and give it a name. You can move tasks between lists by dragging and dropping them. Lists can be customized by changing their color or adding custom fields to capture more information about tasks.
</p>
</div>
</div>
</div>
<div class="feature col d-flex align-items-stretch">
<div class="card bg-white shadow">
<div class="card-body">
<div class="feature cold-flex align-items-stretch">
<div class="feature-icon d-inline-flex align-items-center justify-content-center fs-2 mb-3">
<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" fill="currentColor" class="bi bi-card-checklist" viewBox="0 0 16 16">
<path d="M14.5 3a.5.5 0 0 1 .5.5v9a.5.5 0 0 1-.5.5h-13a.5.5 0 0 1-.5-.5v-9a.5.5 0 0 1 .5-.5h13zm-13-1A1.5 1.5 0 0 0 0 3.5v9A1.5 1.5 0 0 0 1.5 14h13a1.5 1.5 0 0 0 1.5-1.5v-9A1.5 1.5 0 0 0 14.5 2h-13z" />
<path d="M7 5.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5zm-1.496-.854a.5.5 0 0 1 0 .708l-1.5 1.5a.5.5 0 0 1-.708 0l-.5-.5a.5.5 0 1 1 .708-.708l.146.147 1.146-1.147a.5.5 0 0 1 .708 0zM7 9.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5zm-1.496-.854a.5.5 0 0 1 0 .708l-1.5 1.5a.5.5 0 0 1-.708 0l-.5-.5a.5.5 0 0 1 .708-.708l.146.147 1.146-1.147a.5.5 0 0 1 .708 0z" />
</svg>
</div>
<h3 class="fs-2">Cards</h3>
<p>
A card represents a task on a Kanban board. It includes a title, description, due date, labels, and comments. To create a new card, choose the board and column, and add the relevant details. As work progresses, move the card from one column to another. Cards can be customized by adding labels, files, and checklists. You can also comment on cards to provide updates or feedback.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<a name="security"></a>
<div class="container-fluid bg-white">
<div class="container px-4 py-5">
<div class="row row-cols-1 row-cols-md-2 align-items-md-top g-5 py-5">
<div class="d-flex flex-column align-items-start gap-2">
<div class="feature-icon d-inline-flex align-items-center justify-content-left fs-4 rounded-3">
<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" fill="currentColor" class="bi bi-shield-check" viewBox="0 0 16 16">
<path d="M5.338 1.59a61.44 61.44 0 0 0-2.837.856.481.481 0 0 0-.328.39c-.554 4.157.726 7.19 2.253 9.188a10.725 10.725 0 0 0 2.287 2.233c.346.244.652.42.893.533.12.057.218.095.293.118a.55.55 0 0 0 .101.025.615.615 0 0 0 .1-.025c.076-.023.174-.061.294-.118.24-.113.547-.29.893-.533a10.726 10.726 0 0 0 2.287-2.233c1.527-1.997 2.807-5.031 2.253-9.188a.48.48 0 0 0-.328-.39c-.651-.213-1.75-.56-2.837-.855C9.552 1.29 8.531 1.067 8 1.067c-.53 0-1.552.223-2.662.524zM5.072.56C6.157.265 7.31 0 8 0s1.843.265 2.928.56c1.11.3 2.229.655 2.887.87a1.54 1.54 0 0 1 1.044 1.262c.596 4.477-.787 7.795-2.465 9.99a11.775 11.775 0 0 1-2.517 2.453 7.159 7.159 0 0 1-1.048.625c-.28.132-.581.24-.829.24s-.548-.108-.829-.24a7.158 7.158 0 0 1-1.048-.625 11.777 11.777 0 0 1-2.517-2.453C1.928 10.487.545 7.169 1.141 2.692A1.54 1.54 0 0 1 2.185 1.43 62.456 62.456 0 0 1 5.072.56z" />
<path d="M10.854 5.146a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708 0l-1.5-1.5a.5.5 0 1 1 .708-.708L7.5 7.793l2.646-2.647a.5.5 0 0 1 .708 0z" />
</svg>
</div>
<h3 class="fw-bold">Security</h3>
<p class="text-muted">WeKan has several features to protect your data and keep it secure. WeKan is designed with security in mind.</p>
<p class="text-muted">WeKan is an open-source project, which means that its source code is available for anyone to inspect and audit for security vulnerabilities. This makes it less likely that there are hidden security holes that could be exploited by attackers.</p>
<a href="https://github.com/wekan/wekan/blob/main/SECURITY.md" class="btn btn-outline-primary btn-lg">More about security</a>
<a href="https://wekan.github.io/hall-of-fame" class="btn btn-link btn-lg">CVE Hall of Fame</a>
<br />
<br />
<div class="feature-icon d-inline-flex align-items-center justify-content-left fs-4 rounded-3">
<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" fill="currentColor" class="bi bi-hdd-network" viewBox="0 0 16 16">
<path d="M4.5 5a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1zM3 4.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0z" />
<path d="M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v1a2 2 0 0 1-2 2H8.5v3a1.5 1.5 0 0 1 1.5 1.5h5.5a.5.5 0 0 1 0 1H10A1.5 1.5 0 0 1 8.5 14h-1A1.5 1.5 0 0
1 6 12.5H.5a.5.5 0 0 1 0-1H6A1.5 1.5 0 0 1 7.5 10V7H2a2 2 0 0 1-2-2V4zm1 0v1a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1zm6 7.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0
0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5z" />
</svg>
</div>
<h4 class="fw-semibold mb-0">Trello Attachments Downloader</h4>
<p class="text-muted">At 2024-04-08, Trello will limit free users to 10 members. xet7 recommends to download
all Trello JSON and attachments with <a href="https://github.com/wekan/trello-attachments-downloader">Trello Attachments Downloader</a>.
xet7 is adding a way to import from those files to WeKan.</p>
</div>
<div class="row row-cols-1 row-cols-sm-2 g-4">
<div class="d-flex flex-column gap-2">
<div class="feature-icon d-inline-flex align-items-center justify-content-left fs-4 rounded-3">
<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" fill="currentColor" class="bi bi-file-binary" viewBox="0 0 16 16">
<path d="M5.526 13.09c.976 0 1.524-.79 1.524-2.205 0-1.412-.548-2.203-1.524-2.203-.978 0-1.526.79-1.526 2.203 0 1.415.548 2.206 1.526 2.206zm-.832-2.205c0-1.05.29-1.612.832-1.612.358 0 .607.247.733.721L4.7 11.137a6.749 6.749 0 0 1-.006-.252zm.832 1.614c-.36 0-.606-.246-.732-.718l1.556-1.145c.003.079.005.164.005.249 0 1.052-.29 1.614-.829 1.614zm5.329.501v-.595H9.73V8.772h-.69l-1.19.786v.688L8.986 9.5h.05v2.906h-1.18V13h3z" />
<path d="M4 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H4zm0 1h8a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1z" />
</svg>
</div>
<h4 class="fw-semibold mb-0">Standard for Public Code</h4>
<p class="text-muted"><a href="https://wekan.github.io/standard-for-public-code/">WeKan and Standard for Public Code</a> assessment was made at 2023-11.
Currently WeKan meets 8 out of 16 criteria out of the box. Some others could be met with small changes.</p>
</div>
<div class="d-flex flex-column gap-2">
<div class="feature-icon d-inline-flex align-items-center justify-content-left fs-4 rounded-3">
<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" fill="currentColor" class="bi bi-hdd-network" viewBox="0 0 16 16">
<path d="M4.5 5a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1zM3 4.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0z" />
<path d="M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v1a2 2 0 0 1-2 2H8.5v3a1.5 1.5 0 0 1 1.5 1.5h5.5a.5.5 0 0 1 0 1H10A1.5 1.5 0 0 1 8.5 14h-1A1.5 1.5 0 0 1 6 12.5H.5a.5.5 0 0 1 0-1H6A1.5 1.5 0 0 1 7.5 10V7H2a2 2 0 0 1-2-2V4zm1 0v1a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1zm6 7.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5z" />
</svg>
</div>
<h4 class="fw-semibold mb-0">Self-hosted option</h4>
<p class="text-muted">One of the biggest advantages of WeKan is its self-hosting option, which gives you full control over your data, better security, greater customization options, cost-effectiveness, long-term viability,
and can help you ensure that your data is not being accessed or shared without your knowledge.</p>
</div>
<div class="d-flex flex-column gap-2">
<div class="feature-icon d-inline-flex align-items-center justify-content-left fs-4 rounded-3">
<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" fill="currentColor" class="bi bi-shield-lock" viewBox="0 0 16 16">
<path d="M5.338 1.59a61.44 61.44 0 0 0-2.837.856.481.481 0 0 0-.328.39c-.554 4.157.726 7.19 2.253 9.188a10.725 10.725 0 0 0 2.287 2.233c.346.244.652.42.893.533.12.057.218.095.293.118a.55.55 0 0 0 .101.025.615.615 0 0 0 .1-.025c.076-.023.174-.061.294-.118.24-.113.547-.29.893-.533a10.726 10.726 0 0 0 2.287-2.233c1.527-1.997 2.807-5.031 2.253-9.188a.48.48 0 0 0-.328-.39c-.651-.213-1.75-.56-2.837-.855C9.552 1.29 8.531 1.067 8 1.067c-.53 0-1.552.223-2.662.524zM5.072.56C6.157.265 7.31 0 8 0s1.843.265 2.928.56c1.11.3 2.229.655 2.887.87a1.54 1.54 0 0 1 1.044 1.262c.596 4.477-.787 7.795-2.465 9.99a11.775 11.775 0 0 1-2.517 2.453 7.159 7.159 0 0 1-1.048.625c-.28.132-.581.24-.829.24s-.548-.108-.829-.24a7.158 7.158 0 0 1-1.048-.625 11.777 11.777 0 0 1-2.517-2.453C1.928 10.487.545 7.169 1.141 2.692A1.54 1.54 0 0 1 2.185 1.43 62.456 62.456 0 0 1 5.072.56z" />
<path d="M9.5 6.5a1.5 1.5 0 0 1-1 1.415l.385 1.99a.5.5 0 0 1-.491.595h-.788a.5.5 0 0 1-.49-.595l.384-1.99a1.5 1.5 0 1 1 2-1.415z" />
</svg>
</div>
<h4 class="fw-semibold mb-0">Access controls</h4>
<p class="text-muted">WeKan allows you to set up access controls to limit who can see and edit your boards and cards. You can set permissions at the board level or for individual users, which helps you control who has access to sensitive data.</p>
</div>
</div>
</div>
</div>
</div>
<div class="container-fluid wekan-dark-blue">
<div class="container px-4 py-5">
<div class="row">
<div class="col-12 text-white">
<a href="https://www.tmdn.org/tmview/#/tmview/detail/FI50202100052006A" class="text-white">Registered trademark in Finland</a>.
Other countries usually honor trademarks of one country.
<a href="https://github.com/wekan/wekan/blob/main/docs/FAQ/Hall-of-Shame.md" class="text-white">Hall of Shame of fake non-WeKan companies</a>.
<br /><br />
WeKan is MIT License (MIT)
</div>
</div>
</div>
</div>
</body>
</html>