From 4eb0a3b9a50fe10ac7f02e69fcc04b9281369592 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Date: Sat, 13 Dec 2025 19:40:26 +0100 Subject: [PATCH] [docs] Update docs and funding config Signed-off-by: Jean-Baptiste --- .forgejo/CODEOWNERS | 96 +++++++++++++++++++------------------------- .forgejo/FUNDING.yml | 2 + .github/FUNDING.yml | 3 ++ docs/CONTRIBUTING.md | 2 +- docs/TRANSLATIONS.md | 2 + 5 files changed, 49 insertions(+), 56 deletions(-) create mode 100644 .github/FUNDING.yml diff --git a/.forgejo/CODEOWNERS b/.forgejo/CODEOWNERS index 5be18ad90..895a71021 100644 --- a/.forgejo/CODEOWNERS +++ b/.forgejo/CODEOWNERS @@ -1,69 +1,55 @@ -# All non-assigned. -* @organicmaps/mergers # Visual design. -/android/app/src/main/res/drawable*/ @organicmaps/design -/android/app/src/main/res/font/ @organicmaps/design -/android/app/src/main/res/mipmap*/ @organicmaps/design -/data/*.ttf @organicmaps/design -/data/resources-svg/ @organicmaps/design -/data/search-icons/ @organicmaps/design -/iphone/Maps/Images.xcassets/ @organicmaps/design +/android/app/src/main/res/drawable*/ @comaps/design +/android/app/src/main/res/font/ @comaps/design +/android/app/src/main/res/mipmap*/ @comaps/design +/data/*.ttf @comaps/design +/data/resources-svg/ @comaps/design +/data/search-icons/ @comaps/design +/iphone/Maps/Images.xcassets/ @comaps/design # Android. -/android/ @organicmaps/android -/android/app/src/main/java/app/organicmaps/car/ @organicmaps/android-auto -/docs/ANDROID_LOCATION_TEST.md @organicmaps/android -/docs/JAVA_STYLE.md @organicmaps/android +/android/ @comaps/android +/android/app/src/main/java/app/comaps/car/ @comaps/android-auto +/docs/ANDROID_LOCATION_TEST.md @comaps/android +/docs/JAVA_STYLE.md @comaps/android # no owner for translation changes /android/app/src/main/res/values*/strings.xml # iOS. -/iphone/ @organicmaps/ios -/xcode/ @organicmaps/ios -/docs/OBJC_STYLE.md @organicmaps/ios +/iphone/ @comaps/ios +/xcode/ @comaps/ios +/docs/OBJC_STYLE.md @comaps/ios # no owner for translation changes /iphone/plist.txt /iphone/Maps/LocalizedStrings/ -# Qt -/qt/ @organicmaps/qt -# Rendering -/drape/ @organicmaps/rendering -/drape_frontend/ @organicmaps/rendering -# Map Data. -/tools/python/maps_generator/ @organicmaps/data -/generator/ @organicmaps/data -/topography_generator/ @organicmaps/data -/data/borders/ @organicmaps/data -/data/conf/isolines/ @organicmaps/data -/docs/SUBWAY_GENERATION.md @organicmaps/data -/docs/MAPS.md @organicmaps/data -/docs/EXPERIMENTAL_PUBLIC_TRANSPORT_SUPPORT.md @organicmaps/data # no owner (changed often to add a new POI) /generator/generator_tests/osm_type_test.cpp # Map Styles. -/data/styles/ @organicmaps/styles -/data/types.txt @organicmaps/styles -/data/visibility.txt @organicmaps/styles -/data/mapcss-mapping.csv @organicmaps/styles -/data/replaced_tags.txt @organicmaps/styles -/data/classificator.txt @organicmaps/styles -/data/drules_* @organicmaps/styles +/data/styles/ @comaps/styles +/data/types.txt @comaps/styles +/data/visibility.txt @comaps/styles +/data/mapcss-mapping.csv @comaps/styles +/data/replaced_tags.txt @comaps/styles +/data/classificator.txt @comaps/styles +/data/drules_* @comaps/styles /docs/STYLES.md -/tools/kothic/ @organicmaps/styles +/tools/kothic/ @comaps/styles # DevOps. -/.forgejo/workflows @organicmaps/devops -/android/*gradle* @organicmaps/devops -/docs/RELEASE_MANAGEMENT.md @organicmaps/devops -/xcode/fastlane/ @organicmaps/devops -# Growth. -README.md @organicmaps/growth -/.forgejo/FUNDING.yml @organicmaps/growth -/android/app/src/fdroid/play/ @organicmaps/growth -/android/app/src/google/play/ @organicmaps/growth -/iphone/metadata/ @organicmaps/growth +/.forgejo/workflows @comaps/devops +/android/*gradle* @comaps/devops +/docs/RELEASE_MANAGEMENT.md @comaps/devops +/xcode/fastlane/ @comaps/devops +/tools/python/maps_generator/ @comaps/devops +/generator/ @comaps/devops +/topography_generator/ @comaps/devops +/data/borders/ @comaps/devops +/data/conf/isolines/ @comaps/devops +/docs/SUBWAY_GENERATION.md @comaps/devops +/docs/MAPS.md @comaps/devops +/docs/EXPERIMENTAL_PUBLIC_TRANSPORT_SUPPORT.md @comaps/devops # Legal. -LEGAL @organicmaps/legal -LICENSE @organicmaps/legal -NOTICE @organicmaps/legal -CONTRIBUTORS @organicmaps/legal -/docs/CODE_OF_CONDUCT.md @organicmaps/legal -/docs/DCO.md @organicmaps/legal -/docs/GOVERNANCE.md @organicmaps/legal +LEGAL @comaps/admins +LICENSE @comaps/admins +NOTICE @comaps/admins +CONTRIBUTORS @comaps/admins +/docs/CODE_OF_CONDUCT.md @comaps/admins +/docs/DCO.md @comaps/admins +/docs/GOVERNANCE.md @comaps/admins diff --git a/.forgejo/FUNDING.yml b/.forgejo/FUNDING.yml index 2b2b633f4..7a641f704 100644 --- a/.forgejo/FUNDING.yml +++ b/.forgejo/FUNDING.yml @@ -1 +1,3 @@ open_collective: comaps +liberapay: comaps +custom: ["https://comaps.app/donate/"] diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 000000000..7a641f704 --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1,3 @@ +open_collective: comaps +liberapay: comaps +custom: ["https://comaps.app/donate/"] diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md index a110e8236..dfa574c76 100644 --- a/docs/CONTRIBUTING.md +++ b/docs/CONTRIBUTING.md @@ -38,7 +38,7 @@ See [translations instructions](TRANSLATIONS.md) for details. CoMaps has a strong focus on easy to use UI and smooth user experience. Feel free to join UI/UX discussions in relevant issues. Mockups are very welcome! If you're into graphic design then CoMaps needs good, clear and free-to-use icons for hundreds of map features / POIs. -Check CoMaps' [design principles](https://codeberg.org/comaps/comaps/wiki/Design-Principles). Post your icons onto relevant issues or take a next step and [integrate them](STYLES.md) yourself. +Check CoMaps' [design principles](https://codeberg.org/comaps/comaps/wiki/Design-Principles) and [color scheme](https://codeberg.org/comaps/Governance/src/branch/main/assets/comaps-color-scheme.png). Post your icons onto relevant issues or take a next step and [integrate them](STYLES.md) yourself. Check the [map styling instructions](STYLES.md) and work on adding new map features and other open map styles issues. diff --git a/docs/TRANSLATIONS.md b/docs/TRANSLATIONS.md index 175e961d3..b2047ce38 100644 --- a/docs/TRANSLATIONS.md +++ b/docs/TRANSLATIONS.md @@ -26,6 +26,8 @@ The project consists of multiple components, each with its own translation files Components without links haven't been integrated into Weblate and must be translated directly via [Codeberg Pull Requests](CONTRIBUTING.md). +TTS translations can be improved with [the TTS locale-viewer](https://comaps.codeberg.page/locale-viewer/). + ## Translating ### Workflow