[help.gnome.org] Use the new configger option to generate config data



commit f40f16b9912c20fe0b6c21e0a62de73a1afb02c6
Author: Shaun McCance <shaunm redhat com>
Date:   Sat Nov 21 21:17:51 2020 -0500

    Use the new configger option to generate config data

 APPS.xml         |   97 +++++
 bgicons.png      |  Bin 0 -> 26523 bytes
 configger.sh     |    3 +
 configger.xsl    |   76 ++++
 help-browser.png |  Bin 0 -> 51511 bytes
 pintail.cfg      | 1034 +-----------------------------------------------------
 6 files changed, 177 insertions(+), 1033 deletions(-)
---
diff --git a/APPS.xml b/APPS.xml
new file mode 100644
index 0000000..15c02cc
--- /dev/null
+++ b/APPS.xml
@@ -0,0 +1,97 @@
+<!--
+Each <app> gets a config entry that looks like this:
+  [/${id}/]
+  git_repository = https://gitlab.gnome.org/${project}/${id}.git
+  git_directory = ${directory}
+  git_branch = ${stable}
+If the unstable attribute is provided, it also gets this:
+  [/unstable/${id}/]
+  git_repository = https://gitlab.gnome.org/${project}/${id}.git
+  git_directory = ${directory}
+  git_branch = ${unstable}
+Only the id attribute is required. These are the defaults for other attributes:
+  stable: master
+  project: GNOME
+  directory: help/C
+For DocBook documents, the docbook attribute gives the DocBook file name.
+-->
+<apps>
+<group id="core">
+  <app id="cheese"               />
+  <app id="eog"                  stable="gnome-3-38" unstable="master"/>
+  <app id="epiphany"             stable="gnome-3-38" unstable="master"/>
+  <app id="evince"               stable="gnome-3-38" unstable="master"/>
+  <app id="file-roller"          />
+  <app id="gedit"                stable="gnome-3-38" unstable="master"/>
+  <app id="gnome-boxes"          stable="gnome-3-38" unstable="master"/>
+  <app id="gnome-calculator"     stable="gnome-3-38" unstable="master"/>
+  <app id="gnome-clocks"         />
+  <app id="gnome-system-monitor" stable="gnome-3-38" unstable="master"/>
+  <app id="gnome-terminal"       stable="gnome-3-38" unstable="master"/>
+  <app id="totem"                />
+</group>
+<group id="games">
+  <app id="aisleriot"        docbook="index.docbook"/>
+  <app id="five-or-more"     />
+  <app id="four-in-a-row"    />
+  <app id="gnome-chess"      stable="gnome-3-38" unstable="master"/>
+  <app id="gnome-klotski"    docbook="index.docbook"/>
+  <app id="gnome-mahjongg"   stable="gnome-3-38" unstable="master"/>
+  <app id="gnome-mines"      />
+  <app id="gnome-nibbles"    />
+  <app id="gnome-robots"     stable="gnome-3-38" unstable="master"/>
+  <app id="gnome-sudoku"     stable="gnome-3-38" unstable="master"/>
+  <app id="gnome-taquin"     />
+  <app id="gnome-tetravex"   />
+  <app id="hitori"           />
+  <app id="iagno"            />
+  <app id="lightsoff"        stable="gnome-3-38" unstable="master"/>
+  <app id="quadrapassel"     stable="gnome-3-38" unstable="master"/>
+  <app id="swell-foop"       />
+  <app id="tali"             />
+</group>
+<group id="more">
+  <app id="accerciser"           stable="gnome-3-38" unstable="master"/>
+  <app id="baobab"               />
+  <app id="connections"          />
+  <app id="dasher"               docbook="index.docbook" directory="Data/Help/Gnome/C"/>
+  <app id="daty"                 project="World"/>
+  <app id="deja-dup"             stable="main" project="World"/>
+  <app id="d-feet"               />
+  <app id="easytag"              />
+  <app id="empathy"              />
+  <app id="evolution"            stable="gnome-3-38" unstable="master"/>
+  <app id="geary"                stable="gnome-3-38" unstable="master"/>
+  <app id="ghex"                 docbook="index.docbook"/>
+  <app id="giggle"               />
+  <app id="glabels"              />
+  <app id="glade"                docbook="index.docbook"/>
+  <app id="gnome-color-manager"  />
+  <app id="gnome-commander"      docbook="index.docbook"/>
+  <app id="gnome-dictionary"     />
+  <app id="gnome-documents"      />
+  <app id="gnome-logs"           />
+  <app id="gnome-music"          stable="gnome-3-38" unstable="master"/>
+  <app id="gnome-nettool"        />
+  <app id="gnome-notes"          />
+  <app id="gnome-photos"         stable="gnome-3-38" unstable="master"/>
+  <app id="gnome-subtitles"      docbook="index.docbook"/>
+  <app id="gnote"                stable="gnome-3-38" unstable="master"/>
+  <app id="gparted"              docbook="index.docbook"/>
+  <app id="gthumb"               stable="gthumb-3-10" unstable="master"/>
+  <app id="gtranslator"          stable="gnome-3-38" unstable="master"/>
+  <app id="gucharmap"            />
+  <app id="meld"                 stable="meld-3-20" unstable="master"/>
+  <app id="ocrfeeder"            />
+  <app id="orca"                 stable="gnome-3-38" unstable="master"/>
+  <app id="pan"                  docbook="index.docbook"/>
+  <app id="pitivi"               />
+  <app id="polari"               />
+  <app id="recipes"              />
+  <app id="rhythmbox"            />
+  <app id="seahorse"             stable="gnome-3-8" unstable="master"/>
+  <app id="simple-scan"          stable="gnome-3-8" unstable="master"/>
+  <app id="sound-juicer"         docbook="index.docbook"/>
+  <app id="zenity"               />
+</group>
+</apps>
diff --git a/bgicons.png b/bgicons.png
new file mode 100644
index 0000000..b3a7273
Binary files /dev/null and b/bgicons.png differ
diff --git a/configger.sh b/configger.sh
new file mode 100755
index 0000000..da57154
--- /dev/null
+++ b/configger.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+xsltproc configger.xsl APPS.xml
diff --git a/configger.xsl b/configger.xsl
new file mode 100644
index 0000000..7c301a8
--- /dev/null
+++ b/configger.xsl
@@ -0,0 +1,76 @@
+<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
+                version="1.0">
+
+<xsl:output method="text"/>
+
+<xsl:template match="/apps">
+  <xsl:for-each select="group/app">
+    <xsl:variable name="id" select="@id"/>
+    <xsl:variable name="project">
+      <xsl:choose>
+        <xsl:when test="@project">
+          <xsl:value-of select="@project"/>
+        </xsl:when>
+        <xsl:otherwise>
+          <xsl:text>GNOME</xsl:text>
+        </xsl:otherwise>
+      </xsl:choose>
+    </xsl:variable>
+    <xsl:variable name="directory">
+      <xsl:choose>
+        <xsl:when test="@directory">
+          <xsl:value-of select="@directory"/>
+        </xsl:when>
+        <xsl:otherwise>
+          <xsl:text>help/C</xsl:text>
+        </xsl:otherwise>
+      </xsl:choose>
+    </xsl:variable>
+    <xsl:variable name="stable">
+      <xsl:choose>
+        <xsl:when test="@stable">
+          <xsl:value-of select="@stable"/>
+        </xsl:when>
+        <xsl:otherwise>
+          <xsl:text>master</xsl:text>
+        </xsl:otherwise>
+      </xsl:choose>
+    </xsl:variable>
+    <xsl:text>[/</xsl:text>
+    <xsl:value-of select="$id"/>
+    <xsl:text>/]&#x0A;</xsl:text>
+    <xsl:text>git_repository = https://gitlab.gnome.org/</xsl:text>
+    <xsl:value-of select="$project"/>
+    <xsl:text>/</xsl:text>
+    <xsl:value-of select="$id"/>
+    <xsl:text>.git&#x0A;git_directory = </xsl:text>
+    <xsl:value-of select="$directory"/>
+    <xsl:text>&#x0A;git_branch = </xsl:text>
+    <xsl:value-of select="$stable"/>
+    <xsl:if test="@docbook">
+      <xsl:text>&#x0A;docbook = </xsl:text>
+      <xsl:value-of select="@docbook"/>
+    </xsl:if>
+    <xsl:text>&#x0A;&#x0A;</xsl:text>
+    <xsl:if test="@unstable">
+      <xsl:text>[/unstable/</xsl:text>
+      <xsl:value-of select="$id"/>
+      <xsl:text>/]&#x0A;</xsl:text>
+      <xsl:text>git_repository = https://gitlab.gnome.org/</xsl:text>
+      <xsl:value-of select="$project"/>
+      <xsl:text>/</xsl:text>
+      <xsl:value-of select="$id"/>
+      <xsl:text>.git&#x0A;git_directory = </xsl:text>
+      <xsl:value-of select="$directory"/>
+      <xsl:text>&#x0A;git_branch = </xsl:text>
+      <xsl:value-of select="@unstable"/>
+      <xsl:if test="@docbook">
+        <xsl:text>&#x0A;docbook = </xsl:text>
+        <xsl:value-of select="@docbook"/>
+      </xsl:if>
+      <xsl:text>&#x0A;&#x0A;</xsl:text>
+    </xsl:if>
+  </xsl:for-each>
+</xsl:template>
+
+</xsl:stylesheet>
diff --git a/help-browser.png b/help-browser.png
new file mode 100644
index 0000000..cfda729
Binary files /dev/null and b/help-browser.png differ
diff --git a/pintail.cfg b/pintail.cfg
index 18f1220..e307735 100644
--- a/pintail.cfg
+++ b/pintail.cfg
@@ -1,4 +1,5 @@
 [pintail]
+configger = configger.sh
 link_extension =
 custom_xsl = gnome.xsl
 custom_css = gnome.css
@@ -45,1036 +46,3 @@ git_repository = https://gitlab.gnome.org/GNOME/gnome-getting-started-docs.git
 git_directory = gnome-help/C
 git_branch = master
 
-
-################################################################
-################################################################
-
-
-################################################################
-# accerciser
-
-[/accerciser/]
-git_repository = https://gitlab.gnome.org/GNOME/accerciser.git
-git_directory = help/C
-git_branch = gnome-3-38
-
-[/unstable/accerciser/]
-git_repository = https://gitlab.gnome.org/GNOME/accerciser.git
-git_directory = help/C
-git_branch = master
-
-
-################################################################
-# aisleriot
-
-[/aisleriot/]
-git_repository = https://gitlab.gnome.org/GNOME/aisleriot.git
-git_directory = help/C
-git_branch = master
-docbook = index.docbook
-
-# [/unstable/aisleriot/]
-# git_repository = https://gitlab.gnome.org/GNOME/aisleriot.git
-# git_directory = help/C
-# git_branch = master
-# docbook = index.docbook
-
-
-################################################################
-# baobab
-
-[/baobab/]
-git_repository = https://gitlab.gnome.org/GNOME/baobab.git
-git_directory = help/C
-git_branch = master
-
-# [/unstable/baobab/]
-# git_repository = https://gitlab.gnome.org/GNOME/baobab.git
-# git_directory = help/C
-# git_branch = master
-
-
-################################################################
-# cheese
-
-[/cheese/]
-git_repository = https://gitlab.gnome.org/GNOME/cheese.git
-git_directory = help/C
-git_branch = master
-
-# [/unstable/cheese/]
-# git_repository = https://gitlab.gnome.org/GNOME/cheese.git
-# git_directory = help/C
-# git_branch = master
-
-
-################################################################
-# connections
-
-[/connections/]
-git_repository = https://gitlab.gnome.org/GNOME/connections.git
-git_directory = help/C
-git_branch = master
-
-# [/unstable/connections/]
-# git_repository = https://gitlab.gnome.org/GNOME/connections.git
-# git_directory = help/C
-# git_branch = master
-
-
-################################################################
-# dasher
-
-[/dasher/]
-git_repository = https://gitlab.gnome.org/GNOME/dasher.git
-git_directory = Data/Help/Gnome/C
-git_branch = master
-docbook = dasher.xml
-
-# [/unstable/dasher/]
-# git_repository = https://gitlab.gnome.org/GNOME/dasher.git
-# git_directory = Data/Help/Gnome/C
-# git_branch = master
-# docbook = dasher.xml
-
-
-################################################################
-# daty
-
-[/daty/]
-git_repository = https://gitlab.gnome.org/World/daty.git
-git_directory = help/C
-git_branch = master
-
-# [/unstable/daty/]
-# git_repository = https://gitlab.gnome.org/World/daty.git
-# git_directory = help/C
-# git_branch = master
-
-
-################################################################
-# deja-dup
-
-[/deja-dup/]
-git_repository = https://gitlab.gnome.org/World/deja-dup.git
-git_directory = help/C
-git_branch = main
-
-# [/unstable/deja-dup/]
-# git_repository = https://gitlab.gnome.org/World/deja-dup.git
-# git_directory = help/C
-# git_branch = master
-
-
-################################################################
-# d-feet
-
-[/d-feet/]
-git_repository = https://gitlab.gnome.org/GNOME/d-feet.git
-git_directory = help/C
-git_branch = master
-
-# [/unstable/d-feet/]
-# git_repository = https://gitlab.gnome.org/GNOME/d-feet.git
-# git_directory = help/C
-# git_branch = master
-
-
-################################################################
-# easytag
-
-[/easytag/]
-git_repository = https://gitlab.gnome.org/GNOME/easytag.git
-git_directory = help/C
-git_branch = master
-
-# [/unstable/easytag/]
-# git_repository = https://gitlab.gnome.org/GNOME/easytag.git
-# git_directory = help/C
-# git_branch = master
-
-
-################################################################
-# empathy
-
-[/empathy/]
-git_repository = https://gitlab.gnome.org/GNOME/empathy.git
-git_directory = help/C
-git_branch = master
-
-# [/unstable/empathy/]
-# git_repository = https://gitlab.gnome.org/GNOME/empathy.git
-# git_directory = help/C
-# git_branch = master
-
-
-################################################################
-# eog
-
-[/eog/]
-git_repository = https://gitlab.gnome.org/GNOME/eog.git
-git_directory = help/C
-git_branch = gnome-3-38
-
-[/unstable/eog/]
-git_repository = https://gitlab.gnome.org/GNOME/eog.git
-git_directory = help/C
-git_branch = master
-
-
-################################################################
-# epiphany
-
-[/epiphany/]
-git_repository = https://gitlab.gnome.org/GNOME/epiphany.git
-git_directory = help/C
-git_branch = gnome-3-38
-
-[/unstable/epiphany/]
-git_repository = https://gitlab.gnome.org/GNOME/epiphany.git
-git_directory = help/C
-git_branch = master
-
-
-################################################################
-# evince
-
-[/evince/]
-git_repository = https://gitlab.gnome.org/GNOME/evince.git
-git_directory = help/C
-git_branch = gnome-3-38
-
-[/unstable/evince/]
-git_repository = https://gitlab.gnome.org/GNOME/evince.git
-git_directory = help/C
-git_branch = master
-
-
-################################################################
-# evolution
-
-[/evolution/]
-git_repository = https://gitlab.gnome.org/GNOME/evolution.git
-git_directory = help/C
-git_branch = gnome-3-38
-
-[/unstable/evolution/]
-git_repository = https://gitlab.gnome.org/GNOME/evolution.git
-git_directory = help/C
-git_branch = master
-
-
-################################################################
-# file-roller
-
-[/file-roller/]
-git_repository = https://gitlab.gnome.org/GNOME/file-roller.git
-git_directory = help/C
-git_branch = master
-
-# [/unstable/file-roller/]
-# git_repository = https://gitlab.gnome.org/GNOME/file-roller.git
-# git_directory = help/C
-# git_branch = master
-
-
-################################################################
-# five-or-more
-
-[/five-or-more/]
-git_repository = https://gitlab.gnome.org/GNOME/five-or-more.git
-git_directory = help/C
-git_branch = master
-
-# [/unstable/five-or-more/]
-# git_repository = https://gitlab.gnome.org/GNOME/five-or-more.git
-# git_directory = help/C
-# git_branch = master
-
-
-################################################################
-# four-in-a-row
-
-[/four-in-a-row/]
-git_repository = https://gitlab.gnome.org/GNOME/four-in-a-row.git
-git_directory = help/C
-git_branch = master
-
-# [/unstable/four-in-a-row/]
-# git_repository = https://gitlab.gnome.org/GNOME/four-in-a-row.git
-# git_directory = help/C
-# git_branch = master
-
-
-################################################################
-# geary
-
-[/geary/]
-git_repository = https://gitlab.gnome.org/GNOME/geary.git
-git_directory = help/C
-git_branch = gnome-3-38
-
-[/unstable/geary/]
-git_repository = https://gitlab.gnome.org/GNOME/geary.git
-git_directory = help/C
-git_branch = master
-
-
-################################################################
-# gedit
-
-[/gedit/]
-git_repository = https://gitlab.gnome.org/GNOME/gedit.git
-git_directory = help/C
-git_branch = gnome-3-38
-
-[/unstable/gedit/]
-git_repository = https://gitlab.gnome.org/GNOME/gedit.git
-git_directory = help/C
-git_branch = master
-
-
-################################################################
-# ghex
-
-[/ghex/]
-git_repository = https://gitlab.gnome.org/GNOME/ghex.git
-git_directory = help/C
-git_branch = master
-docbook = index.docbook
-
-# [/unstable/ghex/]
-# git_repository = https://gitlab.gnome.org/GNOME/ghex.git
-# git_directory = help/C
-# git_branch = master
-# docbook = index.docbook
-
-
-################################################################
-# giggle
-
-[/giggle/]
-git_repository = https://gitlab.gnome.org/GNOME/giggle.git
-git_directory = help/C
-git_branch = master
-
-# [/unstable/giggle/]
-# git_repository = https://gitlab.gnome.org/GNOME/giggle.git
-# git_directory = help/C
-# git_branch = master
-
-
-################################################################
-# glabels
-
-[/glabels/]
-git_repository = https://gitlab.gnome.org/GNOME/glabels.git
-git_directory = help/C
-git_branch = master
-
-# [/unstable/glabels/]
-# git_repository = https://gitlab.gnome.org/GNOME/glabels.git
-# git_directory = help/C
-# git_branch = master
-
-
-################################################################
-# glade
-
-[/glade/]
-git_repository = https://gitlab.gnome.org/GNOME/glade.git
-git_directory = help/C
-git_branch = glade-3-38
-docbook = index.docbook
-
-[/unstable/glade/]
-git_repository = https://gitlab.gnome.org/GNOME/glade.git
-git_directory = help/C
-git_branch = master
-docbook = index.docbook
-
-
-################################################################
-# gnome-boxes
-
-[/gnome-boxes/]
-git_repository = https://gitlab.gnome.org/GNOME/gnome-boxes.git
-git_directory = help/C
-git_branch = gnome-3-38
-
-[/unstable/gnome-boxes/]
-git_repository = https://gitlab.gnome.org/GNOME/gnome-boxes.git
-git_directory = help/C
-git_branch = master
-
-
-################################################################
-# gnome-calculator
-
-[/gnome-calculator/]
-git_repository = https://gitlab.gnome.org/GNOME/gnome-calculator.git
-git_directory = help/C
-git_branch = gnome-3-38
-
-[/unstable/gnome-calculator/]
-git_repository = https://gitlab.gnome.org/GNOME/gnome-calculator.git
-git_directory = help/C
-git_branch = master
-
-
-################################################################
-# gnome-chess
-
-[/gnome-chess/]
-git_repository = https://gitlab.gnome.org/GNOME/gnome-chess.git
-git_directory = help/C
-git_branch = gnome-3-38
-
-[/unstable/gnome-chess/]
-git_repository = https://gitlab.gnome.org/GNOME/gnome-chess.git
-git_directory = help/C
-git_branch = master
-
-
-################################################################
-# gnome-clocks
-
-[/gnome-clocks/]
-git_repository = https://gitlab.gnome.org/GNOME/gnome-clocks.git
-git_directory = help/C
-git_branch = master
-
-# [/unstable/gnome-clocks/]
-# git_repository = https://gitlab.gnome.org/GNOME/gnome-clocks.git
-# git_directory = help/C
-# git_branch = master
-
-
-################################################################
-# gnome-color-manager
-
-[/gnome-color-manager/]
-git_repository = https://gitlab.gnome.org/GNOME/gnome-color-manager.git
-git_directory = help/C
-git_branch = master
-
-# [/unstable/gnome-color-manager/]
-# git_repository = https://gitlab.gnome.org/GNOME/gnome-color-manager.git
-# git_directory = help/C
-# git_branch = master
-
-
-################################################################
-# gnome-commander
-
-[/gnome-commander/]
-git_repository = https://gitlab.gnome.org/GNOME/gnome-commander.git
-git_directory = doc/C
-git_branch = master
-docbook = index.docbook
-
-# [/unstable/gnome-commander/]
-# git_repository = https://gitlab.gnome.org/GNOME/gnome-commander.git
-# git_directory = doc/C
-# git_branch = master
-# docbook = index.docbook
-
-
-################################################################
-# gnome-dictionary
-
-[/gnome-dictionary/]
-git_repository = https://gitlab.gnome.org/GNOME/gnome-dictionary.git
-git_directory = help/C
-git_branch = master
-
-# [/unstable/gnome-dictionary/]
-# git_repository = https://gitlab.gnome.org/GNOME/gnome-dictionary.git
-# git_directory = help/C
-# git_branch = master
-
-
-################################################################
-# gnome-documents
-
-[/gnome-documents/]
-git_repository = https://gitlab.gnome.org/GNOME/gnome-documents.git
-git_directory = help/C
-git_branch = master
-
-# [/unstable/gnome-documents/]
-# git_repository = https://gitlab.gnome.org/GNOME/gnome-documents.git
-# git_directory = help/C
-# git_branch = master
-
-
-################################################################
-# gnome-klotski
-
-[/gnome-klotski/]
-git_repository = https://gitlab.gnome.org/GNOME/gnome-klotski.git
-git_directory = help/C
-git_branch = master
-docbook = index.docbook
-
-# [/unstable/gnome-klotski/]
-# git_repository = https://gitlab.gnome.org/GNOME/gnome-klotski.git
-# git_directory = help/C
-# git_branch = master
-# docbook = index.docbook
-
-
-################################################################
-# gnome-logs
-
-[/gnome-logs/]
-git_repository = https://gitlab.gnome.org/GNOME/gnome-logs.git
-git_directory = help/C
-git_branch = master
-
-# [/unstable/gnome-logs/]
-# git_repository = https://gitlab.gnome.org/GNOME/gnome-logs.git
-# git_directory = help/C
-# git_branch = master
-
-
-################################################################
-# gnome-mahjongg
-
-[/gnome-mahjongg/]
-git_repository = https://gitlab.gnome.org/GNOME/gnome-mahjongg.git
-git_directory = help/C
-git_branch = gnome-3-38
-
-[/unstable/gnome-mahjongg/]
-git_repository = https://gitlab.gnome.org/GNOME/gnome-mahjongg.git
-git_directory = help/C
-git_branch = master
-
-
-################################################################
-# gnome-mines
-
-[/gnome-mines/]
-git_repository = https://gitlab.gnome.org/GNOME/gnome-mines.git
-git_directory = help/C
-git_branch = master
-
-# [/unstable/gnome-mines/]
-# git_repository = https://gitlab.gnome.org/GNOME/gnome-mines.git
-# git_directory = help/C
-# git_branch = master
-
-
-################################################################
-# gnome-music
-
-[/gnome-music/]
-git_repository = https://gitlab.gnome.org/GNOME/gnome-music.git
-git_directory = help/C
-git_branch = gnome-3-38
-
-[/unstable/gnome-music/]
-git_repository = https://gitlab.gnome.org/GNOME/gnome-music.git
-git_directory = help/C
-git_branch = master
-
-
-################################################################
-# gnome-nettool
-
-[/gnome-nettool/]
-git_repository = https://gitlab.gnome.org/GNOME/gnome-nettool.git
-git_directory = help/C
-git_branch = master
-
-# [/unstable/gnome-nettool/]
-# git_repository = https://gitlab.gnome.org/GNOME/gnome-nettool.git
-# git_directory = help/C
-# git_branch = master
-
-
-################################################################
-# gnome-nibbles
-
-[/gnome-nibbles/]
-git_repository = https://gitlab.gnome.org/GNOME/gnome-nibbles.git
-git_directory = help/C
-git_branch = master
-
-# [/unstable/gnome-nibbles/]
-# git_repository = https://gitlab.gnome.org/GNOME/gnome-nibbles.git
-# git_directory = help/C
-# git_branch = master
-
-
-################################################################
-# gnome-notes
-
-[/gnome-notes/]
-git_repository = https://gitlab.gnome.org/GNOME/gnome-notes.git
-git_directory = help/C
-git_branch = master
-
-# [/unstable/gnome-notes/]
-# git_repository = https://gitlab.gnome.org/GNOME/gnome-notes.git
-# git_directory = help/C
-# git_branch = master
-
-
-################################################################
-# gnome-photos
-
-[/gnome-photos/]
-git_repository = https://gitlab.gnome.org/GNOME/gnome-photos.git
-git_directory = help/C
-git_branch = gnome-3-38
-
-[/unstable/gnome-photos/]
-git_repository = https://gitlab.gnome.org/GNOME/gnome-photos.git
-git_directory = help/C
-git_branch = master
-
-
-################################################################
-# gnome-robots
-
-[/gnome-robots/]
-git_repository = https://gitlab.gnome.org/GNOME/gnome-robots.git
-git_directory = help/C
-git_branch = gnome-3-38
-
-[/unstable/gnome-robots/]
-git_repository = https://gitlab.gnome.org/GNOME/gnome-robots.git
-git_directory = help/C
-git_branch = master
-
-
-################################################################
-# gnome-subtitles
-
-[/gnome-subtitles/]
-git_repository = https://gitlab.gnome.org/GNOME/gnome-subtitles.git
-git_directory = help/C
-git_branch = master
-docbook = index.docbook
-
-# [/unstable/gnome-subtitles/]
-# git_repository = https://gitlab.gnome.org/GNOME/gnome-subtitles.git
-# git_directory = help/C
-# git_branch = master
-# docbook = index.docbook
-
-
-################################################################
-# gnome-sudoku
-
-[/gnome-sudoku/]
-git_repository = https://gitlab.gnome.org/GNOME/gnome-sudoku.git
-git_directory = help/C
-git_branch = gnome-3-38
-
-[/unstable/gnome-sudoku/]
-git_repository = https://gitlab.gnome.org/GNOME/gnome-sudoku.git
-git_directory = help/C
-git_branch = master
-
-
-################################################################
-# gnome-system-monitor
-
-[/gnome-system-monitor/]
-git_repository = https://gitlab.gnome.org/GNOME/gnome-system-monitor.git
-git_directory = help/C
-git_branch = gnome-3-38
-
-[/unstable/gnome-system-monitor/]
-git_repository = https://gitlab.gnome.org/GNOME/gnome-system-monitor.git
-git_directory = help/C
-git_branch = master
-
-
-################################################################
-# gnome-taquin
-
-[/gnome-taquin/]
-git_repository = https://gitlab.gnome.org/GNOME/gnome-taquin.git
-git_directory = help/C
-git_branch = master
-
-# [/unstable/gnome-taquin/]
-# git_repository = https://gitlab.gnome.org/GNOME/gnome-taquin.git
-# git_directory = help/C
-# git_branch = master
-
-
-################################################################
-# gnome-terminal
-
-[/gnome-terminal/]
-git_repository = https://gitlab.gnome.org/GNOME/gnome-terminal.git
-git_directory = help/C
-git_branch = gnome-3-38
-
-[/unstable/gnome-terminal/]
-git_repository = https://gitlab.gnome.org/GNOME/gnome-terminal.git
-git_directory = help/C
-git_branch = master
-
-
-################################################################
-# gnome-tetravex
-
-[/gnome-tetravex/]
-git_repository = https://gitlab.gnome.org/GNOME/gnome-tetravex.git
-git_directory = help/C
-git_branch = master
-
-# [/unstable/gnome-tetravex/]
-# git_repository = https://gitlab.gnome.org/GNOME/gnome-tetravex.git
-# git_directory = help/C
-# git_branch = master
-
-
-################################################################
-# gnote
-
-[/gnote/]
-git_repository = https://gitlab.gnome.org/GNOME/gnote.git
-git_directory = help/C
-git_branch = gnome-3-38
-
-[/unstable/gnote/]
-git_repository = https://gitlab.gnome.org/GNOME/gnote.git
-git_directory = help/C
-git_branch = master
-
-
-################################################################
-# gparted
-
-[/gparted/]
-git_repository = https://gitlab.gnome.org/GNOME/gparted.git
-git_directory = help/C
-git_branch = master
-docbook = index.docbook
-
-# [/unstable/gparted/]
-# git_repository = https://gitlab.gnome.org/GNOME/gparted.git
-# git_directory = help/C
-# git_branch = master
-# docbook = index.docbook
-
-
-################################################################
-# gthumb
-
-[/gthumb/]
-git_repository = https://gitlab.gnome.org/GNOME/gthumb.git
-git_directory = help/C
-git_branch = gthumb-3-10
-
-[/unstable/gthumb/]
-git_repository = https://gitlab.gnome.org/GNOME/gthumb.git
-git_directory = help/C
-git_branch = master
-
-
-################################################################
-# gtranslator
-
-[/gtranslator/]
-git_repository = https://gitlab.gnome.org/GNOME/gtranslator.git
-git_directory = help/C
-git_branch = gnome-3-38
-
-[/unstable/gtranslator/]
-git_repository = https://gitlab.gnome.org/GNOME/gtranslator.git
-git_directory = help/C
-git_branch = master
-
-
-################################################################
-# gucharmap
-
-[/gucharmap/]
-git_repository = https://gitlab.gnome.org/GNOME/gucharmap.git
-git_directory = help/C
-git_branch = master
-
-# [/unstable/gucharmap/]
-# git_repository = https://gitlab.gnome.org/GNOME/gucharmap.git
-# git_directory = help/C
-# git_branch = master
-
-
-################################################################
-# hitori
-
-[/hitori/]
-git_repository = https://gitlab.gnome.org/GNOME/hitori.git
-git_directory = help/C
-git_branch = master
-
-# [/unstable/hitori/]
-# git_repository = https://gitlab.gnome.org/GNOME/hitori.git
-# git_directory = help/C
-# git_branch = master
-
-
-################################################################
-# iagno
-
-[/iagno/]
-git_repository = https://gitlab.gnome.org/GNOME/iagno.git
-git_directory = help/C
-git_branch = master
-
-# [/unstable/iagno/]
-# git_repository = https://gitlab.gnome.org/GNOME/iagno.git
-# git_directory = help/C
-# git_branch = master
-
-
-################################################################
-# lightsoff
-
-[/lightsoff/]
-git_repository = https://gitlab.gnome.org/GNOME/lightsoff.git
-git_directory = help/C
-git_branch = gnome-3-38
-
-[/unstable/lightsoff/]
-git_repository = https://gitlab.gnome.org/GNOME/lightsoff.git
-git_directory = help/C
-git_branch = master
-
-
-################################################################
-# meld
-
-[/meld/]
-git_repository = https://gitlab.gnome.org/GNOME/meld.git
-git_directory = help/C
-git_branch = meld-3-20
-
-[/unstable/meld/]
-git_repository = https://gitlab.gnome.org/GNOME/meld.git
-git_directory = help/C
-git_branch = master
-
-
-################################################################
-# ocrfeeder
-
-[/ocrfeeder/]
-git_repository = https://gitlab.gnome.org/GNOME/ocrfeeder.git
-git_directory = help/C
-git_branch = master
-
-# [/unstable/ocrfeeder/]
-# git_repository = https://gitlab.gnome.org/GNOME/ocrfeeder.git
-# git_directory = help/C
-# git_branch = master
-
-
-################################################################
-# orca
-
-[/orca/]
-git_repository = https://gitlab.gnome.org/GNOME/orca.git
-git_directory = help/C
-git_branch = gnome-3-38
-
-[/unstable/orca/]
-git_repository = https://gitlab.gnome.org/GNOME/orca.git
-git_directory = help/C
-git_branch = master
-
-
-################################################################
-# pan
-
-[/pan/]
-git_repository = https://gitlab.gnome.org/GNOME/pan.git
-git_directory = help/C
-git_branch = master
-docbook = index.docbook
-
-# [/unstable/pan/]
-# git_repository = https://gitlab.gnome.org/GNOME/pan.git
-# git_directory = help/C
-# git_branch = master
-# docbook = index.docbook
-
-
-################################################################
-# pitivi
-
-[/pitivi/]
-git_repository = https://gitlab.gnome.org/GNOME/pitivi.git
-git_directory = help/C
-git_branch = master
-
-# [/unstable/pitivi/]
-# git_repository = https://gitlab.gnome.org/GNOME/pitivi.git
-# git_directory = help/C
-# git_branch = master
-
-
-################################################################
-# polari
-
-[/polari/]
-git_repository = https://gitlab.gnome.org/GNOME/polari.git
-git_directory = help/C
-git_branch = master
-
-# [/unstable/polari/]
-# git_repository = https://gitlab.gnome.org/GNOME/polari.git
-# git_directory = help/C
-# git_branch = master
-
-
-################################################################
-# quadrapassel
-
-[/quadrapassel/]
-git_repository = https://gitlab.gnome.org/GNOME/quadrapassel.git
-git_directory = help/C
-git_branch = gnome-3-38
-
-[/unstable/quadrapassel/]
-git_repository = https://gitlab.gnome.org/GNOME/quadrapassel.git
-git_directory = help/C
-git_branch = master
-
-
-################################################################
-# recipes
-
-[/recipes/]
-git_repository = https://gitlab.gnome.org/GNOME/recipes.git
-git_directory = help/C
-git_branch = master
-
-# [/unstable/recipes/]
-# git_repository = https://gitlab.gnome.org/GNOME/recipes.git
-# git_directory = help/C
-# git_branch = master
-
-
-################################################################
-# rhythmbox
-
-[/rhythmbox/]
-git_repository = https://gitlab.gnome.org/GNOME/rhythmbox.git
-git_directory = help/C
-git_branch = master
-
-# [/unstable/rhythmbox/]
-# git_repository = https://gitlab.gnome.org/GNOME/rhythmbox.git
-# git_directory = help/C
-# git_branch = master
-
-
-################################################################
-# seahorse
-
-[/seahorse/]
-git_repository = https://gitlab.gnome.org/GNOME/seahorse.git
-git_directory = help/C
-git_branch = gnome-3-38
-
-[/unstable/seahorse/]
-git_repository = https://gitlab.gnome.org/GNOME/seahorse.git
-git_directory = help/C
-git_branch = master
-
-
-################################################################
-# simple-scan
-
-[/simple-scan/]
-git_repository = https://gitlab.gnome.org/GNOME/simple-scan.git
-git_directory = help/C
-git_branch = gnome-3-38
-
-[/unstable/simple-scan/]
-git_repository = https://gitlab.gnome.org/GNOME/simple-scan.git
-git_directory = help/C
-git_branch = master
-
-
-################################################################
-# sound-juicer
-
-[/sound-juicer/]
-git_repository = https://gitlab.gnome.org/GNOME/sound-juicer.git
-git_directory = help/C
-git_branch = master
-docbook = index.docbook
-
-# [/unstable/sound-juicer/]
-# git_repository = https://gitlab.gnome.org/GNOME/sound-juicer.git
-# git_directory = help/C
-# git_branch = master
-# docbook = index.docbook
-
-
-################################################################
-# swell-foop
-
-[/swell-foop/]
-git_repository = https://gitlab.gnome.org/GNOME/swell-foop.git
-git_directory = help/C
-git_branch = master
-
-# [/unstable/swell-foop/]
-# git_repository = https://gitlab.gnome.org/GNOME/swell-foop.git
-# git_directory = help/C
-# git_branch = master
-
-
-################################################################
-# tali
-
-[/tali/]
-git_repository = https://gitlab.gnome.org/GNOME/tali.git
-git_directory = help/C
-git_branch = master
-docbook = index.docbook
-
-# [/unstable/tali/]
-# git_repository = https://gitlab.gnome.org/GNOME/tali.git
-# git_directory = help/C
-# git_branch = master
-# docbook = index.docbook
-
-
-################################################################
-# totem
-
-[/totem/]
-git_repository = https://gitlab.gnome.org/GNOME/totem.git
-git_directory = help/C
-git_branch = master
-
-# [/unstable/totem/]
-# git_repository = https://gitlab.gnome.org/GNOME/totem.git
-# git_directory = help/C
-# git_branch = master
-
-
-################################################################
-# zenity
-
-[/zenity/]
-git_repository = https://gitlab.gnome.org/GNOME/zenity.git
-git_directory = help/C
-git_branch = master
-
-# [/unstable/zenity/]
-# git_repository = https://gitlab.gnome.org/GNOME/zenity.git
-# git_directory = help/C
-# git_branch = master


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