gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-anastasis-www] branch master updated: Updating README; updating t


From: gnunet
Subject: [taler-anastasis-www] branch master updated: Updating README; updating the header to make browsers seek for the new favicon.ico
Date: Sat, 17 Dec 2022 16:50:29 +0100

This is an automated email from the git hooks/post-receive script.

skuegel pushed a commit to branch master
in repository anastasis-www.

The following commit(s) were added to refs/heads/master by this push:
     new f55dcfe  Updating README; updating the header to make browsers seek 
for the new favicon.ico
f55dcfe is described below

commit f55dcfea60d06acf71fdb955ded911bd41e67080
Author: Stefan Kügel <skuegel@web.de>
AuthorDate: Sat Dec 17 16:49:39 2022 +0100

    Updating README; updating the header to make browsers seek for the new 
favicon.ico
    
    Signed-off-by: Stefan Kügel <skuegel@web.de>
---
 README               | 27 ++++++++++++++++++++++-----
 common/header.j2.inc |  3 ++-
 2 files changed, 24 insertions(+), 6 deletions(-)

diff --git a/README b/README
index a1dc30c..5e15f38 100644
--- a/README
+++ b/README
@@ -47,6 +47,26 @@ 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/anastasis-www.git 
+
+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
 ====================
@@ -63,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/anastasis-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/anastasis-www.git
 
 Change into the new folder and run:
 ./bootstrap
@@ -76,8 +95,6 @@ The website will be installed in the /rendered/ directory.
 
 If ./configure without parameters does not work, try ./configure 
--variant=/rendered/
 
-Eventually you must install node-typescript, when your system is demanding for 
tsc.
-
 Open the web site that results in /rendered/ or run
 $ firefox rendered/en/index.html
 
diff --git a/common/header.j2.inc b/common/header.j2.inc
index ddbea97..ff68c5d 100644
--- a/common/header.j2.inc
+++ b/common/header.j2.inc
@@ -24,7 +24,8 @@
         for the JavaScript code in this page.
         */
     </script>
-
+    
+    <link rel="icon" type="image/ico" href="/favicon.ico?v=2">
     <link rel="alternate" hreflang="en" href="{{ self_localized('en') }}" />
     <link rel="alternate" hreflang="de" href="{{ self_localized('de') }}" />
     <link rel="alternate" hreflang="it" href="{{ self_localized('it') }}" />

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]