gnunet-svn
[Top][All Lists]
Advanced

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

[taler-www] branch stable updated (6f4b911 -> 256f6aa)


From: gnunet
Subject: [taler-www] branch stable updated (6f4b911 -> 256f6aa)
Date: Fri, 09 Dec 2022 20:09:03 +0100

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

grothoff pushed a change to branch stable
in repository www.

    from 6f4b911  Merge branch 'master' into stable
     add dd1244a  Removed superfluous INSTALL file.
     add 3a09aa3  Updated README file for taler.net
     add acd3971  Translated using Weblate (Spanish)
     add 0d05e12  Merge branch 'master' of git+ssh://git.taler.net/www
     add 4ce9d96  clarify how to invest
     new 256f6aa  Merge branch 'master' into stable

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 INSTALL                           | 33 ---------------------------------
 README                            |  8 ++++++--
 build-system/configure.py         |  1 -
 locale/es/LC_MESSAGES/messages.po |  6 +++---
 template/news/2022-11.html.j2     |  4 ++++
 5 files changed, 13 insertions(+), 39 deletions(-)
 delete mode 100644 INSTALL

diff --git a/INSTALL b/INSTALL
deleted file mode 100644
index 45dadf7..0000000
--- a/INSTALL
+++ /dev/null
@@ -1,33 +0,0 @@
-Installation instructions
--------------------------
-
-For Debian:
-===========
-
-Simply install:
-
-# apt-install python3-ruamel.yaml python3-jinja2 python3-babel git
-
-Then invoke "bootstrap" and "configure". You must pass
-"--prefix=$P" and "--variant=$V" for some values of
-$P and $V to configure.  The actual Web site
-will be installed at $P/$V.
-
-
-For NetBSD:
-===========
-
-Install python3.7, py37-babel, npm, nodejs from pkgsrc.
-
-Adjust the values in config.mk:
-
-       PYTHON=python3.7
-       BABEL=pybabel-3.7
-
-make submodules/init
-make submodules/update
-make
-
-Use
-env BROWSER=firefox make run
-to run the website
diff --git a/README b/README
index 9af912b..d6e78f3 100644
--- a/README
+++ b/README
@@ -47,6 +47,12 @@ 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.
+
 ====================
 Debian prerequisites
 ====================
@@ -76,8 +82,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/build-system/configure.py b/build-system/configure.py
index e1eadc8..e841dca 100644
--- a/build-system/configure.py
+++ b/build-system/configure.py
@@ -22,7 +22,6 @@ b.use(PosixTool("mkdir"))
 b.use(PosixTool("rm"))
 b.use(PosixTool("sh"))
 b.use(PosixTool("msgmerge"))
-b.use(PosixTool("tsc"))
 b.use(PosixTool("git"))
 b.use(BrowserTool())
 b.run()
diff --git a/locale/es/LC_MESSAGES/messages.po 
b/locale/es/LC_MESSAGES/messages.po
index 9d89d03..fca1ca0 100644
--- a/locale/es/LC_MESSAGES/messages.po
+++ b/locale/es/LC_MESSAGES/messages.po
@@ -3,8 +3,8 @@ msgstr ""
 "Project-Id-Version: PROJECT VERSION\n"
 "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
 "POT-Creation-Date: 2022-12-08 17:28+0100\n"
-"PO-Revision-Date: 2022-12-08 17:08+0000\n"
-"Last-Translator: Stefan Kügel <skuegel@web.de>\n"
+"PO-Revision-Date: 2022-12-09 16:44+0000\n"
+"Last-Translator: Sebastian Marchano <sebasjm@gmail.com>\n"
 "Language-Team: Spanish <https://weblate.taler.net/projects/gnu-taler/";
 "main-web-site/es/>\n"
 "Language: es\n"
@@ -1475,7 +1475,7 @@ msgstr ""
 
 #: template/index.html.j2:8
 msgid "Taler logo"
-msgstr "Logotipo de Taler"
+msgstr "Logo Taler"
 
 #: template/index.html.j2:17
 msgid ""
diff --git a/template/news/2022-11.html.j2 b/template/news/2022-11.html.j2
index 9d1faa4..a70858f 100644
--- a/template/news/2022-11.html.j2
+++ b/template/news/2022-11.html.j2
@@ -14,4 +14,8 @@ has recorded a special business pitch for those that are 
interested.
     <source src="/videos/rms2022.m4v" type="video/mp4" />
   </video>
 </p>
+<p>
+If you are interested to invest, contact us at
+<a href="invest@taler-systems.com">invest@taler-systems.com</a>.
+</p>
 {% endblock body_content %}

-- 
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]