This repository has been archived by the owner on Jun 2, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
repository.html
81 lines (61 loc) · 3.09 KB
/
repository.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="description" content="" />
<meta name="keywords" content="Spacewalk, HN, Satellite, Open Source, FOSS, Free & Open Source, System Management, Systems Management, Linux, Red Hat, Fedora" />
<title>Spacewalk: Free & Open Source Linux Systems Management</title>
<link rel="shortcut icon" href="img/spacewalk_favicon.ico" />
<link rel="stylesheet" href="css/style.css" type="text/css" media="all" />
</head>
<body>
<div id="wrap">
<h1 id="logo">
<a href="/">
<img src="img/spacewalk-logo.png" alt="Spacewalk" />
</a>
</h1>
<div id="main">
<div id="nav">
<ul>
<li><a href="/" title="Return to the Spacewalk front page.">Home</a></li>
<li><a href="faq.html" title="Frequently Asked Questions">FAQ</a></li>
<li><a href="download.html" title="Download Spacewalk">Download</a></li>
<li><a href="screenshots.html" title="Spacewalk Screenshots">Screenshots</a></li>
<li><a href="communicate.html" title="Mailing List and IRC">Mailing List / IRC</a></li>
<li><a href="development.html" title="Wiki / Development">Wiki / Development</a></li>
<li><a href="documentation.html" title="Documentation">Documentation</a></li>
<li><a class="current" href="repository.html" title="Source Repository">Source Repository</a></li>
<li><a href="relatedlinks.html" title="Related Links">Related Links</a></li>
</ul>
</div>
<div id="content">
<div id="sidebar" style="display: none;">
<h2>Sidebar Title</h2>
<p>Sidebar text.</p>
</div>
<h2>Source Repository</h2>
<p>Spacewalk's source repository uses the git source control system and is located at <a href="https://github.com/spacewalkproject/spacewalk">GitHub</a>: <em>(you will need git installed, yum install git)</em><p>
<blockquote>git clone [email protected]:spacewalkproject/spacewalk.git</blockquote>
<p>For information on how to work with our source repository, please visit <a href="https://fedorahosted.org/spacewalk/wiki/DownloadIt">the wiki download page</a>.
</div>
<div id="footer">
<p>Copyright © 2015 Red Hat, Inc. All Rights Reserved. The Spacewalk logo is a trademark of Red Hat, Inc. <br />Please send any comments or corrections to <a href="communicate.html">the Spacewalk mailing list</a>.
<br />
Please report any security concerns about Spacewalk to <a href="mailto:[email protected]">the Red Hat Security Response Team</a>.</p>
</div>
</div>
</div>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-29244526-2']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>