Changeset 959f944 for pst/ps/gsview.xml


Ignore:
Timestamp:
06/14/2004 05:25:53 AM (20 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
c117e5a
Parents:
44b376e7
Message:

XML update for Chapter 45

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2322 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pst/ps/gsview.xml

    r44b376e7 r959f944  
     1<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
     2   "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
     3  <!ENTITY % general-entities SYSTEM "../../general.ent">
     4  %general-entities;
     5 
     6  <!ENTITY gsview-download-http "http://gd.tuwien.ac.at/publishing/ghostscript/ghostgum/gsview-&gsview-version;.tar.gz">
     7  <!ENTITY gsview-download-ftp  "ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/ghostgum/gsview-&gsview-version;.tar.gz">
     8  <!ENTITY gsview-size          "895 KB">
     9  <!ENTITY gsview-buildsize     "19 MB">
     10  <!ENTITY gsview-time          "0.19 SBU">
     11]>
     12
    113<sect1 id="gsview" xreflabel="GSview-&gsview-version;">
    214<?dbhtml filename="gsview.html"?>
    315<title>GSview-&gsview-version;</title>
    416
    5 &gsview-intro;
    6 &gsview-inst;
    7 &gsview-exp;
    8 &gsview-config;
    9 &gsview-desc;
     17<sect2>
     18<title>Introduction to <application>GSview</application></title>
     19
     20<para><application>GSview</application> is a viewer for PostScript and
     21<acronym>PDF</acronym> using <application>X</application>.</para>
     22
     23<sect3><title>Package information</title>
     24<itemizedlist spacing='compact'>
     25<listitem><para>Download (HTTP): <ulink
     26url="&gsview-download-http;"/></para></listitem>
     27<listitem><para>Download (FTP): <ulink
     28url="&gsview-download-ftp;"/></para></listitem>
     29<listitem><para>Download size: &gsview-size;</para></listitem>
     30<listitem><para>Estimated Disk space required:
     31&gsview-buildsize;</para></listitem>
     32<listitem><para>Estimated build time:
     33&gsview-time;</para></listitem></itemizedlist>
     34</sect3>
     35
     36<sect3><title>Additional downloads</title>
     37<itemizedlist spacing='compact'>
     38<listitem><para>Required Patch: <ulink
     39url="&patch-root;/gsview-&gsview-version;-pstotext.patch"/></para></listitem>
     40<listitem><para>Required Patch: <ulink
     41url="&patch-root;/gsview-&gsview-version;-lang.patch"/></para></listitem>
     42</itemizedlist></sect3>
     43
     44<sect3><title><application>GSview</application> dependencies</title>
     45<sect4><title>Required</title>
     46<para><xref linkend="GTK"/> and <xref
     47linkend="gs"/> or <xref linkend="espgs"/> (with libgs.so installed)</para></sect4>
     48</sect3>
     49
     50</sect2>
     51
     52<sect2>
     53<title>Installation of <application>GSview</application></title>
     54
     55<para><application>GSview</application> uses <command>netscape
     56</command> to browse through the online help. <acronym>BLFS</acronym>
     57does not install <application>Netscape</application>, but has other
     58browsers from which to choose. Simply edit <filename>srcunx/gvxreg.c</filename>
     59using the following sed script with your browser's executable file name
     60substituting for <replaceable>[browser]</replaceable>:</para>
     61
     62<screen><userinput><command>sed -i s/netscape/<replaceable>[browser]</replaceable>/ srcunx/gvxreg.c</command></userinput></screen>
     63
     64<para>Install <application>GSview</application> by running the following
     65commands:</para>
     66
     67<screen><userinput><command>sed 's|GSVIEW_ROOT=/usr/local|GSVIEW_ROOT=/usr|' \
     68    srcunx/unx.mak &gt; Makefile &amp;&amp;
     69patch -Np1 -i ../gsview-&gsview-version;-pstotext.patch &amp;&amp;
     70patch -Np1 -i ../gsview-&gsview-version;-lang.patch &amp;&amp;
     71make &amp;&amp;
     72make install</command></userinput></screen>
     73
     74</sect2>
     75
     76<sect2>
     77<title>Command explanations</title>
     78
     79<para><command>sed 's|GSVIEW_ROOT=/usr/local|GSVIEW_ROOT=/usr|'</command>: This
     80command changes the default installation directory to
     81<filename class="directory">/usr</filename>.</para>
     82
     83</sect2>
     84
     85<sect2>
     86<title>Configuring <application>GSview</application></title>
     87
     88<sect3><title>Config files</title>
     89<para><filename>/etc/gsview/*</filename></para>
     90</sect3>
     91
     92</sect2>
     93
     94<sect2>
     95<title>Contents</title>
     96
     97<para>The <application>GSview</application> package contains
     98<command>epstool</command>, <command>gsview</command> and
     99<command>gsview-help</command>.</para>
     100
     101</sect2>
     102
     103<sect2><title>Description</title>
     104
     105<sect3><title>epstool</title>
     106<para><command>epstool</command> is a tool for extracting preview
     107bitmaps in <acronym>EPS</acronym> files.</para></sect3>
     108
     109<sect3><title>gsview</title>
     110<para><command>gsview</command> is a viewer for PostScript
     111(<acronym>PS</acronym>) and
     112<acronym>PDF</acronym> files.</para></sect3>
     113
     114<sect3><title>gsview-help</title>
     115<para><command>gsview-help</command> is a script for displaying help
     116files in your chosen browser.</para></sect3>
     117
     118</sect2>
    10119
    11120</sect1>
Note: See TracChangeset for help on using the changeset viewer.