source: archive/kde/devel/kdewebdev.xml@ 3f2db3a6

11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since 3f2db3a6 was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 17 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

  • Property mode set to 100644
File size: 5.3 KB
RevLine 
[64ffc2e]1<?xml version="1.0" encoding="ISO-8859-1"?>
[6732c094]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[64ffc2e]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
[95dcc83]6 <!ENTITY kdewebdev-download-http "&kde-download-http;/kdewebdev-&kde-version;.tar.bz2">
7 <!ENTITY kdewebdev-download-ftp "&kde-download-ftp;/kdewebdev-&kde-version;.tar.bz2">
[65ce93a]8 <!ENTITY kdewebdev-md5sum "7188f351158ca5a7613c3de4a6854b37">
[a9bab6d]9 <!ENTITY kdewebdev-size "6.0 MB">
[65ce93a]10 <!ENTITY kdewebdev-buildsize "106 MB">
11 <!ENTITY kdewebdev-time "6.1 SBU">
[64ffc2e]12]>
13
[fd680fb]14<sect1 id="kdewebdev" xreflabel="kdewebdev-&kde-version;">
[16a096a1]15 <?dbhtml filename="kdewebdev.html"?>
16
17
[95dcc83]18 <title>Kdewebdev-&kde-version;</title>
[16a096a1]19
20 <indexterm zone="kdewebdev">
21 <primary sortas="a-kdewebdev">Kdewebdev</primary>
22 </indexterm>
23
24 <sect2 role="package">
[95dcc83]25 <title>Introduction to Kdewebdev</title>
[16a096a1]26
[90bd3c1b]27 <para><application>Kdewebdev</application> includes
28 <application>KDE</application> based programmers' utilities to generate GUI
29 dialogs, a Web IDE, a stylesheet debugger, and a utility to search and
30 replace strings.</para>
31
[16a096a1]32 <bridgehead renderas="sect3">Package Information</bridgehead>
33 <itemizedlist spacing='compact'>
34 <listitem>
35 <para>Download (HTTP): <ulink url="&kdewebdev-download-http;"/></para>
36 </listitem>
37 <listitem>
38 <para>Download (FTP): <ulink url="&kdewebdev-download-ftp;"/></para>
39 </listitem>
40 <listitem>
41 <para>Download MD5 sum: &kdewebdev-md5sum;</para>
42 </listitem>
43 <listitem>
44 <para>Download size: &kdewebdev-size;</para>
45 </listitem>
46 <listitem>
47 <para>Estimated disk space required: &kdewebdev-buildsize;</para>
48 </listitem>
49 <listitem>
50 <para>Estimated build time: &kdewebdev-time;</para>
51 </listitem>
52 </itemizedlist>
53
[95dcc83]54 <bridgehead renderas="sect3">Kdewebdev Dependencies</bridgehead>
[16a096a1]55
56 <bridgehead renderas="sect4">Required</bridgehead>
[91cb43ad]57 <para role="required"><xref linkend="kdebase"/></para>
[16a096a1]58
59 <bridgehead renderas="sect4">Recommended</bridgehead>
[91cb43ad]60 <para role="recommended"><xref linkend="libjpeg"/>,
[00c8453]61 <xref linkend="libxml2"/>, and
[95dcc83]62 <xref linkend="libxslt"/></para>
[16a096a1]63
[5f238c99]64 <bridgehead renderas="sect4">Optional</bridgehead>
65 <para role="optional"><xref linkend="kdesdk"/></para>
66
[a3ef34c2]67 <para condition="html" role="usernotes">User Notes:
68 <ulink url="&blfs-wiki;/kdewebdev"/></para>
69
[16a096a1]70 </sect2>
[5f238c99]71
72 <sect2 id="kdewebdev-runtime-dependencies"
73 xreflabel="KDE Webdev Runtime Dependencies">
74 <title>Run-Time Dependencies</title>
75
76 <para>The <application>Quanta</application> application included in
77 <application>kdewebdev</application> can use several other utilities
78 at run time. <xref linkend="html-tidy"/> can be used to check the validity
79 of HTML documents. <ulink url="http://gubed.sf.net">Gubed</ulink> is
80 useful for debugging PHP scripts. <xref linkend="gnupg"/> or
81 <xref linkend="gnupg2"/> can be used for checking digital signatures.
82 Kompare, from <xref linkend="kdesdk"/> can be used to view changes to
83 files modified outside of <application>Quanta</application>. Cervisia,
84 also from <xref linkend="kdesdk"/>, is useful for interacting with CVS.</para>
85
86 </sect2>
[16a096a1]87
88 <sect2 role="installation">
[95dcc83]89 <title>Installation of Kdewebdev</title>
[16a096a1]90
91 <para>Install <application>kdewebdev</application> with:</para>
92
93<screen><userinput>./configure --prefix=&kde-dir; --disable-debug \
94 --disable-dependency-tracking &amp;&amp;
95make</userinput></screen>
[64ffc2e]96
[d33b066]97 <para>This package does not come with a test suite.</para>
98
[16a096a1]99 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
[64ffc2e]100
[16a096a1]101<screen role="root"><userinput>make install</userinput></screen>
[64ffc2e]102
[16a096a1]103 </sect2>
[4464543e]104
[16a096a1]105 <sect2 role="content">
106 <title>Contents</title>
[2c62b69]107
[16a096a1]108 <segmentedlist>
109 <segtitle>Installed Programs</segtitle>
110 <segtitle>Installed Libraries</segtitle>
111 <segtitle>Installed Directories</segtitle>
[9f271dd]112
[16a096a1]113 <seglistitem>
[95dcc83]114 <seg>kxsldbg and quanta</seg>
[d5bca7b6]115 <seg>kdewebdev specific libraries</seg>
116 <seg>Several subdirectories in $KDE_PREFIX/share</seg>
[16a096a1]117 </seglistitem>
118 </segmentedlist>
[9f271dd]119
[16a096a1]120 <variablelist>
121 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
122 <?dbfo list-presentation="list"?>
123 <?dbhtml list-presentation="table"?>
124
125 <varlistentry id="kxsldbg">
126 <term><command>kxsldbg</command></term>
127 <listitem>
[00c8453]128 <para>is a GUI front-end to <command>xsldbg</command>,
[95dcc83]129 the XSLT debugger.</para>
[16a096a1]130 <indexterm zone="kdewebdev kxsldbg">
131 <primary sortas="b-kxsldbg">kxsldbg</primary>
132 </indexterm>
133 </listitem>
134 </varlistentry>
135
136 <varlistentry id="quanta">
137 <term><command>quanta</command></term>
138 <listitem>
139 <para>is a web development tool that strives to be neutral and
140 transparent to all markup languages, while supporting popular
141 web-based scripting languages, CSS, and other emerging W3C
142 recommendations.</para>
143 <indexterm zone="kdewebdev quanta">
144 <primary sortas="b-quanta">quanta</primary>
145 </indexterm>
146 </listitem>
147 </varlistentry>
[64ffc2e]148
[9f271dd]149 </variablelist>
150
[16a096a1]151 </sect2>
[64ffc2e]152
153</sect1>
Note: See TracBrowser for help on using the repository browser.