Skip to content
New issue

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

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

Already on GitHub? # to your account

Migration to landscape2 #193

Closed
5 tasks done
tegioz opened this issue Jan 24, 2024 · 13 comments
Closed
5 tasks done

Migration to landscape2 #193

tegioz opened this issue Jan 24, 2024 · 13 comments
Assignees
Labels
feature request Requested features proposed by the community help wanted Extra attention is needed

Comments

@tegioz
Copy link
Contributor

tegioz commented Jan 24, 2024

Hi! 👋

We've been working on a new version of the landscape generating software, landscape2. This new version relies on the same landscape.yml file as the main data source, so nothing changes regarding adding or updating entries in the landscape.

The CNCF landscape has already been successfully migrated to landscape2, and we'd like to start migrating more landscapes 🙂

We are already building the OSPO landscape using landscape2, you can check it out at https://ospo.landscape2.io/. It'd be great if you could give it a try when you have a chance and, whenever you are ready, we can proceed with the migration.

The process is very simple and would involve the following steps:

  • Add/update some DNS entries
  • Stop background automated processes that write to this repository (CNCF bot)
  • Unlink this repository from Netlify
  • Update README file and clean up some files no longer needed in this repository
  • Setup the landscape2-validate-action to validate the landscape.yml file on PRs (optional)

We can take care of the last 4 points, you'd only need to update the DNS entries.

Landscape2 supports embedding a view with items in a category/subcategory in another website, but it works slightly different than landscape1. If parts of this landscape are embedded using this mechanism on other websites, we'd appreciate if you could let them know about how it works now.

Please ping me if you have any question 😉

@anajsana
Copy link
Member

anajsana commented Jan 24, 2024

Thanks for the heads up @tegioz ! I'll work on the DNS entries

@tegioz
Copy link
Contributor Author

tegioz commented Jan 24, 2024

Awesome, thanks @anajsana!

Please let us know the hostnames you'd like to use (i.e. landscape.todogroup.org) so that we can prepare our end to listen on them before the DNS switch.

@anajsana
Copy link
Member

anajsana commented Jan 28, 2024

hello @tegioz I'm working on the issue right now. The hostname would remain the same as it is now ➡️ landscape.todogroup.org.

FYI: landscape.todogroup.org DNS is managed through Netlify DNS (adding @AndreyKozlov1984 for Awareness)

@anajsana anajsana added help wanted Extra attention is needed feature request Requested features proposed by the community labels Jan 28, 2024
@tegioz
Copy link
Contributor Author

tegioz commented Jan 28, 2024

Ok, cool. Let us prepare the certificate for that domain. I'll get back to you with a CNAME entry that we'd need you to add for the verification.

@tegioz
Copy link
Contributor Author

tegioz commented Jan 29, 2024

Could you add the following CNAME entries for the certificate validation @anajsana?

_3092379d4b4f7ad1d1e139a4f87e71e3.landscape.todogroup.org. -> _d9cd02efae823ecd2e9e31601ab83f66.mhbtsbpdnt.acm-validations.aws.
_805bf4746f975aaec3ed4878413164ec.l.todogroup.org. -> _26e33b3154f85ca82be915c632bd1cc9.mhbtsbpdnt.acm-validations.aws.

@tegioz
Copy link
Contributor Author

tegioz commented Feb 19, 2024

Hi @anajsana 👋

This is just a friendly ping to check how the addition of the CNAME entries was going 🙂

@anajsana
Copy link
Member

Hello @tegioz sorry for the late response. I've just added the CNAME entries in TODO's Netlify DNS records 👍
DomainsNetlify

@tegioz
Copy link
Contributor Author

tegioz commented Feb 19, 2024

Awesome! Our end is now ready to serve the landscape on landscape.todogroup.org.

You can update the DNS record whenever you are ready 🙂

CNAME `landscape.todogroup.org` -> `d29xupvrdvym8m.cloudfront.net`

It'd be great if you could also update the embed views from the previous landscape (i.e. like this one). It works slightly different now, but it should be easy to migrate using the embed configurator (before the DNS switch available at: https://ospo.landscape2.io/embed-setup, after at https://landscape.todogroup.org/embed-setup).

Please ping me if you have any question!

@anajsana
Copy link
Member

sorry for the slow reply on this @tegioz I've added the new CNAME record provided in the DNS record.

Should the new landscape view appear soon once these additions are applied or is there anything else I should take care? 🙂

@tegioz
Copy link
Contributor Author

tegioz commented Mar 22, 2024

No worries, thanks for taking care of this @anajsana!

That should be it. I can see the new one already (it may take a few minutes to be available everywhere as there could still be some DNS entries cached).

We'll help you with the rest of the tasks in this issue soon! 🙂

@anajsana
Copy link
Member

Thank you! I can see changes are live in the OSPO landscape url now 🙌

anajsana added a commit to todogroup/todogroup.org that referenced this issue Mar 22, 2024
[OSPO Landscape has migrated to a new view](todogroup/ospolandscape#193) and now the url for iframes follows a different structure. Before the DNS switch available at: https://ospo.landscape2.io/embed-setup, after at https://landscape.todogroup.org/embed-setup

This PR updates the iframe embed url so the member organizations can be seen

Signed-off-by: Ana Jimenez Santamaria <ana@todogroup.org>
@tegioz
Copy link
Contributor Author

tegioz commented Mar 22, 2024

Hi @anajsana!

Quick summary of the pending tasks:

  • Stop background automated processes that write to this repository (CNCF bot)

Could you please stop any background processes related to v1 for this landscape @AndreyKozlov1984? Thanks!

  • Unlink this repository from Netlify

This landscape doesn't seem to be in the Netlify account I've access to. Could you or @AndreyKozlov1984 unlink the landscape from this repository on Netlify?

  • Update README file and clean up some files no longer needed in this repository

Partially done in #201. All files that are no longer needed have been removed.

The README file still needs to be updated as some information on it does no longer apply. We can do this for you starting off the new version in the CNCF landscape repository (or you can update it yourself if you prefer, up to you).

Done in #201.

You'll notice that as part of #201 I've removed the guide.md. This is not a mistake 😇 The guide file for this repository lives at the moment at the landscape2-sites repository. Eventually we'll move it to this repo, but if you need to make any changes in the meantime, feel free to submit a PR on that repository.

I think this is it! You can continue adding entries to the landscape as usual by updating the landscape.yaml file 🙂

anajsana added a commit to todogroup/todogroup.org that referenced this issue Mar 22, 2024
[OSPO Landscape has migrated to a new view](todogroup/ospolandscape#193) and now the url for iframes follows a different structure. Before the DNS switch available at: https://ospo.landscape2.io/embed-setup, after at https://landscape.todogroup.org/embed-setup

This PR updates the iframe embed url so the member organizations can be seen

Signed-off-by: Ana Jimenez Santamaria <ana@todogroup.org>
@tegioz
Copy link
Contributor Author

tegioz commented Apr 1, 2024

I've just noticed that l.todogroup.org isn't redirecting to landscape.todogroup.org. You can either setup that redirection or update the l.todogroup.org to point to the same destination I provided for landscape.todogroup.org @anajsana.

I've just created a PR to update the README file and remove the parts that are no longer relevant in v2. As soon as it's merged and the redirection done I think we can consider the migration complete and close this issue 🙂

shu-mutou pushed a commit to nes-contrib-ex/todogroup.org.pub that referenced this issue May 30, 2024
[OSPO Landscape has migrated to a new view](todogroup/ospolandscape#193) and now the url for iframes follows a different structure. Before the DNS switch available at: https://ospo.landscape2.io/embed-setup, after at https://landscape.todogroup.org/embed-setup

This PR updates the iframe embed url so the member organizations can be seen

Signed-off-by: Ana Jimenez Santamaria <ana@todogroup.org>
@anajsana anajsana closed this as completed Jun 5, 2024
node pushed a commit to lfapac-open-source-evangelist/todogroup.org that referenced this issue Aug 16, 2024
[OSPO Landscape has migrated to a new view](todogroup/ospolandscape#193) and now the url for iframes follows a different structure. Before the DNS switch available at: https://ospo.landscape2.io/embed-setup, after at https://landscape.todogroup.org/embed-setup

This PR updates the iframe embed url so the member organizations can be seen

Signed-off-by: Ana Jimenez Santamaria <ana@todogroup.org>
anajsana added a commit to todogroup/todogroup.org that referenced this issue Nov 5, 2024
* Update create-program.md

Signed-off-by: Chris (Gentle) Y杨 <nodexy@gmail.com>

* Update measuring.md

Signed-off-by: Chris (Gentle) Y杨 <nodexy@gmail.com>

* Update impact.md

Translate the whole content of this chapter well

Signed-off-by: Nliver <34496563+Nliver@users.noreply.github.com>

* delete english content

Signed-off-by: Chen Yong <henry.chenyong@gmail.com>

* Update participating.md

Signed-off-by: Chris (Gentle) Y杨 <nodexy@gmail.com>

* Update os-commercial-ecosystem.md

Signed-off-by: Chris (Gentle) Y杨 <nodexy@gmail.com>

* Update search.md

Signed-off-by: Chris (Gentle) Y杨 <nodexy@gmail.com>

* Update impact.md

Signed-off-by: Chris (Gentle) Y杨 <nodexy@gmail.com>

* Update outbound-oss.md

Signed-off-by: Chris (Gentle) Y杨 <nodexy@gmail.com>

* translated by Teri Zhao

Signed-off-by: terizhao <terizhao@gmail.com>

* Update shutting-down.md

Chinese translation v1 for shutting-down.md 

Signed-off-by: arnuojo <liujiejo@huawei.com>

* Update meetings.md info

Signed-off-by: Ana Jimenez Santamaria <ana@todogroup.org>

* Update meetings.md

Signed-off-by: Ana Jimenez Santamaria <ana@todogroup.org>

* Update meetings.md

Signed-off-by: Ana Jimenez Santamaria <ana@todogroup.org>

* Fix link to employee engagement guide

Link to file where the guide is located in repo instead of the old pull request

Signed-off-by: Cornelius Schumacher <cornelius.schumacher@deutschebahn.com>

* Update meetings.md

Signed-off-by: Ana Jimenez Santamaria <ana@todogroup.org>

* Update meetings.md

Signed-off-by: Ana Jimenez Santamaria <ana@todogroup.org>

* Update meetings.md

Signed-off-by: Ana Jimenez Santamaria <ana@todogroup.org>

* Update iframe embed url for lanscape view at todo website

[OSPO Landscape has migrated to a new view](todogroup/ospolandscape#193) and now the url for iframes follows a different structure. Before the DNS switch available at: https://ospo.landscape2.io/embed-setup, after at https://landscape.todogroup.org/embed-setup

This PR updates the iframe embed url so the member organizations can be seen

Signed-off-by: Ana Jimenez Santamaria <ana@todogroup.org>

* Update todo_group_members.html

Signed-off-by: Ana Jimenez Santamaria <ana@todogroup.org>

* Update todo_group_members.html

Signed-off-by: Ana Jimenez Santamaria <ana@todogroup.org>

* Update todo_associates.html

Signed-off-by: Ana Jimenez Santamaria <ana@todogroup.org>

* Create ospo-landscape2-view.md

Signed-off-by: Ana Jimenez Santamaria <ana@todogroup.org>

* Update ospo-landscape2-view.md

Signed-off-by: Ana Jimenez Santamaria <ana@todogroup.org>

* Update ospo-landscape2-view.md

Signed-off-by: Ana Jimenez Santamaria <ana@todogroup.org>

* Update ospo-landscape2-view.md

Signed-off-by: Ana Jimenez Santamaria <ana@todogroup.org>

* add new ospo landscape view in png

Signed-off-by: Ana Jimenez Santamaria <ana@todogroup.org>

* Update index.html to change landscape image location

Signed-off-by: Ana Jimenez Santamaria <ana@todogroup.org>

* Update index.html

Signed-off-by: Ana Jimenez Santamaria <ana@todogroup.org>

* Add files via upload

Signed-off-by: Ana Jimenez Santamaria <ana@todogroup.org>

* Create ospology-apeldoorn-summary.md

Signed-off-by: Ana Jimenez Santamaria <ana@todogroup.org>

* Update ospology-apeldoorn-summary.md

Signed-off-by: Ana Jimenez Santamaria <ana@todogroup.org>

* Update ospology-apeldoorn-summary.md

Signed-off-by: Ana Jimenez Santamaria <ana@todogroup.org>

* Update steering committee 2024 members in SC page

Signed-off-by: Ana Jimenez Santamaria <ana@todogroup.org>

* Update steering-committee.md

Signed-off-by: Ana Jimenez Santamaria <ana@todogroup.org>

* Update steering-committee.md

Signed-off-by: Ana Jimenez Santamaria <ana@todogroup.org>

* Update steering-committee.md

Signed-off-by: Ana Jimenez Santamaria <ana@todogroup.org>

* Update steering-committee.md

Signed-off-by: Ana Jimenez Santamaria <ana@todogroup.org>

* Fix URL for UCSC in university.md

Signed-off-by: Shu Muto <shu.mutow@nec.com>

* Fix markdown

Signed-off-by: Cornelius Schumacher <cornelius.schumacher@deutschebahn.com>

* Update osponews.md with new entries

Signed-off-by: Ana Jimenez Santamaria <ana@todogroup.org>

* Update osponews.md

Signed-off-by: Ana Jimenez Santamaria <ana@todogroup.org>

* [zh] Translate a guide: os-commercial-ecosystem.md

Signed-off-by: windsonsea <haifeng.yao@daocloud.io>

* apply suggestions from hwang37

Signed-off-by: windsonsea <haifeng.yao@daocloud.io>

* Update shutting-down.md

update some detials (such as from "您" to “你”)

Signed-off-by: arnuojo <liujiejo@huawei.com>

* Update shutting-down.md

Fix TYPO 

Signed-off-by: arnuojo <liujiejo@huawei.com>

* Update participating.md

第13章 Participating in open source communities 参与开源社区

Signed-off-by: 周黎 <113668982+coolzhouly@users.noreply.github.com>

* test notify reviewers

Signed-off-by: Zhao Zhenhua <zhao.zhenhua@gmail.com>

* 5.22 翻译内容

Signed-off-by: Zhao Zhenhua <zhao.zhenhua@gmail.com>

* management tools, finished half

Signed-off-by: Zhao Zhenhua <zhao.zhenhua@gmail.com>

* complete the translation of management-tools.md

Signed-off-by: Zhao Zhenhua <zhao.zhenhua@gmail.com>

* Create 2024-osposurvey-call-for-feedback.md

Signed-off-by: Ana Jimenez Santamaria <ana@todogroup.org>

* Update 2024-osposurvey-call-for-feedback.md

Signed-off-by: Ana Jimenez Santamaria <ana@todogroup.org>

* Update 2024-osposurvey-call-for-feedback.md

Signed-off-by: Ana Jimenez Santamaria <ana@todogroup.org>

* Update 2024-steering-committee.md company affiliation

Signed-off-by: Annania Melaku <a.melaku@f5.com>

* Internationalize the links on the homepage to point to appropriate subpages

Signed-off-by: Chris Abraham <cjyabraham@gmail.com>

* Update events.md

Signed-off-by: Ana Jimenez Santamaria <ana@todogroup.org>

* Update events.md

Signed-off-by: Ana Jimenez Santamaria <ana@todogroup.org>

* Added more community calendars to Meetings page

Signed-off-by: Chris Abraham <cjyabraham@gmail.com>

* Update layouts/shortcodes/todo_community_calendars.html

Signed-off-by: Ana Jimenez Santamaria <ana@todogroup.org>

* Update layouts/shortcodes/todo_community_calendars.html

Signed-off-by: Ana Jimenez Santamaria <ana@todogroup.org>

* Update layouts/shortcodes/todo_community_calendars.html

Signed-off-by: Ana Jimenez Santamaria <ana@todogroup.org>

* Update layouts/shortcodes/todo_community_calendars.html

Signed-off-by: Ana Jimenez Santamaria <ana@todogroup.org>

* fix typos in todo_community_calendars.html

Signed-off-by: Ana Jimenez Santamaria <ana@todogroup.org>

* create todo community calendar iframe shortcode

create community calendar to differentiate the other calendars vs todo

Signed-off-by: Ana Jimenez Santamaria <ana@todogroup.org>

* Update todo_community_calendars.html

Signed-off-by: Ana Jimenez Santamaria <ana@todogroup.org>

* Update meetings.md

Signed-off-by: Ana Jimenez Santamaria <ana@todogroup.org>

* Update meetings.md

Signed-off-by: Ana Jimenez Santamaria <ana@todogroup.org>

* Update todo_community_calendar.html

Signed-off-by: Ana Jimenez Santamaria <ana@todogroup.org>

* Update meetings.md

Signed-off-by: Ana Jimenez Santamaria <ana@todogroup.org>

* Update meetings.md

Signed-off-by: Ana Jimenez Santamaria <ana@todogroup.org>

* Update meetings.md

Signed-off-by: Ana Jimenez Santamaria <ana@todogroup.org>

* Update meetings.md

Signed-off-by: Ana Jimenez Santamaria <ana@todogroup.org>

* inlcude calendar title in meetings page

Signed-off-by: Ana Jimenez Santamaria <ana@todogroup.org>

* Create associates-lfapac-ospo-sig.md

Signed-off-by: Ana Jimenez Santamaria <ana@todogroup.org>

* Update todo_community_calendar.html

Signed-off-by: Ana Jimenez Santamaria <ana@todogroup.org>

* Create todo-community.md

Traslate todo-community.md into Japanese.

Signed-off-by: Shu Muto <shu.mutow@nec.com>

* Create whom-is-this-group-for.md

Signed-off-by: Shu Muto <shu.mutow@nec.com>

* Update whom-is-this-group-for.md

Translate tile to Japanese.

Signed-off-by: Shu Muto <shu.mutow@nec.com>

* Update whom-is-this-group-for.md

Fix typo

Signed-off-by: Shu Muto <shu.mutow@nec.com>

* Create steering-committee-elected.md

Translate en/steering-committee-elected.md

Signed-off-by: Shu Muto <shu.mutow@nec.com>

* Create get-updates.md

Translated get-updates

Signed-off-by: Shu Muto <shu.mutow@nec.com>

* Create benefits.md

Also, translate it into Japanese

Signed-off-by: Shu Muto <shu.mutow@nec.com>

* Create government-institution.md

translate to Japanese

Signed-off-by: Shu Muto <shu.mutow@nec.com>

* Create should-i-join.md

Translate should-i-join.md into Japanese.

Signed-off-by: Shu Muto <shu.mutow@nec.com>

* Update should-i-join.md

Translate title of should-i-join.md into Japanese.

Signed-off-by: Shu Muto <shu.mutow@nec.com>

* Create get-involved.md

Translate get-involved.md into Japanese.

Signed-off-by: Shu Muto <shu.mutow@nec.com>

* Create which-organisations.md

Translated into Japanese.

Signed-off-by: Shu Muto <shu.mutow@nec.com>

* Update which-organisations.md

Translated into Japanese.

Signed-off-by: Shu Muto <shu.mutow@nec.com>

* Create communication-channels.md

this issue will be done.

Signed-off-by: Shu Muto <shu.mutow@nec.com>

* Update content/ja/faq/communication-channels.md

Co-authored-by: ziyi-xie <92832323+ziyi-xie@users.noreply.github.com>
Signed-off-by: Shu Muto <shu.mutow@nec.com>

* Create open-source-foundation.md

translate it into Japanese

Signed-off-by: Shu Muto <shu.mutow@nec.com>

* Update content/ja/faq/open-source-foundation.md

Co-authored-by: ziyi-xie <92832323+ziyi-xie@users.noreply.github.com>
Signed-off-by: Shu Muto <shu.mutow@nec.com>

* Create university.md

Translate from English to Japanese

Signed-off-by: Shu Muto <shu.mutow@nec.com>

* Update content/ja/faq/university.md

Co-authored-by: ziyi-xie <92832323+ziyi-xie@users.noreply.github.com>
Signed-off-by: Shu Muto <shu.mutow@nec.com>

* Update content/ja/faq/university.md

Co-authored-by: ziyi-xie <92832323+ziyi-xie@users.noreply.github.com>
Signed-off-by: Shu Muto <shu.mutow@nec.com>

* Create deliverables.md

Translation will be done in the future

Signed-off-by: Shu Muto <shu.mutow@nec.com>

* Update deliverables.md

Signed-off-by: Shu Muto <shu.mutow@nec.com>

* Translate deliverables.md into Japanese

Signed-off-by: Shu Muto <shu.mutow@nec.com>

* Translate _index.md into Japanese

Signed-off-by: Shu Muto <shu.mutow@nec.com>

* Add FAQs menu for Japanese and fix URL

Signed-off-by: Shu Muto <shu.mutow@nec.com>

* Fix variations in words

Signed-off-by: Shu Muto <shu.mutow@nec.com>

* Fix URL for FAQs

Signed-off-by: Shu Muto <shu.mutow@nec.com>

* Updated submodule to the latest version of dot-org-hugo-theme

Signed-off-by: James Hunt <10615884+thetwopct@users.noreply.github.com>

* Fix typo in readme

Signed-off-by: James Hunt <10615884+thetwopct@users.noreply.github.com>

* Add theme update instructions to readme

Signed-off-by: James Hunt <10615884+thetwopct@users.noreply.github.com>

* Fix change to languages params for new version of Hugo

Signed-off-by: James Hunt <10615884+thetwopct@users.noreply.github.com>

* Update all packages, upgrade to latest Hugo for Netlify build

Signed-off-by: James Hunt <10615884+thetwopct@users.noreply.github.com>

* Remove custom breadcrumb as theme breadcrumb now works properly

Signed-off-by: James Hunt <10615884+thetwopct@users.noreply.github.com>

* #398 Updating copyright message

Signed-off-by: James Hunt <10615884+thetwopct@users.noreply.github.com>

* add next thursday touchpoint call details

Signed-off-by: Ana Jimenez Santamaria <ana@todogroup.org>

* Update ambassadors.md

Signed-off-by: Ana Jimenez Santamaria <ana@todogroup.org>

* done by Teri Zhao

Signed-off-by: terizhao <terizhao@gmail.com>

* address Zhentao's comments

Signed-off-by: terizhao <terizhao@gmail.com>

* Translate content/zh-CN/guides/marketing-open-source-projects.md
Fixes todogroup.org#9

Signed-off-by: Hongbo WANG <wangbo85@sina.com>

* test

Signed-off-by: Hongbo Wang <wangbo85@sina.com>

* test2 + test3

Signed-off-by: Hongbo Wang <wangbo85@sina.com>

* Revert "Translate content/zh-CN/guides/marketing-open-source-projects.md"

This reverts commit b26a483.

Signed-off-by: Hongbo Wang <wangbo85@sina.com>

* Revert "Revert "Translate content/zh-CN/guides/marketing-open-source-projects.md""

This reverts commit 34a95d0.

* Revert "test2 + test3"

This reverts commit 85eb4bd.

* content/zh-CN/guides/marketing-open-source-projects.md
Repalce term "Yingxiao" with "Tuiguang" in file
according to review comments.

Reviewed-by: Chris Yang <nodexy@gmail.com>
Signed-off-by: Hongbo WANG <wangbo85@sina.com>

* content/zh-CN/guides/marketing-open-source-projects.md
Updated according to review comments.

Reviewed-by: Chris Yang <nodexy@gmail.com>
Signed-off-by: Hongbo WANG <wangbo85@sina.com>

* correct according comments.

Signed-off-by: Zhao Zhenhua <zhao.zhenhua@gmail.com>

* Update strategy.md

Translation version of strategy.md

Signed-off-by: arnuojo <liujiejo@huawei.com>

* delete action

Signed-off-by: Zhao Zhenhua <zhao.zhenhua@gmail.com>

* English has been removed.

Signed-off-by: maotiamo <xiangkemao@163.com>

* Update todo-guides-contribution-guidelines.md

finish proofreading

Signed-off-by: bingfeng <89500827+winterpi@users.noreply.github.com>

* First Version.

Signed-off-by: maotiamo <xiangkemao@163.com>

* First Version.

Signed-off-by: maotiamo <xiangkemao@163.com>

* First Commit.

Signed-off-by: maotiamo <xiangkemao@163.com>

* The revisions were made based on the review comments.

Signed-off-by: maotiamo <xiangkemao@163.com>

* Revised based on the comments.

Signed-off-by: maotiamo <xiangkemao@163.com>

* Update todo-contribution-guidelines.md

TODO OSPO Case study Guidelines.md

Signed-off-by: arnuojo <liujiejo@huawei.com>

* Update todo-contribution-guidelines.md

update based on terizhao's comment

Signed-off-by: arnuojo <liujiejo@huawei.com>

* Version 1.0 of translation.
Signed-off-by: maotiamo <xiangkemao@163.com>

* Maintain consistency in translation content.

Signed-off-by: maotiamo <xiangkemao@163.com>

* Revised!

Signed-off-by: maotiamo <xiangkemao@163.com>

* Translating.

Signed-off-by: maotiamo <xiangkemao@163.com>

* The second commit.

Signed-off-by: maotiamo <xiangkemao@163.com>

* The third commit.

Signed-off-by: maotiamo <xiangkemao@163.com>

* complete.

Signed-off-by: maotiamo <xiangkemao@163.com>

* ready to pull request.

Signed-off-by: maotiamo <xiangkemao@163.com>

* 针对审阅意见,进行了翻译调整。

Signed-off-by: maotiamo <xiangkemao@163.com>

* According to the comments from Yang

changed and updated from Yang 

Signed-off-by: wangleo61 <62591087+wangleo61@users.noreply.github.com>

* translate create-program.md

Signed-off-by: terizhao <terizhao@gmail.com>

* address review comments on create-program.md

Signed-off-by: terizhao <terizhao@gmail.com>

* address open source program and open source project translation

Signed-off-by: terizhao <terizhao@gmail.com>

* Update create-program.md

Signed-off-by: Chris (Gentle) Y杨 <nodexy@gmail.com>

* Update measuring.md

Signed-off-by: Chris (Gentle) Y杨 <nodexy@gmail.com>

* 引言和标题翻译

Signed-off-by: Chen Yong <henry.chenyong@gmail.com>

* Update 开源活动指南

Signed-off-by: Chen Yong <henry.chenyong@gmail.com>

* Update organizing-and-managing-open-source-events.md

Signed-off-by: Chen Yong <henry.chenyong@gmail.com>

* Update organizing-and-managing-open-source-events.md

Signed-off-by: Chen Yong <henry.chenyong@gmail.com>

* Update organizing-and-managing-open-source-events.md

Signed-off-by: Chen Yong <henry.chenyong@gmail.com>

* Update organizing-and-managing-open-source-events.md

Signed-off-by: Chen Yong <henry.chenyong@gmail.com>

* Update organizing-and-managing-open-source-events.md

Signed-off-by: Chen Yong <henry.chenyong@gmail.com>

* Update organizing-and-managing-open-source-events.md

Signed-off-by: Chen Yong <henry.chenyong@gmail.com>

* Update organizing-and-managing-open-source-events.md

Signed-off-by: Chen Yong <henry.chenyong@gmail.com>

* Update organizing-and-managing-open-source-events.md

Signed-off-by: Chen Yong <henry.chenyong@gmail.com>

* Update organizing-and-managing-open-source-events.md

Signed-off-by: Chen Yong <henry.chenyong@gmail.com>

* Update organizing-and-managing-open-source-events.md

Signed-off-by: Chen Yong <henry.chenyong@gmail.com>

* Update organizing-and-managing-open-source-events.md

Signed-off-by: Chen Yong <henry.chenyong@gmail.com>

* Update organizing-and-managing-open-source-events.md

Signed-off-by: Chen Yong <henry.chenyong@gmail.com>

* Update organizing-and-managing-open-source-events.md

Signed-off-by: Chen Yong <henry.chenyong@gmail.com>

* Update organizing-and-managing-open-source-events.md

Signed-off-by: Chen Yong <henry.chenyong@gmail.com>

* Update organizing-and-managing-open-source-events.md

Signed-off-by: Chen Yong <henry.chenyong@gmail.com>

* Update organizing-and-managing-open-source-events.md

Signed-off-by: Chen Yong <henry.chenyong@gmail.com>

* Update organizing-and-managing-open-source-events.md

Signed-off-by: Chen Yong <henry.chenyong@gmail.com>

* Update organizing-and-managing-open-source-events.md

Signed-off-by: Chen Yong <henry.chenyong@gmail.com>

* Update organizing-and-managing-open-source-events.md

Signed-off-by: Chen Yong <henry.chenyong@gmail.com>

* Update organizing-and-managing-open-source-events.md

Signed-off-by: Chen Yong <henry.chenyong@gmail.com>

* Update organizing-and-managing-open-source-events.md

Signed-off-by: Chen Yong <henry.chenyong@gmail.com>

* review-change_to _organizing-and-managing-open-source-events.md

Signed-off-by: Zhou Ran <100081310+JuliaZhou2022@users.noreply.github.com>

* delete english content

Signed-off-by: Chen Yong <henry.chenyong@gmail.com>

* Update participating.md

Signed-off-by: Chris (Gentle) Y杨 <nodexy@gmail.com>

* Update os-commercial-ecosystem.md

Signed-off-by: Chris (Gentle) Y杨 <nodexy@gmail.com>

* Update search.md

Signed-off-by: Chris (Gentle) Y杨 <nodexy@gmail.com>

* Update impact.md

Translate the whole content of this chapter well

Signed-off-by: Nliver <34496563+Nliver@users.noreply.github.com>

* Update impact.md

Signed-off-by: Chris (Gentle) Y杨 <nodexy@gmail.com>

* Update outbound-oss.md

Signed-off-by: Chris (Gentle) Y杨 <nodexy@gmail.com>

* Add scripts to run hugo in docker

Signed-off-by: Shu Muto <shu.mutow@nec.com>

* Fix typo and git submodule command

Signed-off-by: Shu Muto <shu.mutow@nec.com>

* Updated submodule to the latest version of dot-org-hugo-theme

Signed-off-by: Shu Muto <shu.mutow@nec.com>

* Update slack invite link

Signed-off-by: Ana Jimenez Santamaria <ana@todogroup.org>

* Create launch-2024-ospo-survey.md

Signed-off-by: Ana Jimenez Santamaria <ana@todogroup.org>

* Update launch-2024-ospo-survey.md

Signed-off-by: Ana Jimenez Santamaria <ana@todogroup.org>

* Update launch-2024-ospo-survey.md

Signed-off-by: Ana Jimenez Santamaria <ana@todogroup.org>

* fix typo

Signed-off-by: Ana Jimenez Santamaria <ana@todogroup.org>

* Update diversity-inclusion.md

Signed-off-by: Chris (Gentle) Y杨 <nodexy@gmail.com>

* Update career-development.md

Signed-off-by: Chris (Gentle) Y杨 <nodexy@gmail.com>

* Update outbound-oss.md

Signed-off-by: Chris (Gentle) Y杨 <nodexy@gmail.com>

* Update measuring.md

Signed-off-by: Chris (Gentle) Y杨 <nodexy@gmail.com>

* Update measuring.md

Signed-off-by: Chris (Gentle) Y杨 <nodexy@gmail.com>

* Update measuring.md

Signed-off-by: Chris (Gentle) Y杨 <nodexy@gmail.com>

* Update whitepaper-guidelines.md

Signed-off-by: Chris (Gentle) Y杨 <nodexy@gmail.com>

* Update ospo-simple-faq.md to fix build issue

Signed-off-by: Chris (Gentle) Y杨 <nodexy@gmail.com>

* Update diversity-inclusion.md to fix build issue

Signed-off-by: Chris (Gentle) Y杨 <nodexy@gmail.com>

* Update career-development.md to fix build issue

Signed-off-by: Chris (Gentle) Y杨 <nodexy@gmail.com>

* Update outbound-oss.md to fix build issue

Signed-off-by: Chris (Gentle) Y杨 <nodexy@gmail.com>

* Update title to English to adapte URL escaping

Signed-off-by: Chris (Gentle) Y杨 <nodexy@gmail.com>

* Update building-leadership.md to adapte URI escaping 

Signed-off-by: Chris (Gentle) Y杨 <nodexy@gmail.com>

* Update career-development.md

Signed-off-by: Chris (Gentle) Y杨 <nodexy@gmail.com>

* Update diversity-inclusion.md

Signed-off-by: Chris (Gentle) Y杨 <nodexy@gmail.com>

* Update impact.md

Signed-off-by: Chris (Gentle) Y杨 <nodexy@gmail.com>

* Update management-tools.md

Signed-off-by: Chris (Gentle) Y杨 <nodexy@gmail.com>

* Update marketing-open-source-projects.md

Signed-off-by: Chris (Gentle) Y杨 <nodexy@gmail.com>

* Update measuring.md

Signed-off-by: Chris (Gentle) Y杨 <nodexy@gmail.com>

* Update open-source-reading-list.md

Signed-off-by: Chris (Gentle) Y杨 <nodexy@gmail.com>

* Update organizing-and-managing-open-source-events.md

Signed-off-by: Chris (Gentle) Y杨 <nodexy@gmail.com>

* Update os-commercial-ecosystem.md

Signed-off-by: Chris (Gentle) Y杨 <nodexy@gmail.com>

* Update ospo-simple-faq.md

Signed-off-by: Chris (Gentle) Y杨 <nodexy@gmail.com>

* Update outbound-oss.md

Signed-off-by: Chris (Gentle) Y杨 <nodexy@gmail.com>

* Update participating.md

Signed-off-by: Chris (Gentle) Y杨 <nodexy@gmail.com>

* Update recruiting-developers.md

Signed-off-by: Chris (Gentle) Y杨 <nodexy@gmail.com>

* Update shutting-down.md

Signed-off-by: Chris (Gentle) Y杨 <nodexy@gmail.com>

* Update starting.md

Signed-off-by: Chris (Gentle) Y杨 <nodexy@gmail.com>

* Update strategy.md

Signed-off-by: Chris (Gentle) Y杨 <nodexy@gmail.com>

* Update todo-contribution-guidelines.md

Signed-off-by: Chris (Gentle) Y杨 <nodexy@gmail.com>

* Update todo-guides-contribution-guidelines.md

Signed-off-by: Chris (Gentle) Y杨 <nodexy@gmail.com>

* Update using-open-source.md

Signed-off-by: Chris (Gentle) Y杨 <nodexy@gmail.com>

* Update whitepaper-guidelines.md

Signed-off-by: Chris (Gentle) Y杨 <nodexy@gmail.com>

* Revert "Update building-leadership.md to adapte URI escaping "

This reverts commit 734e25d.

* Revert "Update whitepaper-guidelines.md"

This reverts commit de40965.

* Revert "Update todo-contribution-guidelines.md"

This reverts commit 3b47160.

* Revert "Update using-open-source.md"

This reverts commit 00b2989.

* Revert "Update todo-guides-contribution-guidelines.md"

This reverts commit 7d4ade0.

* Revert "Update strategy.md"

This reverts commit a19a65a.

* Revert "Update starting.md"

This reverts commit 4f1111d.

* Revert "Update shutting-down.md"

This reverts commit f562766.

* Revert "Update recruiting-developers.md"

This reverts commit 8714d47.

* Revert "Update participating.md"

This reverts commit 8f97e95.

* Revert "Update outbound-oss.md"

This reverts commit e0131d5.

* Revert "Update ospo-simple-faq.md"

This reverts commit bd32653.

* Revert "Update open-source-reading-list.md"

This reverts commit 94213d9.

* Revert "Update measuring.md"

This reverts commit a6a848b.

* Revert "Update marketing-open-source-projects.md"

This reverts commit 9ed9917.

* Revert "Update management-tools.md"

This reverts commit 0b9db96.

* Revert "Update impact.md"

This reverts commit 13081f7.

* Revert "Update diversity-inclusion.md"

This reverts commit e1372ac.

* Revert "Update career-development.md"

This reverts commit dae0491.

* Revert "Update title to English to adapte URL escaping"

This reverts commit c33ad24.

* Revert "Update os-commercial-ecosystem.md"

This reverts commit 46f0b92.

* Update organizing-and-managing-open-source-events.md

Signed-off-by: Chris (Gentle) Y杨 <nodexy@gmail.com>

---------

Signed-off-by: Chris (Gentle) Y杨 <nodexy@gmail.com>
Signed-off-by: Nliver <34496563+Nliver@users.noreply.github.com>
Signed-off-by: Chen Yong <henry.chenyong@gmail.com>
Signed-off-by: terizhao <terizhao@gmail.com>
Signed-off-by: arnuojo <liujiejo@huawei.com>
Signed-off-by: Ana Jimenez Santamaria <ana@todogroup.org>
Signed-off-by: Cornelius Schumacher <cornelius.schumacher@deutschebahn.com>
Signed-off-by: Shu Muto <shu.mutow@nec.com>
Signed-off-by: windsonsea <haifeng.yao@daocloud.io>
Signed-off-by: 周黎 <113668982+coolzhouly@users.noreply.github.com>
Signed-off-by: Zhao Zhenhua <zhao.zhenhua@gmail.com>
Signed-off-by: Annania Melaku <a.melaku@f5.com>
Signed-off-by: Chris Abraham <cjyabraham@gmail.com>
Signed-off-by: James Hunt <10615884+thetwopct@users.noreply.github.com>
Signed-off-by: Hongbo WANG <wangbo85@sina.com>
Signed-off-by: Hongbo Wang <wangbo85@sina.com>
Signed-off-by: maotiamo <xiangkemao@163.com>
Signed-off-by: bingfeng <89500827+winterpi@users.noreply.github.com>
Signed-off-by: wangleo61 <62591087+wangleo61@users.noreply.github.com>
Signed-off-by: Zhou Ran <100081310+JuliaZhou2022@users.noreply.github.com>
Signed-off-by: node <nodexy@gmail.com>
Co-authored-by: Nliver <34496563+Nliver@users.noreply.github.com>
Co-authored-by: Chen Yong <henry.chenyong@gmail.com>
Co-authored-by: terizhao <terizhao@gmail.com>
Co-authored-by: arnuojo <liujiejo@huawei.com>
Co-authored-by: Ana Jimenez Santamaria <ana@todogroup.org>
Co-authored-by: Cornelius Schumacher <cornelius.schumacher@deutschebahn.com>
Co-authored-by: Shu Muto <shu.mutow@nec.com>
Co-authored-by: windsonsea <haifeng.yao@daocloud.io>
Co-authored-by: 周黎 <113668982+coolzhouly@users.noreply.github.com>
Co-authored-by: Zhao Zhenhua <zhao.zhenhua@gmail.com>
Co-authored-by: Annania Melaku <a.melaku@f5.com>
Co-authored-by: Chris Abraham <cjyabraham@gmail.com>
Co-authored-by: liumiiin <bin-ryu@nec.com>
Co-authored-by: Igarashi Kenta <103247277+i-kenta@users.noreply.github.com>
Co-authored-by: shogo-katada <164866905+shogo-katada@users.noreply.github.com>
Co-authored-by: sugiyama-m-v <164494452+sugiyama-m-v@users.noreply.github.com>
Co-authored-by: s-uramoto <164879171+s-uramoto@users.noreply.github.com>
Co-authored-by: s-kazuyoshi <73943905+s-kazuyoshi@users.noreply.github.com>
Co-authored-by: natsuki-takase <163977913+natsuki-takase@users.noreply.github.com>
Co-authored-by: taka-takeuchi <164862359+taka-takeuchi@users.noreply.github.com>
Co-authored-by: k-hiraiwa <163966246+k-hiraiwa@users.noreply.github.com>
Co-authored-by: y-ksmt-01 <163976093+y-ksmt-01@users.noreply.github.com>
Co-authored-by: ziyi-xie <92832323+ziyi-xie@users.noreply.github.com>
Co-authored-by: ogura-kei <119018813+ogura-kei@users.noreply.github.com>
Co-authored-by: kinpara-s <163976253+kinpara-s@users.noreply.github.com>
Co-authored-by: James Hunt <10615884+thetwopct@users.noreply.github.com>
Co-authored-by: Hongbo Wang, from Intel <hongbo.wang@intel.com>
Co-authored-by: Hongbo Wang <wangbo85@sina.com>
Co-authored-by: maotiamo <xiangkemao@163.com>
Co-authored-by: bingfeng <89500827+winterpi@users.noreply.github.com>
Co-authored-by: wangleo61 <62591087+wangleo61@users.noreply.github.com>
Co-authored-by: Zhou Ran <100081310+JuliaZhou2022@users.noreply.github.com>
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
feature request Requested features proposed by the community help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants