From 60e0fc548b3630f42c30eeb74ebabab9c357c65e Mon Sep 17 00:00:00 2001 From: TLRZ Seyfferth Date: Wed, 22 Jan 2020 16:00:12 +0100 Subject: [PATCH] [TASK] add pico-file-prefixes --- composer.json | 3 +- composer.lock | 52 ++++++++++++++++++++++++++++++++++- config/pico-file-prefixes.yml | 4 +++ 3 files changed, 57 insertions(+), 2 deletions(-) create mode 100644 config/pico-file-prefixes.yml diff --git a/composer.json b/composer.json index e099267..51af502 100644 --- a/composer.json +++ b/composer.json @@ -29,7 +29,8 @@ "picocms/pico": "^2.1", "picocms/pico-theme": "^2.1", "picocms/pico-deprecated": "^2.1", - "picocms/composer-installer": "^1.0" + "picocms/composer-installer": "^1.0", + "phrozenbyte/pico-file-prefixes": "^2.0" }, "minimum-stability": "beta", "prefer-stable": true diff --git a/composer.lock b/composer.lock index 432e160..1904d4d 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "c572de982113b017edeaa4b6ec598816", + "content-hash": "05240d1d4512f025e0b0352f78f43b64", "packages": [ { "name": "erusev/parsedown", @@ -102,6 +102,56 @@ ], "time": "2018-05-08T21:54:32+00:00" }, + { + "name": "phrozenbyte/pico-file-prefixes", + "version": "v2.0.0", + "source": { + "type": "git", + "url": "https://github.com/PhrozenByte/pico-file-prefixes.git", + "reference": "a0f1b5bfe47a20fdfaa9c0aaf1ff852e3509c3c4" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/PhrozenByte/pico-file-prefixes/zipball/a0f1b5bfe47a20fdfaa9c0aaf1ff852e3509c3c4", + "reference": "a0f1b5bfe47a20fdfaa9c0aaf1ff852e3509c3c4", + "shasum": "" + }, + "require": { + "php": ">=5.3.0" + }, + "type": "pico-plugin", + "autoload": { + "classmap": [ + "PicoFilePrefixes.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Daniel Rudolf", + "homepage": "http://daniel-rudolf.de/", + "role": "Lead Developer" + }, + { + "name": "Contributors", + "homepage": "https://github.com/PhrozenByte/pico-file-prefixes/graphs/contributors" + } + ], + "description": "This is Pico's official file prefixes plugin, to drop file prefixes from page URLs. Pico is a stupidly simple, blazing fast, flat file CMS.", + "homepage": "http://picocms.org/", + "keywords": [ + "URL-Shortener", + "pico", + "pico-file-prefixes", + "picocms", + "picocms-plugin", + "seo" + ], + "time": "2018-07-24T17:59:06+00:00" + }, { "name": "picocms/composer-installer", "version": "v1.0.1", diff --git a/config/pico-file-prefixes.yml b/config/pico-file-prefixes.yml new file mode 100644 index 0000000..078a641 --- /dev/null +++ b/config/pico-file-prefixes.yml @@ -0,0 +1,4 @@ +PicoFilePrefixes: + recursiveDirs: + - blog + dirs: []