Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/glendc/news
A conscious social news website focusing on parenting, spirituality, science and psychology.
https://github.com/glendc/news
community-driven community-project education foss news privacy-preserving rust social-network
Last synced: 3 months ago
JSON representation
A conscious social news website focusing on parenting, spirituality, science and psychology.
- Host: GitHub
- URL: https://github.com/glendc/news
- Owner: GlenDC
- License: gpl-3.0
- Created: 2022-01-22T10:29:15.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-20T23:49:31.000Z (about 2 years ago)
- Last Synced: 2024-10-11T23:44:17.255Z (4 months ago)
- Topics: community-driven, community-project, education, foss, news, privacy-preserving, rust, social-network
- Language: Rust
- Homepage:
- Size: 271 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 31
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# news
A conscious social news website focusing on parenting, spirituality, science and psychology.
## Rust versions supported
[v1.58.1](https://blog.rust-lang.org/2022/01/20/Rust-1.58.1.html) and above,
language edition `2021`.## Translations
Missing strings in locale files or unsupported locale identifiers can be logged during runtime on the _STDERR_
by running `cargo build -vv` instead of `cargo build`. This will give you outputs such as the following:```
[plabayo-news-web 0.0.1] plabayo-news_builder: missing string for locale nl, resolved by using fallback: STRINGS_DEFAULT.site.nav.header.logout; Please add the translated string to nl.yml!
```All logs originating from the plabayo news builder will be prefixed by `plabayo-news_builder:`.
There is no desire for this to fail a build, as translation is considered best-effort
and is on a strict voluntary basis.