From 1a85a788b5cc13beb892499f0d0a219350ef397f Mon Sep 17 00:00:00 2001 From: Stef Dawson Date: Tue, 12 Nov 2019 21:47:33 +0000 Subject: [PATCH] Add supporting files --- README.textile | 2 +- composer.json | 16 ++++++++++++++++ manifest.json | 11 +++++++++++ 3 files changed, 28 insertions(+), 1 deletion(-) create mode 100644 composer.json create mode 100644 manifest.json diff --git a/README.textile b/README.textile index 6ae20d7..e20ccb9 100644 --- a/README.textile +++ b/README.textile @@ -4,7 +4,7 @@ Permit access to downloads, pages or parts of pages for a certain configurable t h2. Installation / uninstallation -p(important). Requires TXP 4.4.0+ +p(important). Requires TXP 4.7.0+ Download the plugin from either "textpattern.org":http://textpattern.org/plugins/1222/smd_access_keys, or the "software page":http://stefdawson.com/sw, paste the code into the TXP _Admin->Plugins_ pane, install and enable the plugin. The table will be installed automatically unless you use the plugin from the cache directory; in which case, visit the _Extensions->Access keys_ tab and click the _Install table_ button before trying to use the plugin. diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..c49e944 --- /dev/null +++ b/composer.json @@ -0,0 +1,16 @@ +{ + "name": "bloke/smd_access_keys", + "description": "Textpattern CMS plugin to permit access to content for a certain time period/number of access attempts", + "keywords": ["textpattern", "plugin", "security", "access", "attempt", "count", "protect", "content"], + "homepage": "https://github.com/bloke/smd_access_keys", + "license": "GPL-2.0", + "type": "textpattern-plugin", + "support": { + "issues": "https://github.com/bloke/smd_access_keys/issues", + "source": "https://github.com/bloke/smd_access_keys" + }, + "require": { + "textpattern/lock": ">=4.7.0", + "textpattern/installer": "*" + } +} diff --git a/manifest.json b/manifest.json new file mode 100644 index 0000000..c3f8d6b --- /dev/null +++ b/manifest.json @@ -0,0 +1,11 @@ +{ + "name": "smd_access_keys", + "description": "Textpattern CMS plugin to permit access to content for a certain time period/number of access attempts", + "version": "1.0.0", + "type": 1, + "author": "Stef Dawson", + "author_uri": "https://stefdawson.com/", + "order": 5, + "flags": 3, + "help": {"file" : ["./README.textile"]} +}