From 57f554ddfb500c805383b414c4f2644c2e91b13c Mon Sep 17 00:00:00 2001 From: Andrey Savchenko Date: Sat, 10 Dec 2016 17:59:47 +0200 Subject: [PATCH] Added separate license file and updated readme. --- LICENSE.md | 21 +++++++++++++++++++++ readme.md | 10 ++++++---- 2 files changed, 27 insertions(+), 4 deletions(-) create mode 100644 LICENSE.md diff --git a/LICENSE.md b/LICENSE.md new file mode 100644 index 0000000..8604e4a --- /dev/null +++ b/LICENSE.md @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2014 Andrey Savchenko + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +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. diff --git a/readme.md b/readme.md index e952303..0015852 100644 --- a/readme.md +++ b/readme.md @@ -1,16 +1,14 @@ # Meadow — WordPress Templating DSL +[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/Rarst/meadow/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/Rarst/meadow/?branch=master) Meadow is a theme templating solution, aiming to find a balance between native WordPress concepts and power of [Twig](http://twig.sensiolabs.org/) dedicated templating language. -It is currently EXPERIMENTAL, treat it more like exploration and wishful thinking rather than hard promises. - ## Installation Require package in your theme project with [Composer](https://getcomposer.org/): ```bash -composer require rarst/meadow:dev-master --no-update -composer update --no-dev +composer require rarst/meadow ``` Instantiate object some time during theme load: @@ -108,3 +106,7 @@ In [Hybrid Wing](https://github.com/Rarst/hybrid-wing) theme (work in progress): - [`single.twig`](https://github.com/Rarst/hybrid-wing/blob/master/single.twig) - [`single-post.twig`](https://github.com/Rarst/hybrid-wing/blob/master/single-post.twig) - [`comments.twig`](https://github.com/Rarst/hybrid-wing/blob/master/comments.twig) + +## License + +MIT \ No newline at end of file