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
/
development.html
83 lines (63 loc) · 3.83 KB
/
development.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
<!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 class="current" 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 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>Development</h2>
<p>All development of Spacewalk happens in the community and out in the open. Communication between developers occurs on <a href="communicate.html">the development mailing list and in IRC</a>, documentation is stored on <a href="http://fedorahosted.org/spacewalk">our wiki</a>, and our <a href="repository.html">source code repository and all changes to it</a> are publicly available.</p>
<h3>Mailing Lists & IRC</h3>
<p>Much of the discussion about how Spacewalk is developed takes place on our <a href="https://www.redhat.com/mailman/listinfo/spacewalk-devel">[email protected]</a> development mailing list as well as <a href="communicate.html">our IRC channel</a>. <a href="communicate.html">Learn more</a> about our mailing lists and IRC.
<h3>Wiki</h3>
<p>The <a href="https://fedorahosted.org/spacewalk">Spacewalk developer wiki</a> is our main source of developer documentation, notes, and planning documents. If you'd like to be able to contribute to our wiki, you'll need a Fedora Account System login. <a href="http://join.fedoraproject.org">Sign up for a Fedora account here</a>, and request edit access to our wiki either via <a href="communicate.html">IRC or our development mailing list</a>.</p>
</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>