mikuli.cz

:)
git clone https://git.sr.ht/~ashymad/mikuli.cz
Log | Files | Refs

commit 8af8e98b72e44345561a8213a2389e3015fed6d0
parent d255ed7eaabbafd02294c64c7c8a6c1a364c967a
Author: markseu <mark2011@mayberg.se>
Date:   Fri,  7 Oct 2022 20:24:07 +0200

Updated install extension, command line

Diffstat:
Msystem/extensions/install.php | 4++--
Msystem/extensions/update-current.ini | 4++--
2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/system/extensions/install.php b/system/extensions/install.php @@ -2,7 +2,7 @@ // Install extension, https://github.com/annaesvensson/yellow-install class YellowInstall { - const VERSION = "0.8.76"; + const VERSION = "0.8.77"; const PRIORITY = "1"; public $yellow; // access to API @@ -76,7 +76,7 @@ class YellowInstall { $statusCode = 304; echo "Datenstrom Yellow is for people who make small websites. https://datenstrom.se/yellow/\n"; echo "Syntax: php yellow.php\n"; - echo " php yellow.php about\n"; + echo " php yellow.php about [extension]\n"; echo " php yellow.php build [directory location]\n"; echo " php yellow.php serve [url]\n"; } elseif ($command=="build") { diff --git a/system/extensions/update-current.ini b/system/extensions/update-current.ini @@ -54,11 +54,11 @@ media/images/photo.jpg: photo.jpg, create, optional media/thumbnails/photo-100x40.jpg: photo-100x40.jpg, create, optional Extension: Install -Version: 0.8.76 +Version: 0.8.77 Description: Install a brand new, shiny website. DocumentationUrl: https://github.com/annaesvensson/yellow-install DownloadUrl: https://github.com/datenstrom/yellow-extensions/raw/main/downloads/install.zip -Published: 2022-09-28 21:14:00 +Published: 2022-10-05 22:02:34 Developer: Anna Svensson Status: unlisted system/extensions/install.php: install.php, create