From dc2e2cfecd0fed20cdd461998def688895d9023a Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Tue, 29 Sep 2015 16:20:11 +0200 Subject: [PATCH] update --- init | 8 ++++---- presets/CREDITS | 1 + presets/LICENSE | 26 +++++++++++++------------- presets/README.md | 8 +++++++- 4 files changed, 25 insertions(+), 18 deletions(-) diff --git a/init b/init index d991729..f172675 100755 --- a/init +++ b/init @@ -19,16 +19,16 @@ do ;; composer.json) test "${COMPOSER+set}" = "" && continue - SRCFILE=$(mktemp -t $RANDOM) + SRCFILE=$(mktemp) php -d variables_order=E $(dirname -- $0)/presets/composer.json >$SRCFILE ;; package.xml|CREDITS) test "${PECL+set}" = "" && continue - SRCFILE=$(mktemp -t $RANDOM) - php -d variables_order=E $(dirname -- $0)/presets/package.xml >$SRCFILE + SRCFILE=$(mktemp) + php -d variables_order=E $(dirname -- $0)/presets/$FILE >$SRCFILE ;; README.md) - SRCFILE=$(mktemp -t $RANDOM) + SRCFILE=$(mktemp) php -d variables_order=E $(dirname -- $0)/presets/README.md >$SRCFILE ;; *) diff --git a/presets/CREDITS b/presets/CREDITS index 2c5da8f..0656ad1 100644 --- a/presets/CREDITS +++ b/presets/CREDITS @@ -1,2 +1,3 @@ + Michael Wallner diff --git a/presets/LICENSE b/presets/LICENSE index 34859a1..f52c89a 100644 --- a/presets/LICENSE +++ b/presets/LICENSE @@ -1,22 +1,22 @@ Copyright (c) 2015, Michael Wallner . All rights reserved. -Redistribution and use in source and binary forms, with or without +Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: - * Redistributions of source code must retain the above copyright notice, + * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in the + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE -FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR -SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, -OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, +OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/presets/README.md b/presets/README.md index 2e9e980..d4a36df 100644 --- a/presets/README.md +++ b/presets/README.md @@ -4,7 +4,13 @@ [![Build Status](https://travis-ci.org/m6w6/.svg?branch=master)](https://travis-ci.org/m6w6/) -... +## Documentation + + +See the [online markdown reference](https://mdref.m6w6.name/). + +Known issues are listed in [BUGS](./BUGS) and future ideas can be found in [TODO](./TODO). + ## Installing -- 2.30.2