Vernissage/README.md

41 lines
2.1 KiB
Markdown
Raw Normal View History

2023-01-06 18:16:08 +01:00
# Vernissage
2023-04-01 09:23:13 +02:00
<img src="Resources/01.png" width="200" > <img src="Resources/04.png" width="200" > <img src="Resources/05.png" width="200" > <img src="Resources/06.png" width="200" >
2023-01-06 18:16:08 +01:00
2023-04-01 09:09:58 +02:00
Vernissage is a simple and intuitive Pixelfed client that is focused on showcasing and sharing photos.
With Vernissage, you can browse through a timeline that is dedicated to photos only.
This means that you won't find any other types of media in the app, so you can focus solely on discovering and enjoying beautiful photography.
2023-01-28 11:48:26 +01:00
2023-04-01 09:09:58 +02:00
Our app features a clean and minimalistic interface that is designed to put the focus on the images.
You can easily like and comment on photos, as well as follow other users to keep up with their latest posts.
2023-01-28 11:48:26 +01:00
2023-04-01 09:09:58 +02:00
Vernissage is 100% free and open-source.
2023-01-28 11:48:26 +01:00
2023-04-01 09:09:58 +02:00
So, whether you're a professional photographer, an amateur enthusiast, or simply someone who loves to discover and share stunning photos,
Vernissage is the perfect app for you. Try it out today and join our growing community of passionate photo lovers.
2023-02-17 08:44:46 +01:00
2023-04-01 09:36:00 +02:00
It's built entirely in SwiftUI.
2023-04-01 09:09:58 +02:00
## Contributing
2023-04-15 08:37:44 +02:00
2023-04-01 09:36:00 +02:00
You can fork and clone repository. Change development team and bundle id. Do your changes and create a pull a request 👍.
Thank you in advance for any, even the smallest help, with the development of the project 💕!
2023-04-15 08:37:44 +02:00
## Translations
Creating new translation is pretty easy, all you need to do is to copy two folders:
- `Vernissage/Localization/en.lproj`
- `Vernissage/PixelfedKit/Sources/PixelfedKit/Resources/en.lproj`
2023-04-15 21:25:32 +02:00
In the name of the folders you have to put the code of the new language ([here](https://stackoverflow.com/a/13360348) you can find the languages codes).
2023-04-15 08:37:44 +02:00
Then you have to open files in these folders and translate them 🇯🇵🇫🇷🇨🇮🇧🇪. After translation create a Pull Request 👍.
From time to time you have to come back and translate lines which has been added since the last translation.
2023-09-20 16:22:15 +02:00
## Technical debt
- Use auto generated resources (Color/Images) instead static extensions (how to do this in separete Swift Packages?)
- Enable swiftlint (https://github.com/realm/SwiftLint/issues/5053)
- Investigate new (iOS 17) Observables
- Check how to migrate to SwiftData (iOS 17)