README.adoc 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. // SPDX-FileCopyrightText: Adam Evyčędo
  2. //
  3. // SPDX-License-Identifier: GPL-3.0-or-later
  4. = Bimba
  5. Adam Evyčędo <me@apiote.xyz>
  6. v3.1 2023-06-27
  7. :toc:
  8. Bimba is a FLOSS public transport passenger companion; a timetable in your pocket.
  9. Bimba can be found on https://floss.social/@bimba[Mastodon]
  10. == Name
  11. Bimba is pronounced BEEM-bah [ˈbimba].
  12. The name is Poznań subdialect for ‘tram’.
  13. == Installing
  14. Preffered method is to download Bimba from F-Droid:
  15. [link=https://f-droid.org/packages/xyz.apiote.bimba.czwek]
  16. image::https://f-droid.org/badge/get-it-on.png[Get it on F-Droid,207,80]
  17. == Contribute
  18. This project uses The Code of Merit, which is available as CODE_OF_CONDUCT file.
  19. Bimba is translated using https://hosted.weblate.org/projects/bimba/[Weblate]
  20. The roadmap is available in `CHANGELOG.adoc` file and—although it’s not set in stone—feature requests are highly discouraged. Contributions, however, are welcome as patches; please send them to `bimba@git.apiote.xyz` using `git send-email`. Patches must include a sign-off to certify agreement to https://developercertificate.org/[Developer Certificate of Origin].
  21. All communication—questions, bugs, etc.—should go through the mailing list available at `bimba@git.apiote.xyz`. Note that all communication will be made public at https://asgard.apiote.xyz/.
  22. This project can be translated using Weblate at https://hosted.weblate.org/projects/bimba/
  23. == Mirrors
  24. The canonical repository for this project is https://git.apiote.xyz/Bimba.git it’s mirrored at https://notabug.org/apiote/Bimba
  25. Mirrors exist solely for the sake of the code and any additional functions provided by third-party services (including but not limited to issues and pull requests) will not be used and will be ignored.
  26. == License
  27. ----
  28. Bimba Copyright (c) Adam Evyčędo
  29. This program is free software: you can redistribute it and/or modify
  30. it under the terms of the GNU General Public License as published by
  31. the Free Software Foundation, either version 3 of the License, or
  32. (at your option) any later version.
  33. This program is distributed in the hope that it will be useful,
  34. but WITHOUT ANY WARRANTY; without even the implied warranty of
  35. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  36. GNU General Public License for more details.
  37. You should have received a copy of the GNU General Public License
  38. along with this program. If not, see <https://www.gnu.org/licenses/>.
  39. ----
  40. === Thanks to…
  41. * https://github.com/tebriz159 for new logo
  42. * https://fonts.google.com/icons[Material Icons], © Google Apache 2.0
  43. * https://github.com/mancj/MaterialSearchBar[Search bar], © mancj MIT