This repository has been archived by the owner on Jul 28, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathdocumentation.html
97 lines (79 loc) · 3.98 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
---
title: Documentation
---
<!DOCTYPE html>
<html lang="en">
<head>
{% include head.html %}
</head>
<body id="page-top">
<nav id="mainNav" class="navbar navbar-default navbar-fixed-top">
{% include nav.html %}
</nav>
<!-- HEADER -->
<header>
{% include header.html %}
</header>
<!-- MAILING LISTS / IRC-->
<section class="section-documentation" id="doc">
<div class="container">
<div class="row">
<div class="col-lg-10 col-lg-offset-1 text-center">
<h2 class="section-heading">Documentation</h2>
<hr/>
<div class="col-md-12 text-center">
<div>
<h3>User Documentation</h3>
<p>User documentation for Spacewalk is available in the <a
href="https://github.com/spacewalkproject/spacewalk/wiki">Spacewalk wiki</a>:</p>
<ul>
<li><a href="https://github.com/spacewalkproject/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.8/html-single/Installation_Guide/index.html">Red
Hat Satellite 5.8 Installation Guide</a></li>
<li>
<a href="https://access.redhat.com/documentation/en-US/Red_Hat_Satellite/5.8/html-single/Getting_Started_Guide/index.html">Red
Hat Satellite 5.8 Getting Started Guide</a></li>
<li>
<a href="https://access.redhat.com/documentation/en-US/Red_Hat_Satellite/5.8/html-single/Client_Configuration_Guide/index.html">Red
Hat Satellite 5.8 Client Configuration Guide</a></li>
<li>
<a href="https://access.redhat.com/documentation/en-US/Red_Hat_Satellite/5.8/html-single/User_Guide/index.html">Red
Hat Satellite 5.8 User Guide</a></li>
<li>
<a href="https://access.redhat.com/documentation/en-US/Red_Hat_Satellite/5.8/html-single/Proxy_Installation_Guide/index.html">Red
Hat Satellite 5.8 Proxy Installation Guide</a></li>
</ul>
<h3>Developer Documentation</h3>
<p>The <a href="https://github.com/spacewalkproject/spacewalk/wiki">Spacewalk wiki</a> has
various developer documentation available:</p>
<ul>
<li><a href="https://github.com/spacewalkproject/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.10/">XMLRPC API document (CLI/Scripting API)</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
{% include scroll_to_top.html %}
</section>
<footer>
{% include footer.html %}
</footer>
<!-- jQuery -->
{% include jsresource.html %}
</body>
</html>