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
/
Copy pathdocumentation.html
110 lines (83 loc) · 4.57 KB
/
documentation.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
<!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 class="current" href="documentation.html" title="Documentation">Documentation</a></li>
<li><a 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>Documentation</h2>
<h3>User Documentation</h3>
<p>User documentation for Spacewalk is available in the <a href="http://fedorahosted.org/spacewalk">Spacewalk wiki</a>:</p>
<ul>
<li><a href="https://fedorahosted.org/spacewalk/wiki/UserDocs">Spacewalk Wiki User Documentation</a></li>
</ul>
<p>You will also likely find the following Red Hat Satellite documentation useful:</p>
<ul>
<li><a href="https://access.redhat.com/documentation/en-US/Red_Hat_Satellite/5.7/html-single/Installation_Guide/index.html">Red Hat Satellite 5.7 Installation Guide</a></li>
<li><a href="https://access.redhat.com/documentation/en-US/Red_Hat_Satellite/5.7/html-single/Getting_Started_Guide/index.html">Red Hat Satellite 5.7 Getting Started Guide</a></li>
<li><a href="https://access.redhat.com/documentation/en-US/Red_Hat_Satellite/5.7/html-single/Client_Configuration_Guide/index.html">Red Hat Satellite 5.7 Client Configuration Guide</a></li>
<li><a href="https://access.redhat.com/documentation/en-US/Red_Hat_Satellite/5.7/html-single/User_Guide/index.html">Red Hat Satellite 5.7 User Guide</a></li>
<li><a href="https://access.redhat.com/documentation/en-US/Red_Hat_Satellite/5.7/html-single/Proxy_Installation_Guide/index.html">Red Hat Satellite 5.7 Proxy Installation Guide</a></li>
</ul>
<h3>Developer Documentation</h3>
<p>The <a href="http://fedorahosted.org/spacewalk">Spacewalk wiki</a> has various developer documentation available:</p>
<ul>
<li><a href="https://fedorahosted.org/spacewalk/wiki/DeveloperDocs">Spacewalk Developer Documentation</a></li>
</ul>
<p>We also have low-level developer APIs autogenerated from the code of each release of Spacewalk:</p>
<ul>
<li><a href="documentation/javadoc/">Javadoc output (Java stack)</a></li>
<li><a href="documentation/python-doc/">Epydoc output (Python stack)</a></li>
<li><a href="documentation/schema-doc/">OraSchemaDoc output (DB ERD)</a></li>
<li><a href="documentation/api/2.3">XMLRPC API document (CLI/Scripting API)</a></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:secalert@redhat.com">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>