glfs/kde/devel/kdewebdev.xml

150 lines
5.0 KiB
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!-- Inserted as a reminder to do this. The mention of a test suite
is usually right before the root user installation commands. Please
delete these 12 (including one blank) lines after you are done.-->
<!-- Use one of the two mentions below about a test suite,
delete the line that is not applicable. Of course, if the
test suite uses syntax other than "make check", revise the
line to reflect the actual syntax to run the test suite -->
<!-- <para>This package does not come with a test suite.</para> -->
<!-- <para>To test the results, issue: <command>make check</command>.</para> -->
<!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 "ddd2ded8178f7c4d094d73e95075e7fb">
<!ENTITY kdewebdev-size "5.7 MB">
<!ENTITY kdewebdev-buildsize "102 MB">
<!ENTITY kdewebdev-time "5.8 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>
<para condition="html" role="usernotes">User Notes:
<ulink url="&blfs-wiki;/kdewebdev"/></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>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>