Skip to content

Commit

Permalink
Add supporting files
Browse files Browse the repository at this point in the history
  • Loading branch information
Bloke committed Nov 12, 2019
1 parent c75cbfa commit 1a85a78
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.textile
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
16 changes: 16 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -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": "*"
}
}
11 changes: 11 additions & 0 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -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"]}
}

0 comments on commit 1a85a78

Please sign in to comment.