summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorStefan Kügel <skuegel@web.de>2022-12-10 13:28:38 +0100
committerStefan Kügel <skuegel@web.de>2022-12-10 13:28:38 +0100
commit8cb47aab8494bc92c0a61a64676e30d99190571e (patch)
tree1e34c474244875e02fe6840288f7c0812917c0aa /README
parentdb4fe7b5532e766a7e9dee03a758e726b1a96707 (diff)
downloadwww-8cb47aab8494bc92c0a61a64676e30d99190571e.tar.gz
www-8cb47aab8494bc92c0a61a64676e30d99190571e.tar.bz2
www-8cb47aab8494bc92c0a61a64676e30d99190571e.zip
Updated README
Signed-off-by: Stefan Kügel <skuegel@web.de>
Diffstat (limited to 'README')
-rw-r--r--README23
1 files changed, 18 insertions, 5 deletions
diff --git a/README b/README
index d6e78f31..cef2685a 100644
--- a/README
+++ b/README
@@ -47,11 +47,25 @@ If not already installed, please install according to your needs and your OS:
-> On some distros, you may need to use `pip install ruamel.yaml`
-
For read-only access pass
# git clone https://git.taler.net/www.git
-If you think you are trustful enough to deserve edit rights as a contributor with Git access, you must sign and mail the Copyright Assignment Agreement (https://www.gnunet.org/static/pdf/copyright.pdf) to ensure that the GNUnet e.V. --- Taler Systems SA agreement on licensing and collaborative development of the GNUnet and GNU Taler projects (https://git.gnunet.org/gnunet-ev.git/tree/gnunet_taler_agreement.tex) is satisfied.
+If you think you are trustworthy enough to deserve edit rights as a contributor
+with Git access, you can apply for such by signing and mailing the
+Copyright Assignment Agreement (https://taler.net/pdf/copyright.pdf)
+to ensure that the GNUnet e.V. --- Taler Systems SA agreement on licensing and
+the collaborative development of the GNUnet and GNU Taler projects
+(https://git.gnunet.org/gnunet-ev.git/tree/gnunet_taler_agreement.tex) is satisfied.
+
+The agreements ensure that the code will continue to be made available under free
+software licenses, which gives developers the freedom to move code between GNUnet
+and GNU Taler without worrying about licenses and the company the ability to
+dual-license (for example, so that we can distribute via app-stores that are hostile
+to free software).
+
+Minor contributions do not require copyright assignment (basically, anyone without Git access).
+Pseudonymous contributions are accepted, in this case simply sign the agreement
+with your pseudonym. Scanned copies are sufficient, but snail mail is preferred.
====================
Debian prerequisites
@@ -69,9 +83,8 @@ Install python3.7, py37-babel, npm, nodejs from pkgsrc.
Adjust the values in config.mk: PYTHON=python3.7 BABEL=pybabel-3.7
-B. When reusing an existing web site from Git, get its files and folder structure:
-git clone git+ssh://git@git.taler.net/<repo-name>.git
-for example git clone git+ssh://git@git.taler.net/www.git
+B. When reusing the existing web site from Git, get its files and folder structure:
+# git clone git+ssh://git@git.taler.net/www.git
Change into the new folder and run:
./bootstrap