[gimp-web-devel/hugo] content: forgot to move the index for the "Writing a plug-in" tutorial.



commit 5e714f8c12fdfe7fe7c770316b96603b90e24095
Author: Jehan <jehan girinstud io>
Date:   Sun Aug 7 18:40:05 2022 +0200

    content: forgot to move the index for the "Writing a plug-in" tutorial.

 content/homepage/plug-ins.md                            | 15 ---------------
 content/resource_developers/writing-a-plug-in/_index.md | 12 ++++++++++++
 2 files changed, 12 insertions(+), 15 deletions(-)
---
diff --git a/content/resource_developers/writing-a-plug-in/_index.md 
b/content/resource_developers/writing-a-plug-in/_index.md
new file mode 100644
index 0000000..a01a7e0
--- /dev/null
+++ b/content/resource_developers/writing-a-plug-in/_index.md
@@ -0,0 +1,12 @@
++++
+title = "How to write a GIMP plug-in"
+description = "Writing GIMP plug-ins"
+date = "2022-07-20"
+weight = 2
++++
+
+Make good use of the [GIMP 2.0 API reference](/api/2.0),
+and you can also have a look at a talk about
+[GIMP plug-in programming](http://www.home.unix-ag.org/simon/gimp/guadec2002/gimp-plugin/html)
+that Simon gave at GUADEC in Sevilla.
+


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]