Skip to content

Commit

Permalink
Apply new README format
Browse files Browse the repository at this point in the history
  • Loading branch information
clarkwinkelmann committed Sep 21, 2017
1 parent d804c4a commit f67c69b
Show file tree
Hide file tree
Showing 6 changed files with 56 additions and 40 deletions.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion license.md → LICENSE.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
SOFTWARE.
52 changes: 52 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
# Users list by ![Flagrow logo](https://avatars0.githubusercontent.com/u/16413865?v=3&s=20) [Flagrow](https://discuss.flarum.org/d/1832-flagrow-extension-developer-group), a project of [Gravure](https://gravure.io/)

[![MIT license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/flagrow/users-list/blob/master/LICENSE.md) [![Latest Stable Version](https://img.shields.io/packagist/v/flagrow/users-list.svg)](https://packagist.org/packages/flagrow/users-list) [![Total Downloads](https://img.shields.io/packagist/dt/flagrow/users-list.svg)](https://packagist.org/packages/flagrow/users-list) [![Donate](https://img.shields.io/badge/patreon-support-yellow.svg)](https://www.patreon.com/flagrow) [![Join our Discord server](https://discordapp.com/api/guilds/240489109041315840/embed.png)](https://flagrow.io/join-discord)

A [Flarum](http://flarum.org) extension that adds users list to admin panel.

![Imgur](https://i.imgur.com/JSlVsEn.png)
![Imgur](https://i.imgur.com/PIHr4mT.png)

> The initial version was created by [Avatar4eg](https://github.com/avatar4eg), all credits of that version go to him.
## Installation

Use [Bazaar](https://discuss.flarum.org/d/5151-flagrow-bazaar-the-extension-marketplace) or install manually:

```bash
composer require flagrow/users-list
```

## Updating

```bash
composer update flagrow/users-list
php flarum cache:clear
```

## Configuration

Enable the extension.

Visit the users tab on the admin area to view your users and send them emails.

## Support our work

We prefer to keep our work available to everyone.
In order to do so we rely on voluntary contributions on [Patreon](https://www.patreon.com/flagrow).

## Security

If you discover a security vulnerability within Users list, please send an email to the Gravure team at [email protected]. All security vulnerabilities will be promptly addressed.

Please include as many details as possible. You can use `php flarum info` to get the PHP, Flarum and extension versions installed.

## Links

- [Flarum Discuss post](https://discuss.flarum.org/d/6009-flagrow-users-list-review-and-mass-mail-users-of-your-forum)
- [Source code on GitHub](https://github.com/flagrow/users-list)
- [Changelog](https://github.com/flagrow/users-list/blob/master/CHANGELOG.md)
- [Report an issue](https://github.com/flagrow/users-list/issues)
- [Download via Packagist](https://packagist.org/packages/flagrow/users-list)

An extension by [Flagrow](https://flagrow.io/), a project of [Gravure](https://gravure.io/).
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@
"backgroundColor": "#f4f4f4",
"color": "#5f4bb6"
}
},
"flagrow": {
"discuss": "https://discuss.flarum.org/d/6009-flagrow-users-list-review-and-mass-mail-users-of-your-forum"
}
}
}
39 changes: 0 additions & 39 deletions readme.md

This file was deleted.

0 comments on commit f67c69b

Please sign in to comment.