From 4d72a69089af8501b30d359dfb3a57856edb206c Mon Sep 17 00:00:00 2001 From: Haeun Kim Date: Wed, 12 Sep 2018 22:14:22 +0900 Subject: [PATCH] *.md: Fix file names of *.md into kebab style - Update the md files name which were snake case style to be the kebab style. - Update .coafile to check whether a name of md files are the kebab style. Closes https://github.com/coala/projects/issues/308 --- .coafile | 182 +++++++++--------- ...on_template.md => application-template.md} | 0 ...8.md => coala-will-apply-for-gsoc-2018.md} | 0 _faq/{contact_mentor.md => contact-mentor.md} | 0 ...c_requirements.md => gsoc-requirements.md} | 0 ...t_status.md => high-involvement-status.md} | 0 ...to_do_a_gsoc.md => i-want-to-do-a-gsoc.md} | 0 ...or_necessary.md => is-mentor-necessary.md} | 0 ...r_obligations.md => mentor-obligations.md} | 0 ...wn_project_idea.md => own-project-idea.md} | 0 ...ticipation.md => project-participation.md} | 0 ..._project_idea.md => steal-project-idea.md} | 0 ..._obligations.md => student-obligations.md} | 0 ...roposal.md => working-out-the-proposal.md} | 0 ...roposal.md => writing-a-great-proposal.md} | 0 ...dd_repo_license.md => add-repo-license.md} | 2 +- _projects/{antlr_v4.md => antlr-v4.md} | 2 +- _projects/aspects.md | 2 +- .../{assign_issues.md => assign-issues.md} | 2 +- ...ogy.md => automate-dependency-repology.md} | 2 +- ...elist.md => automate-vulture-whitelist.md} | 2 +- .../{bear_updates.md => bear-updates.md} | 2 +- _projects/{coala_cli.md => coala-cli.md} | 2 +- ...age_server.md => coala-language-server.md} | 2 +- _projects/{coala_web.md => coala-web.md} | 2 +- ...ot_enhancement.md => cobot-enhancement.md} | 2 +- ...d_perftest.md => commit-based-perftest.md} | 2 +- ...tion_bridge.md => communication-bridge.md} | 2 +- ..._aspects.md => convert-bear-to-aspects.md} | 2 +- ...o_enhancement.md => corobo-enhancement.md} | 2 +- ...ins_plugin.md => create-jenkins-plugin.md} | 2 +- .../{debug_profile.md => debug-profile.md} | 2 +- ...raction.md => documentation-extraction.md} | 2 +- .../{editor_support.md => editor-support.md} | 2 +- ...ckstart.md => enhance-coala-quickstart.md} | 2 +- ...ration.md => extend-linter-integration.md} | 2 +- .../{generic_bears.md => generic-bears.md} | 2 +- .../{git_task_list.md => git-task-list.md} | 2 +- .../{gitmate_gitlab.md => gitmate-gitlab.md} | 0 .../{gitmate_jira.md => gitmate-jira.md} | 0 ...{gitmate_plugins.md => gitmate-plugins.md} | 0 ...{gitmate_testing.md => gitmate-testing.md} | 2 +- ...{go_bears_on_bsd.md => go-bears-on-bsd.md} | 2 +- ...t_scm_support.md => i-gitt-scm-support.md} | 0 ...lement_aspects.md => implement-aspects.md} | 0 ...oala.md => implement-metrics-for-coala.md} | 2 +- ...f_handling.md => improve-diff-handling.md} | 2 +- ...nstallation.md => improve-installation.md} | 2 +- _projects/{meta_review.md => meta-review.md} | 2 +- ...ested_languages.md => nested-languages.md} | 2 +- ...ewcomer_metrics.md => newcomer-metrics.md} | 2 +- ...ion_system.md => nextgen-action-system.md} | 0 ...ptimize_caching.md => optimize-caching.md} | 2 +- _projects/{pr_perftest.md => pr-perftest.md} | 2 +- ...green_mode.md => quickstart-green-mode.md} | 2 +- ...l_source.md => roberta-external-source.md} | 2 +- ...=> rstcheck-with-better-sphinx-support.md} | 2 +- _projects/{use_coala_2.md => use-coala-2.md} | 2 +- _projects/{use_coala_3.md => use-coala-3.md} | 2 +- _projects/{use_coala.md => use-coala.md} | 2 +- _reports/ksdme.md | 2 +- data/locale/en/SUMMARY.md | 58 +++--- data/locale/hi/faq.json | 24 +-- data/locale/id/faq.json | 22 +-- .../{contact_mentor.md => contact-mentor.md} | 0 data/locale/id/projects.json | 2 +- ...l_source.md => roberta-external-source.md} | 0 data/locale/ro/faq.json | 24 +-- 68 files changed, 199 insertions(+), 193 deletions(-) rename _faq/{application_template.md => application-template.md} (100%) rename _faq/{coala_will_apply_for_gsoc_2018.md => coala-will-apply-for-gsoc-2018.md} (100%) rename _faq/{contact_mentor.md => contact-mentor.md} (100%) rename _faq/{gsoc_requirements.md => gsoc-requirements.md} (100%) rename _faq/{high_involvement_status.md => high-involvement-status.md} (100%) rename _faq/{i_want_to_do_a_gsoc.md => i-want-to-do-a-gsoc.md} (100%) rename _faq/{is_mentor_necessary.md => is-mentor-necessary.md} (100%) rename _faq/{mentor_obligations.md => mentor-obligations.md} (100%) rename _faq/{own_project_idea.md => own-project-idea.md} (100%) rename _faq/{project_participation.md => project-participation.md} (100%) rename _faq/{steal_project_idea.md => steal-project-idea.md} (100%) rename _faq/{student_obligations.md => student-obligations.md} (100%) rename _faq/{working_out_the_proposal.md => working-out-the-proposal.md} (100%) rename _faq/{writing_a_great_proposal.md => writing-a-great-proposal.md} (100%) rename _projects/{add_repo_license.md => add-repo-license.md} (99%) rename _projects/{antlr_v4.md => antlr-v4.md} (99%) rename _projects/{assign_issues.md => assign-issues.md} (98%) rename _projects/{automate_dependency_repology.md => automate-dependency-repology.md} (98%) rename _projects/{automate_vulture_whitelist.md => automate-vulture-whitelist.md} (98%) rename _projects/{bear_updates.md => bear-updates.md} (99%) rename _projects/{coala_cli.md => coala-cli.md} (99%) rename _projects/{coala_language_server.md => coala-language-server.md} (99%) rename _projects/{coala_web.md => coala-web.md} (99%) rename _projects/{cobot_enhancement.md => cobot-enhancement.md} (99%) rename _projects/{commit_based_perftest.md => commit-based-perftest.md} (96%) rename _projects/{communication_bridge.md => communication-bridge.md} (98%) rename _projects/{convert_bear_to_aspects.md => convert-bear-to-aspects.md} (98%) rename _projects/{corobo_enhancement.md => corobo-enhancement.md} (98%) rename _projects/{create_jenkins_plugin.md => create-jenkins-plugin.md} (98%) rename _projects/{debug_profile.md => debug-profile.md} (99%) rename _projects/{documentation_extraction.md => documentation-extraction.md} (98%) rename _projects/{editor_support.md => editor-support.md} (99%) rename _projects/{enhance_coala_quickstart.md => enhance-coala-quickstart.md} (99%) rename _projects/{extend_linter_integration.md => extend-linter-integration.md} (99%) rename _projects/{generic_bears.md => generic-bears.md} (99%) rename _projects/{git_task_list.md => git-task-list.md} (99%) rename _projects/{gitmate_gitlab.md => gitmate-gitlab.md} (100%) rename _projects/{gitmate_jira.md => gitmate-jira.md} (100%) rename _projects/{gitmate_plugins.md => gitmate-plugins.md} (100%) rename _projects/{gitmate_testing.md => gitmate-testing.md} (99%) rename _projects/{go_bears_on_bsd.md => go-bears-on-bsd.md} (99%) rename _projects/{i_gitt_scm_support.md => i-gitt-scm-support.md} (100%) rename _projects/{implement_aspects.md => implement-aspects.md} (100%) rename _projects/{implement_metrics_for_coala.md => implement-metrics-for-coala.md} (98%) rename _projects/{improve_diff_handling.md => improve-diff-handling.md} (99%) rename _projects/{improve_installation.md => improve-installation.md} (99%) rename _projects/{meta_review.md => meta-review.md} (99%) rename _projects/{nested_languages.md => nested-languages.md} (98%) rename _projects/{newcomer_metrics.md => newcomer-metrics.md} (98%) rename _projects/{nextgen_action_system.md => nextgen-action-system.md} (100%) rename _projects/{optimize_caching.md => optimize-caching.md} (99%) rename _projects/{pr_perftest.md => pr-perftest.md} (96%) rename _projects/{quickstart_green_mode.md => quickstart-green-mode.md} (99%) rename _projects/{roberta_external_source.md => roberta-external-source.md} (99%) rename _projects/{rstcheck_with_better_sphinx_support.md => rstcheck-with-better-sphinx-support.md} (98%) rename _projects/{use_coala_2.md => use-coala-2.md} (99%) rename _projects/{use_coala_3.md => use-coala-3.md} (99%) rename _projects/{use_coala.md => use-coala.md} (99%) rename data/locale/id/faq/{contact_mentor.md => contact-mentor.md} (100%) rename data/locale/id/projects/{roberta_external_source.md => roberta-external-source.md} (100%) diff --git a/.coafile b/.coafile index 7dc819da..1d43ba98 100644 --- a/.coafile +++ b/.coafile @@ -27,10 +27,16 @@ max_lines_per_file = 500 [filenames] bears = FilenameBear -files = **.yml, **.html, **.md, **.js, **.css -ignore = vendor/**, resources/vendors/**, _projects/integrate-pyflakes-AST.md, data/locale/en/projects/**, _site/**, _reports/** +files = **.yml, **.html, **.js, **.css +ignore = vendor/**, resources/vendors/**, _site/**, _reports/** file_naming_convention = snake +[markdown_filenames] +bears = FilenameBear +files = **.md +ignore = vendor/**, resources/vendors/**, _reports/**, _site/**, _projects/integrate-pyflakes-AST.md, data/locale/en/projects/** +file_naming_convention = kebab + [spacing] bears = SpaceConsistencyBear files = **.html, **.css, **.js, **.json @@ -53,108 +59,108 @@ files = _projects/**.md bears = LineLengthBear max_line_length = 80 ignore_length_regex = .*https?:// -ignore = _projects/corobo_enhancement.md, - _projects/bear_updates.md, +ignore = _projects/corobo-enhancement.md, + _projects/bear-updates.md, _projects/README.md, - _projects/improve_installation.md, - _projects/commit_based_perftest.md, - _projects/automate_dependency_repology.md, - _projects/automate_vulture_whitelist.md, + _projects/improve-installation.md, + _projects/commit-based-perftest.md, + _projects/automate-dependency-repology.md, + _projects/automate-vulture-whitelist.md, _projects/integrate-pyflakes-AST.md, - _projects/rstcheck_with_better_sphinx_support.md, - _projects/nextgen_action_system.md, - _projects/implement_aspects.md, - _projects/debug_profile.md, - _projects/improve_diff_handling.md, + _projects/rstcheck-with-better-sphinx-support.md, + _projects/nextgen-action-system.md, + _projects/implement-aspects.md, + _projects/debug-profile.md, + _projects/improve-diff-handling.md, _projects/jetbrains-ide-plugin.md, - _projects/cobot_enhancement.md, + _projects/cobot-enhancement.md, _projects/example.md, _projects/aspects.md, - _projects/communication_bridge.md, - _projects/assign_issues.md, - _projects/coala_web.md, - _projects/use_coala.md, - _projects/enhance_coala_quickstart.md, - _projects/coala_cli.md, - _projects/go_bears_on_bsd.md, - _projects/gitmate_gitlab.md, - _projects/optimize_caching.md, - _projects/documentation_extraction.md, - _projects/git_task_list.md, - _projects/gitmate_jira.md, - _projects/use_coala_2.md, - _projects/gitmate_plugins.md, - _projects/use_coala_3.md, + _projects/communication-bridge.md, + _projects/assign-issues.md, + _projects/coala-web.md, + _projects/use-coala.md, + _projects/enhance-coala-quickstart.md, + _projects/coala-cli.md, + _projects/go-bears-on-bsd.md, + _projects/gitmate-gitlab.md, + _projects/optimize-caching.md, + _projects/documentation-extraction.md, + _projects/git-task-list.md, + _projects/gitmate-jira.md, + _projects/use-coala-2.md, + _projects/gitmate-plugins.md, + _projects/use-coala-3.md, _projects/vulture.md, - _projects/create_jenkins_plugin.md, - _projects/implement_metrics_for_coala.md, - _projects/newcomer_metrics.md, - _projects/editor_support.md, - _projects/extend_linter_integration.md, - _projects/pr_perftest.md, - _projects/add_repo_license.md, - _projects/antlr_v4.md, - _projects/coala_language_server.md, - _projects/gitmate_testing.md, - _projects/quickstart_green_mode.md, + _projects/create-jenkins-plugin.md, + _projects/implement-metrics-for-coala.md, + _projects/newcomer-metrics.md, + _projects/editor-support.md, + _projects/extend-linter-integration.md, + _projects/pr-perftest.md, + _projects/add-repo-license.md, + _projects/antlr-v4.md, + _projects/coala-language-server.md, + _projects/gitmate-testing.md, + _projects/quickstart-green-mode.md, _projects/commit-content-checks.md, - _projects/nested_languages.md, - _projects/meta_review.md, - _projects/convert_bear_to_aspects.md, - _projects/roberta_external_source.md, - _projects/generic_bears.md + _projects/nested-languages.md, + _projects/meta-review.md, + _projects/convert-bear-to-aspects.md, + _projects/roberta-external-source.md, + _projects/generic-bears.md [old_linelength_projects] -files = _projects/corobo_enhancement.md, - _projects/bear_updates.md, +files = _projects/corobo-enhancement.md, + _projects/bear-updates.md, _projects/README.md, - _projects/improve_installation.md, - _projects/commit_based_perftest.md, - _projects/automate_dependency_repology.md, - _projects/automate_vulture_whitelist.md, + _projects/improve-installation.md, + _projects/commit-based-perftest.md, + _projects/automate-dependency-repology.md, + _projects/automate-vulture-whitelist.md, _projects/integrate-pyflakes-AST.md, - _projects/rstcheck_with_better_sphinx_support.md, - _projects/nextgen_action_system.md, - _projects/implement_aspects.md, - _projects/debug_profile.md, - _projects/improve_diff_handling.md, + _projects/rstcheck-with-better-sphinx-support.md, + _projects/nextgen-action-system.md, + _projects/implement-aspects.md, + _projects/debug-profile.md, + _projects/improve-diff-handling.md, _projects/jetbrains-ide-plugin.md, - _projects/cobot_enhancement.md, + _projects/cobot-enhancement.md, _projects/example.md, _projects/aspects.md, - _projects/communication_bridge.md, - _projects/assign_issues.md, - _projects/coala_web.md, - _projects/use_coala.md, - _projects/enhance_coala_quickstart.md, - _projects/coala_cli.md, - _projects/go_bears_on_bsd.md, - _projects/gitmate_gitlab.md, - _projects/optimize_caching.md, - _projects/documentation_extraction.md, - _projects/git_task_list.md, - _projects/gitmate_jira.md, - _projects/use_coala_2.md, - _projects/gitmate_plugins.md, - _projects/use_coala_3.md, + _projects/communication-bridge.md, + _projects/assign-issues.md, + _projects/coala-web.md, + _projects/use-coala.md, + _projects/enhance-coala-quickstart.md, + _projects/coala-cli.md, + _projects/go-bears-on-bsd.md, + _projects/gitmate-gitlab.md, + _projects/optimize-caching.md, + _projects/documentation-extraction.md, + _projects/git-task-list.md, + _projects/gitmate-jira.md, + _projects/use-coala-2.md, + _projects/gitmate-plugins.md, + _projects/use-coala-3.md, _projects/vulture.md, - _projects/create_jenkins_plugin.md, - _projects/implement_metrics_for_coala.md, - _projects/newcomer_metrics.md, - _projects/editor_support.md, - _projects/extend_linter_integration.md, - _projects/pr_perftest.md, - _projects/add_repo_license.md, - _projects/antlr_v4.md, - _projects/coala_language_server.md, - _projects/gitmate_testing.md, - _projects/quickstart_green_mode.md, + _projects/create-jenkins-plugin.md, + _projects/implement-metrics-for-coala.md, + _projects/newcomer-metrics.md, + _projects/editor-support.md, + _projects/extend-linter-integration.md, + _projects/pr-perftest.md, + _projects/add-repo-license.md, + _projects/antlr-v4.md, + _projects/coala-language-server.md, + _projects/gitmate-testing.md, + _projects/quickstart-green-mode.md, _projects/commit-content-checks.md, - _projects/nested_languages.md, - _projects/meta_review.md, - _projects/convert_bear_to_aspects.md, - _projects/roberta_external_source.md, - _projects/generic_bears.md + _projects/nested-languages.md, + _projects/meta-review.md, + _projects/convert-bear-to-aspects.md, + _projects/roberta-external-source.md, + _projects/generic-bears.md ignore_length_regex = .*https?:// bears = LineLengthBear max_line_length = 120 diff --git a/_faq/application_template.md b/_faq/application-template.md similarity index 100% rename from _faq/application_template.md rename to _faq/application-template.md diff --git a/_faq/coala_will_apply_for_gsoc_2018.md b/_faq/coala-will-apply-for-gsoc-2018.md similarity index 100% rename from _faq/coala_will_apply_for_gsoc_2018.md rename to _faq/coala-will-apply-for-gsoc-2018.md diff --git a/_faq/contact_mentor.md b/_faq/contact-mentor.md similarity index 100% rename from _faq/contact_mentor.md rename to _faq/contact-mentor.md diff --git a/_faq/gsoc_requirements.md b/_faq/gsoc-requirements.md similarity index 100% rename from _faq/gsoc_requirements.md rename to _faq/gsoc-requirements.md diff --git a/_faq/high_involvement_status.md b/_faq/high-involvement-status.md similarity index 100% rename from _faq/high_involvement_status.md rename to _faq/high-involvement-status.md diff --git a/_faq/i_want_to_do_a_gsoc.md b/_faq/i-want-to-do-a-gsoc.md similarity index 100% rename from _faq/i_want_to_do_a_gsoc.md rename to _faq/i-want-to-do-a-gsoc.md diff --git a/_faq/is_mentor_necessary.md b/_faq/is-mentor-necessary.md similarity index 100% rename from _faq/is_mentor_necessary.md rename to _faq/is-mentor-necessary.md diff --git a/_faq/mentor_obligations.md b/_faq/mentor-obligations.md similarity index 100% rename from _faq/mentor_obligations.md rename to _faq/mentor-obligations.md diff --git a/_faq/own_project_idea.md b/_faq/own-project-idea.md similarity index 100% rename from _faq/own_project_idea.md rename to _faq/own-project-idea.md diff --git a/_faq/project_participation.md b/_faq/project-participation.md similarity index 100% rename from _faq/project_participation.md rename to _faq/project-participation.md diff --git a/_faq/steal_project_idea.md b/_faq/steal-project-idea.md similarity index 100% rename from _faq/steal_project_idea.md rename to _faq/steal-project-idea.md diff --git a/_faq/student_obligations.md b/_faq/student-obligations.md similarity index 100% rename from _faq/student_obligations.md rename to _faq/student-obligations.md diff --git a/_faq/working_out_the_proposal.md b/_faq/working-out-the-proposal.md similarity index 100% rename from _faq/working_out_the_proposal.md rename to _faq/working-out-the-proposal.md diff --git a/_faq/writing_a_great_proposal.md b/_faq/writing-a-great-proposal.md similarity index 100% rename from _faq/writing_a_great_proposal.md rename to _faq/writing-a-great-proposal.md diff --git a/_projects/add_repo_license.md b/_projects/add-repo-license.md similarity index 99% rename from _projects/add_repo_license.md rename to _projects/add-repo-license.md index e0f9ef3f..c5fb6f0b 100644 --- a/_projects/add_repo_license.md +++ b/_projects/add-repo-license.md @@ -9,7 +9,7 @@ initiatives: issues: - "https://github.com/coala/meta/issues/58" - "https://github.com/coala/meta/issues/81" -markdown: add_repo_license.md +markdown: add-repo-license.md mentors: - pombredanne - jayvdb diff --git a/_projects/antlr_v4.md b/_projects/antlr-v4.md similarity index 99% rename from _projects/antlr_v4.md rename to _projects/antlr-v4.md index 6db0e8ec..59f63492 100644 --- a/_projects/antlr_v4.md +++ b/_projects/antlr-v4.md @@ -8,7 +8,7 @@ initiatives: - GSoC - RGSoC issues: [] -markdown: antlr_v4.md +markdown: antlr-v4.md mentors: - Udayan12167 - corona10 diff --git a/_projects/aspects.md b/_projects/aspects.md index c64de135..c71cf32b 100644 --- a/_projects/aspects.md +++ b/_projects/aspects.md @@ -9,7 +9,7 @@ initiatives: - GSoC - RGSoC issues: [] -markdown: implement_aspects.md +markdown: implement-aspects.md mentors: - userzimmermann - jayvdb diff --git a/_projects/assign_issues.md b/_projects/assign-issues.md similarity index 98% rename from _projects/assign_issues.md rename to _projects/assign-issues.md index 750b9786..ef974fde 100644 --- a/_projects/assign_issues.md +++ b/_projects/assign-issues.md @@ -10,7 +10,7 @@ status: completed initiatives: - Research issues: [] -markdown: assign_issues.md +markdown: assign-issues.md mentors: - fneu - sils diff --git a/_projects/automate_dependency_repology.md b/_projects/automate-dependency-repology.md similarity index 98% rename from _projects/automate_dependency_repology.md rename to _projects/automate-dependency-repology.md index fd08213b..98169651 100644 --- a/_projects/automate_dependency_repology.md +++ b/_projects/automate-dependency-repology.md @@ -11,7 +11,7 @@ issues: - "https://gitlab.com/coala/package_manager/issues/159" - "https://github.com/coala/coala/issues/4605" - "https://github.com/repology/repology/issues/512" -markdown: automate_dependency_repology.md +markdown: automate-dependency-repology.md mentors: - waldyrious - fexpr diff --git a/_projects/automate_vulture_whitelist.md b/_projects/automate-vulture-whitelist.md similarity index 98% rename from _projects/automate_vulture_whitelist.md rename to _projects/automate-vulture-whitelist.md index 35585325..4f53023f 100644 --- a/_projects/automate_vulture_whitelist.md +++ b/_projects/automate-vulture-whitelist.md @@ -17,7 +17,7 @@ initiatives: issues: - "https://github.com/jendrikseipp/vulture/issues/109" - "https://github.com/jendrikseipp/vulture/issues/8" -markdown: automate_vulture_whitelist.md +markdown: automate-vulture-whitelist.md requirements: - "Familiarity with vulture" - "Knowledge of AST's" diff --git a/_projects/bear_updates.md b/_projects/bear-updates.md similarity index 99% rename from _projects/bear_updates.md rename to _projects/bear-updates.md index a1759cab..6d68b311 100644 --- a/_projects/bear_updates.md +++ b/_projects/bear-updates.md @@ -7,7 +7,7 @@ initiatives: - GSoC - RGSoC issues: [] -markdown: bear_updates.md +markdown: bear-updates.md mentors: - NiklasMM - AbdealiJK diff --git a/_projects/coala_cli.md b/_projects/coala-cli.md similarity index 99% rename from _projects/coala_cli.md rename to _projects/coala-cli.md index 8a6169fc..fbb70213 100644 --- a/_projects/coala_cli.md +++ b/_projects/coala-cli.md @@ -28,7 +28,7 @@ issues: - "https://gitlab.com/coala/GSoC/GSoC-2017/issues/137" - "https://gitlab.com/coala/GSoC/GSoC-2017/issues/138" - "https://gitlab.com/coala/GSoC/GSoC-2017/issues/158" -markdown: coala_cli.md +markdown: coala-cli.md mentors: - yukiisbored - Adrianzatreanu diff --git a/_projects/coala_language_server.md b/_projects/coala-language-server.md similarity index 99% rename from _projects/coala_language_server.md rename to _projects/coala-language-server.md index 810e5325..578fd0cc 100644 --- a/_projects/coala_language_server.md +++ b/_projects/coala-language-server.md @@ -9,7 +9,7 @@ initiatives: issues: - "https://github.com/coala/coala-vs-code/issues/3" - "https://github.com/coala/coala-vs-code/issues/4" -markdown: coala_language_server.md +markdown: coala-language-server.md mentors: - gaocegege - gatesn diff --git a/_projects/coala_web.md b/_projects/coala-web.md similarity index 99% rename from _projects/coala_web.md rename to _projects/coala-web.md index 0c378f82..e102b39a 100644 --- a/_projects/coala_web.md +++ b/_projects/coala-web.md @@ -26,7 +26,7 @@ issues: - "https://gitlab.com/coala/GSoC/GSoC-2017/issues/198" - "https://gitlab.com/coala/GSoC/GSoC-2017/issues/199" - "https://gitlab.com/coala/GSoC/GSoC-2017/issues/204" -markdown: coala_web.md +markdown: coala-web.md mentors: - sils - fneu diff --git a/_projects/cobot_enhancement.md b/_projects/cobot-enhancement.md similarity index 99% rename from _projects/cobot_enhancement.md rename to _projects/cobot-enhancement.md index bc03ed12..ac2493cd 100644 --- a/_projects/cobot_enhancement.md +++ b/_projects/cobot-enhancement.md @@ -17,7 +17,7 @@ issues: - "https://gitlab.com/coala/GSoC/GSoC-2017/issues/20" - "https://gitlab.com/coala/GSoC/GSoC-2017/issues/49" - "https://gitlab.com/coala/GSoC/GSoC-2017/issues/48" -markdown: cobot_enhancement.md +markdown: cobot-enhancement.md mentors: - Udayan12167 - sadovnychyi diff --git a/_projects/commit_based_perftest.md b/_projects/commit-based-perftest.md similarity index 96% rename from _projects/commit_based_perftest.md rename to _projects/commit-based-perftest.md index 36c3e678..29c80708 100644 --- a/_projects/commit_based_perftest.md +++ b/_projects/commit-based-perftest.md @@ -7,7 +7,7 @@ status: in_progress initiatives: - Paper issues: [] -markdown: commit_based_perftest.md +markdown: commit-based-perftest.md name: "Researching commit-based performance testing" requirements: - "The participant should have some prior experience with investigating the performance of software." diff --git a/_projects/communication_bridge.md b/_projects/communication-bridge.md similarity index 98% rename from _projects/communication_bridge.md rename to _projects/communication-bridge.md index 4f5e7f58..b2c3638d 100644 --- a/_projects/communication_bridge.md +++ b/_projects/communication-bridge.md @@ -7,7 +7,7 @@ initiatives: - GSoC - RGSoC issues: [] -markdown: communication_bridge.md +markdown: communication-bridge.md mentors: - jayvdb - chauffer diff --git a/_projects/convert_bear_to_aspects.md b/_projects/convert-bear-to-aspects.md similarity index 98% rename from _projects/convert_bear_to_aspects.md rename to _projects/convert-bear-to-aspects.md index c0190a27..0b061143 100644 --- a/_projects/convert_bear_to_aspects.md +++ b/_projects/convert-bear-to-aspects.md @@ -8,7 +8,7 @@ initiatives: - GSoC - RGSoC issues: [] -markdown: convert_bear_to_aspects.md +markdown: convert-bear-to-aspects.md mentors: - adhikasp - jschwarzwalder diff --git a/_projects/corobo_enhancement.md b/_projects/corobo-enhancement.md similarity index 98% rename from _projects/corobo_enhancement.md rename to _projects/corobo-enhancement.md index f65f4142..33e968bc 100644 --- a/_projects/corobo_enhancement.md +++ b/_projects/corobo-enhancement.md @@ -11,7 +11,7 @@ issues: - "https://github.com/coala/corobo/issues/424" - "https://github.com/coala/corobo/issues/509" - "https://github.com/coala/corobo/issues?q=is%3Aopen+is%3Aissue+label%3Aarea%2Fconfig" -markdown: corobo_enhancement.md +markdown: corobo-enhancement.md mentors: - meetmangukiya - gbin diff --git a/_projects/create_jenkins_plugin.md b/_projects/create-jenkins-plugin.md similarity index 98% rename from _projects/create_jenkins_plugin.md rename to _projects/create-jenkins-plugin.md index b4ee3d7a..5149e133 100644 --- a/_projects/create_jenkins_plugin.md +++ b/_projects/create-jenkins-plugin.md @@ -10,7 +10,7 @@ initiatives: - RGSoC issues: - "https://github.com/coala/coala/issues/2757" -markdown: create_jenkins_plugin.md +markdown: create-jenkins-plugin.md mentors: - Udayan12167 - uhafner diff --git a/_projects/debug_profile.md b/_projects/debug-profile.md similarity index 99% rename from _projects/debug_profile.md rename to _projects/debug-profile.md index 13696ac6..69187598 100644 --- a/_projects/debug_profile.md +++ b/_projects/debug-profile.md @@ -9,7 +9,7 @@ initiatives: issues: - "https://github.com/coala/coala/issues/565" - "https://github.com/coala/coala/issues/1101" -markdown: debug_profile.md +markdown: debug-profile.md mentors: - fneu - arjunsinghy96 diff --git a/_projects/documentation_extraction.md b/_projects/documentation-extraction.md similarity index 98% rename from _projects/documentation_extraction.md rename to _projects/documentation-extraction.md index 134689e9..aa61a864 100644 --- a/_projects/documentation_extraction.md +++ b/_projects/documentation-extraction.md @@ -9,7 +9,7 @@ initiatives: - GSoC - RGSoC issues: [] -markdown: documentation_extraction.md +markdown: documentation-extraction.md mentors: - SanketDG - NiklasMM diff --git a/_projects/editor_support.md b/_projects/editor-support.md similarity index 99% rename from _projects/editor_support.md rename to _projects/editor-support.md index e208fc4c..0d06c45a 100644 --- a/_projects/editor_support.md +++ b/_projects/editor-support.md @@ -13,7 +13,7 @@ issues: - "https://github.com/coala/coala-vim/issues/24" - "https://github.com/coala/coala-gedit/issues/5" - "https://github.com/coala/coala-sublime/issues/4" -markdown: editor_support.md +markdown: editor-support.md mentors: - AbdealiJK - fneu diff --git a/_projects/enhance_coala_quickstart.md b/_projects/enhance-coala-quickstart.md similarity index 99% rename from _projects/enhance_coala_quickstart.md rename to _projects/enhance-coala-quickstart.md index b76c26d7..4ae4d578 100644 --- a/_projects/enhance_coala_quickstart.md +++ b/_projects/enhance-coala-quickstart.md @@ -22,7 +22,7 @@ issues: - "https://gitlab.com/coala/GSoC/GSoC-2017/issues/65" - "https://gitlab.com/coala/GSoC/GSoC-2017/issues/66" - "https://gitlab.com/coala/GSoC/GSoC-2017/issues/67" -markdown: enhance_coala_quickstart.md +markdown: enhance-coala-quickstart.md mentors: - adtac - Adrianzatreanu diff --git a/_projects/extend_linter_integration.md b/_projects/extend-linter-integration.md similarity index 99% rename from _projects/extend_linter_integration.md rename to _projects/extend-linter-integration.md index 715dde28..51352a83 100644 --- a/_projects/extend_linter_integration.md +++ b/_projects/extend-linter-integration.md @@ -10,7 +10,7 @@ initiatives: - RGSoC issues: - "https://github.com/coala/engagement/issues/66" -markdown: extend_linter_integration.md +markdown: extend-linter-integration.md mentors: - AbdealiJK - Makman2 diff --git a/_projects/generic_bears.md b/_projects/generic-bears.md similarity index 99% rename from _projects/generic_bears.md rename to _projects/generic-bears.md index e87bac74..1d080aa5 100644 --- a/_projects/generic_bears.md +++ b/_projects/generic-bears.md @@ -7,7 +7,7 @@ initiatives: - GSoC - RGSoC issues: [] -markdown: generic_bears.md +markdown: generic-bears.md mentors: - abhsag24 - Mixih diff --git a/_projects/git_task_list.md b/_projects/git-task-list.md similarity index 99% rename from _projects/git_task_list.md rename to _projects/git-task-list.md index a2a307d8..12dca1cf 100644 --- a/_projects/git_task_list.md +++ b/_projects/git-task-list.md @@ -7,7 +7,7 @@ initiatives: - GSoC issues: - https://github.com/coala/coala/issues/4080 -markdown: git_task_list.md +markdown: git-task-list.md mentors: - blazeu - yukiisbored diff --git a/_projects/gitmate_gitlab.md b/_projects/gitmate-gitlab.md similarity index 100% rename from _projects/gitmate_gitlab.md rename to _projects/gitmate-gitlab.md diff --git a/_projects/gitmate_jira.md b/_projects/gitmate-jira.md similarity index 100% rename from _projects/gitmate_jira.md rename to _projects/gitmate-jira.md diff --git a/_projects/gitmate_plugins.md b/_projects/gitmate-plugins.md similarity index 100% rename from _projects/gitmate_plugins.md rename to _projects/gitmate-plugins.md diff --git a/_projects/gitmate_testing.md b/_projects/gitmate-testing.md similarity index 99% rename from _projects/gitmate_testing.md rename to _projects/gitmate-testing.md index 058ab9c9..4aaa893b 100644 --- a/_projects/gitmate_testing.md +++ b/_projects/gitmate-testing.md @@ -12,7 +12,7 @@ initiatives: issues: - "https://gitlab.com/gitmate/open-source/gitmate-2/issues/245" - "https://gitlab.com/gitmate/open-source/gitmate-2/issues/294" -markdown: gitmate_testing.md +markdown: gitmate-testing.md mentors: - nkprince007 - sils diff --git a/_projects/go_bears_on_bsd.md b/_projects/go-bears-on-bsd.md similarity index 99% rename from _projects/go_bears_on_bsd.md rename to _projects/go-bears-on-bsd.md index c80ad0c2..f74b8bf8 100644 --- a/_projects/go_bears_on_bsd.md +++ b/_projects/go-bears-on-bsd.md @@ -9,7 +9,7 @@ initiatives: issues: - "https://gitlab.com/coala/package_manager/issues/149" - "https://github.com/coala/coala-bears/issues/2481" -markdown: go_bears_on_bsd.md +markdown: go-bears-on-bsd.md mentors: - xferra - yukiisbored diff --git a/_projects/i_gitt_scm_support.md b/_projects/i-gitt-scm-support.md similarity index 100% rename from _projects/i_gitt_scm_support.md rename to _projects/i-gitt-scm-support.md diff --git a/_projects/implement_aspects.md b/_projects/implement-aspects.md similarity index 100% rename from _projects/implement_aspects.md rename to _projects/implement-aspects.md diff --git a/_projects/implement_metrics_for_coala.md b/_projects/implement-metrics-for-coala.md similarity index 98% rename from _projects/implement_metrics_for_coala.md rename to _projects/implement-metrics-for-coala.md index 0bb2d5c5..e3dd6c62 100644 --- a/_projects/implement_metrics_for_coala.md +++ b/_projects/implement-metrics-for-coala.md @@ -9,7 +9,7 @@ initiatives: - RGSoC issues: - "https://github.com/coala/coala/issues/759" -markdown: implement_metrics_for_coala.md +markdown: implement-metrics-for-coala.md mentors: - fneu - jayvdb diff --git a/_projects/improve_diff_handling.md b/_projects/improve-diff-handling.md similarity index 99% rename from _projects/improve_diff_handling.md rename to _projects/improve-diff-handling.md index 037d19b5..647fdeae 100644 --- a/_projects/improve_diff_handling.md +++ b/_projects/improve-diff-handling.md @@ -8,7 +8,7 @@ initiatives: - RGSoC issues: - "https://github.com/coala/coala/issues/1021" -markdown: improve_diff_handling.md +markdown: improve-diff-handling.md mentors: - satwikkansal - sils diff --git a/_projects/improve_installation.md b/_projects/improve-installation.md similarity index 99% rename from _projects/improve_installation.md rename to _projects/improve-installation.md index 318cd1e1..c288621a 100644 --- a/_projects/improve_installation.md +++ b/_projects/improve-installation.md @@ -11,7 +11,7 @@ initiatives: issues: - "https://github.com/coala/coala-bears/issues/845" - "https://github.com/coala/coala-bears/issues/664" -markdown: improve_installation.md +markdown: improve-installation.md mentors: - Udayan12167 - mbodenhamer diff --git a/_projects/meta_review.md b/_projects/meta-review.md similarity index 99% rename from _projects/meta_review.md rename to _projects/meta-review.md index 2f9ab0f1..e92da5a1 100644 --- a/_projects/meta_review.md +++ b/_projects/meta-review.md @@ -7,7 +7,7 @@ initiatives: - GSoC issues: - "https://github.com/coala/projects/issues/480" -markdown: meta_review.md +markdown: meta-review.md mentors: - hemangsk - blazeu diff --git a/_projects/nested_languages.md b/_projects/nested-languages.md similarity index 98% rename from _projects/nested_languages.md rename to _projects/nested-languages.md index 127b8159..bc930df5 100644 --- a/_projects/nested_languages.md +++ b/_projects/nested-languages.md @@ -10,7 +10,7 @@ initiatives: - RGSoC issues: - "https://github.com/coala/coala/issues/1690" -markdown: nested_languages.md +markdown: nested-languages.md mentors: - corona10 - Udayan12167 diff --git a/_projects/newcomer_metrics.md b/_projects/newcomer-metrics.md similarity index 98% rename from _projects/newcomer_metrics.md rename to _projects/newcomer-metrics.md index 3e1d1937..f9aaf45f 100644 --- a/_projects/newcomer_metrics.md +++ b/_projects/newcomer-metrics.md @@ -6,7 +6,7 @@ difficulty: medium initiatives: - GSoC issues: [] -markdown: newcomer_metrics.md +markdown: newcomer-metrics.md mentors: - jayvdb - gkrishnan724 diff --git a/_projects/nextgen_action_system.md b/_projects/nextgen-action-system.md similarity index 100% rename from _projects/nextgen_action_system.md rename to _projects/nextgen-action-system.md diff --git a/_projects/optimize_caching.md b/_projects/optimize-caching.md similarity index 99% rename from _projects/optimize_caching.md rename to _projects/optimize-caching.md index 37316c0f..570e8708 100644 --- a/_projects/optimize_caching.md +++ b/_projects/optimize-caching.md @@ -11,7 +11,7 @@ issues: - "https://github.com/coala/coala/issues/2912" - "https://github.com/coala/coala/issues/2541" - "https://github.com/coala/coala/issues/5136" -markdown: optimize_caching.md +markdown: optimize-caching.md mentors: - Makman2 - shreyans800755 diff --git a/_projects/pr_perftest.md b/_projects/pr-perftest.md similarity index 96% rename from _projects/pr_perftest.md rename to _projects/pr-perftest.md index 9c4bd3ce..403e7b69 100644 --- a/_projects/pr_perftest.md +++ b/_projects/pr-perftest.md @@ -7,7 +7,7 @@ difficulty: medium initiatives: - Paper issues: [] -markdown: pr_perftest.md +markdown: pr-perftest.md name: "Performance measurement for pull requests" requirements: - "Prior experience with commit-based performance testing." diff --git a/_projects/quickstart_green_mode.md b/_projects/quickstart-green-mode.md similarity index 99% rename from _projects/quickstart_green_mode.md rename to _projects/quickstart-green-mode.md index 21d36a73..d7edefc6 100644 --- a/_projects/quickstart_green_mode.md +++ b/_projects/quickstart-green-mode.md @@ -8,7 +8,7 @@ initiatives: - GSoC - RGSoC issues: -markdown: quickstart_green_mode.md +markdown: quickstart-green-mode.md mentors: - satwikkansal - adtac diff --git a/_projects/roberta_external_source.md b/_projects/roberta-external-source.md similarity index 99% rename from _projects/roberta_external_source.md rename to _projects/roberta-external-source.md index 5c4ea0a0..458153fd 100644 --- a/_projects/roberta_external_source.md +++ b/_projects/roberta-external-source.md @@ -10,7 +10,7 @@ status: disabled initiatives: - GSoC issues: [] -markdown: roberta_external_source.md +markdown: roberta-external-source.md mentors: - maweki name: "One click linting for online projects in the browser" diff --git a/_projects/rstcheck_with_better_sphinx_support.md b/_projects/rstcheck-with-better-sphinx-support.md similarity index 98% rename from _projects/rstcheck_with_better_sphinx_support.md rename to _projects/rstcheck-with-better-sphinx-support.md index 069edf77..23034bfe 100644 --- a/_projects/rstcheck_with_better_sphinx_support.md +++ b/_projects/rstcheck-with-better-sphinx-support.md @@ -8,7 +8,7 @@ initiatives: - GSoC - RGSoC issues: [] -markdown: rstcheck_with_better_sphinx_support.md +markdown: rstcheck-with-better-sphinx-support.md mentors: - myint name: "Improve Sphinx support in rstcheck" diff --git a/_projects/use_coala_2.md b/_projects/use-coala-2.md similarity index 99% rename from _projects/use_coala_2.md rename to _projects/use-coala-2.md index 9bcf7d91..46f8a713 100644 --- a/_projects/use_coala_2.md +++ b/_projects/use-coala-2.md @@ -8,7 +8,7 @@ difficulty: medium status: completed initiatives: - GCI -markdown: use_coala_2.md +markdown: use-coala-2.md mentors: - jayvdb - sils diff --git a/_projects/use_coala_3.md b/_projects/use-coala-3.md similarity index 99% rename from _projects/use_coala_3.md rename to _projects/use-coala-3.md index a8ad7e11..e7b854a8 100644 --- a/_projects/use_coala_3.md +++ b/_projects/use-coala-3.md @@ -8,7 +8,7 @@ difficulty: medium status: completed initiatives: - GCI -markdown: use_coala_3.md +markdown: use-coala-3.md mentors: - jayvdb - sils diff --git a/_projects/use_coala.md b/_projects/use-coala.md similarity index 99% rename from _projects/use_coala.md rename to _projects/use-coala.md index 6585021e..a8c4251a 100644 --- a/_projects/use_coala.md +++ b/_projects/use-coala.md @@ -10,7 +10,7 @@ initiatives: issues: - "https://github.com/coala/meta/issues/58" - "https://github.com/coala/meta/issues/81" -markdown: use_coala.md +markdown: use-coala.md mentors: - jayvdb - sils diff --git a/_reports/ksdme.md b/_reports/ksdme.md index cf15ec72..9f137849 100644 --- a/_reports/ksdme.md +++ b/_reports/ksdme.md @@ -49,7 +49,7 @@ activity: - repo: projects - link: https://github.com/coala/projects/commit/10d706aa - details: > - coala_language_server.md: Update project details + coala-language-server.md: Update project details - 2: - repo: cEPs diff --git a/data/locale/en/SUMMARY.md b/data/locale/en/SUMMARY.md index e5999b73..94d4ee2d 100644 --- a/data/locale/en/SUMMARY.md +++ b/data/locale/en/SUMMARY.md @@ -3,47 +3,47 @@ ### Google Code-in tasks #### Using coala -* [use coala](projects/use_coala.md) -* [Use coala - Advanced](projects/use_coala_2.md) -* [Implement coala](projects/use_coala_3.md) +* [use coala](projects/use-coala.md) +* [Use coala - Advanced](projects/use-coala-2.md) +* [Implement coala](projects/use-coala-3.md) #### Using linters -* [Add repository license](projects/add_repo_license.md) +* [Add repository license](projects/add-repo-license.md) ### Google Summer of Code #### Proposed projects -* [Integrate ANTLR v4 into coala](projects/antlr_v4.md) -* [Improve Lint Bear Quality](projects/bear_updates.md) -* [Researching commit-based performance testing](projects/commit_based_perftest.md) -* [Real-time team communication bridge](projects/communication_bridge.md) -* [Create Jenkins Plugin](projects/create_jenkins_plugin.md) -* [Debug and Profile Bears](projects/debug_profile.md) -* [Cohesive Editor Support](projects/editor_support.md) -* [Improve Generic Bear Quality](projects/generic_bears.md) -* [Implement Metrics for coala](projects/implement_metrics_for_coala.md) -* [Improve Diff Handling](projects/improve_diff_handling.md) -* [Improve installation of coala and coala-bears](projects/improve_installation.md) +* [Integrate ANTLR v4 into coala](projects/antlr-v4.md) +* [Improve Lint Bear Quality](projects/bear-updates.md) +* [Researching commit-based performance testing](projects/commit-based-perftest.md) +* [Real-time team communication bridge](projects/communication-bridge.md) +* [Create Jenkins Plugin](projects/create-jenkins_plugin.md) +* [Debug and Profile Bears](projects/debug-profile.md) +* [Cohesive Editor Support](projects/editor-support.md) +* [Improve Generic Bear Quality](projects/generic-bears.md) +* [Implement Metrics for coala](projects/implement-metrics-for-coala.md) +* [Improve Diff Handling](projects/improve-diff-handling.md) +* [Improve installation of coala and coala-bears](projects/improve-installation.md) * [Integrate pyflakes-enhanced AST into coala](projects/integrate-pyflakes-AST.md) * [Plugin for jetbrains IDEs](projects/jetbrains-ide-plugin.md) -* [Handle Nested Programming Languages](projects/nested_languages.md) -* [Newcomer metrics and gamification](projects/newcomer_metrics.md) -* [Optimize Caching](projects/optimize_caching.md) -* [Performance measurement for pull requests](projects/pr_perftest.md) -* [One click linting for online projects in the browser](projects/roberta_external_source.md) -* [Improve Sphinx support in rstcheck](projects/rstcheck_with_better_sphinx_support.md) +* [Handle Nested Programming Languages](projects/nested-languages.md) +* [Newcomer metrics and gamification](projects/newcomer-metrics.md) +* [Optimize Caching](projects/optimize-caching.md) +* [Performance measurement for pull requests](projects/pr-perftest.md) +* [One click linting for online projects in the browser](projects/roberta-external-source.md) +* [Improve Sphinx support in rstcheck](projects/rstcheck-with-better-sphinx-support.md) #### Completed projects * [Implement Aspects Support](projects/aspects.md) -* [Improve the coala CLI](projects/coala_cli.md) -* [Improve coala website & supporting tools](projects/coala_web.md) -* [cobot enhancement, testing and porting](projects/cobot_enhancement.md) -* [Documentation Extraction and Parsing](projects/documentation_extraction.md) -* [Enhance coala-quickstart](projects/enhance_coala_quickstart.md) -* [Extend Linter Integration](projects/extend_linter_integration.md) -* [Implement GitLab and Bitbucket Support for GitMate](projects/gitmate_gitlab.md) -* [Convert Bears to Aspects](projects/implement_aspects.md) +* [Improve the coala CLI](projects/coala-cli.md) +* [Improve coala website & supporting tools](projects/coala-web.md) +* [cobot enhancement, testing and porting](projects/cobot-enhancement.md) +* [Documentation Extraction and Parsing](projects/documentation-extraction.md) +* [Enhance coala-quickstart](projects/enhance-coala-quickstart.md) +* [Extend Linter Integration](projects/extend-linter-integration.md) +* [Implement GitLab and Bitbucket Support for GitMate](projects/gitmate-gitlab.md) +* [Convert Bears to Aspects](projects/implement-aspects.md) * [Vulture dead code removal](projects/vulture.md) diff --git a/data/locale/hi/faq.json b/data/locale/hi/faq.json index 24c123c2..a0f3fe19 100644 --- a/data/locale/hi/faq.json +++ b/data/locale/hi/faq.json @@ -1,15 +1,15 @@ { - "i_want_to_do_a_gsoc.md": "मैं GSoC करना चाहता हूँ", - "gsoc_requirements.md": "GSoC में चयनित होने के लिए क्या आवश्यकताएं हैं?", - "own_project_idea.md": "मेरे पास अपनी खुद के प्रोजैक्ट का विचार है! (छात्र तथा उपदेशक!)", - "steal_project_idea.md": "यदि किसी व्यक्ति ने एक प्रोजैक्ट को सुलझाने के लिए मेरे अनूठे विचार को चुराया है तो क्या होगा?", - "writing_a_great_proposal.md": "मैं एक अद्भुत प्रस्ताव पर कैसे काम करूं?", - "is_mentor_necessary.md": "वेबसाइट पर एक शोकेस प्रोजेक्ट में कोई उपदेशक नहीं है, लेकिन मुझे उस प्रोजेक्ट में दिलचस्पी है?", - "contact_mentor.md": "मुझे एक दिलचस्प परियोजना मिली! मैं अपने उपदेशक से कैसे संपर्क कर सकता हूं?", - "working_out_the_proposal.md": "मुझे प्रस्ताव का काम कब से शुरू करना चाहिए?", - "student_obligations.md": "GSoC के दौरान एक छात्र के रूप में मेरे दायित्व क्या हैं?", - "mentor_obligations.md": "GSoC के दौरान एक उपदेशक के रूप में मेरे दायित्व क्या हैं?", + "i-want-to-do-a-gsoc.md": "मैं GSoC करना चाहता हूँ", + "gsoc-requirements.md": "GSoC में चयनित होने के लिए क्या आवश्यकताएं हैं?", + "own-project-idea.md": "मेरे पास अपनी खुद के प्रोजैक्ट का विचार है! (छात्र तथा उपदेशक!)", + "steal-project-idea.md": "यदि किसी व्यक्ति ने एक प्रोजैक्ट को सुलझाने के लिए मेरे अनूठे विचार को चुराया है तो क्या होगा?", + "writing-a-great-proposal.md": "मैं एक अद्भुत प्रस्ताव पर कैसे काम करूं?", + "is-mentor-necessary.md": "वेबसाइट पर एक शोकेस प्रोजेक्ट में कोई उपदेशक नहीं है, लेकिन मुझे उस प्रोजेक्ट में दिलचस्पी है?", + "contact-mentor.md": "मुझे एक दिलचस्प परियोजना मिली! मैं अपने उपदेशक से कैसे संपर्क कर सकता हूं?", + "working-out-the-proposal.md": "मुझे प्रस्ताव का काम कब से शुरू करना चाहिए?", + "student-obligations.md": "GSoC के दौरान एक छात्र के रूप में मेरे दायित्व क्या हैं?", + "mentor-obligations.md": "GSoC के दौरान एक उपदेशक के रूप में मेरे दायित्व क्या हैं?", "thesis.md": "मैं coala के साथ थीसिस लिखना चाहता हूं!", - "application_template.md": "क्या आपके पास कोई एप्लिकेशन टेम्प्लेट है?", - "project_participation.md": "क्या सभी सूचीबद्ध परियोजनाएं GSoC (या कोई अन्य पहल) का हिस्सा होगी?" + "application-template.md": "क्या आपके पास कोई एप्लिकेशन टेम्प्लेट है?", + "project-participation.md": "क्या सभी सूचीबद्ध परियोजनाएं GSoC (या कोई अन्य पहल) का हिस्सा होगी?" } diff --git a/data/locale/id/faq.json b/data/locale/id/faq.json index de15dff6..9e5980e5 100644 --- a/data/locale/id/faq.json +++ b/data/locale/id/faq.json @@ -1,15 +1,15 @@ { "i_want_to_do_a_gsoc.md": "Saya ingin mengikuti GSoC!", - "gsoc_requirements.md": "Apa yang dibutuhkan untuk diterima GSoC?", - "own_project_idea.md": "Saya memiliki ide untuk sebuah proyek! (Mentor dan murid!)", - "steal_project_idea.md": "Apa yang terjadi apabila seseorang mencuri ide unik saya untuk memecahakan sebuah proyek?", - "writing_a_great_proposal.md": "Bagaimana cara membuat sebuah proposal yang baik?", - "is_mentor_necessary.md": "Sebuah proyek yang dipamerkan tidak memiliki mentor, namun saya tertarik dengan proyek tersebut.", - "contact_mentor.md": "Saya menemukan proyek hebat! Bagaimana saya menghubungi mentor saya?", - "working_out_the_proposal.md": "Kapan sebaiknya saya menulis proposal?", - "student_obligations.md": "Apa kewajiban saya sebagai murid saat menjalakan GSoC?", - "mentor_obligations.md": "Apa kewajiban saya sebagai mentor saat menjalakan GSoC?", + "gsoc-requirements.md": "Apa yang dibutuhkan untuk diterima GSoC?", + "own-project-idea.md": "Saya memiliki ide untuk sebuah proyek! (Mentor dan murid!)", + "steal-project-idea.md": "Apa yang terjadi apabila seseorang mencuri ide unik saya untuk memecahakan sebuah proyek?", + "writing-a-great-proposal.md": "Bagaimana cara membuat sebuah proposal yang baik?", + "is-mentor-necessary.md": "Sebuah proyek yang dipamerkan tidak memiliki mentor, namun saya tertarik dengan proyek tersebut.", + "contact-mentor.md": "Saya menemukan proyek hebat! Bagaimana saya menghubungi mentor saya?", + "working-out-the-proposal.md": "Kapan sebaiknya saya menulis proposal?", + "student-obligations.md": "Apa kewajiban saya sebagai murid saat menjalakan GSoC?", + "mentor-obligations.md": "Apa kewajiban saya sebagai mentor saat menjalakan GSoC?", "thesis.md": "saya ingin menulis tesis bersama coala!", - "application_template.md": "Apakah anda memiliki templat aplikasi?", - "project_participation.md": "Apakah semua proyek yang terdaftar akan menjadi bagian dari GSoC (atau inisiasi lainnya)?" + "application-template.md": "Apakah anda memiliki templat aplikasi?", + "project-participation.md": "Apakah semua proyek yang terdaftar akan menjadi bagian dari GSoC (atau inisiasi lainnya)?" } diff --git a/data/locale/id/faq/contact_mentor.md b/data/locale/id/faq/contact-mentor.md similarity index 100% rename from data/locale/id/faq/contact_mentor.md rename to data/locale/id/faq/contact-mentor.md diff --git a/data/locale/id/projects.json b/data/locale/id/projects.json index 1d9ef2c9..e878c6a6 100644 --- a/data/locale/id/projects.json +++ b/data/locale/id/projects.json @@ -1,5 +1,5 @@ { - "roberta_external_source.md": { + "roberta-external-source.md": { "name" : "Linting dengan satu klik untuk proyek online di browser", "desc" : "Buat sebuah loader untuk proyek-proyek dari sumber data remote yang bisa digunakan dari halaman web coala untuk menyediakan linting dalam satu klik untuk proyek-proyek online.", "requirements" : [ diff --git a/data/locale/id/projects/roberta_external_source.md b/data/locale/id/projects/roberta-external-source.md similarity index 100% rename from data/locale/id/projects/roberta_external_source.md rename to data/locale/id/projects/roberta-external-source.md diff --git a/data/locale/ro/faq.json b/data/locale/ro/faq.json index c9d74de9..189af5ec 100644 --- a/data/locale/ro/faq.json +++ b/data/locale/ro/faq.json @@ -1,15 +1,15 @@ { - "i_want_to_do_a_gsoc.md": "Vreau sa particip la GSOC!", - "gsoc_requirements.md": "Care sunt cerintele pentru a fi acceptat?", - "own_project_idea.md": "Am o idee proprie pentru proiect! (Mentori si studenti!)", - "steal_project_idea.md": "Ce se intampla daca cineva imi fura propria idee pentru rezolvarea proiectului?", - "writing_a_great_proposal.md": "Cum pot sa scriu o propunere deosebita?", - "is_mentor_necessary.md": "Prezentarea proiectului de pe site nu are mentori, dar sunt interesat de proiect?", - "contact_mentor.md": "Am gasit un proiect interesant! Cum pot sa imi contactez mentorul?", - "working_out_the_proposal.md": "Cand trebuie sa incep sa lucrez la propunerea mea?", - "student_obligations.md": "Care sunt obligatiile mele ca student in timpul GSOC-ului?", - "mentor_obligations.md": "Care sunt obligatiile mele ca mentor in timpul GSOC-ului?", + "i-want-to-do-a-gsoc.md": "Vreau sa particip la GSOC!", + "gsoc-requirements.md": "Care sunt cerintele pentru a fi acceptat?", + "own-project-idea.md": "Am o idee proprie pentru proiect! (Mentori si studenti!)", + "steal-project-idea.md": "Ce se intampla daca cineva imi fura propria idee pentru rezolvarea proiectului?", + "writing-a-great-proposal.md": "Cum pot sa scriu o propunere deosebita?", + "is-mentor-necessary.md": "Prezentarea proiectului de pe site nu are mentori, dar sunt interesat de proiect?", + "contact-mentor.md": "Am gasit un proiect interesant! Cum pot sa imi contactez mentorul?", + "working-out-the-proposal.md": "Cand trebuie sa incep sa lucrez la propunerea mea?", + "student-obligations.md": "Care sunt obligatiile mele ca student in timpul GSOC-ului?", + "mentor-obligations.md": "Care sunt obligatiile mele ca mentor in timpul GSOC-ului?", "thesis.md": "Vreau sa scriu o teza cu coala!", - "application_template.md": "Ai un sablon pentru aplicatie?", - "project_participation.md": "Toate proiectele afisate o sa faca parte din GSOC (sau alte initiative)?" + "application-template.md": "Ai un sablon pentru aplicatie?", + "project-participation.md": "Toate proiectele afisate o sa faca parte din GSOC (sau alte initiative)?" }