mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-25 15:15:12 +00:00
parent
bd21531fdc
commit
31860aa9cb
14 changed files with 101 additions and 0 deletions
88
metadata/info.metadude.android.pyconza.schedule.yml
Normal file
88
metadata/info.metadude.android.pyconza.schedule.yml
Normal file
|
|
@ -0,0 +1,88 @@
|
|||
Categories:
|
||||
- Time
|
||||
License: Apache-2.0
|
||||
AuthorName: Tobias Preuss
|
||||
AuthorEmail: tobias.preuss+pyconza@googlemail.com
|
||||
SourceCode: https://github.com/johnjohndoe/CampFahrplan
|
||||
IssueTracker: https://github.com/EventFahrplan/EventFahrplan/issues
|
||||
Liberapay: EventFahrplan
|
||||
|
||||
AutoName: PyConZA 2021 Schedule
|
||||
Description: |
|
||||
Conference program app for the PyConZA 2021 conference
|
||||
|
||||
https://za.pycon.org
|
||||
|
||||
<b>About PyConZA</b>
|
||||
PyConZA is the annual gathering of the South African community using
|
||||
and developing the open-source Python programming language. PyConZA
|
||||
is organized by the Python community for the community. We'd like
|
||||
PyConZA to be accessible to as many people as possible and to foster
|
||||
unique solutions to the challenges we face in Africa.
|
||||
|
||||
<b>Features</b>
|
||||
* View program by day and rooms (side by side)
|
||||
* Custom grid layout for smartphones (try landscape mode 🙃) and tablets
|
||||
* Read detailed descriptions (speaker names, start time, room name, links, ...) of events
|
||||
* Add events to favorites list
|
||||
* Export favorites list
|
||||
* Setup alarms for individual events
|
||||
* Add events to your personal calendar
|
||||
* Share a website link to an event with others
|
||||
* Keep track of program changes
|
||||
* Automatic program updates (configurable in settings)
|
||||
|
||||
<b>🔤 Supported languages</b>
|
||||
(Event descriptions excluded)
|
||||
* Dutch
|
||||
* English
|
||||
* French
|
||||
* German
|
||||
* Italian
|
||||
* Japanese
|
||||
* Portuguese
|
||||
* Russian
|
||||
* Spanish
|
||||
* Swedish
|
||||
|
||||
💡 Questions regarding the content can only be answered by the
|
||||
PyConZA content team. This app simply offers a way to consume and
|
||||
personalize the conference schedule.
|
||||
|
||||
💣 Bug reports are very welcome. It would be awesome if you
|
||||
can describe how to reproduce the particular error in the
|
||||
issue tracker at https://github.com/EventFahrplan/EventFahrplan/issues.
|
||||
|
||||
🏆 The app is based on the EventFahrplan app
|
||||
which was initially built for the camp and annual congress of
|
||||
the Chaos Computer Club. The source code of the app is publicly
|
||||
available on GitHub at:
|
||||
https://github.com/johnjohndoe/CampFahrplan/tree/pyconza-2021.
|
||||
|
||||
🎨 PyConZA logo design by Python Software Society of South Africa.
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/johnjohndoe/CampFahrplan.git
|
||||
|
||||
Builds:
|
||||
- versionName: 1.52.0-PyConZA-Edition
|
||||
versionCode: 84
|
||||
commit: v.1.52.0-PyConZA-Edition
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y openjdk-11-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- pyconza2021
|
||||
prebuild: cp local.properties gradle.properties
|
||||
|
||||
MaintainerNotes: |
|
||||
The branch for PyConZA 2021 is maintained in a separate fork
|
||||
of the main repository on purpose in order to keep the latter
|
||||
well organized and less complex.
|
||||
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: None
|
||||
CurrentVersion: 1.52.0-PyConZA-Edition
|
||||
CurrentVersionCode: 84
|
||||
|
|
@ -0,0 +1 @@
|
|||
App für das Konferenzprogramm der PyConZA-Konferenz
|
||||
|
|
@ -0,0 +1 @@
|
|||
Program app for the PyConZA conference
|
||||
|
|
@ -0,0 +1 @@
|
|||
Application de programme de conférence pour la conférence PyConZA
|
||||
|
|
@ -0,0 +1 @@
|
|||
יישומון לו״ז לוועידת PyConZA
|
||||
|
|
@ -0,0 +1 @@
|
|||
Aplikacja do obsługi programu konferencji PyConZA
|
||||
|
|
@ -0,0 +1 @@
|
|||
Aplicativo do programa de conferência para PyConZA
|
||||
|
|
@ -0,0 +1 @@
|
|||
App do programa de conferência PyConZA
|
||||
|
|
@ -0,0 +1 @@
|
|||
Aplicação do programa de conferência PyConZA
|
||||
|
|
@ -0,0 +1 @@
|
|||
Aplicație pentru programul conferinței PyConZA
|
||||
|
|
@ -0,0 +1 @@
|
|||
Приложение программы конференции для PyConZA
|
||||
|
|
@ -0,0 +1 @@
|
|||
PyConZA konferansı için konferans programı uygulaması
|
||||
|
|
@ -0,0 +1 @@
|
|||
Застосунок програми конференції для PyConZA
|
||||
|
|
@ -0,0 +1 @@
|
|||
PyConZA 会议的会议应用
|
||||
Loading…
Reference in a new issue