summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--INSTALL33
-rw-r--r--README8
-rw-r--r--build-system/configure.py1
-rw-r--r--locale/es/LC_MESSAGES/messages.po6
-rw-r--r--template/news/2022-11.html.j24
5 files changed, 13 insertions, 39 deletions
diff --git a/INSTALL b/INSTALL
deleted file mode 100644
index 45dadf7d..00000000
--- 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 9af912b7..d6e78f31 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 e1eadc8e..e841dca2 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 9d89d033..fca1ca01 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 9d1faa4c..a70858fb 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 %}