source: pst/ps/paps.xml

trunk
Last change on this file was 567056a, checked in by Ken Moffat <ken@…>, 2 months ago

some tags.

  • Property mode set to 100644
File size: 3.9 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
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 paps-download-http "https://github.com/dov/paps/releases/download/v&paps-version;/paps-&paps-version;.tar.gz">
8 <!ENTITY paps-download-ftp " ">
9 <!ENTITY paps-md5sum "6bd661b8fd224adc3343a91e6521a4f2">
10 <!ENTITY paps-size "220 KB">
11 <!ENTITY paps-buildsize "4.0 MB">
12 <!ENTITY paps-time "less than 0.1 SBU">
13]>
14
15<sect1 id="paps" xreflabel="paps-&paps-version;">
16 <?dbhtml filename="paps.html"?>
17
18
19 <title>paps-&paps-version;</title>
20
21 <indexterm zone="paps">
22 <primary sortas="a-paps">paps</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to paps</title>
27
28 <para>
29 <application>paps</application> is a text to PostScript converter that
30 works through <application>Pango</application>. Its input is a UTF-8
31 encoded text file and it outputs vectorized PostScript. It may be used
32 for printing any complex script supported by
33 <application>Pango</application>.
34 </para>
35
36 &lfs121_checked;
37
38 <bridgehead renderas="sect3">Package Information</bridgehead>
39 <itemizedlist spacing="compact">
40 <listitem>
41 <para>
42 Download (HTTP): <ulink url="&paps-download-http;"/>
43 </para>
44 </listitem>
45 <listitem>
46 <para>
47 Download (FTP): <ulink url="&paps-download-ftp;"/>
48 </para>
49 </listitem>
50 <listitem>
51 <para>
52 Download MD5 sum: &paps-md5sum;
53 </para>
54 </listitem>
55 <listitem>
56 <para>
57 Download size: &paps-size;
58 </para>
59 </listitem>
60 <listitem>
61 <para>
62 Estimated disk space required: &paps-buildsize;
63 </para>
64 </listitem>
65 <listitem>
66 <para>
67 Estimated build time: &paps-time;
68 </para>
69 </listitem>
70 </itemizedlist>
71
72 <bridgehead renderas="sect3">paps Dependencies</bridgehead>
73 <bridgehead renderas="sect4">Required</bridgehead>
74 <para role="required">
75 <xref linkend="fmt"/> and
76 <xref linkend="pango"/>
77 </para>
78
79 <bridgehead renderas="sect4">Optional</bridgehead>
80 <para role="optional">
81 <xref linkend="doxygen"/>
82 </para>
83
84
85 </sect2>
86
87 <sect2 role="installation">
88 <title>Installation of paps</title>
89
90 <para>
91 Install <application>paps</application> by running the following
92 commands:
93 </para>
94
95<screen><userinput>./configure --prefix=/usr \
96 --disable-Werror \
97 --mandir=/usr/share/man &amp;&amp;
98make</userinput></screen>
99
100 <para>
101 This package does not come with a test suite.
102 </para>
103
104 <para>
105 Now, as the <systemitem class="username">root</systemitem> user:
106 </para>
107
108<screen role="root"><userinput>make install</userinput></screen>
109
110 </sect2>
111
112 <sect2 role="content">
113 <title>Contents</title>
114
115 <segmentedlist>
116 <segtitle>Installed Program</segtitle>
117 <segtitle>Installed Library</segtitle>
118 <segtitle>Installed Directory</segtitle>
119
120 <seglistitem>
121 <seg>paps</seg>
122 <seg>None</seg>
123 <seg>None</seg>
124 </seglistitem>
125 </segmentedlist>
126
127 <variablelist>
128 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
129 <?dbfo list-presentation="list"?>
130 <?dbhtml list-presentation="table"?>
131
132 <varlistentry id="paps-prog">
133 <term><command>paps</command></term>
134 <listitem>
135 <para>
136 is a text to PostScript converter that supports UTF-8
137 character encoding
138 </para>
139 <indexterm zone="paps paps-prog">
140 <primary sortas="b-paps">paps</primary>
141 </indexterm>
142 </listitem>
143 </varlistentry>
144
145 </variablelist>
146
147 </sect2>
148
149</sect1>
Note: See TracBrowser for help on using the repository browser.