Source code of www.zrythm.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Tymofii Lytvynenko 71555f1ea5
Translated using Weblate (Ukrainian)
2 years ago
common add affiliates grid css class 2 years ago
dist add monero donation button, change IRC from freenode to libera 2 years ago
locale Translated using Weblate (Ukrainian) 2 years ago
static add affiliates grid css class 2 years ago
static-unprefixed add nav element for better SEO 2 years ago
template add affiliates grid css class 2 years ago
.gitignore add bitcoin/ethereum donation links 2 years ago
.gitlab-ci.yml update licenses 4 years ago
COPYING update licenses 4 years ago
COPYING.CC-BY-SA-4 add missing license files and public domain notices 4 years ago
COPYING.CC0-1 add missing license files and public domain notices 4 years ago
COPYING.GPL3 update licenses 4 years ago
Makefile add new demo 2 years ago
README.md make it possible to build without internet connection 2 years ago
__init__.py convert to GNUnet source 4 years ago
config.mk convert to GNUnet source 4 years ago
i18nfix.py remove own copyright notices from files we didn't touch 4 years ago
make_sitemap.sh SEO optimizations 3 years ago
template.py upgrade to new website design 2 years ago

README.md

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.