[gimp-web-devel/hugo] content: move the plug-in template page.
- From: Jehan <jehanp src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp-web-devel/hugo] content: move the plug-in template page.
- Date: Sun, 7 Aug 2022 16:28:03 +0000 (UTC)
commit ac135fa7da0cac0b73afa3de3c5110c6d467f6f0
Author: Jehan <jehan girinstud io>
Date: Sun Aug 7 18:25:33 2022 +0200
content: move the plug-in template page.
Ultimately I think such a template should be replaced by a good tutorial
to follow step by step anyway. But since it's here and still valid for
GIMP 2.* versions, let's keep it until we move to GIMP 3.0.
In GIMP 3.0, the Goat Exercises in the main repository will also be very
good references to start a plug-in from.
content/{homepage => resource_developers}/plug-in-template.md | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/content/homepage/plug-in-template.md b/content/resource_developers/plug-in-template.md
similarity index 73%
rename from content/homepage/plug-in-template.md
rename to content/resource_developers/plug-in-template.md
index 9096690..8b69d15 100644
--- a/content/homepage/plug-in-template.md
+++ b/content/resource_developers/plug-in-template.md
@@ -3,6 +3,7 @@ title = "GIMP Plug-In Template"
abbrev = "Plug-In Template"
description = "Don't start from scratch"
date = "2022-07-20"
+weight = 5
+++
The GIMP Plug-In Template is an empty GIMP Plug-In that does
@@ -18,5 +19,7 @@ all these things. Just download the tarball, add some magic image
manipulation routines and voilĂ , your own GIMP plug-in.
Grab the latest release from
-[ftp.gimp.org/pub/gimp/plugin-template/](ftp://ftp.gimp.org/pub/gimp/plugin-template/).
+[download.gimp.org/pub/gimp/plugin-template/](https://download.gimp.org/mirror/pub/gimp/plugin-template/gimp-plugin-template-2.2.0.tar.gz).
+*Note: this template might be a bit outdated yet should still mostly
+work for plug-ins for GIMP 2.10.*
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]