source: archive/gnome/ghex.xml

trunk
Last change on this file was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 17 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

  • Property mode set to 100644
File size: 4.5 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 ghex-download-http "&gnome-download-http;/ghex/3.4/ghex-&ghex-version;.tar.xz">
8 <!ENTITY ghex-download-ftp "&gnome-download-ftp;/ghex/3.4/ghex-&ghex-version;.tar.xz">
9 <!ENTITY ghex-md5sum "a5be32aa0108ab15012957da1db288e9">
10 <!ENTITY ghex-size "1.3 MB">
11 <!ENTITY ghex-buildsize "15 MB">
12 <!ENTITY ghex-time "0.3 SBU">
13]>
14
15<sect1 id="ghex" xreflabel="Ghex-&ghex-version;">
16 <?dbhtml filename="ghex.html"?>
17
18
19 <title>Ghex-&ghex-version;</title>
20
21 <indexterm zone="ghex">
22 <primary sortas="a-Ghex">Ghex</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to Ghex</title>
27
28 <para>
29 <application>Ghex</application> allows the user to view and edit data from
30 any file in hex and ASCII.
31 </para>
32
33 &lfs70_checked;
34
35 <bridgehead renderas="sect3">Package Information</bridgehead>
36 <itemizedlist spacing="compact">
37 <listitem>
38 <para>
39 Download (HTTP): <ulink url="&ghex-download-http;"/>
40 </para>
41 </listitem>
42 <listitem>
43 <para>
44 Download (FTP): <ulink url="&ghex-download-ftp;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download MD5 sum: &ghex-md5sum;
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download size: &ghex-size;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Estimated disk space required: &ghex-buildsize;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated build time: &ghex-time;
65 </para>
66 </listitem>
67 </itemizedlist>
68
69 <bridgehead renderas="sect3">Ghex Dependencies</bridgehead>
70
71 <bridgehead renderas="sect4">Required</bridgehead>
72 <para role="required">
73 <xref linkend="gnome-doc-utils"/> and
74 <xref linkend="gtk3"/>
75 </para>
76
77 <bridgehead renderas="sect4">Recommended</bridgehead>
78 <para role="recommended">
79 <xref linkend="rarian"/>
80 </para>
81
82 <para condition="html" role="usernotes">User Notes:
83 <ulink url="&blfs-wiki;/ghex"/>
84 </para>
85 </sect2>
86
87 <sect2 role="installation">
88 <title>Installation of Ghex</title>
89
90 <para>
91 Install <application>Ghex</application> by running the following
92 commands:
93 </para>
94
95<screen><userinput>./configure --prefix=/usr &amp;&amp;
96make</userinput></screen>
97
98 <para>
99 This package does not come with a test suite.
100 </para>
101
102 <para>
103 Now, as the <systemitem class="username">root</systemitem> user:
104 </para>
105
106<screen role="root"><userinput>make install</userinput></screen>
107
108 </sect2>
109
110 <sect2 role="commands">
111 <title>Command Explanations</title>
112
113 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
114 href="../../xincludes/without-scrollkeeper.xml"/>
115
116 </sect2>
117
118 <sect2 role="content">
119 <title>Contents</title>
120
121 <segmentedlist>
122 <segtitle>Installed Program</segtitle>
123 <segtitle>Installed Library</segtitle>
124 <segtitle>Installed Directories</segtitle>
125
126 <seglistitem>
127 <seg>
128 ghex
129 </seg>
130 <seg>
131 libgtkhex-3.so
132 </seg>
133 <seg>
134 /usr/include/gtkhex-3,
135 /usr/share/gnome/help/ghex and
136 /usr/share/omf/ghex
137 </seg>
138 </seglistitem>
139 </segmentedlist>
140
141 <variablelist>
142 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
143 <?dbfo list-presentation="list"?>
144 <?dbhtml list-presentation="table"?>
145
146 <varlistentry id="ghex-prog">
147 <term><command>ghex</command></term>
148 <listitem>
149 <para>
150 is a <application>GTK+</application> binary file editor.
151 </para>
152 <indexterm zone="ghex ghex-prog">
153 <primary sortas="b-ghex">ghex</primary>
154 </indexterm>
155 </listitem>
156 </varlistentry>
157
158 <varlistentry id="libgtkhex-3">
159 <term><filename class='libraryfile'>libgtkhex-3.so</filename></term>
160 <listitem>
161 <para>
162 contains the <application>Ghex</application> API functions.
163 </para>
164 <indexterm zone="ghex libgtkhex-3">
165 <primary sortas="c-libgtkhex-3">libgtkhex-3.so</primary>
166 </indexterm>
167 </listitem>
168 </varlistentry>
169
170 </variablelist>
171
172 </sect2>
173
174</sect1>
Note: See TracBrowser for help on using the repository browser.