[gimp-web-devel/hugo: 3/16] some more translation




commit a8193d57d64af81483387d8fefa04bc9091dd340
Author: robin-swift <robinswiftart gmail com>
Date:   Sat Jul 23 20:14:05 2022 +0100

    some more translation

 content/homepage/CHANGELOG.md        |   7 --
 content/homepage/changelog.md        |  16 ++--
 content/homepage/cvs.md              |  13 ++-
 content/homepage/faq.md              |  14 ++--
 content/homepage/git.md              | 158 ++++++-----------------------------
 content/homepage/lists.md            |  14 ++--
 content/homepage/plug-in-template.md |  15 ++--
 content/homepage/plug-ins.md         |  26 +++---
 content/homepage/screenshots.md      |  21 ++---
 content/homepage/standards.md        |  15 ++--
 10 files changed, 81 insertions(+), 218 deletions(-)
---
diff --git a/content/homepage/changelog.md b/content/homepage/changelog.md
index 435b3cd..4426537 100644
--- a/content/homepage/changelog.md
+++ b/content/homepage/changelog.md
@@ -1,12 +1,10 @@
----
-title: "GIMP ChangeLog"
-date: 2022-07-20T19:04:06+01:00
-draft: true
-abbrev: "ChangeLog"
-description: "Keeping an eye on the development."
-type: new
-url: changelog.html
----
++++
+title = "GIMP ChangeLog"
+date = "2022-07-20"
+abbrev = "ChangeLog"
+description = "Keeping an eye on the development."
+url = "changelog.html"
++++
 
 The [GIT repository](https://gitlab.gnome.org/GNOME/gimp/commits/master)
 lists all changes in detail. The list below shows the latest
diff --git a/content/homepage/cvs.md b/content/homepage/cvs.md
index e87e879..fb34569 100644
--- a/content/homepage/cvs.md
+++ b/content/homepage/cvs.md
@@ -1,10 +1,9 @@
----
-title: "CVS"
-date: 2022-07-19T20:45:01+01:00
-draft: false
-description: "CVS migrated to Subversion."
-url: cvs.html
----
++++
+title = "CVS"
+date = "2022-07-19"
+description = "CVS migrated to Subversion."
+url = "cvs.html"
++++
 
 GIMP doesn't use CVS any longer. The source code repository has been
 migrated to [git](git).
diff --git a/content/homepage/faq.md b/content/homepage/faq.md
index 218e14c..5ea8f50 100644
--- a/content/homepage/faq.md
+++ b/content/homepage/faq.md
@@ -1,10 +1,10 @@
----
-title: "Frequently Asked Questions"
-date: 2022-07-20T19:04:11+01:00
-draft: true
-abbrev: "Developer FAQ"
-description: "New to GIMP Development?"
----
++++
+title = "Frequently Asked Questions"
+date = "2022-07-20"
+abbrev = "Developer FAQ"
+description = "New to GIMP Development?"
+url = "faq.html"
++++
 
 Below you will find a collection of frequently asked questions
 regarding development of the GIMP.
diff --git a/content/homepage/git.md b/content/homepage/git.md
index 19477cd..7a8834e 100644
--- a/content/homepage/git.md
+++ b/content/homepage/git.md
@@ -1,138 +1,30 @@
----
-title: "Git"
-date: 2022-07-20T19:04:57+01:00
-draft: true
-abbrev: "Git"
-description: "Living on the bleeding edge"
-url: git.html
----
++++
+title = "Git"
+date = "2022-07-20"
+abbrev = "Git"
+description = "Living on the bleeding edge"
+url = "git.html"
++++
 
-The GIMP source code lives in the <emphasis>gimp</emphasis>
-repository on the
-<ulink url="https://gitlab.gnome.org";>GNOME git server</ulink>.
+The GIMP source code lives in the `gimp` repository on the
+[GNOME git server](https://gitlab.gnome.org).
 For more information on the GNOME git solution, go
-<ulink url="http://live.gnome.org/Git";>here</ulink>.
+[here](https://live.gnome.org/Git).
 
 The GNOME git server hosts a couple of GIMP related repositories:
 
-<informaltable>
-<tgroup cols="2" align="left">
-<thead>
-<row>
-<entry>Module</entry>
-<entry>Description</entry>
-</row>
-</thead>
-<tbody>
-<row>
-<entry>
-<ulink url="https://gitlab.gnome.org/GNOME/gimp/";>babl</ulink>
-</entry>
-<entry>
-Pixel format conversion library
-</entry>
-</row>
-<row>
-<entry>
-<ulink url="https://gitlab.gnome.org/GNOME/gegl/";>gegl</ulink>
-</entry>
-<entry>
-Generic Graphical Library
-</entry>
-</row>
-<row>
-<entry>
-<ulink url="https://gitlab.gnome.org/GNOME/gimp/";>gimp</ulink>
-</entry>
-<entry>
-GIMP and the standard set of plug-ins
-</entry>
-</row>
-<row>
-<entry>
-<ulink url="https://gitlab.gnome.org/Archive/gimp-data-extras";>gimp-data-extras</ulink>
-</entry>
-<entry>
-GIMP Data files such as brushes, gradients, patterns and the like
-</entry>
-</row>
-<row>
-<entry>
-<ulink url="https://gitlab.gnome.org/GNOME/gimp-gap/";>gimp-gap</ulink>
-</entry>
-<entry>
-GIMP Animation Package, a set of plug-ins that provide
-video editing functionality
-</entry>
-</row>
-<row>
-<entry>
-<ulink url="https://gitlab.gnome.org/GNOME/gimp-help/";>gimp-help-2</ulink>
-</entry>
-<entry>
-GIMP User Manual
-</entry>
-</row>
-<row>
-<entry>
-<ulink url="https://gitlab.gnome.org/GNOME/gimp-perl/";>gimp-perl</ulink>
-</entry>
-<entry>
-GIMP Perl bindings and a bunch of nice gimp-perl scripts
-</entry>
-</row>
-<row>
-<entry>
-<ulink url="https://gitlab.gnome.org/Archive/gimp-plugin-template";>gimp-plugin-template</ulink>
-</entry>
-<entry>
-GIMP Plug-In Template, a starting ground for plug-in developers,
-currently in need of updating with regards to the use of GEGL
-</entry>
-</row>
-<row>
-<entry>
-<ulink url="https://gitlab.gnome.org/Archive/gimp-plugins-unstable";>gimp-plugins-unstable</ulink>
-</entry>
-<entry>
-GIMP plug-ins from the past, a collection of unstable and
-unmaintained plug-ins
-</entry>
-</row>
-<row>
-<entry>
-<ulink url="https://gitlab.gnome.org/GNOME/gimp-ruby";>gimp-ruby</ulink>
-</entry>
-<entry>
-GIMP Ruby-based scripting plug-in
-</entry>
-</row>
-<row>
-<entry>
-<ulink url="https://gitlab.gnome.org/GNOME/gimp-tiny-fu";>gimp-tiny-fu</ulink>
-</entry>
-<entry>
-GIMP Tiny-Fu, a drop-in replacement for Script-Fu
-</entry>
-</row>
-<row>
-<entry>
-<ulink url="https://gitlab.gnome.org/Infrastructure/gimp-web";>gimp-web</ulink>
-</entry>
-<entry>
-The GIMP web site, available at <ulink url="https://www.gimp.org";>www.gimp.org</ulink>
-</entry>
-</row>
-<row>
-<entry>
-<ulink url="https://gitlab.gnome.org/Infrastructure/gimp-web-devel";>gimp-web-devel</ulink>
-</entry>
-<entry>
-The source of the pages you are reading right now
-</entry>
-</row>
-</tbody>
-</tgroup>
-</informaltable>
-
-</webpage>
+| Module | Description |
+|---|---|
+| [babl](https://gitlab.gnome.org/GNOME/gimp) | Pixel format conversion library |
+| [gegl](https://gitlab.gnome.org/GNOME/gegl) | Generic Graphical Library |
+| [gimp](https://gitlab.gnome.org/GNOME/gimp) | GIMP and the standard set of plug-ins |
+| [gimp-data-extras](https://gitlab.gnome.org/Archive/gimp-data-extras) | GIMP Data files such as brushes, 
gradients, patterns and the like |
+| [gimp-gap](https://gitlab.gnome.org/GNOME/gimp-gap) | GIMP Animation Package, a set of plug-ins that 
provide video editing functionality |
+| [gimp-help](https://gitlab.gnome.org/GNOME/gimp-help) | GIMP User Manual |
+| [gimp-perl](https://gitlab.gnome.org/GNOME/gimp-perl) | GIMP Perl bindings and a bunch of nice gimp-perl 
scripts |
+| [gimp-plugin-template](https://gitlab.gnome.org/Archive/gimp-plugin-template) | GIMP Plug-In Template, a 
starting ground for plug-in developers, currently in need of updating with regards to the use of GEGL. |
+| [gimp-plugins-unstable](https://gitlab.gnome.org/Archive/gimp-plugins-unstable) | GIMP plug-ins from the 
past, a collection of unstable and unmaintained plug-ins |
+| [gimp-ruby](https://gitlab.gnome.org/GNOME/gimp-ruby) | GIMP Ruby-based scripting plug-in |
+| [gimp-tiny-fu](https://gitlab.gnome.org/GNOME/gimp-tiny-fu) | GIMP Tiny-Fu, a drop-in replacement for 
Script-Fu |
+| [gimp-web](https://gitlab.gnome.org/Infrastructure/gimp-web) | The GIMP web site, available at 
[www.gimp.org](https://www.gimp.org) |
+| [gimp-web-devel](https://gitlab.gnome.org/Infrastructure/gimp-web-devel) | The source of the pages you are 
reading right now |
diff --git a/content/homepage/lists.md b/content/homepage/lists.md
index a720c24..81f8687 100644
--- a/content/homepage/lists.md
+++ b/content/homepage/lists.md
@@ -1,11 +1,9 @@
----
-title: "Mailing Lists"
-description: "The finest spam in town"
-date: 2022-07-20T19:05:03+01:00
-draft: false
-type: new
-url: lists.html
----
++++
+title = "Mailing Lists"
+description = "The finest spam in town"
+date = "2022-07-20"
+url = "lists.html"
++++
 
 There are several mailing-lists related to GIMP and
 [www.gimp.org lists them all](https://www.gimp.org/mail_lists.html).
diff --git a/content/homepage/plug-in-template.md b/content/homepage/plug-in-template.md
index 3d9bd5b..d2afcc0 100644
--- a/content/homepage/plug-in-template.md
+++ b/content/homepage/plug-in-template.md
@@ -1,11 +1,10 @@
----
-title: "GIMP Plug-In Template"
-abbrev: "Plug-In Template"
-description: "Don't start from scratch"
-date: 2022-07-20T19:05:12+01:00
-draft: false
-url: plug-in-template.html
----
++++
+title = "GIMP Plug-In Template"
+abbrev = "Plug-In Template"
+description = "Don't start from scratch"
+date = "2022-07-20"
+url = "plug-in-template.html"
++++
 
 The GIMP Plug-In Template is an empty GIMP Plug-In that does
 nothing. It also has a GUI that allows to control how it achieves
diff --git a/content/homepage/plug-ins.md b/content/homepage/plug-ins.md
index 4747110..603a85d 100644
--- a/content/homepage/plug-ins.md
+++ b/content/homepage/plug-ins.md
@@ -1,19 +1,15 @@
----
-title: "Plug Ins"
-date: 2022-07-20T19:05:09+01:00
-draft: true
----
++++
+title = "Plug-In Development"
+description = "Writing GIMP plug-ins"
+date = "2022-07-20"
++++
 
----
-title: "Plug-In Development"
-description: "Writing GIMP plug-ins"
----
+* [Writing a GIMP Plug-In Part I](writing-a-plug-in/1)
+* [Writing a GIMP Plug-In Part II](writing-a-plug-in/2)
+* [Writing a GIMP Plug-In Part III](writing-a-plug-in/3)
 
-* [Writing a GIMP Plug-In Part I](writing-a-plug-in-1)
-* [Writing a GIMP Plug-In Part II](writing-a-plug-in-2)
-* [Writing a GIMP Plug-In Part III](writing-a-plug-in-3)
-
-Make good use of the <ulink url="api/2.0">GIMP 2.0 API reference</ulink>,
+Make good use of the [GIMP 2.0 API reference](api/2.0),
 and you can also have a look at a talk about
-<ulink url="http://www.home.unix-ag.org/simon/gimp/guadec2002/gimp-plugin/html/";>GIMP plug-in 
programming</ulink> that Simon gave at GUADEC in Sevilla.
+[GIMP plug-in programming](http://www.home.unix-ag.org/simon/gimp/guadec2002/gimp-plugin/html)
+that Simon gave at GUADEC in Sevilla.
 
diff --git a/content/homepage/screenshots.md b/content/homepage/screenshots.md
index 3801e0a..533fc74 100644
--- a/content/homepage/screenshots.md
+++ b/content/homepage/screenshots.md
@@ -1,22 +1,11 @@
----
++++
+title = "Screenshots"
+description = "What everyone is after..."
+url = "screenshots.html"
++++
 
----
-
-<?xml version='1.0'?>
-<!DOCTYPE webpage PUBLIC "-//Norman Walsh//DTD Website V2.4.1//EN"
-             "dtd/website.dtd">
-
-<webpage id="screenshots" lang="en">
-
-<head>
-<title>Screenshots</title>
-<summary>What everyone is after...</summary>
-</head>
-
-<para>
 Here are a few screenshots of the development version. More should
 be added...
-</para>
 
 <para role="screenshot">
 <ulink url="screenshots/gimp-empty.png">
diff --git a/content/homepage/standards.md b/content/homepage/standards.md
index 3770d1d..530eebe 100644
--- a/content/homepage/standards.md
+++ b/content/homepage/standards.md
@@ -1,11 +1,10 @@
----
-title: "GIMP and Standards"
-date: 2022-07-20T19:05:19+01:00
-draft: true
-abbrev: "Standards"
-description: "Standards GIMP conforms to"
-url: standards.html
----
++++
+title = "GIMP and Standards"
+date = "2022-07-20"
+abbrev = "Standards"
+description = "Standards GIMP conforms to"
+url = "standards.html"
++++
 
 GIMP is supposed to integrate well into your workflow. Thus is
 needs to interoperate with other applications and your desktop.


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