source: gnome/platform/tecla.xml@ f357675

12.1 ken/TL2024 ken/tuningfonts lazarus plabs/newcss python3.11 rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18
Last change on this file since f357675 was e1e58be, checked in by Pierre Labastie <pierre.labastie@…>, 8 months ago

Remove all ftp urls

neither firefox nor epiphany can download them, and they are not
well maintained, because rarely tested.
This is WIP because the "(HTTP)" part of "Download (HTTP)" will
need to be removed too.
But let's see what users think first...

  • Property mode set to 100644
File size: 4.0 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY tecla-download-http "&gnome-download-http;/tecla/&gnome-45;/tecla-&tecla-version;.tar.xz">
8 <!ENTITY tecla-download-ftp " ">
9 <!ENTITY tecla-md5sum "68a44119c5c76ca952a4cb6ca2e0fd22">
10 <!ENTITY tecla-size "36 KB">
11 <!ENTITY tecla-buildsize "2.0 MB">
12 <!ENTITY tecla-time "less than 0.1 SBU">
13]>
14
15<sect1 id="tecla" xreflabel="Tecla-&tecla-version;">
16 <?dbhtml filename="tecla.html"?>
17
18 <title>Tecla-&tecla-version;</title>
19
20 <indexterm zone="tecla">
21 <primary sortas="a-tecla">Tecla</primary>
22 </indexterm>
23
24 <sect2 role="package">
25 <title>Introduction to Tecla</title>
26
27 <para>
28 The <application>Tecla</application> package contains a keyboard layout
29 viewer.
30 </para>
31
32 &lfs120_checked;
33
34 <bridgehead renderas="sect3">Package Information</bridgehead>
35 <itemizedlist spacing="compact">
36 <listitem>
37 <para>
38 Download (HTTP): <ulink url="&tecla-download-http;"/>
39 </para>
40 </listitem>
41 <listitem>
42 <para>
43 Download (FTP): <ulink url="&tecla-download-ftp;"/>
44 </para>
45 </listitem>
46 <listitem>
47 <para>
48 Download MD5 sum: &tecla-md5sum;
49 </para>
50 </listitem>
51 <listitem>
52 <para>
53 Download size: &tecla-size;
54 </para>
55 </listitem>
56 <listitem>
57 <para>
58 Estimated disk space required: &tecla-buildsize;
59 </para>
60 </listitem>
61 <listitem>
62 <para>
63 Estimated build time: &tecla-time;
64 </para>
65 </listitem>
66 </itemizedlist>
67
68 <bridgehead renderas="sect3">Tecla Dependencies</bridgehead>
69
70 <bridgehead renderas="sect4">Required</bridgehead>
71 <para role="required">
72 <xref linkend="libadwaita1"/> and
73 <xref linkend="libxkbcommon"/>
74 </para>
75
76 </sect2>
77
78 <sect2 role="installation">
79 <title>Installation of Tecla</title>
80
81 <para>
82 Install <application>Tecla</application> by running the following
83 commands:
84 </para>
85
86<screen><userinput>mkdir build &amp;&amp;
87cd build &amp;&amp;
88
89meson setup --prefix=/usr --buildtype=release .. &amp;&amp;
90ninja</userinput></screen>
91
92 <para>
93 This package does not come with a test suite.
94 </para>
95
96 <para>
97 Now, as the <systemitem class="username">root</systemitem> user:
98 </para>
99
100<screen role="root"><userinput>ninja install</userinput></screen>
101
102 </sect2>
103
104 <sect2 role="commands">
105 <title>Command Explanations</title>
106
107 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
108 href="../../xincludes/meson-buildtype-release.xml"/>
109
110 </sect2>
111
112 <sect2 role="content">
113 <title>Contents</title>
114
115 <segmentedlist>
116 <segtitle>Installed Programs</segtitle>
117 <segtitle>Installed Libraries</segtitle>
118 <segtitle>Installed Directories</segtitle>
119
120 <seglistitem>
121 <seg>
122 tecla
123 </seg>
124 <seg>
125 None
126 </seg>
127 <seg>
128 None
129 </seg>
130 </seglistitem>
131 </segmentedlist>
132
133 <variablelist>
134 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
135 <?dbfo list-presentation="list"?>
136 <?dbhtml list-presentation="table"?>
137
138 <!-- If the program or library name conflicts with (is the same as) the
139 package name, add -prog or -lib to the varlistentry entity id
140 and the 2nd entry of the indexterm zone entity -->
141
142 <varlistentry id="tecla-prog">
143 <term><command>tecla</command></term>
144 <listitem>
145 <para>
146 is a keyboard layout viewer
147 </para>
148 <indexterm zone="tecla tecla-prog">
149 <primary sortas="b-tecla">tecla</primary>
150 </indexterm>
151 </listitem>
152 </varlistentry>
153 </variablelist>
154 </sect2>
155</sect1>
Note: See TracBrowser for help on using the repository browser.