Commit graph

37 commits

Author SHA1 Message Date
Ali Karbasi
bd4f202a15
Add Persian WordPress tutorial to free-courses-fa_IR.md (#12054)
* Add Persian WordPress tutorial to free-courses-fa_IR.md

This adds a Persian language "0 to 100 WordPress Tutorial" to free-courses-fa_IR.md under the Web Development section. The resource is a complete beginner-to-advanced course, available for free on YouTube.

* Fix alphabetical order error

* Fix alphabetical order error

* Fix BIDI issue in WordPress course title

---------

Co-authored-by: Ali Karbasi <ali@axolabs.dev>
Co-authored-by: Ali Karbasi <iam@alikarbasi.dev>
2025-10-07 22:35:57 -04:00
Gabriele Ciccotelli
caa05be694
Add RTL/LTR Markdown linter for mixed-direction text consistency and PR annotation (#11877)
* Add RTL/LTR Markdown linter for mixed-direction text consistency and PR annotation

Introduce a Python-based linter (scripts/rtl_ltr_linter.py) to automatically detect and annotate issues related to mixed Right-To-Left (RTL) and Left-To-Right (LTR) text in Markdown files. The linter analyzes list items, book entries, and metadata for potential bidirectional text rendering problems, such as missing Unicode directionality markers (RLM/LRM) and improper handling of LTR keywords or symbols in RTL contexts.

Key features:
- Scans all Markdown files in the repository, with full logs saved as workflow artifacts.
- Annotates only changed or added lines in pull requests, providing targeted feedback in the GitHub Actions Job Summary.
- Detects common RTL/LTR issues, including:
  - Missing directionality markers after LTR keywords (e.g., "HTML") or symbols (e.g., "C#") in RTL text.
  - BIDI (bidirectional) mismatches that may affect text display.
  - Incorrect ordering of author names and metadata in RTL contexts.
- Configurable via rtl_linter_config.yml for keywords, symbols, and severity levels.
- Includes a GitHub Actions workflow (rtl-ltr-linter.yml) for automated checks on PRs.

* Add test cases for RTL/LTR linter in English and Arabic book lists

Add sample entries to free-programming-books-en.md and free-programming-books-ar.md to test the RTL/LTR Markdown linter.
These test cases include various combinations of RTL and LTR text, keywords, symbols, and metadata to verify that the linter correctly detects directionality issues and outputs the expected logs and annotations.

* Restore original book lists after RTL/LTR linter test cases

Revert test entries in free-programming-books-en.md and free-programming-books-ar.md, restoring the original book lists. This commit removes temporary test data used for validating the RTL/LTR Markdown linter, preparing the repository for merging the PR with a clean state.

No functional changes to the linter or configuration files; only test content has been removed.

* Update RTL/LTR linter workflow and script: run only on RTL file changes or "RTL" label, fail only on errors

The GitHub Actions workflow for the RTL/LTR Markdown linter now runs only if:
- The PR modifies .md files related to RTL languages (ar, he, fa, ur), or
- The PR has the "RTL" label.
The linter script has been updated to fail the check only if errors are found on changed lines, not for warnings.

* Only upload linter artifact if linter step runs

Prevent warning about missing artifact by uploading the linter output log only if the linter step was executed (success or failure). This avoids unnecessary warnings when the linter is skipped because no RTL files were changed and no RTL label is present.

* Test workflow: modify non-RTL markdown file

Modified free-programming-books-en.md to verify that the RTL/LTR linter workflow does not run when only non-RTL markdown files are changed and the "RTL" label is not present.

* Test workflow: modify RTL markdown file to trigger linter

Modified free-programming-books-ar.md to verify that the RTL/LTR linter workflow runs as expected when an RTL markdown file is changed.

* Fix RTL/LTR BIDI issues in some markdown files

Applied directional markers (&lrm;, &rlm;) and other formatting fixes to resolve BIDI (bidirectional text) errors and warnings reported by the linter in several .md files.

* Fix workflow: upload linter log only if linter step has not been skipped

Updated the workflow to upload the linter output artifact only when the linter step was actually executed (not skipped)

* Add debug step to check linter outcome in workflow

Added a debug step after the linter execution in the workflow to print the outcome and conclusion of the run_linter step.

* Set continue-on-error for linter step to allow artifact upload and debug

* Remove workflow debug step and update markdown file

Removed the debug step from the RTL/LTR linter workflow and applied further changes to a markdown file.

* Fix RTL/LTR BIDI issues in some markdown files

Applied directional markers (&lrm;, &rlm;) and other formatting fixes to resolve BIDI (bidirectional text) errors and warnings reported by the linter in several .md files. This commit is a second batch of corrections to improve RTL/LTR rendering and pass the linter checks.

* Fix RTL/LTR BIDI issues in some markdown files

Applied directional markers (&lrm;, &rlm;) and other formatting fixes to resolve BIDI (bidirectional text) errors and warnings reported by the linter in several .md files. This commit is a third batch of corrections to improve RTL/LTR rendering and pass the linter checks.

* Do not produce log file if no issues found

Updated the linter script to avoid creating the log file when no issues, warnings, or notices are found. If no issues are detected, the script now prints a "::notice ::No issues found"

* Always print annotation with number of errors and warnings found

Updated the linter script to always print an annotation indicating how many errors and warnings were found, even if there are none.

* Fix: always print summary annotation with number of issues found

* Add a missing newline character at end of file free-courses-he.md

* Update linter configuration and revert markdown files to pre-fix state

Updated the organization of keywords and symbols in the linter configuration file. Reverted all markdown files to their original state prior to the fixes.

* Update free-programming-books-he.md with fixes

* Update free-programming-books-he.md with further fixes

* Update free-programming-books-he.md with fixes

* Update free-programming-books-fa_IR.md with fixes

* Update free-programming-books-he.md with further fixes

* Update free-programming-books-ar.md with fixes

* Update free-programming-books-ar.md with further fixes

* Update free-podcasts-screencasts-ar.md with fixes

* Update free-podcasts-screencasts-fa_IR.md with fixes

* Update free-courses-he.md with fixes

* Update free-courses-he.md with further fixes

* Update free-courses-fa_IR.md with fixes

* Update free-courses-fa_IR.md with further fixes

* Update free-courses-ar.md with fixes

* Update free-courses-ar.md with further fixes

* Update free-courses-ar.md with further fixes

* Update free-courses-ur.md with fixes

* Update some markdown files with further improvements

* Fix alignment of nested lists in free-programming-books-fa_IR.md

* Update CONTRIBUTING.md and CONTRIBUTING-it.md with RTL/LTR linter error fixing guidelines

Added a section to CONTRIBUTING.md and CONTRIBUTING-it.md explaining how to fix RTL/LTR Markdown linter errors, including when to use &rlm; and &lrm; with practical examples for contributors working on files with mixed RTL and LTR text
2025-05-28 10:46:25 -04:00
Omid Rajaei
2eb3095d9e
add new free Persian courses to list (#11816) 2025-01-12 17:28:31 -05:00
Morteza Bashsiz
7dca5d4c07
Change Linux Morteza Bashsiz, Add ceph and ansible from Morteza Bashsiz (#11116)
* Change Linux Morteza Bashsiz, Add ceph and ansible from Morteza Bashsiz

* Fix priority

* Fix free line

* Fix free line

* add ceph in storage cat

* Remove ceph subcat

* Update courses/free-courses-fa_IR.md

Co-authored-by: Eric Hellman <eric@hellman.net>

---------

Co-authored-by: Eric Hellman <eric@hellman.net>
2024-04-10 08:37:13 -04:00
Ar.dst
860dff3b2d
Added Jadi Lpic-1 Course (#9534)
* Added Jadi Lpic-1 Cource

*Update free-courses-fa_IR.md

* Update free-courses-fa_IR.md

---------

Co-authored-by: Eric Hellman <eric@hellman.net>
2023-11-21 13:23:25 -05:00
Jatin Dua
00c2e4e081
Remove unavailable courses (#10907) 2023-10-30 18:53:13 -04:00
Al Arafat Tanin
5a87ca19ae
this PR solves the issue with PR #9406 (#10818)
* this PR solves the issue with PR #9406

* fix: linter issue
2023-10-28 19:50:29 -04:00
Amin
74a4b9d06a
Removed gotoclass links (#10633) 2023-10-22 22:45:15 -04:00
Fahadddddd
93dcda5bc6
Added Python Course Link In Persian Language By Reza Davalit (EbookFoundation#9462) (#10055)
* Added the Link Of PythonCourse In Persian Language

* Corrected The Spacing
2023-10-09 19:32:14 -04:00
Emad Rad
819a651033
Persian courses (#9634)
* FastAPI section added

* Django drf course added
2023-10-01 20:06:29 -04:00
Amir Zarchini
d16da2382a
Update free-courses-fa_IR.md (#9430)
* Update free-courses-fa_IR.md

* Update free-courses-fa_IR.md
2023-07-12 14:50:22 -04:00
Armin Sharifi
2b7ffa773c
Update free-courses-fa_IR.md (#9402)
* Update free-courses-fa_IR.md

Added a section for C# language.
Added a subsection for the .NET Core framework.
Added a beginner's course for the ASP.NET Core 5 framework.

* Update free-courses-fa_IR.md

Delete the extra *.
Remove the .NET Core subsection.
Fix spacing issues.
Move the added course to the C# section.
2023-06-20 10:18:24 +02:00
mrpink00
90f5db688b
added html and css course (#8373)
* Update free-courses-fa_IR.md

* added html and css course

* Update free-courses-fa_IR.md

* Update free-courses-fa_IR.md

* sort

Co-authored-by: Eric Hellman <eric@hellman.net>
2022-11-08 14:20:32 -05:00
Amirreza Heydari | امیررضا حیدری
da8206d6c2
add Vue.js sariasan.com free full lessons (#6917)
* add vue.js website free lean for line 80

* lint: Only one blank line at the end of document

* lint: solve rule `blank-lines-1-0-2` fault

* Add the author for sariasan.com resources

* chore: move from books to courses (`fa_IR`)

Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com>
2022-09-14 09:25:19 -04:00
David Ordás
5324b9e3cf
fix: homogenize markdown across files using markdownlint rules (#6988)
* chore: homogenize C# table of content anchor (`#c-sharp` to `#csharp`)

* format: homogenize c# category title

right markdown escape instead of use HTML entities

* lint: fix `MD012/no-multiple-blanks` rule

Multiple consecutive blank lines [Expected: 2; Actual: 3]

* lint: fix `MD039/no-space-in-links`

Spaces inside link text

* lint: fix `MD009/no-trailing-spaces` rule

Trailing spaces [Expected: 0 or 4; Actual: 1]
Trailing spaces [Expected: 0 or 4; Actual: 2]

* lint: fix `MD006/ul-start-left` rule

* format: remove extra spaces between note tokens

* spell: fix lint `MD044/proper-names` rule

- HTML
- JavaScript
- YouTube

* spell: normalize to the most common `Index` heading

* lint: fix `MD007/ul-indent` rule

Unordered list indentation [Expected: 4; Actual: 2]

* format: escape pipes `|` from resources text

addresses #5176

* add Hesham Asem courses about machine and deep learning and nlp

* Expand the name of nlp section

* Change the order

* Revert "spell: normalize to the most common `Index` heading"

This reverts commit 4d6a74e7d7.

Co-authored-by: AhmedElTabarani <eltabaraniahmed@gmail.com>
2022-08-12 15:14:00 +02:00
David Ordás
96ae20d536
Add instructor name of Silicium playlists (#6788) 2022-03-19 13:34:35 -04:00
Morteza Bashsiz
02a80996ca
Add sudoer.ir to persian (#6658)
* Add sudoer.ir to persian

* Add sudoer.ir to persian

* Add sudoer.ir to persian

* Add sudoer.ir to persian

* Add sudoer.ir to persian
2022-01-02 13:09:20 -05:00
Emad Rad
940bd19417
New Python course added to farsi section (#6657)
Co-authored-by: Emad Ehsanrad <emad.ehsanrad@gmail.com>
2022-01-01 14:42:04 -05:00
Mansour Kalagar
82945ba422
update playlist URL (#6632)
* update playlist url

* Update courses/free-courses-fa_IR.md

Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com>

Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com>
2021-12-20 10:07:31 -05:00
Hossein Badrnezhad
b2a4585f86
Inspect element free course added (#6214)
* Inspect element free course added

* move to web dev

* collate

* collate

Co-authored-by: Eric Hellman <eric@hellman.net>
2021-11-11 09:41:02 -05:00
Matin Baloochestani
7838c9b091
Add web development and python course (Farsi/Persian) (#6115)
* Add Django2 All In One Course(farsi) by Boby Cloud

* Add python celery cource(farsi) by Shahriar Shariati

* Update free-courses-fa_IR.md

* Add tow web development course

* Update free-courses-fa_IR.md

* fix: alphabetize Web Development

should fix linter faults

* fix: alphabetize

* fix: alphabetize

Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com>
2021-11-10 09:13:40 -05:00
Alireza
ca5acd35a2
Reactjs section and its course added (#6400)
* Update free-courses-fa_IR.md

A new section for Reactjs under Javascript was added, also a new youtube complete tutorial for Reactjs is added.

* Apply suggestions from code review

Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com>

Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com>
2021-10-26 15:51:25 -04:00
Hossein Badrnezhad
3bb7f65009
Web Development free Farsi Course added (#6215)
Co-authored-by: Eric Hellman <eric@hellman.net>
2021-10-21 09:06:04 -04:00
Meraj
87b0b8b820
added boostrap5 course (#6059)
* added boostrap5 course

added bootstrap 5 persian taught course to free-courses-fa_IR

* updated url path to playlist 

changed single video url to playlist url

* moved bootstrap to web section

* updated bootstrap5 section

moved from subsection to specific web development section

* Update free-courses-fa_IR.md

* Update free-courses-fa_IR.md

* Update free-courses-fa_IR.md

* Update courses/free-courses-fa_IR.md

Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com>

* Update courses/free-courses-fa_IR.md

Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com>

Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com>
2021-10-13 09:34:22 -04:00
Emad Rad
bf4807fb3c
New Flask course added (#6199)
Co-authored-by: Emad Ehsanrad <emad.ehsanrad@gmail.com>
2021-10-12 11:04:47 -04:00
Emad Rad
bdc83f40e0
New Farsi/Persian links (#6198)
* New books on linux added

* New Git course added

* signup required (in Farse) added to the course

* fix linter issue

Co-authored-by: Emad Ehsanrad <emad.ehsanrad@gmail.com>
2021-10-12 11:02:28 -04:00
Amir Moshfeghi
d6cdb6813a
New farsi course (#6131)
* new persian python free course added

* new farsi python course added

* Update courses/free-courses-fa_IR.md

Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com>

* added new farsi course(.idea removed)

* added new farsi python course with access note

* added new farsi python course with access note

Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com>
2021-10-11 20:40:56 -04:00
Meraj
427846cb3a
added django course (#6056)
* added django course

added django persian taught course to free-courses-fa_IR

* updated url path to playlist 

changed single video url to playlist url

* moved django to python secction

* add more django course

add one more persian taught django course and fixed blank lines order

* updated

Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com>

Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com>
2021-10-10 16:12:57 -04:00
Mohsen Khodabakhshi
16fb63f31e
Farsi/Persian Linux course added (#6080)
* new farsi/persian linux course added

* fix ordering
2021-10-09 12:26:47 -04:00
Meraj
0e116b352b
added another javascript course (#6061)
* added another javascript course

added another javascript persian taught course to free-course-fa_IR

* updated url path to playlist 

changed single video url to playlist url
2021-10-08 21:39:47 -04:00
Emad Rad
ac9a853b36
new farsi kotlin course added (#5941)
* new farsi kotlin course added

* 2 more courses were added in kotlin section

Co-authored-by: Emad Ehsanrad <emad.ehsanrad@gmail.com>
2021-10-06 09:30:33 -04:00
Emad Rad
6a5536f645
New farsi links (#5811)
* an intro course for linux beginners from jadi

* blockchain section added with a course from youtube

* network section added with a course from youtube

* persian podcast/screencast page created

* persian section added to podcasts and screencasts

* minor typo fixed for github actions

* new lines added for the linter

* typo fixed for the linter

Co-authored-by: Emad Ehsanrad <emad.ehsanrad@gmail.com>
2021-10-03 21:57:40 -04:00
mojtaba golab
b76cdd789a
Delete course SQL (#5562)
this course 
SQL * [آموزش SQL و MySQL - سکان‌آکادمی](https://sokanacademy.com/courses/sql-and-mysql) - Ali Asadi The link is incorrect and no page is available
2021-09-27 12:40:13 -04:00
Mansour Kalagar
f04d00a3b2
Add JavaScript Course (#5371)
* add JavaScript online course

* change course to playlist

* change marker

Co-authored-by: Cipher <cipher.team9@protonmail.com>
2021-05-07 09:36:15 -04:00
Seth
bd6023f34c
Removed Redundant Whitespace Characters (#5276) 2021-01-23 16:41:02 -05:00
Eric Hellman
7671f23daf
alphabetize added languages (#5273)
* alphabetize added language courses

Our linter had not been looking at these languages

* fix books files

* casts and more
2021-01-23 00:28:18 -05:00
Eric Hellman
d703553631
reorganize files (#5199)
* reorganize files

1. make it easier to find files
2. reduce scrolling to get to README on main view of repo

* remove tr.txt again
2020-12-03 17:41:33 -05:00
Renamed from free-courses-fa_IR.md (Browse further)