gnunet-svn
[Top][All Lists]
Advanced

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

[taler-challenger] branch master updated: add MUST templates


From: gnunet
Subject: [taler-challenger] branch master updated: add MUST templates
Date: Sat, 06 May 2023 21:28:08 +0200

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

grothoff pushed a commit to branch master
in repository challenger.

The following commit(s) were added to refs/heads/master by this push:
     new fdc08c8  add MUST templates
fdc08c8 is described below

commit fdc08c832448c84f1713621494f3ea726e9160f4
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sat May 6 21:28:06 2023 +0200

    add MUST templates
---
 INSTALL                            |  6 +++---
 Makefile.am                        | 11 ++++-------
 configure.ac                       |  1 +
 contrib/Makefile.am                | 22 ++++++++++++++++++++++
 contrib/attempts-exhausted.en.must |  1 +
 contrib/attempts-exhausted.must    |  9 +++++++++
 contrib/enter-address-form.en.must |  1 +
 contrib/enter-tan-form.en.must     |  1 +
 contrib/internal-error.en.must     |  1 +
 contrib/internal-error.must        |  8 ++++++++
 contrib/invalid-pin.en.must        |  1 +
 contrib/invalid-pin.must           |  8 ++++++++
 contrib/invalid-request.en.must    |  1 +
 contrib/invalid-request.must       |  8 ++++++++
 contrib/validation-unknown.en.must |  1 +
 contrib/validation-unknown.must    |  8 ++++++++
 16 files changed, 78 insertions(+), 10 deletions(-)

diff --git a/INSTALL b/INSTALL
index e82fd21..8865734 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,8 +1,8 @@
 Installation Instructions
 *************************
 
-   Copyright (C) 1994-1996, 1999-2002, 2004-2017, 2020-2021 Free
-Software Foundation, Inc.
+   Copyright (C) 1994-1996, 1999-2002, 2004-2016 Free Software
+Foundation, Inc.
 
    Copying and distribution of this file, with or without modification,
 are permitted in any medium without royalty provided the copyright
@@ -225,7 +225,7 @@ order to use an ANSI C compiler:
 
 and if that doesn't work, install pre-built binaries of GCC for HP-UX.
 
-   HP-UX 'make' updates targets which have the same timestamps as their
+   HP-UX 'make' updates targets which have the same time stamps as their
 prerequisites, which makes it generally unusable when shipped generated
 files such as 'configure' are involved.  Use GNU 'make' instead.
 
diff --git a/Makefile.am b/Makefile.am
index 3227908..01adf48 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2,15 +2,15 @@
 
 if DOC_ONLY
 if ENABLE_DOC
-  SUBDIRS = . doc
+  SUBDIRS = . contrib doc
 else
-  SUBDIRS = .
+  SUBDIRS = . contrib
 endif
 else
 if ENABLE_DOC
-  SUBDIRS = . src doc
+  SUBDIRS = . src contrib doc
 else
-  SUBDIRS = . src doc
+  SUBDIRS = . src contrib
 endif
 endif
 
@@ -20,7 +20,4 @@ ACLOCAL_AMFLAGS = -I m4
 EXTRA_DIST = \
  AUTHORS \
  COPYING.AGPL \
- contrib/gnunet.tag \
- contrib/uncrustify.cfg \
- contrib/uncrustify_precommit \
  Doxyfile
diff --git a/configure.ac b/configure.ac
index 508657f..2121303 100644
--- a/configure.ac
+++ b/configure.ac
@@ -279,6 +279,7 @@ AM_CONDITIONAL([ENABLE_DOC], [true])
 
 
 AC_CONFIG_FILES([Makefile
+contrib/Makefile
 doc/Makefile
 src/Makefile
 src/include/Makefile
diff --git a/contrib/Makefile.am b/contrib/Makefile.am
new file mode 100644
index 0000000..6124a1b
--- /dev/null
+++ b/contrib/Makefile.am
@@ -0,0 +1,22 @@
+tmplpkgdatadir = $(prefix)/share/challenger/templates/
+
+dist_tmplpkgdata_DATA = \
+ attempts-exhausted.en.must \
+ attempts-exhausted.must \
+ enter-address-form.en.must \
+ enter-address-form.must \
+ enter-tan-form.en.must \
+ enter-tan-form.must \
+ internal-error.en.must \
+ internal-error.must \
+ invalid-pin.en.must \
+ invalid-pin.must \
+ invalid-request.en.must \
+ invalid-request.must \
+ validation-unknown.en.must \
+ validation-unknown.must
+
+EXTRA_DIST = \
+  gnunet.tag \
+  uncrustify.cfg \
+  uncrustify_precommit
diff --git a/contrib/attempts-exhausted.en.must 
b/contrib/attempts-exhausted.en.must
new file mode 120000
index 0000000..e519d99
--- /dev/null
+++ b/contrib/attempts-exhausted.en.must
@@ -0,0 +1 @@
+attempts-exhausted.must
\ No newline at end of file
diff --git a/contrib/attempts-exhausted.must b/contrib/attempts-exhausted.must
new file mode 100644
index 0000000..192c2d4
--- /dev/null
+++ b/contrib/attempts-exhausted.must
@@ -0,0 +1,9 @@
+<html>
+<head>
+<title>Attempts exhausted (#{{ec}})</title>
+</head>
+<body>
+You have tried too many times.
+More attempts are not allowed.
+</body>
+</html>
diff --git a/contrib/enter-address-form.en.must 
b/contrib/enter-address-form.en.must
new file mode 120000
index 0000000..7bb89b9
--- /dev/null
+++ b/contrib/enter-address-form.en.must
@@ -0,0 +1 @@
+enter-address-form.must
\ No newline at end of file
diff --git a/contrib/enter-tan-form.en.must b/contrib/enter-tan-form.en.must
new file mode 120000
index 0000000..8a80716
--- /dev/null
+++ b/contrib/enter-tan-form.en.must
@@ -0,0 +1 @@
+enter-tan-form.must
\ No newline at end of file
diff --git a/contrib/internal-error.en.must b/contrib/internal-error.en.must
new file mode 120000
index 0000000..2a8754c
--- /dev/null
+++ b/contrib/internal-error.en.must
@@ -0,0 +1 @@
+internal-error.must
\ No newline at end of file
diff --git a/contrib/internal-error.must b/contrib/internal-error.must
new file mode 100644
index 0000000..9adfff6
--- /dev/null
+++ b/contrib/internal-error.must
@@ -0,0 +1,8 @@
+<html>
+<head>
+<title>Internal server error (#{{ec}})</title>
+</head>
+<body>
+{{hint}} ({{detail}}).
+</body>
+</html>
diff --git a/contrib/invalid-pin.en.must b/contrib/invalid-pin.en.must
new file mode 120000
index 0000000..020d13c
--- /dev/null
+++ b/contrib/invalid-pin.en.must
@@ -0,0 +1 @@
+invalid-pin.must
\ No newline at end of file
diff --git a/contrib/invalid-pin.must b/contrib/invalid-pin.must
new file mode 100644
index 0000000..b68ac73
--- /dev/null
+++ b/contrib/invalid-pin.must
@@ -0,0 +1,8 @@
+<html>
+<head>
+<title>Invalid solution (#{{ec}})</title>
+</head>
+<body>
+{{hint}}.
+</body>
+</html>
diff --git a/contrib/invalid-request.en.must b/contrib/invalid-request.en.must
new file mode 120000
index 0000000..e60d12d
--- /dev/null
+++ b/contrib/invalid-request.en.must
@@ -0,0 +1 @@
+invalid-request.must
\ No newline at end of file
diff --git a/contrib/invalid-request.must b/contrib/invalid-request.must
new file mode 100644
index 0000000..547dda4
--- /dev/null
+++ b/contrib/invalid-request.must
@@ -0,0 +1,8 @@
+<html>
+<head>
+<title>Invalid request (#{{ec}})</title>
+</head>
+<body>
+{{hint}}.
+</body>
+</html>
diff --git a/contrib/validation-unknown.en.must 
b/contrib/validation-unknown.en.must
new file mode 120000
index 0000000..03e4696
--- /dev/null
+++ b/contrib/validation-unknown.en.must
@@ -0,0 +1 @@
+validation-unknown.must
\ No newline at end of file
diff --git a/contrib/validation-unknown.must b/contrib/validation-unknown.must
new file mode 100644
index 0000000..ade52ed
--- /dev/null
+++ b/contrib/validation-unknown.must
@@ -0,0 +1,8 @@
+<html>
+<head>
+<title>Validation process unknown (#{{ec}})</title>
+</head>
+<body>
+{{hint}}.
+</body>
+</html>

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