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.
 
 
 
 
 
 
Alexandros Theodotou c04e6b97e1
fix typo
3 years ago
common add quotes in explore page 3 years ago
dist add paypal button to footer 4 years ago
locale fix typo 3 years ago
static mention that the logo is also a trademark 3 years ago
static-unprefixed add zsaw and zcompressor, print plugins with for loop 3 years ago
template fix typo 3 years ago
.gitignore show earnings on download page 3 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 zsaw and zcompressor, print plugins with for loop 3 years ago
README.md add credentials info 3 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 remove compressor, remove discount 3 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

Set SENDOWL_KEY, SENDOWL_SECRET, PAYPAL_CLIENT_ID and PAYPAL_SECRET to get order data.

These should be in .credentials:

export SENDOWL_KEY=...
export SENDOWL_SECRET=...
export PAYPAL_CLIENT_ID=...
export PAYPAL_SECRET=...

Building

make will create the full bundle in rendered

Dependencies

python-babel python-feedparser python-polib


Copyright (C) 2019-2020 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.