Ignore:
Timestamp:
02/05/2005 04:18:00 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, 12.2, 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, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
Children:
4ea1644
Parents:
12fc0f7
Message:

More kde indexing

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kde/add/kdewebdev.xml

    r12fc0f7 r2c62b69  
    1414
    1515<sect1 id="kdewebdev">
     16
    1617<sect1info>
    17 <othername>$LastChangedBy$</othername>
    18 <date>$Date$</date>
     18  <othername>$LastChangedBy$</othername>
     19  <date>$Date$</date>
    1920</sect1info>
     21
    2022<?dbhtml filename="kdewebdev.html"?>
    2123<title><application>kdewebdev</application>-&kde-version;</title>
     24
     25<indexterm zone="kdewebdev">
     26  <primary sortas="a-kdewebdev">kdewebdev</primary>
     27</indexterm>
     28
    2229
    2330<sect2>
    2431<title>Introduction to <application>kdewebdev</application></title>
    2532
    26 <sect3><title>Package information</title>
    27 <itemizedlist spacing='compact'>
    28 <listitem><para>Download (HTTP): <ulink
    29 url="&kdewebdev-download-http;"/></para></listitem>
    30 <listitem><para>Download (FTP): <ulink
    31 url="&kdewebdev-download-ftp;"/></para></listitem>
    32 <listitem><para>Download MD5 sum: &kdewebdev-md5sum;</para></listitem>
    33 <listitem><para>Download size: &kdewebdev-size;</para></listitem>
    34 <listitem><para>Estimated disk space required:
    35 &kdewebdev-buildsize;</para></listitem>
    36 <listitem><para>Estimated build time:
    37 &kdewebdev-time;</para></listitem></itemizedlist>
     33<sect3>
     34  <title>Package information</title>
     35  <itemizedlist spacing='compact'>
     36    <listitem><para>Download (HTTP): <ulink url="&kdewebdev-download-http;"/></para></listitem>
     37    <listitem><para>Download (FTP): <ulink url="&kdewebdev-download-ftp;"/></para></listitem>
     38    <listitem><para>Download MD5 sum: &kdewebdev-md5sum;</para></listitem>
     39    <listitem><para>Download size: &kdewebdev-size;</para></listitem>
     40    <listitem><para>Estimated disk space required: &kdewebdev-buildsize;</para></listitem>
     41    <listitem><para>Estimated build time: &kdewebdev-time;</para></listitem>
     42  </itemizedlist>
    3843</sect3>
    3944
    40 <sect3><title><application>kdewebdev</application> dependencies</title>
    41 <sect4><title>Required</title>
    42 <para><xref linkend="kdebase"/></para>
     45<sect3>
     46  <title><application>kdewebdev</application> dependencies</title>
     47
     48<sect4>
     49  <title>Required</title>
     50  <para><xref linkend="kdebase"/></para>
    4351</sect4>
    4452
    45 <sect4><title>Recommended</title>
    46 <para><xref linkend="libjpeg"/>,
    47 <xref linkend="libxml2"/> and
    48 <xref linkend="libxslt"/></para>
     53<sect4>
     54  <title>Recommended</title>
     55  <para><xref linkend="libjpeg"/>,
     56        <xref linkend="libxml2"/> and
     57        <xref linkend="libxslt"/>
     58  </para>
    4959</sect4>
    5060</sect3>
     
    5969<screen><userinput><command>./configure --prefix=&kde-dir; --disable-debug \
    6070    --disable-dependency-tracking &amp;&amp;
    61 make &amp;&amp;
    62 make install</command></userinput></screen>
     71make</command></userinput></screen>
     72
     73<para>Now, as the root user:</para>
     74 
     75<screen><userinput role='root'><command>make install</command></userinput></screen>
    6376
    6477</sect2>
     
    6780<title>Contents</title>
    6881
    69 <para>Major programs in <application>kdewebdev</application> include
    70 <command>kxsldbg</command> and <command>quanta</command>.</para>
     82<segmentedlist>
     83  <segtitle>Installed Programs</segtitle>
     84 
     85  <seglistitem>
     86    <seg>kxsldbg, quanta</seg>
     87  </seglistitem>
     88</segmentedlist>
     89 
     90<variablelist>
     91  <bridgehead renderas="sect3">Short Descriptions</bridgehead>
     92  <?dbfo list-presentation="list"?>
    7193
     94<varlistentry id="kxsldbg">
     95  <term><command>kxsldbg</command></term>
     96  <listitem>
     97    <para>is a <acronym>GUI</acronym> front-end to <command>xsldbg</command>,
     98          the <acronym>XSLT</acronym> debugger.</para>
     99    <indexterm zone="kdewebdev kxsldbg">
     100      <primary sortas="b-kxsldbg">Kxsldbg</primary>
     101    </indexterm>
     102  </listitem>
     103</varlistentry>
     104
     105<varlistentry id="quanta">
     106  <term><command>quanta</command></term>
     107  <listitem>
     108    <para>is a web development tool that strives to be neutral and transparent
     109          to all markup languages, while supporting popular web-based scripting
     110          languages, <acronym>CSS</acronym>, and other emerging <acronym>W3C</acronym>
     111          recommendations.</para>
     112    <indexterm zone="kdewebdev quanta">
     113      <primary sortas="b-quanta">quanta</primary>
     114    </indexterm>
     115  </listitem>
     116</varlistentry>
     117
     118</variablelist>   
    72119</sect2>
    73 
    74 <sect2><title>Description</title>
    75 
    76 <sect3><title>kxsldbg</title>
    77 <para><command>kxsldbg</command> is a <acronym>GUI</acronym> front-end to
    78 <command>xsldbg</command>, the <acronym>XSLT</acronym> debugger.</para></sect3>
    79 
    80 <sect3><title>quanta</title>
    81 <para><command>quanta</command> is a web development tool that
    82 strives to be neutral and transparent to all markup languages, while
    83 supporting popular web-based scripting languages,
    84 <acronym>CSS</acronym>, and other emerging <acronym>W3C</acronym>
    85 recommendations.</para></sect3>
    86 
    87 </sect2>
    88 
    89120</sect1>
Note: See TracChangeset for help on using the changeset viewer.