glfs/kde/add/kdewebdev.xml
Bruce Dubbs 2c62b69a5c More kde indexing
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3406 af4574ff-66df-0310-9fd7-8a98e5e911e0
2005-02-05 04:18:00 +00:00

121 lines
3.5 KiB
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY kdewebdev-download-http "&kde-download-http;/kdewebdev-&kde-version;.tar.bz2">
<!ENTITY kdewebdev-download-ftp "&kde-download-ftp;/kdewebdev-&kde-version;.tar.bz2">
<!ENTITY kdewebdev-md5sum "582d0f3073d5829b4ab21b03411ba697">
<!ENTITY kdewebdev-size "4.7 MB">
<!ENTITY kdewebdev-buildsize "97 MB">
<!ENTITY kdewebdev-time "10.13 SBU">
]>
<sect1 id="kdewebdev">
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<?dbhtml filename="kdewebdev.html"?>
<title><application>kdewebdev</application>-&kde-version;</title>
<indexterm zone="kdewebdev">
<primary sortas="a-kdewebdev">kdewebdev</primary>
</indexterm>
<sect2>
<title>Introduction to <application>kdewebdev</application></title>
<sect3>
<title>Package information</title>
<itemizedlist spacing='compact'>
<listitem><para>Download (HTTP): <ulink url="&kdewebdev-download-http;"/></para></listitem>
<listitem><para>Download (FTP): <ulink url="&kdewebdev-download-ftp;"/></para></listitem>
<listitem><para>Download MD5 sum: &kdewebdev-md5sum;</para></listitem>
<listitem><para>Download size: &kdewebdev-size;</para></listitem>
<listitem><para>Estimated disk space required: &kdewebdev-buildsize;</para></listitem>
<listitem><para>Estimated build time: &kdewebdev-time;</para></listitem>
</itemizedlist>
</sect3>
<sect3>
<title><application>kdewebdev</application> dependencies</title>
<sect4>
<title>Required</title>
<para><xref linkend="kdebase"/></para>
</sect4>
<sect4>
<title>Recommended</title>
<para><xref linkend="libjpeg"/>,
<xref linkend="libxml2"/> and
<xref linkend="libxslt"/>
</para>
</sect4>
</sect3>
</sect2>
<sect2>
<title>Installation of <application>kdewebdev</application></title>
<para>Install <application>kdewebdev</application> with:</para>
<screen><userinput><command>./configure --prefix=&kde-dir; --disable-debug \
--disable-dependency-tracking &amp;&amp;
make</command></userinput></screen>
<para>Now, as the root user:</para>
<screen><userinput role='root'><command>make install</command></userinput></screen>
</sect2>
<sect2>
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Programs</segtitle>
<seglistitem>
<seg>kxsldbg, quanta</seg>
</seglistitem>
</segmentedlist>
<variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<varlistentry id="kxsldbg">
<term><command>kxsldbg</command></term>
<listitem>
<para>is a <acronym>GUI</acronym> front-end to <command>xsldbg</command>,
the <acronym>XSLT</acronym> debugger.</para>
<indexterm zone="kdewebdev kxsldbg">
<primary sortas="b-kxsldbg">Kxsldbg</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="quanta">
<term><command>quanta</command></term>
<listitem>
<para>is a web development tool that strives to be neutral and transparent
to all markup languages, while supporting popular web-based scripting
languages, <acronym>CSS</acronym>, and other emerging <acronym>W3C</acronym>
recommendations.</para>
<indexterm zone="kdewebdev quanta">
<primary sortas="b-quanta">quanta</primary>
</indexterm>
</listitem>
</varlistentry>
</variablelist>
</sect2>
</sect1>