-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
88 lines (88 loc) · 4.01 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
<!DOCTYPE html>
<!--
O 88 .o
8888ooooo. 88 ooo .88
8d88' `888b .o .oooo88 .ooooooo 88 8· .oooooo o8888oo
888 888 .88 d88` '88b d88` 88o· doo ""888""
888 888 8 88 888 888 888 88o. 88oooo 888
888 888 88 888 .888 b88 88 8. boo 888 .
888 . .888 88 '88bod`888 .ooooooo 88 ooo .oooooo "888Y
88888`bod8P' 88
Y88
-->
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Djacket: A Git server written in Python/Django</title>
<meta name="description" content="Djacket is a free and open source Git server written in Python and Django framework. It is meant for personal and small-business usages.">
<meta name="keywords" content="Djacket, Git, server, python, django, web, interface, management, free, open-source">
<meta name="author" content="Moeen Zamani">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
<link rel="canonical" href="https://djacket.github.io/">
<link rel="stylesheet" href="styles/djacket.css" type="text/css" media="screen"/>
<link rel="apple-touch-icon" sizes="60x60" href="icons/apple-icon-60x60.png">
<link rel="icon" type="image/png" sizes="36x36" href="icons/android-icon-36x36.png">
<link rel="icon" href="icons/favicon.ico">
<link rel="manifest" href="manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="icons/ms-icon-70x70.png">
</head>
<body>
<div id="container" class="cf">
<header role="navigation">
<a href="https://djacket.github.io"><h1 class="logo-header">Djacket</h1></a>
<h1>Wheels Re-invented</h1>
<h2>A free and open source <a href="https://git-scm.com/">Git</a> server written in <a href="https://www.djangoproject.com">Python/Django</a></h2>
<a class="button green" href="https://github.com/Djacket/djacket/releases/latest">Download Djacket</a>
<h3 class="nav-header">Installation</h3>
<p class="instruction">Download latest release and install:</p>
<div class="code">
<p>git clone <span style="color: red;">https://github.com/Djacket/djacket.git<span></p>
<p>cd djacket</p>
<p>./djacket.sh prod</p>
</div>
<p class="instruction">For more information about installation and</p>
<p class="instruction">source code visit
<a href="https://github.com/Djacket/djacket">https://github.com/Djacket/djacket</a></p>
</p>
</header>
<div id="main" role="main">
<section class="slider">
<div class="flexslider">
<ul class="slides">
<li>
<img src="img/djacket-screenshot-1.png" alt="Djacket screenshot 1"/>
</li>
<li>
<img src="img/djacket-screenshot-2.png" alt="Djacket screenshot 2"/>
</li>
<li>
<img src="img/djacket-screenshot-3.png" alt="Djacket screenshot 3"/>
</li>
<li>
<img src="img/djacket-screenshot-4.png" alt="Djacket screenshot 4"/>
</li>
<li>
<img src="img/djacket-screenshot-5.png" alt="Djacket screenshot 5"/>
</li>
</ul>
</div>
</section>
</div>
</div>
<footer class="main-footer">
<p class="footer-p">Published under MIT License</p>
</footer>
<script type="text/javascript" src="scripts/djacket.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-81873819-1', 'auto');
ga('send', 'pageview');
</script>
<noscript>Please enable Javasript.</noscript>
</body>
</html>