-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhistory.html
188 lines (178 loc) · 7.71 KB
/
history.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
<!doctype html>
<html>
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>OpenTR | State of Open Source Contribution in Turkey</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.min.css">
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-B643D9JLP5"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-B643D9JLP5');
</script>
</head>
<body>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL" crossorigin="anonymous"></script>
<script src="https://code.jquery.com/jquery-3.7.1.min.js" crossorigin="anonymous"></script>
<div class="container">
<nav class="navbar navbar-expand-lg bg-body-tertiary">
<div class="container-fluid">
<a class="navbar-brand" style="margin-right: 6rem;" href="#">
<img src="<%= require('./src/assets/logo.svg') %>"/>
<span>OpenTR</span>
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse"
data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent"
aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link active" target="_blank" href="https://opentr.foundation">About OpenTR / OpenTR Hakkında</a>
</li>
</ul>
</div>
</div>
</nav>
</div>
<div class="container content">
<h1 class="display-4">
State of Open Source Contribution in Turkey
</h1>
<h1 class="display-4">
Türkiye'de Açık Kaynağa Katkının Durumu
</h1>
<p class="lead fs-1 mt-5">
Previous Reports / Önceki Raporlar
</p>
<ul>
<li>
<p class="lead">
<a target="_blank" class="fs-3 text-decoration-none" href="https://state.opentr.foundation/">Latest / Güncel (July 31, 2024 / 31 Temmuz 2024) <i class="bi bi-box-arrow-up-right"></i></a>
</p>
<p class="lead">
Change Log
<ul>
<li>
Data is updated.
</li>
</ul>
</p>
<p class="lead">
Değişiklik Kaydı
<ul>
<li>
Veriler güncellendi.
</li>
</ul>
</p>
</li>
<li>
<p class="lead">
<a target="_blank" class="fs-3 text-decoration-none" href="https://2024-04--state-of-oss-contribution-report.netlify.app/">April 20, 2024 / 20 Nisan 2024 <i class="bi bi-box-arrow-up-right"></i></a>
</p>
<p class="lead">
Change Log
<ul>
<li>
Data is updated.
</li>
</ul>
</p>
<p class="lead">
Değişiklik Kaydı
<ul>
<li>
Veriler güncellendi.
</li>
</ul>
</p>
</li>
<li>
<p class="lead">
<a target="_blank" class="fs-3 text-decoration-none" href="https://2024-02--state-of-oss-contribution-report.netlify.app/">February 4, 2024 / 4 Şubat 2024 <i class="bi bi-box-arrow-up-right"></i></a>
</p>
<p class="lead">
Change Log
<ul>
<li>
We now fetch details of all repositories of focus organizations and use them to calculate the contribution score.
</li>
<li>
The repository and organization scores are used to measure the impact of the open source contributors, and we calculate scores of the contributors based on that.
</li>
<li>
We now also consider the diversity of contributions. Contributions to a bigger number of focus organizations are now rewarded in the score calculation.
</li>
<li>
With these changes, we actually saw that there are more contributors.
</li>
<li>
The company score calculation is also considering the impact of the repositories.
</li>
<li>
All the score calculations are now documented for transparency.
</li>
<li>
As we now have the details of all organizations and their repositories, we are able to show the programming languages used in the repositories and an estimation of the contribution languages.
</li>
</ul>
</p>
<p class="lead">
Değişiklik Kaydı
<ul>
<li>
Artık odak kuruluşlarının tüm depolarının ayrıntılarını alıyoruz ve katkı puanını hesaplamak için kullanıyoruz.
</li>
<li>
Repository ve organizasyon puanları, açık kaynak katkıda bulunanların etkisini ölçmek için kullanıldı ve bunu kullanarak katkıda bulunanların puanlarını hesaplıyoruz.
</li>
<li>
Artık katkıların çeşitliliğini de dikkate alıyoruz. Katkı yapılan odak organizasyonların sayısının büyüklüğü, puan hesaplamasında ödüllendiriliyor.
</li>
<li>
Bu değişiklikler sayesinde, aslında daha fazla katkıda bulunanın olduğunu gördük.
</li>
<li>
Şirket puanı hesaplaması da repository'lerin etkisini dikkate alıyor.
</li>
<li>
Tüm puan hesaplamaları şeffaflık için belgelendi.
</li>
<li>
Artık tüm organizasyonların ve repository'lerinin ayrıntılarına sahip olduğumuz için, repository'lerde kullanılan programlama dillerini ve katkı dillerinin bir tahminini gösterebiliyoruz.
</li>
</ul>
</p>
</li>
<li>
<p class="lead">
<a target="_blank" class="fs-3 text-decoration-none" href="https://2024-01--state-of-oss-contribution-report.netlify.app/">January 7, 2024 / 7 Ocak 2024 <i class="bi bi-box-arrow-up-right"></i></a>
</p>
<p class="lead">
Change Log
<ul>
<li>
First version of the report.
</li>
</ul>
</p>
<p class="lead">
Değişiklik Kaydı
<ul>
<li>
Raporun ilk sürümü.
</li>
</ul>
</p>
</li>
</ul>
</div>
</body>
</html>