summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichaël Nass - PlugN <michael.nass@free.fr>2024-02-16 07:48:32 +0100
committerMichaël Nass - PlugN <michael.nass@free.fr>2024-02-16 07:48:32 +0100
commit4a79d337880bb264e1d051eaf25e360cae37b275 (patch)
tree2a71cb35602892cddf33842bc394f11eb9ddd2e7
parentccba9b5f5f05731396c348b1f6249609ba7df707 (diff)
downloadtutorials-4a79d337880bb264e1d051eaf25e360cae37b275.tar.gz
tutorials-4a79d337880bb264e1d051eaf25e360cae37b275.tar.bz2
tutorials-4a79d337880bb264e1d051eaf25e360cae37b275.zip
Multiple fixes
-rwxr-xr-x_static/videos/merchant/WIP_order1.mp4 (renamed from _static/videos/WIP_order1.mp4)bin41823302 -> 41823302 bytes
-rwxr-xr-x_static/videos/merchant/WIP_order2.mp4 (renamed from _static/videos/WIP_order2.mp4)bin34412193 -> 34412193 bytes
-rwxr-xr-x_static/videos/merchant/introduction.mp4 (renamed from _static/videos/introduction.mp4)bin29903178 -> 29903178 bytes
-rwxr-xr-x_static/videos/merchant/versioning.mp4 (renamed from _static/videos/versioning.mp4)bin25534448 -> 25534448 bytes
-rwxr-xr-x_static/videos/wallet/ios/WIP_setup.mp4bin0 -> 61344134 bytes
-rwxr-xr-xbank.rst34
-rwxr-xr-xbank/setup.rst43
-rwxr-xr-xindex.rst38
-rwxr-xr-xmerchant.rst35
-rwxr-xr-xmerchant/introduction.rst2
-rwxr-xr-xmerchant/order1.rst2
-rwxr-xr-xmerchant/order2.rst2
-rwxr-xr-xmerchant/versioning.rst2
-rwxr-xr-xwallet.rst34
-rwxr-xr-xwallet/android.rst33
-rwxr-xr-xwallet/android/setup.rst30
-rwxr-xr-xwallet/browser.rst34
-rwxr-xr-xwallet/browser/setup.rst30
-rwxr-xr-xwallet/ios.rst34
-rwxr-xr-xwallet/ios/setup.rst33
20 files changed, 355 insertions, 31 deletions
diff --git a/_static/videos/WIP_order1.mp4 b/_static/videos/merchant/WIP_order1.mp4
index 3f042b1..3f042b1 100755
--- a/_static/videos/WIP_order1.mp4
+++ b/_static/videos/merchant/WIP_order1.mp4
Binary files differ
diff --git a/_static/videos/WIP_order2.mp4 b/_static/videos/merchant/WIP_order2.mp4
index ad1ee7f..ad1ee7f 100755
--- a/_static/videos/WIP_order2.mp4
+++ b/_static/videos/merchant/WIP_order2.mp4
Binary files differ
diff --git a/_static/videos/introduction.mp4 b/_static/videos/merchant/introduction.mp4
index 915885b..915885b 100755
--- a/_static/videos/introduction.mp4
+++ b/_static/videos/merchant/introduction.mp4
Binary files differ
diff --git a/_static/videos/versioning.mp4 b/_static/videos/merchant/versioning.mp4
index fb20cf1..fb20cf1 100755
--- a/_static/videos/versioning.mp4
+++ b/_static/videos/merchant/versioning.mp4
Binary files differ
diff --git a/_static/videos/wallet/ios/WIP_setup.mp4 b/_static/videos/wallet/ios/WIP_setup.mp4
new file mode 100755
index 0000000..cbfadf1
--- /dev/null
+++ b/_static/videos/wallet/ios/WIP_setup.mp4
Binary files differ
diff --git a/bank.rst b/bank.rst
new file mode 100755
index 0000000..b83743f
--- /dev/null
+++ b/bank.rst
@@ -0,0 +1,34 @@
+..
+ This file is part of GNU TALER.
+ Copyright (C) 2014-2023 Taler Systems SA
+
+ TALER is free software; you can redistribute it and/or modify it under the
+ terms of the GNU Affero General Public License as published by the Free Software
+ Foundation; either version 2.1, or (at your option) any later version.
+
+ TALER is distributed in the hope that it will be useful, but WITHOUT ANY
+ WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
+ A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.
+
+ You should have received a copy of the GNU Affero General Public License along with
+ TALER; see the file COPYING. If not, see <http://www.gnu.org/licenses/>
+
+ @author Florian Dold
+ @author Benedikt Muller
+ @author Sree Harsha Totakura
+ @author Marcello Stanisci
+ @author Christian Grothoff
+
+Bank
+====
+
+Tutorials Overview
+------------------
+
+.. toctree::
+ :glob:
+ :maxdepth: 2
+
+ bank/*
+
+
diff --git a/bank/setup.rst b/bank/setup.rst
new file mode 100755
index 0000000..b05b25c
--- /dev/null
+++ b/bank/setup.rst
@@ -0,0 +1,43 @@
+=========================================
+Set up a bank account as a Taler merchant
+=========================================
+
+This page contains all the documentation for the video tutorial explaining how to set up a bank account as a merchant using Taler.
+
++++++
+Video
++++++
+
+The video is not yet available for this tutorial.
+
+++++++++++++
+Requirements
+++++++++++++
+
+Required for this tutorial series:
+
+* | A Taler merchant backend
+ | For convenience, we recommend you to use https://backend.demo.taler.net in conjunction with the demonstration bank.
+
+
+
+* | A compatible Bank
+ | For convenience, we recommend you to use https://bank.demo.taler.net in conjunction with the demonstration backend.
+
++++++++++++++++++++
+Demo backend notice
++++++++++++++++++++
+
+Using the online Taler merchant demo service https://backend.demo.taler.net is strongly recommended for this tutorial.
+
+ | The access key is: **sandbox**.
+
+++++++++++++++
+More tutorials
+++++++++++++++
+
+To view additional tutorials, you can browse this site or head to https://docs.taler.net to get the latest documentation about the Taler services.
+
+
+
+
diff --git a/index.rst b/index.rst
index 0359837..d2fd72b 100755
--- a/index.rst
+++ b/index.rst
@@ -19,53 +19,37 @@
@author Marcello Stanisci
@author Christian Grothoff
-GNU Taler Video Tutorials
-=========================
+Home page
+=========
On this website, we are providing text ressources and links to help you follow our video tutorials.
+Special credits: The Taler sound was made by Carlo von lynX.
+
Tutorials Overview
------------------
.. toctree::
:glob:
- :maxdepth: 2
-
- merchant/introduction
-
-.. toctree::
- :glob:
- :maxdepth: 2
-
- merchant/versioning
-
-.. toctree::
- :glob:
- :maxdepth: 2
-
- merchant/order1
-
-.. toctree::
- :glob:
- :maxdepth: 2
+ :maxdepth: 3
- merchant/order2
+ merchant
.. toctree::
:glob:
- :maxdepth: 2
+ :maxdepth: 4
- merchant/order3
+ wallet
.. toctree::
:glob:
- :maxdepth: 2
+ :maxdepth: 3
- merchant/order4
+ bank
.. toctree::
:glob:
- :maxdepth: 2
+ :maxdepth: 1
global-licensing
diff --git a/merchant.rst b/merchant.rst
new file mode 100755
index 0000000..b10bbfb
--- /dev/null
+++ b/merchant.rst
@@ -0,0 +1,35 @@
+..
+ This file is part of GNU TALER.
+ Copyright (C) 2014-2023 Taler Systems SA
+
+ TALER is free software; you can redistribute it and/or modify it under the
+ terms of the GNU Affero General Public License as published by the Free Software
+ Foundation; either version 2.1, or (at your option) any later version.
+
+ TALER is distributed in the hope that it will be useful, but WITHOUT ANY
+ WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
+ A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.
+
+ You should have received a copy of the GNU Affero General Public License along with
+ TALER; see the file COPYING. If not, see <http://www.gnu.org/licenses/>
+
+ @author Florian Dold
+ @author Benedikt Muller
+ @author Sree Harsha Totakura
+ @author Marcello Stanisci
+ @author Christian Grothoff
+
+Merchant
+========
+
+Tutorials Overview
+------------------
+
+.. toctree::
+ :glob:
+ :maxdepth: 2
+
+ merchant/*
+
+
+
diff --git a/merchant/introduction.rst b/merchant/introduction.rst
index 498a9b2..d1878e2 100755
--- a/merchant/introduction.rst
+++ b/merchant/introduction.rst
@@ -8,7 +8,7 @@ This page contains all the documentation for the video tutorial introducing the
Video
+++++
-.. video:: ../_static/videos/introduction.mp4
+.. video:: ../_static/videos/merchant/introduction.mp4
:width: 640
:height: 360
diff --git a/merchant/order1.rst b/merchant/order1.rst
index 27f9fee..3e6040d 100755
--- a/merchant/order1.rst
+++ b/merchant/order1.rst
@@ -8,7 +8,7 @@ This page contains all the documentation for the video tutorial explaining a sim
Video
+++++
-.. video:: ../_static/videos/WIP_order1.mp4
+.. video:: ../_static/videos/merchant/WIP_order1.mp4
:width: 640
:height: 360
diff --git a/merchant/order2.rst b/merchant/order2.rst
index edfafc3..7a606ee 100755
--- a/merchant/order2.rst
+++ b/merchant/order2.rst
@@ -8,7 +8,7 @@ This page contains all the documentation for the video tutorial explaining the p
Video
+++++
-.. video:: ../_static/videos/WIP_order2.mp4
+.. video:: ../_static/videos/merchant/WIP_order2.mp4
:width: 640
:height: 360
diff --git a/merchant/versioning.rst b/merchant/versioning.rst
index d75d63c..dcf433c 100755
--- a/merchant/versioning.rst
+++ b/merchant/versioning.rst
@@ -8,7 +8,7 @@ This page contains all the documentation for the video tutorial introducing the
Video
+++++
-.. video:: ../_static/videos/versioning.mp4
+.. video:: ../_static/videos/merchant/versioning.mp4
:width: 640
:height: 360
diff --git a/wallet.rst b/wallet.rst
new file mode 100755
index 0000000..6eef524
--- /dev/null
+++ b/wallet.rst
@@ -0,0 +1,34 @@
+..
+ This file is part of GNU TALER.
+ Copyright (C) 2014-2023 Taler Systems SA
+
+ TALER is free software; you can redistribute it and/or modify it under the
+ terms of the GNU Affero General Public License as published by the Free Software
+ Foundation; either version 2.1, or (at your option) any later version.
+
+ TALER is distributed in the hope that it will be useful, but WITHOUT ANY
+ WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
+ A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.
+
+ You should have received a copy of the GNU Affero General Public License along with
+ TALER; see the file COPYING. If not, see <http://www.gnu.org/licenses/>
+
+ @author Florian Dold
+ @author Benedikt Muller
+ @author Sree Harsha Totakura
+ @author Marcello Stanisci
+ @author Christian Grothoff
+
+Wallet
+======
+
+Tutorials Overview
+------------------
+
+.. toctree::
+ :glob:
+ :maxdepth: 2
+
+ wallet/*
+
+
diff --git a/wallet/android.rst b/wallet/android.rst
new file mode 100755
index 0000000..e9729a2
--- /dev/null
+++ b/wallet/android.rst
@@ -0,0 +1,33 @@
+..
+ This file is part of GNU TALER.
+ Copyright (C) 2014-2023 Taler Systems SA
+
+ TALER is free software; you can redistribute it and/or modify it under the
+ terms of the GNU Affero General Public License as published by the Free Software
+ Foundation; either version 2.1, or (at your option) any later version.
+
+ TALER is distributed in the hope that it will be useful, but WITHOUT ANY
+ WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
+ A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.
+
+ You should have received a copy of the GNU Affero General Public License along with
+ TALER; see the file COPYING. If not, see <http://www.gnu.org/licenses/>
+
+ @author Florian Dold
+ @author Benedikt Muller
+ @author Sree Harsha Totakura
+ @author Marcello Stanisci
+ @author Christian Grothoff
+
+Android
+=======
+
+Tutorials Overview
+------------------
+
+.. toctree::
+ :glob:
+ :maxdepth: 2
+
+ android/*
+
diff --git a/wallet/android/setup.rst b/wallet/android/setup.rst
new file mode 100755
index 0000000..98c19ea
--- /dev/null
+++ b/wallet/android/setup.rst
@@ -0,0 +1,30 @@
+=================================
+Taler wallet Android introduction
+=================================
+
+This page contains all the documentation for the video tutorial explaining how to install the Taler Wallet app on an Android device.
+
++++++
+Video
++++++
+
+The video is not yet available for this tutorial.
+
+++++++++++++
+Requirements
+++++++++++++
+
+Required for this tutorial series:
+
+* | A compatible Android device
+ | Detailed setup instructions are available on https://wallet.taler.net
+
+
+++++++++++++++
+More tutorials
+++++++++++++++
+
+To view additional tutorials, you can browse this site or head to https://docs.taler.net to get the latest documentation about the Taler services.
+
+
+
diff --git a/wallet/browser.rst b/wallet/browser.rst
new file mode 100755
index 0000000..50e9d46
--- /dev/null
+++ b/wallet/browser.rst
@@ -0,0 +1,34 @@
+..
+ This file is part of GNU TALER.
+ Copyright (C) 2014-2023 Taler Systems SA
+
+ TALER is free software; you can redistribute it and/or modify it under the
+ terms of the GNU Affero General Public License as published by the Free Software
+ Foundation; either version 2.1, or (at your option) any later version.
+
+ TALER is distributed in the hope that it will be useful, but WITHOUT ANY
+ WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
+ A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.
+
+ You should have received a copy of the GNU Affero General Public License along with
+ TALER; see the file COPYING. If not, see <http://www.gnu.org/licenses/>
+
+ @author Florian Dold
+ @author Benedikt Muller
+ @author Sree Harsha Totakura
+ @author Marcello Stanisci
+ @author Christian Grothoff
+
+Browser
+=======
+
+Tutorials Overview
+------------------
+
+.. toctree::
+ :glob:
+ :maxdepth: 2
+
+ browser/*
+
+
diff --git a/wallet/browser/setup.rst b/wallet/browser/setup.rst
new file mode 100755
index 0000000..1cf16e5
--- /dev/null
+++ b/wallet/browser/setup.rst
@@ -0,0 +1,30 @@
+=================================
+Taler wallet browser installation
+=================================
+
+This page contains all the documentation for the video tutorial explaining how to install the Taler Wallet app on a Desktop Web Browser.
+
++++++
+Video
++++++
+
+The video is not yet available for this tutorial.
+
+++++++++++++
+Requirements
+++++++++++++
+
+Required for this tutorial series:
+
+* | A compatible web browser
+ | Detailed setup instructions are available on https://wallet.taler.net
+
+
+++++++++++++++
+More tutorials
+++++++++++++++
+
+To view additional tutorials, you can browse this site or head to https://docs.taler.net to get the latest documentation about the Taler services.
+
+
+
diff --git a/wallet/ios.rst b/wallet/ios.rst
new file mode 100755
index 0000000..a0ecfb0
--- /dev/null
+++ b/wallet/ios.rst
@@ -0,0 +1,34 @@
+..
+ This file is part of GNU TALER.
+ Copyright (C) 2014-2023 Taler Systems SA
+
+ TALER is free software; you can redistribute it and/or modify it under the
+ terms of the GNU Affero General Public License as published by the Free Software
+ Foundation; either version 2.1, or (at your option) any later version.
+
+ TALER is distributed in the hope that it will be useful, but WITHOUT ANY
+ WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
+ A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.
+
+ You should have received a copy of the GNU Affero General Public License along with
+ TALER; see the file COPYING. If not, see <http://www.gnu.org/licenses/>
+
+ @author Florian Dold
+ @author Benedikt Muller
+ @author Sree Harsha Totakura
+ @author Marcello Stanisci
+ @author Christian Grothoff
+
+iOS
+===
+
+Tutorials Overview
+------------------
+
+.. toctree::
+ :glob:
+ :maxdepth: 2
+
+ ios/*
+
+
diff --git a/wallet/ios/setup.rst b/wallet/ios/setup.rst
new file mode 100755
index 0000000..3050b90
--- /dev/null
+++ b/wallet/ios/setup.rst
@@ -0,0 +1,33 @@
+=============================
+Taler wallet iOS installation
+=============================
+
+This page contains all the documentation for the video tutorial explaining how to install the Taler Wallet app on an iOS device.
+
++++++
+Video
++++++
+
+.. video:: ../../_static/videos/wallet/ios/WIP_setup.mp4
+ :width: 640
+ :height: 360
+
+++++++++++++
+Requirements
+++++++++++++
+
+Required for this tutorial series:
+
+* | A compatible iOS device
+ | Detailed setup instructions are available on https://wallet.taler.net
+
+
+++++++++++++++
+More tutorials
+++++++++++++++
+
+To view additional tutorials, you can browse this site or head to https://docs.taler.net to get the latest documentation about the Taler services.
+
+
+
+