* added Mastering Ethereum in Blockchain category
* Update books/free-programming-books-subjects.md for normalization
Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com>
Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com>
* Merge #5752 Indonesian CONTRIBUTING translation
Vía EbookFoundation/free-programming-books#6590
Vía EbookFoundation/free-programming-books#5762
Recovered from PR EbookFoundation/free-programming-books#5752 requested by @reskimulud
Co-authored-by: Reski Mulud Muchamad <63949402+reski-mulud-muchamad@users.noreply.github.com>
* Homogenize format & indent of code blocks
- Format using fenced style.
- Well indent in those placed inside list enumerations.
- Simulate `Good` - `Bad` monospace double colon indent inside each one.
- Examples highlighting as `text-plain`. The `md, markdown` style doesn't work very well since blocks has mixed syntax.
- `check_urls` code block highlighted as `properties` style (key-value pair).
Solves markdownlint rules:
- MD040/fenced-code-language: Fenced code blocks should have a language specified
- MD046/code-block-style: Code block style [Expected: indented; Actual: fenced]
* Homogenize `check_urls=file_to_check`
* use "consistent" unordered list mark and ensure 4-spaces indent .editorconfig param
Solves markdownlint rules:
MD004/ul-style: Unordered list style "consistent"
* Move some punctuation just before any closing brackets after it
* Apply headings `2-1` empty lines lint rule
* Move anchor alias to inside list items there where an anchor alias `<a name="...">` is used near to each of those list items
* fix missing anchor aliases
specially ones about Guidelines and Formatting
* Hack highlight IDE/Editors headings+HTML
It apply the hack to highlight in IDE/Editors those headings with an anchor alias just before itself
* Homogenize Pull Request acronym
* YouTube trademark typos
* filenames in monospace font
* literals/markup texts in monospace font
- `et al.`
- File extensions `.md`
- Protocols: `http`, `https`...
- Notes: LeanPub, require email, StackOverflow, in process, archived
trailing dots in that lines
* Fix#6721 in CONTRIBUTING-id.md
Co-authored-by: ImVector <59611597+LuigiImVector@users.noreply.github.com>
* HTML5 anchors compilant `<a name=`>`<a id=`
Co-authored-by: Reski Mulud Muchamad <63949402+reski-mulud-muchamad@users.noreply.github.com>
Co-authored-by: ImVector <59611597+LuigiImVector@users.noreply.github.com>
* fix h2-h3 heading levels
* Use a more idiomatic paragraph for resources section
It helps to newcommers take a context about how to the repository is structured
Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com>
* Fix a little bit an incorrect tense with the word splited and complete idiomatic paragraph
It helps to newcommers take a context about how to the repository is structured
Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com>
* Reword resources paragraph to be more succintely
Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com>
* added free courses bahasa Indonesia
add Indonesian free Spring courses
* added free courses bahasa Indonesia(2)
Co-authored-by: ImVector <59611597+LuigiImVector@users.noreply.github.com>
* Update Spring list at courses/free-courses-id.md
* add nodejs course
* Fix link: remove time parameter in link youtube
remove time parameter on courses: nodejs, spring.
* add course 'Tutorial Android Dasar'
add a course video 'Tutorial Android Dasar' with playlist links
* fix: alphabetical order
Co-authored-by: ImVector <59611597+LuigiImVector@users.noreply.github.com>
* Update free-programming-playgrounds.md
* Update free-programming-playgrounds.md
* Update more/free-programming-playgrounds.md
Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com>
* Update more/free-programming-playgrounds.md
Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com>
* Give credits to authors and set resources format
Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com>
* add golang open sourch books
* Update books/free-programming-books-bn.md
space
Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com>
Co-authored-by: Eric Hellman <eric@hellman.net>
Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com>
* courses: add Go course
* fix CI issues
* Update courses/free-courses-en.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>
* docs: update statistic counters of the repo
+11k new stars
+100 new commits
+15 new contributors
+2k new forks
Period: From 03-Nov-2021 - 05-feb-2022
* fix: use number format seen in other amounts
Co-authored-by: Seth Falco <seth@falco.fun>
Co-authored-by: Seth Falco <seth@falco.fun>
* docs(contributing): remove trailing spaces
* docs(contributing): Apply headings `2-1` empty lines lint rule
* docs(contributing): Apply headings `2-1` empty lines lint rule
forgotten in previous commit: e83220aa4c
* docs(contributing): Move anchor alias to inside list items
... there where an anchor alias `<a name="...">` is used near to each of those list items
This solves markdownlint `MD032/blanks-around-lists` issue
* docs(contributing): Homogenize `1` blank line in nutshell enumeration
* docs(contributing): Homogenize `1` blank line inside Formatting section
* docs(contributing): Ensure `4-spaces` indent `.editorconfig` param
* docs(contributing): Homogenize format & indent of code blocks
- Format using fenced style.
- Well indent in those placed inside list enumerations.
- Simulate `Good` - `Bad` monospace double colon indent inside each one.
- Examples highlighting as `text-plain`. The `md, markdown` style doesn't work very well since blocks has mixed syntax.
- `check_urls` code block highlighted as `properties` style (key-value pair).
Solves markdownlint rules:
- MD040/fenced-code-language: Fenced code blocks should have a language specified
- MD046/code-block-style: Code block style [Expected: indented; Actual: fenced]
* docs(contributing): Ensure `4-spaces` indent `.editorconfig` param
Forgotten in commit: 31c776cb52
* docs(contributing): Homogenize format & indent of code blocks
- Simulate `Good` - `Bad` monospace double colon indent inside each one.
Revert commit f9dc719aef only in this file after check non-needs in a deployed web snapshot
* docs(contributing): Use "consistent" unordered list mark
Solves markdownlint rules:
MD004/ul-style: Unordered list style "consistent"
* docs(contributing): Solve `no-space-in-*` lint rules
markdownlint rules:
MD037/no-space-in-emphasis: Spaces inside emphasis
MD038/no-space-in-code: Spaces inside code span elements
MD039/no-space-in-links: Spaces inside link text
* docs(contributing): Move some punctuation just before any closing brackets after it
* docs(contributing): Hack highlight IDE/Editors headings+HTML
It apply the hack to highlight in IDE/Editors those headings with an anchor alias just before itself
* docs(contributing): Homogenize Pull Request acronym
* docs(contributing): Fix `GitHub` trademark typos
* docs(contributing): ALLCAPS
* docs(contributing): Git trademark
* docs(contributing): YouTube trademark
* docs(contributing): ISBN acronym
* fix: flag emoji code `en` > `us`
Resolves d775cb34fb (commitcomment-59537594)#5831: `:en:` emoji flag markup doesn't work. Use `🇺🇸` 🇺🇸 or `🇬🇧` 🇬🇧d775cb34fb (diff-b35eb40c148657d4ea1361c44496e11c5625f484a4c6040c022770e88cbcfdccR8-R10)
* docs(contributing): Fix fa_IR broken anchors
* docs(contributing): filenames in monospace font
* docs(contributing): Homogenize `check_urls=file_to_check`
* docs(contributing): literals/markup texts in monospace font
- `et al.`
- File extensions `.md`
- Protocols: `http`, `https`...
- Notes: LeanPub, require email, StackOverflow, in process, archived
trailing dots in that lines
* docs(contributing): linkify wayback machine
* docs(contributing): Fix `Leanpub` trademark typos
* chore: Rename `master` to `main` #blacklivesmatter
Resolves EbookFoundation/free-programming-books#5803
* docs(contributing): fix broken ref link to `programming-playgrounds`
Fix over EbookFoundation/free-programming-books#5449 and commit 3c42c3629e
(cherry picked from commit 59ebfe3f97e318fa43d58877cbc5bfdd8b0c7426)
* docs(contributing): fix repo urls on initial FR translation
- `ElivreFoundation` -> `EbookFoundation`
- `free-programming-livres` ->`free-programming-books`
PR: #5554
Commit: e629db6b05
Affected lines:
- 18bb745c90 (diff-d6fa57ebb070f7f05f8c686a2fe92110652f48886774460ffee08d4be4cd5f27R4) // e629db6b05 (diff-d6fa57ebb070f7f05f8c686a2fe92110652f48886774460ffee08d4be4cd5f27R4)
- 18bb745c90 (diff-d6fa57ebb070f7f05f8c686a2fe92110652f48886774460ffee08d4be4cd5f27R7) // e629db6b05 (diff-d6fa57ebb070f7f05f8c686a2fe92110652f48886774460ffee08d4be4cd5f27R7)
- 18bb745c90 (diff-d6fa57ebb070f7f05f8c686a2fe92110652f48886774460ffee08d4be4cd5f27R13) // e629db6b05 (diff-d6fa57ebb070f7f05f8c686a2fe92110652f48886774460ffee08d4be4cd5f27R13)
- 18bb745c90 (diff-d6fa57ebb070f7f05f8c686a2fe92110652f48886774460ffee08d4be4cd5f27R45) // e629db6b05 (diff-d6fa57ebb070f7f05f8c686a2fe92110652f48886774460ffee08d4be4cd5f27R45)
* docs(contributing): use relative urls EN
Via #6614
* docs(contributing): greek. place translations link in right place
Via #6614
* Merge EbookFoundation/free-programming-books#6631 upstream/main commit into docs/contributing/sync/1
* Add repo badges (see EbookFoundation/free-programming-books#5983)
(cherry picked from a16a79b12d solving merge conflict)
* Merge EbookFoundation/free-programming-books#6662 upstream/main commit into docs/contributing/sync/1
* Apply centering proposed at #5983 but not implemented in #6631
(cherry picked from commit f36fd03c06)
* format(contributing): Bold 5th nutshell equal zh
* Merge #6677 upstream/main commit into docs/contributing/sync/1
fix(docs): Use Kramdown processor (#6677)
* Update _config.yml
* add markdown="1"
* update url
* complete removing spaces?
* explicitly use kramdown
(cherry picked from commit de2f31976f)
* Update .Net Url
As the previose was 404 not found
* Add crosslink ref to C# section on .Net section
* Update free-courses-en.md
* fix: adopt linter 1-0-2 rule
Thats is, 2 empty lines between headings / sections
Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com>
* Update free-courses-en.md
Added free courses with their link for machine learning and data science.
* Update free-courses-en.md
Added free courses for data science and machine learning with correct alphabetical order.
* Update free-courses-en.md
Added free course for machine learning in alphabetical order.
* Update free-courses-en.md
* Update free-courses-en.md
* Add one APL book
And fix links and notes the some others
* Add APL cheat sheets
* APL courses
* French APL video series
* mark APL Course as in process, add one more course
* mark as in process
* ADSP and Array Cast
* Add APL
* Add APL-related entries
* Add number for sort ordering
* correct number of blank lines between last section and next heading
* Remove trailing slash
* Move book
* Move book and limit URLs to 1 per line
* full URL
* add missing line
* Combine into playlist
* replace multiple links with single link
… which is a redirect to the listing for the latest released version
* added free courses bahasa Indonesia
add Indonesian free Spring courses
* added free courses bahasa Indonesia(2)
Co-authored-by: ImVector <59611597+LuigiImVector@users.noreply.github.com>
* Update Spring list at courses/free-courses-id.md
* add nodejs course
* Fix link: remove time parameter in link youtube
remove time parameter on courses: nodejs, spring.
Co-authored-by: ImVector <59611597+LuigiImVector@users.noreply.github.com>
* chore: init bangla book-courses split
Via https://github.com/EbookFoundation/free-programming-books/issues/6591
* chore: Move YouTubes to `courses-bn`
Via EbookFoundation/free-programming-books#6591
* lint: Fix `blank-lines-1-0-2` errors
99:1-100:121 warning Incorrect number of blank lines between last section and next heading blank-lines-1-0-2 remark-lint
* fix: wrong TOC anchor for Java
Completes commit 4fdbe135e6
* feat: HTML comments to fake Markdown equiv
Hack using link references syntax
[//]: # (whatever you want)
[//]: # (
whatever you want
multiline
)
* chore: remove commented empty sections