diff --git a/composer.json b/composer.json index c00c8b7..b3e7f67 100644 --- a/composer.json +++ b/composer.json @@ -8,7 +8,7 @@ "minimum-stability": "dev", "require": { "seacms/app": "dev-master", - "seacms/pico-content-editor": "master" + "seacms/pico-content-editor": "dev-master" }, "extra": { "installer-name": "seacms" @@ -23,43 +23,16 @@ "url": "https://git.defis.info/SeaCMS/pico-content-editor" }, { - "type": "package", - "package": { - "name": "picocms/pico", - "version": "dev-fix-compatibility-php8", - "source": { - "url": "https://git.defis.info/SeaCMS/pico", - "type": "git", - "reference": "fix-compatibility-php8" - }, - "type": "library", - "require": { - "php": "^7.0.8 || ^8.0", - "ext-mbstring": "*", - "twig/twig": "^2.12", - "symfony/yaml" : "^3.4", - "erusev/parsedown": "1.7.4", - "erusev/parsedown-extra": "0.8.1" - }, - "suggest": { - "picocms/pico-theme": "Pico requires a theme to actually display the contents of your website. This is Pico's official default theme.", - "picocms/pico-deprecated": "PicoDeprecated's purpose is to maintain backward compatibility to older versions of Pico.", - "picocms/composer-installer": "This Composer plugin is responsible for installing Pico plugins and themes using the Composer package app." - }, - "autoload": { - "psr-0": { - "Pico": "lib/", - "PicoPluginInterface": "lib/", - "AbstractPicoPlugin": "lib/" - } - }, - "extra": { - "branch-alias": { - "dev-master": "2.1.x-dev", - "dev-pico-3.0": "3.0.x-dev" - } - } - } + "type": "vcs", + "url": "https://git.defis.info/SeaCMS/pico" + }, + { + "type": "vcs", + "url": "https://git.defis.info/SeaCMS/seacms-api" + }, + { + "type": "vcs", + "url": "https://git.defis.info/SeaCMS/seacms-auth" } ], "config": { diff --git a/composer.lock b/composer.lock index cfa6267..14b4b65 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": "4bbfc746ab131a7cf6b195300eb241b7", + "content-hash": "b24f66d73b4a98b053f40b676e64b14f", "packages": [ { "name": "erusev/parsedown", @@ -182,7 +182,7 @@ "source": { "type": "git", "url": "https://git.defis.info/SeaCMS/pico", - "reference": "fix-compatibility-php8" + "reference": "61283bdba7c2ca2133f3e485642ffeaedb25128e" }, "require": { "erusev/parsedown": "1.7.4", @@ -193,7 +193,7 @@ "twig/twig": "^2.12" }, "suggest": { - "picocms/composer-installer": "This Composer plugin is responsible for installing Pico plugins and themes using the Composer package app.", + "picocms/composer-installer": "This Composer plugin is responsible for installing Pico plugins and themes using the Composer package manager.", "picocms/pico-deprecated": "PicoDeprecated's purpose is to maintain backward compatibility to older versions of Pico.", "picocms/pico-theme": "Pico requires a theme to actually display the contents of your website. This is Pico's official default theme." }, @@ -210,7 +210,53 @@ "PicoPluginInterface": "lib/", "AbstractPicoPlugin": "lib/" } - } + }, + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Gilbert Pellegrom", + "email": "gilbert@pellegrom.me", + "role": "Project Founder" + }, + { + "name": "Daniel Rudolf", + "email": "picocms.org@daniel-rudolf.de", + "role": "Lead Developer" + }, + { + "name": "The Pico Community", + "homepage": "http://picocms.org/" + }, + { + "name": "Contributors", + "homepage": "https://github.com/picocms/Pico/graphs/contributors" + } + ], + "description": "Pico is a flat file CMS, this means there is no administration backend and database to deal with. You simply create .md files in the \"content\" folder and that becomes a page.", + "homepage": "http://picocms.org/", + "keywords": [ + "cms", + "content-management", + "flat-file", + "markdown", + "markdown-to-html", + "php", + "pico", + "pico-cms", + "picocms", + "simple", + "twig", + "website", + "yaml" + ], + "support": { + "docs": "http://picocms.org/docs", + "issues": "https://github.com/picocms/Pico/issues", + "source": "https://github.com/picocms/Pico" + }, + "time": "2023-01-24T10:20:23+00:00" }, { "name": "pixel418/markdownify", @@ -275,7 +321,7 @@ "source": { "type": "git", "url": "https://git.defis.info/SeaCMS/seacms-app", - "reference": "d98d7e85c5ea508951abdfd0bd8eca96a65f8a3d" + "reference": "764d9567e4c922534cf3d314acf2c9363728edb5" }, "require": { "composer": "^2.4", @@ -297,6 +343,11 @@ "pico-plugin-dir": "vendor/picocms/plugins/", "pico-theme-dir": "vendor/picocms/themes/" }, + "autoload": { + "classmap": [ + "App.php" + ] + }, "archive": { "exclude": [ "vendor", @@ -318,7 +369,7 @@ "license": [ "EUPL-1.2" ], - "time": "2023-02-21T22:51:48+00:00" + "time": "2023-02-26T01:29:25+00:00" }, { "name": "seacms/pico-content-editor", @@ -326,11 +377,12 @@ "source": { "type": "git", "url": "https://git.defis.info/SeaCMS/pico-content-editor", - "reference": "88c1de4fcd7c92197f591dd5140b930ffa832603" + "reference": "1258377ed81edc492f1b7fb79cf76f18ab65a7fc" }, "require": { "php": "^8.0", - "pixel418/markdownify": "^2.3" + "pixel418/markdownify": "^2.3", + "seacms/seacms-api": "dev-master" }, "default-branch": true, "type": "pico-plugin", @@ -376,7 +428,53 @@ "issues": "https://git.defis.info/SeaCMS/pico-content-editor/issues", "source": "https://git.defis.info/SeaCMS/pico-content-editor" }, - "time": "2023-02-22T18:00:33+00:00" + "time": "2023-03-10T23:05:57+00:00" + }, + { + "name": "seacms/seacms-api", + "version": "dev-master", + "source": { + "type": "git", + "url": "https://git.defis.info/SeaCMS/seacms-api", + "reference": "f5b81d351454f2b7fe4c09d462f7802241ca94d1" + }, + "require": { + "php": "^8.0" + }, + "default-branch": true, + "type": "pico-plugin", + "autoload": { + "psr-4": { + "SeaCMS\\Api\\": "src" + }, + "classmap": [ + "SeacmsApi.php" + ] + }, + "license": [ + "EUPL-1.2" + ], + "authors": [ + { + "name": "Jérémy Dufraisse", + "homepage": "https://github.com/J9rem", + "role": "SeaCMS developer" + } + ], + "description": "API route for SeaCMS", + "homepage": "https://git.defis.info/SeaCMS/seacms-api", + "keywords": [ + "api", + "pico", + "picocms", + "picocms-plugin" + ], + "support": { + "docs": "https://git.defis.info/SeaCMS/seacms-api/src/branch/master/README.md", + "issues": "https://git.defis.info/SeaCMS/seacms-api/issues", + "source": "https://git.defis.info/SeaCMS/seacms-api" + }, + "time": "2023-03-02T17:19:44+00:00" }, { "name": "symfony/polyfill-ctype", @@ -778,7 +876,8 @@ "aliases": [], "minimum-stability": "dev", "stability-flags": { - "seacms/app": 20 + "seacms/app": 20, + "seacms/pico-content-editor": 20 }, "prefer-stable": false, "prefer-lowest": false, diff --git a/includes/home.twig b/includes/home.twig index a50e801..1314021 100644 --- a/includes/home.twig +++ b/includes/home.twig @@ -3,10 +3,6 @@ {% from "includes/markdown_by_paragraph.twig" import markdown_by_paragraph %} {% from "includes/actions.twig" import actions %} {% from "includes/video.twig" import video %} - -
Text modifiable click here
-