From 4b3dbf49f9863121053bec44f25b5294779f2fdf Mon Sep 17 00:00:00 2001 From: Pierrick Le Gall Date: Thu, 4 May 2023 18:31:07 +0200 Subject: [PATCH] new pages copied from DokuWiki --- Home.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Home.md b/Home.md index b20c979..ecd2780 100644 --- a/Home.md +++ b/Home.md @@ -5,6 +5,8 @@ We already have a [documentation on piwigo.org](https://piwigo.org/doc/) but we' * [[Coding guidelines]] * [[Branches and releases]] * [[Git workflow and best pratices]] +* [[Database upgrade]] +* [[Send emails with Piwigo]] ## Extension coding: plugins & themes @@ -14,6 +16,7 @@ We already have a [documentation on piwigo.org](https://piwigo.org/doc/) but we' * [[Use a source code manager for your extension]] * [[How to create a theme]] * [[Migrate a plugin from Piwigo.org SVN to Github]] +* [[Compilation of personal plugins]] ## Web API