https://github.com/zrythm/zrythm-web
Source code of www.zrythm.org
https://github.com/zrythm/zrythm-web
Last synced: 9 months ago
JSON representation
Source code of www.zrythm.org
- Host: GitHub
- URL: https://github.com/zrythm/zrythm-web
- Owner: zrythm
- License: agpl-3.0
- Created: 2021-04-18T14:19:01.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2025-06-06T23:14:51.000Z (about 1 year ago)
- Last Synced: 2025-10-04T23:57:31.349Z (9 months ago)
- Language: HTML
- Homepage: https://www.zrythm.org/en/index.html
- Size: 48.8 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# zrythm-web
Website source for https://www.zrythm.org
This project was forked from the GNUnet website source code,
which was licensed under the GPLv3 and includes all Copyright notices of the
original authors.
The original project can be found here:
https://git.gnunet.org/www.git/
# Environment
Create a file called `.credentials` with the following
content:
```
export PAYPAL_CLIENT_ID=
export PAYPAL_SECRET=
export ZRYTHM_ACCOUNTS_TOKEN=
export VERIFY_TRIAL_PACKAGE_URLS=
export GET_VERSION=
```
These are used for fetching order data. Setting them to
empty values will skip fetching order data.
# Building
`make` will create the full bundle in directory `rendered`
# Dependencies
- python-babel
- python-feedparser
- python-polib
- python-semver
- sass
----
Copyright (C) 2019-2021 Alexandros Theodotou
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
notice and this notice are preserved. This file is offered as-is,
without any warranty.