aboutsummaryrefslogtreecommitdiff
path: root/README.text
blob: d9650ceae1ddb96e4b636e3f1634be0eacdedd11 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
www_shared
==========
Common shared components for the websites of GNUnet and Taler.

This is meant to be imported by a jinja2 project with a
structure equivalent to https://git.gnunet.org/www.git
or https://git.taler.net/www.git.

Usage
-----

The code expects to sit in 'inc', which for gnunet.org is the folder
where this submodule is checked out to. For more practical
applications of it refer to the source code of gnunet.org.

Changes to this code must be usable outside of the structure
of one website, ie this affects both websites and if in doubt
should be tested against both as soon as both websites have
been switched to this code.

Dependencies
------------

python3, jinja2, BeautifulSoup 4, ruamel.yaml

License
-------
Everything in here is to be placed in the public domain, due to
ambiguity of "public domain" in some countries the code is 0-BSD
licensed.
New code should follow this licensing choice.