summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-10-19 22:28:03 +0200
committerChristian Grothoff <christian@grothoff.org>2020-10-19 22:28:03 +0200
commit0d052f984832c1a33be67558cd0d519ab94aceb0 (patch)
treee5561015df049473f3cd6bd4a2075905c9d49755
parent7dd39f852aa1fc42d6d3b1f70bfce1605fa0e90e (diff)
downloadwoocommerce-taler-0d052f984832c1a33be67558cd0d519ab94aceb0.tar.gz
woocommerce-taler-0d052f984832c1a33be67558cd0d519ab94aceb0.tar.bz2
woocommerce-taler-0d052f984832c1a33be67558cd0d519ab94aceb0.zip
update readme
-rw-r--r--plugin/README.md23
l---------plugin/readme.txt1
2 files changed, 8 insertions, 16 deletions
diff --git a/plugin/README.md b/plugin/README.md
index f7fa636..a08ac2e 100644
--- a/plugin/README.md
+++ b/plugin/README.md
@@ -1,7 +1,3 @@
-# GNU-Taler-Plugin
-
-GNU Taler plugin for WordPress with WooCommerce.
-
=== GNU Taler Payment Gateway for WooCommerce ===
Contributors: hofmd2, sakaeo, grothoff
Donate link: https://donations.demo.taler.net/
@@ -10,12 +6,12 @@ Requires at least: 5.1
Tested up to: 5.2.1
Stable tag: 5.2
Requires PHP: 7.2
-License: GNU General Public License v3.0
-License URI: http://www.gnu.org/licenses/gpl-3.0.html
+License: GNU General Public License v2.0+
+License URI: http://www.gnu.org/licenses/gpl-2.0.html
Online payment plugin for WooCommerce powered by GNU Taler
-## Description
+== Description ==
This plugin provides a safe and secure way to pay via the GNU Taler system. The plugin sends a request to, and receives a response from, the GNU Taler Backend.
@@ -25,20 +21,17 @@ The plugin also provides the possibility for the administrator to send the custu
For refunds, the plugin sends a refund request to the GNU Taler back-end and receives a refund-URI. This URI is forwarded to the customer via an e-mail to confirm the refund.
-### Security
-Will add later: The GNU Taler payment system has some certificate and includes latest fraud and risk management.
-
-## Installation
+== Installation ==
1. Ensure you have latest version of WooCommerce plugin installed
2. Upload (or copy) the plugin directory (`GNU-Taler-Payment-Gateway`) to the `/wp-content/plugins/` directory of your WordPress/WooCommerce site, or install the plugin through the WordPress plugins interface at `<your-site>/wp-admin/plugins.php`.
3. Activate the GNU Taler Payment Gateway for WooCommerce plugin through the 'Plugins' screen in WordPress.
4. In the WordPress interface, navigate to WooCommerce -> Settings-> Payments tab. Locate the `GNU Taler Gateway` entry and click the `Set up` button to configure the plugin.
-## Frequently Asked Questions
+== Frequently Asked Questions ==
-*Q: Do I have to have a GNU Taler account to use the plugin?*
+*Q: Do I have to have a GNU Taler account to test the plugin?*
A: Yes, you need to have a "bank" account to withdraw cash. You can setup one easily at: https://bank.demo.taler.net/
@@ -51,13 +44,11 @@ A: Yes, the customer needs the GNU Taler Wallet. The customer can get a wallet h
A: For the plugin to work correctly you need to have the WooCommerce plugin installed on a WordPress site
-## Changelog
+== Changelog ==
= 0.6.0 =
* First Public Release
-== Upgrade Notice ==
-
= 0.8.0 =
* Adaptations to GNU Taler Merchant API 1:0:0
diff --git a/plugin/readme.txt b/plugin/readme.txt
new file mode 120000
index 0000000..42061c0
--- /dev/null
+++ b/plugin/readme.txt
@@ -0,0 +1 @@
+README.md \ No newline at end of file