Skip to content

Commit 7fe75c9

Browse files
committed
Use specific Web Archive timestamps and fix garbled text
- Replace /web/2024/ with exact Wayback Machine snapshot timestamps - Fix garbled article title in ar/how-to-contribute.md
1 parent 63d4ce1 commit 7fe75c9

File tree

81 files changed

+142
-142
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

81 files changed

+142
-142
lines changed

_articles/ar/best-practices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ related:
227227
أنا أؤمن بأن tests ضرورية لكل code يعمل عليه الناس. فلو كان code صحيحًا وكاملًا تمامًا، لما احتاج إلى أي تعديل – نحن نكتب code فقط عندما يكون هناك خلل، سواء كان سببًا في It crashes أو لغياب ميزة معينة .
228228
وبغض النظر عن التغييرات، تظل tests أساسية لاكتشاف أي regressions قد تدخلها عن طريق الخطأ
229229
<p markdown="1" class="pquote-credit">
230-
@edunham, ["Rust's Community Automation"](https://web.archive.org/web/2024/https://edunham.net/2016/09/27/rust_s_community_automation.html)
230+
@edunham, ["Rust's Community Automation"](https://web.archive.org/web/20161020132400/https://edunham.net/2016/09/27/rust_s_community_automation.html)
231231
</p>
232232
</aside>
233233

_articles/ar/getting-paid.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ related:
117117
ومن أمثلة المشاريع التي تم تمويلها ما يلي:
118118

119119
* **[webpack](https://github.com/webpack)** يجمع الأموال من الشركات والأفراد [من خلال OpenCollective](https://opencollective.com/webpack)
120-
* **[Ruby Together](https://web.archive.org/web/2024/https://rubytogether.org/),** منظمة غير ربحية تدفع مقابل العمل على [bundler](https://github.com/bundler/bundler), [RubyGems](https://github.com/rubygems/rubygems), وغيرها من مشاريع البنية التحتية ل Ruby
120+
* **[Ruby Together](https://web.archive.org/web/20221213183825/https://rubytogether.org/),** منظمة غير ربحية تدفع مقابل العمل على [bundler](https://github.com/bundler/bundler), [RubyGems](https://github.com/rubygems/rubygems), وغيرها من مشاريع البنية التحتية ل Ruby
121121

122122
### إنشاء مصدر للإيرادات
123123

_articles/ar/how-to-contribute.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ related:
1818
<img src="https://avatars.githubusercontent.com/errietta?s=180" class="pquote-avatar" alt="avatar">
1919
العمل على <span dir="rtl">Freenode</span> ساعدني على اكتساب الكثير من المهارات التي استخدمتها لاحقًا في دراستي الجامعية وفي عملي الفعلي. أعتقد أن العمل على مشاريع مفتوحة المصدر يساعدني بقدر ما يساعد المشروع!
2020
<p markdown="1" class="pquote-credit">
21-
[@errietta](https://github.com/errietta), ["Why cd opensourceI love contributing to open source software"](https://web.archive.org/web/2024/https://www.errietta.me/blog/open-source/)
21+
[@errietta](https://github.com/errietta), ["Why I love contributing to open source software"](https://web.archive.org/web/20251207070642/https://www.errietta.me/blog/open-source/)
2222
</p>
2323
</aside>
2424

@@ -70,7 +70,7 @@ related:
7070
<img src="https://avatars.githubusercontent.com/orta?s=180" class="pquote-avatar" alt="avatar">
7171
أنا معروف بعملي على<span dir="rtl">CocoaPods</span> لكن في الواقع، معظم الناس لا يعلمون أنني لا أقوم بأيّ عمل حقيقيّ على أداة <span dir="rtl">CocoaPods</span> نفسها. معظم وقتي في المشروع يُقضى في أمور مثل توثيق المشروع والعمل على <span dir="rtl">(branding)</span> بناء هُويّته.
7272
<p markdown="1" class="pquote-credit">
73-
[@orta](https://github.com/orta), ["Moving to OSS by default"](https://web.archive.org/web/2024/https://academy.realm.io/posts/orta-therox-moving-to-oss-by-default/)
73+
[@orta](https://github.com/orta), ["Moving to OSS by default"](https://web.archive.org/web/20190922123729/https://academy.realm.io/posts/orta-therox-moving-to-oss-by-default/)
7474
</p>
7575
</aside>
7676

@@ -93,7 +93,7 @@ related:
9393

9494
* اكتُب وطوّر توثيق المشروع, [like @CBID2 did for OpenSauced's documentation](https://github.com/open-sauced/docs/pull/151)
9595
* نظّم مجلدًا يحتوي على أمثلة توضح كيفية استخدام المشروع
96-
* أطلِق نشرة إخبارية للمشروع، أو نظّم أبرز المحتويات من قائمة البريد الإلكتروني, [like @opensauced did for their product](https://web.archive.org/web/2024/https://news.opensauced.pizza/about/)
96+
* أطلِق نشرة إخبارية للمشروع، أو نظّم أبرز المحتويات من قائمة البريد الإلكتروني, [like @opensauced did for their product](https://web.archive.org/web/20231001000000*/https://news.opensauced.pizza/about/)
9797
* اكتب شروحات <span dir="rtl">(Tutorials)</span> للمشروع, [like PyPA's contributors did](https://packaging.python.org/)
9898
* اكتب ترجمة لتوثيق المشروع, [like @frontendwizard did for the instructions for freeCodeCamp's CSS Flexbox challenge](https://github.com/freeCodeCamp/freeCodeCamp/pull/19077)
9999

@@ -231,7 +231,7 @@ related:
231231
* [Up For Grabs](https://up-for-grabs.net/)
232232
* [First Contributions](https://firstcontributions.github.io)
233233
* [SourceSort](https://web.archive.org/web/20201111233803/https://www.sourcesort.com/)
234-
* [OpenSauced](https://web.archive.org/web/2024/https://opensauced.pizza/)
234+
* [OpenSauced](https://web.archive.org/web/20250911171437/https://opensauced.pizza/)
235235
* [GitLab Explore](https://gitlab.com/explore/projects/starred)
236236

237237
### قائمة تحقّق قبل أن تساهم {#قائمة-تحقّق-قبل-أن-تساهم}

_articles/best-practices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ If you add tests, make sure to explain how they work in your CONTRIBUTING file.
223223
<img src="https://avatars.githubusercontent.com/edunham?s=180" class="pquote-avatar" alt="avatar">
224224
I believe that tests are necessary for all code that people work on. If the code was fully and perfectly correct, it wouldn't need changes – we only write code when something is wrong, whether that's "It crashes" or "It lacks such-and-such a feature". And regardless of the changes you're making, tests are essential for catching any regressions you might accidentally introduce.
225225
<p markdown="1" class="pquote-credit">
226-
@edunham, ["Rust's Community Automation"](https://web.archive.org/web/2024/https://edunham.net/2016/09/27/rust_s_community_automation.html)
226+
@edunham, ["Rust's Community Automation"](https://web.archive.org/web/20161020132400/https://edunham.net/2016/09/27/rust_s_community_automation.html)
227227
</p>
228228
</aside>
229229

_articles/bg/best-practices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ related:
222222
<img src="https://avatars.githubusercontent.com/edunham?s=180" class="pquote-avatar" alt="avatar">
223223
Мисля, че тестването е необходимо за целия код, върху който хората работят. Ако кодът беше напълно и перфектно правилен, нямаше да има нужда от промени - ние пишем код само когато нещо е правилно. грешно, или "Той се срива", или "Тази или онази функция липсва". Каквито и промени да правите, тестването е от съществено значение за улавяне на всякакви регресии, които може случайно да въведете.
224224
<p markdown="1" class="pquote-credit">
225-
@edunham, [Общностна автоматизация на Rust"](https://web.archive.org/web/2024/https://edunham.net/2016/09/27/rust_s_community_automation.html)
225+
@edunham, [Общностна автоматизация на Rust"](https://web.archive.org/web/20161020132400/https://edunham.net/2016/09/27/rust_s_community_automation.html)
226226
</p>
227227
</aside>
228228

_articles/bg/getting-paid.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ related:
115115
Няколко примера за спонсорирани проекти включват:
116116

117117
* **[webpack](https://github.com/webpack)** събира пари от компании и физически лица [чрез OpenCollective](https://opencollective.com/webpack)
118-
* **[Ruby Together](https://web.archive.org/web/2024/https://rubytogether.org/),** организация с нестопанска цел, която плаща за работата по [bundler](https://github.com/bundler/bundler), [RubyGems](https://github.com/rubygems/rubygems) и други Ruby инфраструктурни проекти
118+
* **[Ruby Together](https://web.archive.org/web/20221213183825/https://rubytogether.org/),** организация с нестопанска цел, която плаща за работата по [bundler](https://github.com/bundler/bundler), [RubyGems](https://github.com/rubygems/rubygems) и други Ruby инфраструктурни проекти
119119

120120
### Създайте поток от приходи
121121

_articles/bg/how-to-contribute.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ related:
1616
<img src="https://avatars.githubusercontent.com/errietta?s=180" class="pquote-avatar" alt="avatar">
1717
Работата върху \[freenode\] ми помогна да спечеля много от уменията, които по-късно използвах за обучението си в университета и действителната си работа. Мисля, че работата по проекти с отворен код ми помага толкова, колкото и на проекта!
1818
<p markdown="1" class="pquote-credit">
19-
[@errietta](https://github.com/errietta), ["Защо обичам да допринасям за софтуер с отворен код"](https://web.archive.org/web/2024/https://www.errietta.me/blog/open-source/)
19+
[@errietta](https://github.com/errietta), ["Защо обичам да допринасям за софтуер с отворен код"](https://web.archive.org/web/20251207070642/https://www.errietta.me/blog/open-source/)
2020
</p>
2121
</aside>
2222

@@ -66,7 +66,7 @@ related:
6666
<img src="https://avatars.githubusercontent.com/orta?s=180" class="pquote-avatar" alt="avatar">
6767
Известен съм с работата си върху CocoaPods, но повечето хора не знаят, че всъщност не правя реална работа върху самия инструмент CocoaPods. Времето ми по проекта минава предимно в правене на неща като документация и работа по брандиране.
6868
<p markdown="1" class="pquote-credit">
69-
[@orta](https://github.com/orta), ["Преминаване към OSS по подразбиране"](https://web.archive.org/web/2024/https://academy.realm.io/posts/orta-therox-moving-to-oss-by-default/)
69+
[@orta](https://github.com/orta), ["Преминаване към OSS по подразбиране"](https://web.archive.org/web/20190922123729/https://academy.realm.io/posts/orta-therox-moving-to-oss-by-default/)
7070
</p>
7171
</aside>
7272

@@ -89,7 +89,7 @@ related:
8989

9090
* Напишете и подобрете документацията на проекта, [както @CBID2 направи за документацията на OpenSauced](https://github.com/open-sauced/docs/pull/151)
9191
* Подгответе папка с примери, показващи как се използва проектът
92-
* Стартирайте бюлетин за проекта или подредете акценти от пощенския списък, [както направи @opensauced за своя продукт](https://web.archive.org/web/2024/https://news.opensauced.pizza/about/)
92+
* Стартирайте бюлетин за проекта или подредете акценти от пощенския списък, [както направи @opensauced за своя продукт](https://web.archive.org/web/20231001000000*/https://news.opensauced.pizza/about/)
9393
* Напишете уроци за проекта, [както направиха сътрудниците на PyPA](https://packaging.python.org/)
9494
* Напишете превод за документацията на проекта, [както @frontendwizard направи за инструкциите за CSS Flexbox предизвикателството на freeCodeCamp](https://github.com/freeCodeCamp/freeCodeCamp/pull/19077)
9595

@@ -223,7 +223,7 @@ related:
223223
* [Up For Grabs](https://up-for-grabs.net/)
224224
* [First Contributions](https://firstcontributions.github.io)
225225
* [SourceSort](https://web.archive.org/web/20201111233803/https://www.sourcesort.com/)
226-
* [OpenSauced](https://web.archive.org/web/2024/https://opensauced.pizza/)
226+
* [OpenSauced](https://web.archive.org/web/20250911171437/https://opensauced.pizza/)
227227

228228
### Контролен списък, преди да допринесете
229229

_articles/bn/best-practices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ related:
225225
<img src="https://avatars.githubusercontent.com/edunham?s=180" class="pquote-avatar" alt="avatar">
226226
আমি বিশ্বাস করি যে সকল কোডের উপর মানুষ কাজ করে তার জন্য পরীক্ষা অপরিহার্য। যদি কোডটি সম্পূর্ণ এবং নিখুঁতভাবে সঠিক হত, তাহলে এতে পরিবর্তনের প্রয়োজন হত না - আমরা কেবল তখনই কোড লিখি যখন কিছু ভুল হয়, তা সে "এটি ক্র্যাশ" হোক বা "এটিতে অমুক-অমুক বৈশিষ্ট্যের অভাব রয়েছে"। এবং আপনি যে পরিবর্তনই করুন না কেন, আপনার ভুলক্রমে প্রবর্তিত যেকোনো রিগ্রেশন ধরার জন্য পরীক্ষাগুলি অপরিহার্য।
227227
<p markdown="1" class="pquote-credit">
228-
@edunham, ["রাস্টের কমিউনিটি অটোমেশন"](https://web.archive.org/web/2024/https://edunham.net/2016/09/27/rust_s_community_automation.html)
228+
@edunham, ["রাস্টের কমিউনিটি অটোমেশন"](https://web.archive.org/web/20161020132400/https://edunham.net/2016/09/27/rust_s_community_automation.html)
229229
</p>
230230
</aside>
231231

_articles/bn/getting-paid.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ Finding sponsorships works well if you have a strong audience or reputation alre
115115
A few examples of sponsored projects include:
116116

117117
* **[webpack](https://github.com/webpack)** raises money from companies and individuals [through OpenCollective](https://opencollective.com/webpack)
118-
* **[Ruby Together](https://web.archive.org/web/2024/https://rubytogether.org/),** a nonprofit organization that pays for work on [bundler](https://github.com/bundler/bundler), [RubyGems](https://github.com/rubygems/rubygems), and other Ruby infrastructure projects
118+
* **[Ruby Together](https://web.archive.org/web/20221213183825/https://rubytogether.org/),** a nonprofit organization that pays for work on [bundler](https://github.com/bundler/bundler), [RubyGems](https://github.com/rubygems/rubygems), and other Ruby infrastructure projects
119119

120120
### Create a revenue stream
121121

_articles/bn/how-to-contribute.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ related:
1616
<img src="https://avatars.githubusercontent.com/errietta?s=180" class="pquote-avatar" alt="avatar">
1717
Working on \[freenode\] helped me earn many of the skills I later used for my studies in university and my actual job. I think working on open source projects helps me as much as it helps the project!
1818
<p markdown="1" class="pquote-credit">
19-
[@errietta](https://github.com/errietta), ["Why I love contributing to open source software"](https://web.archive.org/web/2024/https://www.errietta.me/blog/open-source/)
19+
[@errietta](https://github.com/errietta), ["Why I love contributing to open source software"](https://web.archive.org/web/20251207070642/https://www.errietta.me/blog/open-source/)
2020
</p>
2121
</aside>
2222

@@ -66,7 +66,7 @@ A common misconception about contributing to open source is that you need to con
6666
<img src="https://avatars.githubusercontent.com/orta?s=180" class="pquote-avatar" alt="avatar">
6767
I’ve been renowned for my work on CocoaPods, but most people don’t know that I actually don’t do any real work on the CocoaPods tool itself. My time on the project is mostly spent doing things like documentation and working on branding.
6868
<p markdown="1" class="pquote-credit">
69-
[@orta](https://github.com/orta), ["Moving to OSS by default"](https://web.archive.org/web/2024/https://academy.realm.io/posts/orta-therox-moving-to-oss-by-default/)
69+
[@orta](https://github.com/orta), ["Moving to OSS by default"](https://web.archive.org/web/20190922123729/https://academy.realm.io/posts/orta-therox-moving-to-oss-by-default/)
7070
</p>
7171
</aside>
7272

@@ -89,7 +89,7 @@ Even if you like to write code, other types of contributions are a great way to
8989

9090
* Write and improve the project's documentation, [like @CBID2 did for OpenSauced's documentation](https://github.com/open-sauced/docs/pull/151)
9191
* Curate a folder of examples showing how the project is used
92-
* Start a newsletter for the project, or curate highlights from the mailing list, [like @opensauced did for their product](https://web.archive.org/web/2024/https://news.opensauced.pizza/about/)
92+
* Start a newsletter for the project, or curate highlights from the mailing list, [like @opensauced did for their product](https://web.archive.org/web/20231001000000*/https://news.opensauced.pizza/about/)
9393
* Write tutorials for the project, [like PyPA's contributors did](https://packaging.python.org/)
9494
* Write a translation for the project's documentation, [like @frontendwizard did for the instructions for freeCodeCamp's CSS Flexbox challenge](https://github.com/freeCodeCamp/freeCodeCamp/pull/19077)
9595

@@ -223,7 +223,7 @@ You can also use one of the following resources to help you discover and contrib
223223
* [Up For Grabs](https://up-for-grabs.net/)
224224
* [First Contributions](https://firstcontributions.github.io)
225225
* [SourceSort](https://web.archive.org/web/20201111233803/https://www.sourcesort.com/)
226-
* [OpenSauced](https://web.archive.org/web/2024/https://opensauced.pizza/)
226+
* [OpenSauced](https://web.archive.org/web/20250911171437/https://opensauced.pizza/)
227227

228228
### A checklist before you contribute
229229

0 commit comments

Comments
 (0)