-
Notifications
You must be signed in to change notification settings - Fork 3
/
contribute.html
269 lines (269 loc) · 11.3 KB
/
contribute.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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Share your knowledge — Fedora Developer Portal</title>
<meta name="description" content="Fedora Developer Portal provides information for developers running Fedora on their workstation or virtual machines.
">
<link rel="canonical" href="https://developer.fedoraproject.org/contribute.html">
<!-- Link to Sitemap -->
<link rel="sitemap" type="application/xml" title="Sitemap" href="/sitemap.xml" />
<link href="/css/main.css" rel="stylesheet" media="screen, print">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:400,600,300">
<link rel="stylesheet" href="/static/css/bootstrap.min.css">
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-69605821-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<!-- The top blue thing -->
<div id="splash" class="splash-size-small splash-section-contribute">
<div class="container">
<div class="row" id="top">
<div class="col-sm-2" id="logo-col">
<div class="text-center">
<h1>
<a href="/">
<img src="/static/logo_white.png" style="height: 46px; width: 152px;">
<span>Fedora Developer Portal</span>
</a>
</h1>
</div>
</div>
<div class="col-sm-7" id="menu-col">
<nav>
<ul class="nav navbar-nav">
<li class="">
<a href="/start.html">Start a project</a>
</li>
<li class="">
<a href="/tools.html">Get tools</a>
</li>
<li class="">
<a href="/tech.html">Languages & databases</a>
</li>
<li class="">
<a href="/deployment.html">Deploy and distribute</a>
</li>
<!--
<li class="">
<a href="/">Resources</a>
</li>
<li class="">
<a href="/">Blogs</a>
</li>
-->
</ul>
</nav>
</div>
<div class="col-sm-3" id="search-col" style="display: none;">
<!-- // every other page -->
<style media="screen, print">
#search-results {
position: absolute;
top: 44px;
right: 15px;
z-index: 10;
width: 288px;
max-height: 260px;
overflow-y: scroll;
padding: 0 10px 0 10px;
background-color: #fff;
border: 1px solid transparent;
border-radius: 4px;
box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
#search-results a {
color: #000;
text-decoration: none;
}
#search-results a:visited {
color: #000;
}
#search-results article, a {
width: 100%;
}
#search-results a {
display: block;
}
#search-results article:hover {
background-color: #e6e6e6;
}
</style>
<form class="input-group" id="search" action="/search.html" method="get">
<input type="text" id="search-query" class="form-control" name="q" placeholder="Search" autocomplete="off">
<span class="input-group-btn">
<button class="btn btn-default glyphicon glyphicon-search" type="submit" aria-hidden="true"></button>
</span>
</form>
<section id="search-results" style="display: none;">
<div class="entries">
</div>
</section>
<script id="search-results-template" type="text/mustache">
{{#entries}}
<article>
<a href="{{url}}">{{title}}</a>
</article>
{{/entries}}
</script>
</div>
</div>
<div class="row" id="headlines">
<div class="col-sm-12">
<img class="img-rounded" src="/static/logo/.png">
<h2>Share your knowledge</h2>
<p>Fedora Developer Portal is a community effort to share guides and information about open-source development. And we need your help!</p>
<img class="img-rounded" src="/static/logo/.png">
<h2>Deploy and distribute</h2>
<p>Package as an RPM. Distribute with Copr. Deploy to OpenShift.</p>
<img class="img-rounded" src="/static/logo/.png">
<h2>Start a project</h2>
<p>How to do web, mobile, Arduino, and RaspberryPi development on Fedora.</p>
<img class="img-rounded" src="/static/logo/.png">
<h2>Languages & databases</h2>
<p>Languages and their modules available in Fedora. Installing databases and their configuration.</p>
</div>
</div>
<div class="row" id="attribution">
<div class="col-sm-12">
<a href="https://www.flickr.com/photos/wonderlane/2315590279/">Abstract Technology architecture parabolic Windows by Wonderlane on Flickr, CC-BY-2.0</a>
</div>
</div>
</div>
</div>
<!-- Content -->
<div class="container">
<div class="row">
<div class="col-sm-3">
<div class="list-group content-menu">
<a href="/about.html" class="list-group-item ">About Fedora Developer Portal</a>
<a href="/contribute.html" class="list-group-item active ">Share your knowledge</a>
<a href="/deployment.html" class="list-group-item ">Deploy and distribute</a>
<a href="/" class="list-group-item "></a>
<a href="/css/main.css" class="list-group-item "></a>
<a href="/search.html" class="list-group-item ">Search</a>
<a href="/start.html" class="list-group-item ">Start a project</a>
<a href="/tech.html" class="list-group-item ">Languages & databases</a>
<a href="/tools.html" class="list-group-item ">Get tools</a>
<a href="/sitemap.xml" class="list-group-item "></a>
<a href="/robots.txt" class="list-group-item "></a>
</div>
<div class="panel panel-default">
<div class="panel-body" style="padding-top:8px;padding-bottom:8px">
<div id="ask-fedora">
Have a question?
<a href="//ask.fedoraproject.org/">Ask Fedora.</a>
</div>
</div>
</div>
<a target="_blank" href="https://github.com/developer-portal/content/edit/master/contribute.md" class="btn btn-default">Edit this page</a>
<a target="_blank" href="https://github.com/developer-portal/content/issues/new?title=contribute:++contribute.md&body=Describe+the+problem" class="btn btn-default">Report an issue</a>
</div>
<div class="col-sm-9">
<div class="panel panel-default content-content">
<h1 id="share-your-knowledge">Share your knowledge</h1>
<p>Become a part of the Fedora developer community and share your knowledge with others! Anyone is welcome to contribute to the portal. See our <a href="https://github.com/developer-portal/content">content repository on GitHub</a> for more information.</p>
</div>
</div>
</div>
</div>
<!-- Some other stuff -->
<div class=" banner-contribute">
<div class="container">
<h2> Share your knowledge </h2>
<p> Fedora Developer Portal is a community effort to share guides and information about open-source development. And we need your help! </p>
<a href="http://developer-portal.github.io/contributing/" class="btn btn-primary">Learn how to contribute</a>
</div>
</div>
<footer class="footer">
<div class="container">
<div class="row footerlinks">
<div class="col-sm-3 col-xs-6 widget">
<h3 class="widget-title">About</h3>
<div class="widget-body">
<dl>
<dd><a href="/about.html">About Developer Portal</a></dd>
<dd><a href="https://docs.fedoraproject.org/en-US/project/">About Fedora</a></dd>
<dd><a href="https://getfedora.org/en/sponsors">Sponsors</a></dd>
<dd><a href="https://fedoramagazine.org">Fedora Magazine</a></dd>
<dd><a href="https://fedoraproject.org/wiki/Legal:Main#Legal">Legal</a></dd>
</dl>
<ul class="list-inline">
<li>
<a class="btn-social btn-outline" href="https://www.facebook.com/TheFedoraProject"><i class="fa fa-fw fa-facebook"></i></a>
</li>
<li>
<a class="btn-social btn-outline" href="https://plus.google.com/112917221531140868607"><i class="fa fa-fw fa-google-plus"></i></a>
</li>
<li>
<a class="btn-social btn-outline" href="https://twitter.com/fedora"><i class="fa fa-fw fa-twitter"></i></a>
</li>
</ul>
</div>
</div>
<div class="col-sm-3 col-xs-6 widget">
<h3 class="widget-title uppercase">Download</h3>
<div class="widget-body">
<dl>
<dd><a href="https://getfedora.org/en/workstation/download/">Get Fedora Workstation</a></dd>
<dd><a href="https://getfedora.org/en/server/download/">Get Fedora Server</a></dd>
<dd><a href="https://getfedora.org/en/atomic/download/">Get Fedora Atomic</a></dd>
<dd><a href="https://alt.fedoraproject.org/en/cloud/">Get Fedora Cloud</a></dd>
<dd><a href="https://spins.fedoraproject.org">Fedora Spins</a></dd>
<dd><a href="https://labs.fedoraproject.org">Fedora Labs</a></dd>
<dd><a href="https://arm.fedoraproject.org">Fedora ARM<span class="sup">®</span></a></dd>
<dd><a href="https://alt.fedoraproject.org/">Alternative Downloads</a></dd>
</dl>
</div>
</div>
<div class="col-sm-3 col-xs-6 widget">
<h3 class="widget-title">Support</h3>
<div class="widget-body">
<dl>
<dd><a href="https://fedoraproject.org/wiki/Communicating_and_getting_help">Get Help</a></dd>
<dd><a href="https://ask.fedoraproject.org/">Ask Fedora</a></dd>
<dd><a href="https://fedoraforum.org/">Forums</a></dd>
<dd><a href="https://fedoraproject.org/wiki/Common_F39_bugs">Common Bugs</a></dd>
<dd><a href="https://docs.fedoraproject.org/en-US/fedora/f39/install-guide/">Installation Guide</a></dd>
</dl>
</div>
</div>
<div class="col-sm-3 col-xs-6 widget">
<h3 class="widget-title">Join</h3>
<div class="widget-body">
<dl>
<dd><a href="https://fedoraproject.org/wiki/Join">Join Fedora</a></dd>
<dd><a href="http://fedoraplanet.org">Planet Fedora</a></dd>
<dd><a href="https://fedoraproject.org/wiki/SIGs">Fedora SIGs</a></dd>
<dd><a href="https://admin.fedoraproject.org/accounts/">Fedora Account System</a></dd>
<dd><a href="https://fedoracommunity.org/">Fedora Community</a></dd>
</dl>
</div>
</div>
</div> <!-- /row of widgets -->
<div class="row">
<div class="col-md-2">
<div class="widget-body">
<a href="https://www.redhat.com/"><img alt="Red Hat Logo" src="/static/logo/redhat.png" class="rh-logo"></a>
</div>
</div>
<div class="col-md-7">
<div class="widget-body">
<p class="sponsor">Fedora is sponsored by Red Hat.</p>
<p class="sponsor"><a href="https://www.redhat.com/en/technologies/linux-platforms/articles/relationship-between-fedora-and-rhel">Learn more about the relationship between Red Hat and Fedora »</a></p>
<p class="copy">© 2024 Red Hat, Inc. and others.</p>
</div>
</div>
<!-- /row of widgets -->
</div>
</footer>
</body>
</html>