source: archive/printproto.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: 2.9 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 printproto-download-http "http://xorg.freedesktop.org/releases/individual/proto/printproto-&printproto-version;.tar.bz2">
8 <!ENTITY printproto-download-ftp "ftp://ftp.x.org/pub/individual/proto/printproto-&printproto-version;.tar.bz2">
9 <!ENTITY printproto-md5sum "99d0e25feea2fead7d8325b7000b41c3">
10 <!ENTITY printproto-size "224 KB">
11 <!ENTITY printproto-buildsize "2.6 MB">
12 <!ENTITY printproto-time "less than 0.1 SBU">
13]>
14
15<sect1 id="printproto" xreflabel="printproto-&printproto-version;">
16 <?dbhtml filename="printproto.html"?>
17
18
19 <title>printproto-&printproto-version;</title>
20
21 <indexterm zone="printproto">
22 <primary sortas="a-printproto">printproto</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to printproto</title>
27
28 <para>The <application>printproto</application> package provides the
29 protocol headers for the <xref linkend="libXp"/> package.</para>
30
31 &not-katamari;
32
33 &lfs74_checked;
34
35 <bridgehead renderas="sect3">Package Information</bridgehead>
36 <itemizedlist spacing="compact">
37 <listitem>
38 <para>Download (HTTP): <ulink url="&printproto-download-http;"/></para>
39 </listitem>
40 <listitem>
41 <para>Download (FTP): <ulink url="&printproto-download-ftp;"/></para>
42 </listitem>
43 <listitem>
44 <para>Download MD5 sum: &printproto-md5sum;</para>
45 </listitem>
46 <listitem>
47 <para>Download size: &printproto-size;</para>
48 </listitem>
49 <listitem>
50 <para>Estimated disk space required: &printproto-buildsize;</para>
51 </listitem>
52 <listitem>
53 <para>Estimated build time: &printproto-time;</para>
54 </listitem>
55 </itemizedlist>
56
57 <para condition="html" role="usernotes">User Notes:
58 <ulink url="&blfs-wiki;/printproto"/></para>
59
60 </sect2>
61
62 <sect2 role="installation">
63 <title>Installation of printproto</title>
64
65 <para>Install <application>printproto</application> by running the following
66 commands:</para>
67
68<screen><userinput>./configure $XORG_CONFIG</userinput></screen>
69
70 <para>This package does not come with a test suite.</para>
71
72 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
73
74<screen role="root"><userinput>make install</userinput></screen>
75
76 </sect2>
77
78 <sect2 role="content">
79 <title>Contents</title>
80
81 <segmentedlist>
82 <segtitle>Installed Programs</segtitle>
83 <segtitle>Installed Libraries</segtitle>
84 <segtitle>Installed Directory</segtitle>
85
86 <seglistitem>
87 <seg>None</seg>
88 <seg>None</seg>
89 <seg>None</seg>
90 </seglistitem>
91 </segmentedlist>
92
93 </sect2>
94
95</sect1>
Note: See TracBrowser for help on using the repository browser.