glfs/kde/devel/kdewebdev.xml
Bruce Dubbs 65ce93ae58 Updated to kde-3.5.10/kevelop-3.5.5.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@7722 af4574ff-66df-0310-9fd7-8a98e5e911e0
2009-01-07 07:33:33 +00:00

158 lines
5.4 KiB
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/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 "7188f351158ca5a7613c3de4a6854b37">
<!ENTITY kdewebdev-size "6.0 MB">
<!ENTITY kdewebdev-buildsize "106 MB">
<!ENTITY kdewebdev-time "6.1 SBU">
]>
<sect1 id="kdewebdev" xreflabel="kdewebdev-&kde-version;">
<?dbhtml filename="kdewebdev.html"?>
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<title>Kdewebdev-&kde-version;</title>
<indexterm zone="kdewebdev">
<primary sortas="a-kdewebdev">Kdewebdev</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to Kdewebdev</title>
<para><application>Kdewebdev</application> includes
<application>KDE</application> based programmers' utilities to generate GUI
dialogs, a Web IDE, a stylesheet debugger, and a utility to search and
replace strings.</para>
<bridgehead renderas="sect3">Package Information</bridgehead>
<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>
<bridgehead renderas="sect3">Kdewebdev Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required"><xref linkend="kdebase"/></para>
<bridgehead renderas="sect4">Recommended</bridgehead>
<para role="recommended"><xref linkend="libjpeg"/>,
<xref linkend="libxml2"/>, and
<xref linkend="libxslt"/></para>
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional"><xref linkend="kdesdk"/></para>
<para condition="html" role="usernotes">User Notes:
<ulink url="&blfs-wiki;/kdewebdev"/></para>
</sect2>
<sect2 id="kdewebdev-runtime-dependencies"
xreflabel="KDE Webdev Runtime Dependencies">
<title>Run-Time Dependencies</title>
<para>The <application>Quanta</application> application included in
<application>kdewebdev</application> can use several other utilities
at run time. <xref linkend="html-tidy"/> can be used to check the validity
of HTML documents. <ulink url="http://gubed.sf.net">Gubed</ulink> is
useful for debugging PHP scripts. <xref linkend="gnupg"/> or
<xref linkend="gnupg2"/> can be used for checking digital signatures.
Kompare, from <xref linkend="kdesdk"/> can be used to view changes to
files modified outside of <application>Quanta</application>. Cervisia,
also from <xref linkend="kdesdk"/>, is useful for interacting with CVS.</para>
</sect2>
<sect2 role="installation">
<title>Installation of Kdewebdev</title>
<para>Install <application>kdewebdev</application> with:</para>
<screen><userinput>./configure --prefix=&kde-dir; --disable-debug \
--disable-dependency-tracking &amp;&amp;
make</userinput></screen>
<para>This package does not come with a test suite.</para>
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
<screen role="root"><userinput>make install</userinput></screen>
</sect2>
<sect2 role="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Programs</segtitle>
<segtitle>Installed Libraries</segtitle>
<segtitle>Installed Directories</segtitle>
<seglistitem>
<seg>kxsldbg and quanta</seg>
<seg>kdewebdev specific libraries</seg>
<seg>Several subdirectories in $KDE_PREFIX/share</seg>
</seglistitem>
</segmentedlist>
<variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
<varlistentry id="kxsldbg">
<term><command>kxsldbg</command></term>
<listitem>
<para>is a GUI front-end to <command>xsldbg</command>,
the XSLT 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, CSS, and other emerging W3C
recommendations.</para>
<indexterm zone="kdewebdev quanta">
<primary sortas="b-quanta">quanta</primary>
</indexterm>
</listitem>
</varlistentry>
</variablelist>
</sect2>
</sect1>