# wp-keybase-verification
A plugin to create a keybase.txt (Keybase.io Verification) file, which would verify your possession of this website on [Keybase.io](keybase.io).

## Disclaimer
This plugin and it's developer has no relationship with [keybase.io](https://keybase.io).

## Description
This plugin enables you to verify your site through [keybase.io](https://keybase.io). Only works while WordPress is installed to root directory, otherwise you need to set up your server to let WordPress handle `your.domain/keybase.txt`.

 * [Download from WordPress Plugin Directory](https://wordpress.org/plugins/wp-keybase-verification/)
 * [Github repository](https://github.com/Jamesits/wp-keybase-verification)
 * [WordPress Plugin Directory SVN repository](https://plugins.svn.wordpress.org/wp-keybase-verification/)

## Features
* Add your keybase.txt file without needing FTP/SSH to upload and download files.

## Screenshots
![Editor](https://github.com/Jamesits/wp-keybase-verification/raw/master/screenshot-1.png)

## Installation

### Download and Upload:
1. Download .zip code from [the latest release](https://github.com/Jamesits/wp-keybase-verification/releases).
2. Upload the plugin's folder to the "/wp-content/plugins/" directory
3. Activate the plugin through the "Plugins" menu in WordPress
4. Select "Settings"

## Changelog

### 1.4
* Removed unused code.
* Changes to meet WordPress plugin submission requirements.

### 1.3
* Published

## License

This is a derived work of [Humans.txt plugin](https://wordpress.org/plugins/humans-txt/).

```
Copyright 2016  James Swineson (@jamesits) <jamesswineson@gmail.com>
Copyright 2011  Hans Vedo  (email : hans@cultivate.it)

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program 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 General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.
```
