From 914aeeb5b2df461eae9d6d6c86a9e738eeced54a Mon Sep 17 00:00:00 2001 From: Andy Miller Date: Tue, 4 Aug 2015 12:43:31 -0600 Subject: [PATCH] Getting ready for release --- CHANGELOG.md | 5 ++++ LICENSE | 2 +- README.md | 78 +++++++++++++++++++++++++++++++++++++++++++++++-- blueprints.yaml | 9 +++--- languages.yaml | 4 +-- 5 files changed, 88 insertions(+), 10 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..24a0762c --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,5 @@ +# v0.1.0 +## 08/04/2015 + +1. [](#new) + * ChangeLog started... diff --git a/LICENSE b/LICENSE index 484793ad..0e788c6a 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2014 Grav +Copyright (c) 2015 Grav Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 94206c1c..f1ade979 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,76 @@ -grav-plugin-admin -================= +# Grav Standard Administration Panel Plugin + +This **admin plugin** for [Grav](http://github.com/getgrav/grav) is an HTML user interface that provides a convenient way to configure Grav and easily create and modify pages. This will remain a totally optional plugin, and is not in any way required or needed to use Grav effectively. In fact, the admin provides an intentionally limited view to ensure it remains easy to use and not overwhelming. I'm sure power users will still prefer to work with the configuration files directly. + +| IMPORTANT!!! This plugin is currently in development as is to be considered a **beta release**. As such, use this in a production environment **at your own risk!**. + +# Features + +* User login with automatic password encryption +* Forgot password functionality +* Logged-in-user management +* One click Grav core updates +* Dashboard with maintenance status, site activity and latest page updates +* Ajax-powered backup capability +* Ajax-powered clear-cache capability +* System configuration management +* Site configuration management +* Normal and Expert modes which allow editing via forms or YAML +* Page listing with filtering and search +* Page creation, editing, moving, copying, and deleting +* Powerful syntax highlighting code editor with instant Grav-powered preview +* Editor features, hot keys, toolbar, and distraction-free fullscreen mode +* Drag-n-drop upload of page media files including drag-n-drop placement in the editor +* One click theme and plugin updates +* Plugin manager that allows listing and configuration of installed plugins +* Theme manager that allows listing and configuration of installed themes +* GPM-powered installation of new plugins and themes + +# Support + +#### Support + +We have tested internally, but we hope to use this public beta phase to identify, isolate, and fix issues related to the plugin to ensure it is as solid and reliable as possible. + +For **live chatting**, please use the dedicated [Gitter Chat Room for the admin plugin](https://gitter.im/grav/grav-plugin-admin) for dicussions directly related to the admin plugin. + +For **bugs, features, improvements**, please ensure you [create issues in the admin plugin GitHub repository](https://github.com/grav/grav-plugin-admin). + +# Installation + +The admin plugin actually requires the help of 3 other plugins, so to get the admin plugin to work you first need to install **admin**, **login**, **forms**, and **email** plugins. These are available via GPM, and because the plugin has dependencies you just need to proceed and install the admin plugin, and agree when prompted to install the others: + +``` +$ bin/gpm install admin +``` + +# Usage + +Upon completion of the installation the next thing you need to do is create a user account in a file called `users/accounts/admin.yaml`: + +``` +username: admin +password: password +email: youremail@mail.com +fullname: Johnny Appleseed +title: Site Administrator +access: + admin: + login: true + super: true +``` + +Of course you should edit your `email`, `password`, `fullname`, and `title` to suit your needs. + +By default you can access the admin by pointing your browser to `http://yoursite.com/admin`. Here you simply log in with the `username` and `password` you entered above. + +| After logging in, your **plaintext password** will be removed and replaced by an **encrypted** one. + +# Standard Free & Paid Pro Versions + +If you have been following the blog, twitter, gitter.im chat etc, you probably already know now that our intention is to provide two versions. + +The **standard free version**, is actually still very powerful, and has more functionality than most commercial flat-file CMS systems. + +We also intend to release in the near future a more feature-rich **pro version** that will have enhanced functionality and some additional nice-to-have capabilities. This pro version will be a **paid** plugin the price of which is not yet 100% finalized. -Grav Admin Plugin diff --git a/blueprints.yaml b/blueprints.yaml index b935198d..12986c7f 100644 --- a/blueprints.yaml +++ b/blueprints.yaml @@ -1,12 +1,15 @@ -name: Administration Panel - Basic -version: 1.0.0 +name: Administration Panel - Standard +version: 0.1.0 description: Adds an advanced administration panel to manage your site icon: empire author: name: Team Grav email: devs@getgrav.org url: http://getgrav.org +homepage: https://github.com/getgrav/grav-plugin-admin keywords: admin, plugin, manager, panel +bugs: https://github.com/getgrav/grav-plugin-admin/issues +license: MIT form: validation: loose @@ -89,8 +92,6 @@ form: type: bool help: Ask the user confirmation when deleting a page - - Popularity: type: section title: Popularity diff --git a/languages.yaml b/languages.yaml index ed08e744..a96494ef 100644 --- a/languages.yaml +++ b/languages.yaml @@ -21,8 +21,8 @@ en: FORGOT_EMAIL_BODY:

Password Reset

Dear %1$s,

A request was made on %4$s to reset your password.


Click this to reset your password

Alternatively, copy the following URL into your browser's address bar:

%2$s


Kind regards,

%3$s

it: - ADMIN_BETA_MSG: This is a Beta release! Use this in production at your own risk... - ADMIN_REPORT_ISSUE: Found an issue? Please report it on GitHub. + ADMIN_BETA_MSG: Questa è una versione beta! Usare in produzione a proprio rischio e pericolo… + ADMIN_REPORT_ISSUE: Trovato un problema? Per favore, apri un ticket su GitHub EMAIL_FOOTER: Powered by Grav - The Modern Flat File CMS LOGIN_BTN: Login LOGIN_BTN_FORGOT: Reset password