Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

convert glossary html to md (4) #7588

Merged
merged 2 commits into from
Aug 13, 2022
Merged

convert glossary html to md (4) #7588

merged 2 commits into from
Aug 13, 2022

Conversation

hochan222
Copy link
Member

convert glossary html to md

@hochan222 hochan222 requested a review from a team as a code owner August 12, 2022 14:58
@hochan222 hochan222 requested review from pje1740 and removed request for a team August 12, 2022 14:58
@github-actions github-actions bot added the l10n-ko Issues related to Korean content. label Aug 12, 2022
@github-actions
Copy link
Contributor

Preview URLs

Flaws

Note! 7 documents with no flaws that don't need to be listed. 🎉

URL: /ko/docs/Glossary/Google_Chrome
Title: Google Chrome
on GitHub
Flaw count: 3

  • macros:
    • /ko/docs/Glossary/Blink does not exist but fell back to /en-US/docs/Glossary/Blink
  • broken_links:
    • Is currently http:// but can become https://
    • Is currently http:// but can become https://

URL: /ko/docs/Glossary/HTML
Title: HTML
on GitHub
Flaw count: 8

  • macros:
    • /ko/docs/Glossary/hypertext does not exist but fell back to /en-US/docs/Glossary/Hypertext
    • /ko/docs/Glossary/SGML does not exist but fell back to /en-US/docs/Glossary/SGML
    • /ko/docs/Glossary/IETF does not exist but fell back to /en-US/docs/Glossary/IETF
    • /ko/docs/Glossary/W3C does not exist but fell back to /en-US/docs/Glossary/W3C
    • /ko/docs/Glossary/ISO does not exist but fell back to /en-US/docs/Glossary/ISO
    • and 1 more flaws omitted
  • broken_links:
    • Is currently http:// but can become https://
    • Is currently http:// but can become https://

URL: /ko/docs/Glossary/Graceful_degradation
Title: 단계적 기능 축소
on GitHub
Flaw count: 1

  • broken_links:
    • Can use the English (en-US) link as a fallback

URL: /ko/docs/Glossary/HTTP
Title: HTTP
on GitHub
Flaw count: 1

  • macros:
    • /ko/docs/Glossary/%ED%94%84%EB%A1%9C%ED%86%A0%EC%BD%9C does not exist

URL: /ko/docs/Glossary/General_header
Title: General 헤더
on GitHub
Flaw count: 1

  • macros:
    • /ko/docs/Glossary/Header redirects to /ko/docs/Glossary/HTTP_header

URL: /ko/docs/Glossary/Function
Title: 함수
on GitHub
Flaw count: 1

  • macros:
    • /ko/docs/Glossary/recursion does not exist but fell back to /en-US/docs/Glossary/Recursion

URL: /ko/docs/Glossary/Head
Title: Head
on GitHub
Flaw count: 1

  • broken_links:
    • Can use the English (en-US) link as a fallback

URL: /ko/docs/Glossary/Global_object
Title: 전역 객체
on GitHub
Flaw count: 5

  • macros:
    • /ko/docs/Glossary/global_scope does not exist but fell back to /en-US/docs/Glossary/Global_scope
    • /ko/docs/Glossary/interface does not exist
    • /ko/docs/Web/API/WorkerGlobalScope does not exist but fell back to /en-US/docs/Web/API/WorkerGlobalScope
    • /ko/docs/Glossary/global_scope does not exist but fell back to /en-US/docs/Glossary/Global_scope
    • /ko/docs/Web/API/WorkerGlobalScope does not exist but fell back to /en-US/docs/Web/API/WorkerGlobalScope

URL: /ko/docs/Glossary/FTP
Title: FTP
on GitHub
Flaw count: 2

  • macros:
    • /ko/docs/Glossary/host does not exist but fell back to /en-US/docs/Glossary/Host
  • broken_links:
    • Can't resolve /en-US/Learn/Upload_files_to_a_web_server

External URLs

URL: /ko/docs/Glossary/Google_Chrome
Title: Google Chrome
on GitHub


URL: /ko/docs/Glossary/GPL
Title: GPL
on GitHub


URL: /ko/docs/Glossary/Hoisting
Title: 호이스팅
on GitHub


URL: /ko/docs/Glossary/gif
Title: GIF
on GitHub


URL: /ko/docs/Glossary/HTML
Title: HTML
on GitHub


URL: /ko/docs/Glossary/Graceful_degradation
Title: 단계적 기능 축소
on GitHub


URL: /ko/docs/Glossary/HTTP
Title: HTTP
on GitHub


URL: /ko/docs/Glossary/Fork
Title: Fork
on GitHub


URL: /ko/docs/Glossary/General_header
Title: General 헤더
on GitHub

No new external URLs


URL: /ko/docs/Glossary/Function
Title: 함수
on GitHub


URL: /ko/docs/Glossary/Head
Title: Head
on GitHub

No new external URLs


URL: /ko/docs/Glossary/HTTP_header
Title: 헤더
on GitHub


URL: /ko/docs/Glossary/HTTP_2
Title: HTTP/2
on GitHub


URL: /ko/docs/Glossary/Global_object
Title: 전역 객체
on GitHub


URL: /ko/docs/Glossary/FTP
Title: FTP
on GitHub


URL: /ko/docs/Glossary/GPU
Title: GPU
on GitHub

No new external URLs

@SphinxKnight
Copy link
Member

@hochan222 if you want you can use the "Markdown conversion" milestone in the metadata for those PR

@hochan222
Copy link
Member Author

hochan222 commented Aug 12, 2022

@SphinxKnight Thank you for telling me :)

I tried to deal with things that can be completed in a short period of time quickly, and then register and manage large-scale learn or web as milestones as an issue.

If I upload a PR to Milestone, I think it will be complicated to track other issues, so I'm only going to register an issue. What do you think? Any other recommendations?

@hochan222
Copy link
Member Author

hochan222 commented Aug 12, 2022

It is managed at the bottom here, but it seems like a good way to make it in advance for other people in the future.

@SphinxKnight
Copy link
Member

@SphinxKnight Thank you for telling me :)

I tried to deal with things that can be completed in a short period of time quickly, and then register and manage large-scale learn or web as milestones as an issue.

If I upload a PR to Milestone, I think it will be complicated to track other issues, so I'm only going to register an issue. What do you think? Any other recommendations?

Yes you're right :) I'll remove the PRs I put there. Tracking with a global issue per locale seems the right "balance"

@hochan222
Copy link
Member Author

Yes, I understand. I will proceed in the same way. Thank you.🙇

@queengooborg queengooborg added the markdown-conversion 100% markdown project label Aug 13, 2022
@queengooborg
Copy link
Collaborator

IMO adding PRs to the milestone is alright, it's up to you all whether to do so! I personally like the idea of adding these PRs to the milestone since their merge will increase the completion progress of the milestone. :D

Copy link
Collaborator

@queengooborg queengooborg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In regards to the PR itself, LGTM after a quick skimming of the files!

@queengooborg queengooborg merged commit 6ffca01 into mdn:main Aug 13, 2022
@hochan222 hochan222 deleted the ko/glossary_4 branch August 13, 2022 05:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
l10n-ko Issues related to Korean content. markdown-conversion 100% markdown project
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants