This repository was 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
/
Copy pathrelatedlinks.html
106 lines (81 loc) · 4.03 KB
/
relatedlinks.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
<!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 href="repository.html" title="Source Repository">Source Repository</a></li>
<li><a class="current" 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>Related Links</h2>
<p> Some useful and relevant sites include: </p>
<h3>Red Hat Satellite</h3>
<ul>
<li><a href="http://www.redhat.com/en/technologies/linux-platforms/satellite">Satellite Product Pages</a></li>
<li><a href="https://access.redhat.com/documentation/en-US/Red_Hat_Satellite/">Satellite Product Documentation</a></li>
<li><a href="https://rhn.redhat.com/rhn/systems/SystemList.do">RHN Classic (Hosted) Application</a> - part of Red Hat Customer Portal</li>
</ul>
<h3>Spacewalk</h3>
<ul>
<li><a href="development.html">Spacewalk Wiki</a></li>
<li><a href="communicate.html">Spacewalk Mailing Lists</a></li>
<li><a href="https://github.com/spacewalkproject/spacewalk">Spacewalk on GitHub</a></li>
<li><a href="https://bugzilla.redhat.com/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&list_id=3422566&product=Spacewalk">Spacewalk in Bugzilla</a></li>
</ul>
<h3>Systems Management</h3>
<ul>
<li><a href="http://www.cobblerd.org/">Cobbler</a> - Provisioning and Kickstarts</li>
<li><a href="http://freeipa.org/">FreeIPA</a> - Identity, Policy, Audit tool using Kerberos and LDAP</li>
<li><a href="https://fedorahosted.org/pulp/">Pulp</a> - Software Management</li>
<li><a href="https://fedorahosted.org/katello/">Katello</a> - Systems Management</li>
<li><a href="http://theforeman.org/">The Foreman</a> - Provisioning and Kickstarts</li>
<li><a href="http://candlepinproject.org/">Candlepin</a> - Subscription Management</li>
</ul>
</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>