-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathabout.html
More file actions
44 lines (43 loc) · 1.24 KB
/
about.html
File metadata and controls
44 lines (43 loc) · 1.24 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="css/bootstrap.min.css" rel="stylesheet" media="screen">
<link href="css/style.css" rel="stylesheet" media="screen">
<title>about shtfy</title>
</head>
<body>
<div class="about-container">
<p>
<a href="form.html">
back to <span class="shtfy">shtfy</span>
</a>
<p>
shtfy [pron. shitify] is a URL-shortifier run by <a href="http://aykit.org/sites/siteindex_en">aykit</a>.
</p>
<p>
We at aykit hate data retention and love open-source. shtfy is keeping data storage to a minimum:
<dl>
<dt>
All URLs shortified
</dt>
<dd>
For shtfy to work correctly, we need to save every URL and it's shortified version.
</dd>
<dt>
Hits
</dt>
<dd>
We save how often a shortified URL has been visited. Note that we only save the amount of hits.
</dd>
</dl>
<p>
And that is all. If you want to host your own version of shtfy, go to
<a href="https://github.com/aykit/shtfy">
shtfy on github.
</a>
</p>
</div>
</body>
</html>