source: archive/rman.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: 3.3 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 rman-download-http "&sourceforge-repo;/polyglotman/rman-3.2.tar.gz?download">
8 <!ENTITY rman-download-ftp " ">
9 <!ENTITY rman-md5sum "6d1d67641c6d042595a96a62340d3cc6">
10 <!ENTITY rman-size "80 KB">
11 <!ENTITY rman-buildsize "629 KB">
12 <!ENTITY rman-time "0.1 SBU">
13]>
14
15<sect1 id="rman" xreflabel="rman-&rman-version;">
16 <?dbhtml filename="rman.html"?>
17
18
19 <title>rman-&rman-version;</title>
20
21 <indexterm zone="rman">
22 <primary sortas="a-rman">rman</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to rman</title>
27
28 <para><application>rman</application> is a utility to convert manual
29 pages into other formats. It can currently supports HTML, ASCII, LaTeX,
30 LaTeX2e, RTF, POD, and partial DocBook XML output.</para>
31
32 <bridgehead renderas="sect3">Package Information</bridgehead>
33 <itemizedlist spacing="compact">
34 <listitem>
35 <para>Download (HTTP): <ulink url="&rman-download-http;"/></para>
36 </listitem>
37 <listitem>
38 <para>Download (FTP): <ulink url="&rman-download-ftp;"/></para>
39 </listitem>
40 <listitem>
41 <para>Download MD5 sum: &rman-md5sum;</para>
42 </listitem>
43 <listitem>
44 <para>Download size: &rman-size;</para>
45 </listitem>
46 <listitem>
47 <para>Estimated disk space required: &rman-buildsize;</para>
48 </listitem>
49 <listitem>
50 <para>Estimated build time: &rman-time;</para>
51 </listitem>
52 </itemizedlist>
53
54 <para condition="html" role="usernotes">User Notes:
55 <ulink url='&blfs-wiki;/rman'/></para>
56
57 </sect2>
58
59 <sect2 role="installation">
60 <title>Installation of rman</title>
61
62 <para>rman is no longer part of the <application>Xorg</application>
63 distribution, however, packages that use it may expect it to be in the
64 same location as your <application>Xorg</application> programs. Adjust
65 the makefile to account for this:</para>
66
67<screen><userinput>sed -i -e "s@/opt/local@$XORG_PREFIX@" \
68 -e "s@/usr/local@$XORG_PREFIX@" Makefile</userinput></screen>
69
70 <para>Build <application>rman</application> by running the
71 following command:</para>
72
73<screen><userinput>make</userinput></screen>
74
75 <para>This package does not come with a test suite.</para>
76
77 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
78
79<screen role="root"><userinput>make install</userinput></screen>
80
81 </sect2>
82
83 <sect2 role="content">
84 <title>Contents</title>
85
86 <segmentedlist>
87 <segtitle>Installed Programs</segtitle>
88
89 <seglistitem>
90 <seg>rman</seg>
91 </seglistitem>
92 </segmentedlist>
93
94 <variablelist>
95 <bridgehead renderas="sect3">Short Description</bridgehead>
96 <?dbfo list-presentation="list"?>
97 <?dbhtml list-presentation="table"?>
98
99 <varlistentry id="rman-bin">
100 <term><filename>rman</filename></term>
101 <listitem>
102 <para>is a manpage converter.</para>
103 <indexterm zone="rman rman">
104 <primary sortas="b-rman">rman</primary>
105 </indexterm>
106 </listitem>
107 </varlistentry>
108
109 </variablelist>
110
111 </sect2>
112
113</sect1>
Note: See TracBrowser for help on using the repository browser.