From 4b5fc7dc0e3fd3be4a00cdc76ce86658b9485b93 Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Sat, 14 Nov 2015 01:43:03 +0100 Subject: [PATCH] Adapting the "demo" directories layout to the new scenario (which has a 'bank' and an introductory 'demo' website) --- demo/bank/README | 3 ++ {website => demo/bank}/fake_wire_transfer.php | 0 {website => demo/bank}/index.html | 0 {website => demo/bank}/style.css | 0 demo/demo/index.html | 40 +++++++++++++++++++ website/README | 3 -- 6 files changed, 43 insertions(+), 3 deletions(-) create mode 100644 demo/bank/README rename {website => demo/bank}/fake_wire_transfer.php (100%) rename {website => demo/bank}/index.html (100%) rename {website => demo/bank}/style.css (100%) create mode 100644 demo/demo/index.html delete mode 100644 website/README diff --git a/demo/bank/README b/demo/bank/README new file mode 100644 index 000000000..153f9d03a --- /dev/null +++ b/demo/bank/README @@ -0,0 +1,3 @@ +This directory is the root of the "demo" bank website. The +page being served simulates what a real bank does when transferring +funds to some mint via SEPA. diff --git a/website/fake_wire_transfer.php b/demo/bank/fake_wire_transfer.php similarity index 100% rename from website/fake_wire_transfer.php rename to demo/bank/fake_wire_transfer.php diff --git a/website/index.html b/demo/bank/index.html similarity index 100% rename from website/index.html rename to demo/bank/index.html diff --git a/website/style.css b/demo/bank/style.css similarity index 100% rename from website/style.css rename to demo/bank/style.css diff --git a/demo/demo/index.html b/demo/demo/index.html new file mode 100644 index 000000000..9a3a1b828 --- /dev/null +++ b/demo/demo/index.html @@ -0,0 +1,40 @@ + + + + Taler's Demo Framework + + + + +

Welcome to the Taler Demonstration Framework!

+

To start a demonstration of Taler, you can begin by + installing the wallet + and withdrawing digital coins from our + bank, or just going to the + shop + + diff --git a/website/README b/website/README deleted file mode 100644 index 0031645dd..000000000 --- a/website/README +++ /dev/null @@ -1,3 +0,0 @@ -This directory is the root of the mint's website, mainly -intended to provide a way to the user to wire funds to the -mints in the act of creating a reserve.