-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathabout.html
More file actions
253 lines (253 loc) · 9.65 KB
/
about.html
File metadata and controls
253 lines (253 loc) · 9.65 KB
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
<!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>About Fedora Developer Portal — 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/about.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-">
<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">
<h2>About Fedora Developer Portal</h2>
<p>What is Fedora Developer Portal and how to contribute.</p>
</div>
</div>
<div class="row" id="attribution">
<div class="col-sm-12">
<a href=""></a>
</div>
</div>
</div>
</div>
<!-- Content -->
<div class="container">
<div class="section-content">
<div class="row">
<div class="col-sm-12">
<h2>About</h2>
<p>
Fedora Developer Portal is a place for developers running Fedora on their workstation or virtual machine for their
development needs. Fedora offers plenty of packages for developers, but they were not that easy to find
and understand.
</p>
<p>
Therefore the goal of this site is to present the packages available on Fedora and explain how to use them.
</p>
<h2>Contribute</h2>
<p>
Development of Fedora Developer Portal takes place on <a href="https://github.com/developer-portal">GitHub.com</a>.
There are two separated projects under Developer Portal organization:
</p>
<ul>
<li><a href="https://github.com/developer-portal/content">content</a> for submitting, editing and reviewing the content</li>
<li><a href="https://github.com/developer-portal/website">website</a> for the technical implementation</li>
</ul>
<p>
Each project has its README file that will explain to you how to start contributing. See also our <a href="https://fedoraproject.org/wiki/Websites/Developer">Fedora Wiki</a> page.
</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://accounts.fedoraproject.org/">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">© 2026 Red Hat, Inc. and others.</p>
</div>
</div>
<!-- /row of widgets -->
</div>
</footer>
</body>
</html>