[help.gnome.org] Adding a bunch of apps and working on the front page layout
- From: Shaun McCance <shaunm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [help.gnome.org] Adding a bunch of apps and working on the front page layout
- Date: Sat, 21 Nov 2020 15:21:59 +0000 (UTC)
commit acd072acc1c4a26ca9beb6e1be26636e6c6c74d0
Author: Shaun McCance <shaunm redhat com>
Date: Sat Nov 21 10:18:39 2020 -0500
Adding a bunch of apps and working on the front page layout
gnome.css | 23 +-
gnome.xsl | 204 +++++++++---
pintail.cfg | 1054 ++++++++++++++++++++++++++++++++++++++++++++++++++++++-----
3 files changed, 1136 insertions(+), 145 deletions(-)
---
diff --git a/gnome.css b/gnome.css
index fa1e611..4c72b6a 100644
--- a/gnome.css
+++ b/gnome.css
@@ -15,7 +15,6 @@ h2 { font-size: 2em; }
top: -200px;
}
header.gnome-header {
- margin-bottom: 40px;
}
header.gnome-header > nav {
background: #4a86cf;
@@ -37,3 +36,25 @@ a.gnome-navbar-brand img {
div.trails {
background: none;
}
+div.gnome-banner {
+ height: 320px;
+ background: center url(bgicons.png) #3d3846 no-repeat;
+}
+section.gnome-apps {
+ margin-top: 40px;
+}
+section.gnome-apps h2 {
+ font-size: 2.4em;
+ text-align: center;
+}
+section.gnome-apps span.links-tile-text {
+ display: block;
+ color: #3d3846;
+ text-align: center;
+}
+section.gnome-apps span.links-tile-desc {
+ display: block;
+ color: #77767b;
+ text-align: center;
+}
+
diff --git a/gnome.xsl b/gnome.xsl
index b5d7886..c333ec3 100644
--- a/gnome.xsl
+++ b/gnome.xsl
@@ -25,9 +25,16 @@ Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
exclude-result-prefixes="mal str"
version="1.0">
-<xsl:param name="html.sidebar.left" select="'contents'"/>
-<xsl:param name="html.sidebar.right" select="'gnome-editlink sections'"/>
-
+<xsl:param name="html.sidebar.left">
+ <xsl:if test="$pintail.site.dir != '/'">
+ <xsl:value-of select="'contents'"/>
+ </xsl:if>
+</xsl:param>
+<xsl:param name="html.sidebar.right">
+ <xsl:if test="$pintail.site.dir != '/'">
+ <xsl:value-of select="'gnome-editlink sections'"/>
+ </xsl:if>
+</xsl:param>
<xsl:template name="html.head.top.custom">
</xsl:template>
@@ -52,13 +59,17 @@ Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
<li><a href="#s" onclick="$('#s').focus(); return false;">Go to the search field</a></li>
</ul>
</div>
- <header class="gnome-header ">
+ <header class="gnome-header">
<nav>
<div class="pagewide">
<a id="home-link" class="gnome-navbar-brand" title="Go to home page"
href="{$mal.site.root}{$rootlink}"><img
src="https://www.gnome.org/wp-content/themes/gnome-grass/images/gnome-logo.svg" alt="GNOME: The Free Software
Desktop Project"/></a>
</div>
</nav>
</header>
+ <xsl:if test="$pintail.site.dir = '/'">
+ <div class="gnome-banner">
+ </div>
+ </xsl:if>
</xsl:template>
<xsl:template name="html.bottom.custom">
@@ -80,57 +91,142 @@ Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
<a href="/system-admin-guide/index.html">System Admin Guide</a>
</div>
- <div class="links-tiles">
- <xsl:for-each select="$mal.cache/mal:page">
- <xsl:variable name="node" select="."/>
- <xsl:if test="substring(@id, string-length(@id) - 5) = '/index' and
- not(contains(substring-before(substring-after(@id, '/'), '/index'), '/')) ">
- <xsl:if test="@id != '/index' and @id != '/gnome-help/index' and
- @id != '/system-admin-guide/index' and @id != '/unstable/index' ">
- <div class="links-tile">
- <a>
- <xsl:attribute name="href">
- <xsl:call-template name="mal.link.target">
- <xsl:with-param name="node" select="$node"/>
- <xsl:with-param name="xref" select="$node/@id"/>
- </xsl:call-template>
- </xsl:attribute>
- <span class="links-tile-img">
- <xsl:choose>
- <xsl:when test="@id = '/cheese/index'">
- <img src="cheese.png" style="width: auto;"/>
- </xsl:when>
- <xsl:when test="@id = '/eog/index'">
- <img src="eog.png" style="width: auto;"/>
- </xsl:when>
- <xsl:when test="@id = '/evince/index'">
- <img src="evince.png" style="width: auto;"/>
- </xsl:when>
- <xsl:when test="@id = '/evolution/index'">
- <img src="evolution.png" style="width: auto;"/>
- </xsl:when>
- <xsl:when test="@id = '/file-roller/index'">
- <img src="file-roller.png" style="width: auto;"/>
- </xsl:when>
- <xsl:when test="@id = '/gedit/index'">
- <img src="gedit.png" style="width: auto;"/>
- </xsl:when>
- </xsl:choose>
- </span>
- <span class="links-tile-text">
- <span class="title">
- <xsl:call-template name="mal.link.content">
- <xsl:with-param name="node" select="$node"/>
- <xsl:with-param name="xref" select="$node/@id"/>
- <xsl:with-param name="role" select="'text'"/>
- </xsl:call-template>
- </span>
- </span>
- </a>
- </div>
- </xsl:if>
+ <xsl:variable name="core-apps" select="'
+ /cheese/index
+ /eog/index
+ /evince/index
+ /evolution/index
+ '"/>
+ <xsl:variable name="games-apps" select="'
+ /five-or-more/index
+ /four-in-a-row/index
+ /gnome-chess/index
+ /gnome-mines/index
+ /gnome-robots/index
+ /gnome-tetravex/index
+ /hitori/index
+ /iagno/index
+ /quadrapassel/index
+ /swell-foop/index
+ '"/>
+
+ <section class="gnome-apps">
+ <h2>Core</h2>
+ <div class="links-tiles">
+ <xsl:for-each select="$mal.cache/*">
+ <xsl:variable name="node" select="."/>
+ <xsl:if test="substring(@id, string-length(@id) - 5) = '/index' and
+ not(contains(substring-before(substring-after(@id, '/'), '/index'), '/')) ">
+ <xsl:if test="contains(concat(' ', $core-apps, ' '),
+ concat(' ', @id, ' '))">
+ <xsl:call-template name="_tile">
+ <xsl:with-param name="node" select="$node"/>
+ </xsl:call-template>
+ </xsl:if>
+ </xsl:if>
+ </xsl:for-each>
+ <div class="links-tile"/>
+ <div class="links-tile"/>
+ </div>
+ </section>
+
+ <section class="gnome-apps">
+ <h2>Games</h2>
+ <div class="links-tiles">
+ <xsl:for-each select="$mal.cache/*">
+ <xsl:variable name="node" select="."/>
+ <xsl:if test="substring(@id, string-length(@id) - 5) = '/index' and
+ not(contains(substring-before(substring-after(@id, '/'), '/index'), '/')) ">
+ <xsl:if test="contains(concat(' ', $games-apps, ' '),
+ concat(' ', @id, ' '))">
+ <xsl:call-template name="_tile">
+ <xsl:with-param name="node" select="$node"/>
+ </xsl:call-template>
+ </xsl:if>
+ </xsl:if>
+ </xsl:for-each>
+ <div class="links-tile"/>
+ <div class="links-tile"/>
+ </div>
+ </section>
+
+ <section class="gnome-apps">
+ <h2>More</h2>
+ <div class="links-tiles">
+ <xsl:for-each select="$mal.cache/*">
+ <xsl:variable name="node" select="."/>
+ <xsl:if test="substring(@id, string-length(@id) - 5) = '/index' and
+ not(contains(substring-before(substring-after(@id, '/'), '/index'), '/')) ">
+ <xsl:if test="not(contains(concat($core-apps, ' ', $games-apps,
+ ' /gnome-help/index /system-admin-guide/index'),
+ concat(' ', @id, ' ')))">
+ <xsl:call-template name="_tile">
+ <xsl:with-param name="node" select="$node"/>
+ </xsl:call-template>
+ </xsl:if>
+ </xsl:if>
+ </xsl:for-each>
+ <div class="links-tile"/>
+ <div class="links-tile"/>
+ </div>
+ </section>
+
+
+</xsl:template>
+
+<xsl:template name="_tile">
+ <xsl:param name="node"/>
+ <div class="links-tile">
+ <a>
+ <xsl:attribute name="href">
+ <xsl:call-template name="mal.link.target">
+ <xsl:with-param name="node" select="$node"/>
+ <xsl:with-param name="xref" select="$node/@id"/>
+ </xsl:call-template>
+ </xsl:attribute>
+ <span class="links-tile-img">
+ <xsl:choose>
+ <xsl:when test="@id = '/cheese/index'">
+ <img src="cheese.png" style="width: 128px;"/>
+ </xsl:when>
+ <xsl:when test="@id = '/eog/index'">
+ <img src="eog.png" style="width: 128px;"/>
+ </xsl:when>
+ <xsl:when test="@id = '/evince/index'">
+ <img src="evince.png" style="width: 128px;"/>
+ </xsl:when>
+ <xsl:when test="@id = '/evolution/index'">
+ <img src="evolution.png" style="width: 128px;"/>
+ </xsl:when>
+ <xsl:when test="@id = '/file-roller/index'">
+ <img src="file-roller.png" style="width: 128px;"/>
+ </xsl:when>
+ <xsl:when test="@id = '/gedit/index'">
+ <img src="gedit.png" style="width: 128px;"/>
+ </xsl:when>
+ <xsl:otherwise>
+ <img src="help-browser.png" style="width: 128px; opacity: 25%;"/>
+ </xsl:otherwise>
+ </xsl:choose>
+ </span>
+ <span class="links-tile-text">
+ <span class="title">
+ <xsl:variable name="title">
+ <xsl:call-template name="mal.link.content">
+ <xsl:with-param name="node" select="$node"/>
+ <xsl:with-param name="xref" select="$node/@id"/>
+ <xsl:with-param name="role" select="'text'"/>
+ </xsl:call-template>
+ </xsl:variable>
+ <xsl:value-of select="normalize-space($title)"/>
+ </span>
+ </span>
+ <xsl:if test="$node/mal:info/mal:desc">
+ <span class="links-tile-desc">
+ <xsl:value-of select="normalize-space($node/mal:info/mal:desc[1])"/>
+ </span>
</xsl:if>
- </xsl:for-each>
+ </a>
</div>
</xsl:template>
diff --git a/pintail.cfg b/pintail.cfg
index b71d142..18f1220 100644
--- a/pintail.cfg
+++ b/pintail.cfg
@@ -10,197 +10,1071 @@ itstool_batch_dirs = True
link_extension = .html
[/]
-extra_files = gnome-logo.png cheese.png eog.png evince.png evolution.png file-roller.png gedit.png
+extra_files = gnome-logo.png cheese.png eog.png evince.png evolution.png file-roller.png gedit.png
bgicons.png help-browser.png
[/system-admin-guide/]
git_repository = https://gitlab.gnome.org/GNOME/gnome-user-docs.git
git_directory = system-admin-guide/C
git_branch = master
+[/accessibility-devel-guide/]
+git_repository = https://gitlab.gnome.org/GNOME/gnome-devel-docs.git
+git_directory = accessibility-devel-guide/C
+git_branch = master
+docbook = index.docbook
+
+
+################################################################
+# gnome-help
+
+[/gnome-help/]
+git_repository = https://gitlab.gnome.org/GNOME/gnome-user-docs.git
+git_directory = gnome-help/C
+#FIXME
+git_branch = gnome-3-32
+
+[/unstable/gnome-help/]
+git_repository = https://gitlab.gnome.org/GNOME/gnome-user-docs.git
+git_directory = gnome-help/C
+git_branch = master
+sources = gnome-getting-started-docs-master
+
+[gnome-getting-started-docs-master]
+exclude_files = index.page
+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 = gnome-3-16
+git_branch = master
+docbook = index.docbook
-[/unstable/aisleriot/]
-git_repository = https://gitlab.gnome.org/GNOME/aisleriot.git
+# [/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 = gnome-3-32
+git_branch = master
-[/unstable/cheese/]
-git_repository = https://gitlab.gnome.org/GNOME/cheese.git
+# [/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-32
+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-32
+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-34
+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 = gnome-3-32
+git_branch = master
-[/unstable/file-roller/]
-git_repository = https://gitlab.gnome.org/GNOME/file-roller.git
+# [/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-34
+git_branch = gnome-3-38
[/unstable/gedit/]
git_repository = https://gitlab.gnome.org/GNOME/gedit.git
git_directory = help/C
git_branch = master
-################################################################
-# gnome-help
-[/gnome-help/]
-git_repository = https://gitlab.gnome.org/GNOME/gnome-user-docs.git
-git_directory = gnome-help/C
-git_branch = gnome-3-32
+################################################################
+# ghex
-[/unstable/gnome-help/]
-git_repository = https://gitlab.gnome.org/GNOME/gnome-user-docs.git
-git_directory = gnome-help/C
+[/ghex/]
+git_repository = https://gitlab.gnome.org/GNOME/ghex.git
+git_directory = help/C
git_branch = master
+docbook = index.docbook
-# mousetweaks
-# orca
-# Dictionary
-# Gda Browser
-# dasher
-# Gnote
-# moserial
-# Search for Files
-# zenity
-# iagno
-# lightsoff
-# sudoku
-# quadrapassel
-# swell foop
+# [/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
-# net tool
-# personal file sharing
-# remote desktop viewer
-# web
-# brasero
-# gnome audio profiles
-# gnome volume control
-# gstreamer properties
-# rhythmbox
-# sound-juicer
-# totem
+################################################################
# glabels
-# glom
-# gconf-editor
-# baobab
-# gnome-color-manager
-# gnome-power-manager
-# gnome-bluetooth
-# gnome-packagekit
-# gnome-system-log
-# nanny
-# network-admin
-# palimpset
-# services-admin
-# shares-admin
-# gnome-system-monitor
-# gnome-terminal
-# time-admin
-# users-admin
-# accerciser
-# banshee
+
+[/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-builder
+
+[/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
-# easytag
-# seahorse-plugins
-# f-spot
-# five-or-more
-# four-in-a-row
-# gda-vala
-# gda-sql
-# glade
-# gnome-mines
-# gnome-tetravex
-# gthumb
-# hitori
+
+[/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-mahjongg
-# gnome-music
+
+[/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
-# bijiben
-# seahorse
+
+[/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
-# polari
+
+[/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
-# tali
+
+[/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
-# gnumeric
-# pdfmod
-# tomboy
-# ghex
+
+[/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]