1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176
|
Source: kdewebdev
Section: web
Priority: optional
Maintainer: Ben Burton <bab@debian.org>
Build-Depends: automake1.7, debhelper (>> 4.0.0), kdelibs4-dev (>> 4:3.3.0), libcvsservice-dev (>= 4:3.3.0), libreadline4-dev, libxml2-dev, libxslt1-dev
Build-Conflicts: autoconf2.13, automake1.4
Standards-Version: 3.6.1
Package: kdewebdev
Architecture: all
Section: kde
Depends: quanta (>= ${Source-Version}), kfilereplace (>= ${Source-Version}), kimagemapeditor (>= ${Source-Version}), klinkstatus (>= ${Source-Version}), kommander (>= ${Source-Version}), kxsldbg (>= ${Source-Version})
Suggests: kommander-dev, kdewebdev-doc-html
Description: web development apps from the official KDE release
This is a collection of web development applications provided with the
official release of KDE (the K Desktop Environment).
Package: kdewebdev-doc-html
Architecture: all
Section: doc
Suggests: konqueror | www-browser, kdewebdev
Replaces: kxsldbg (<< 1:3.3.0), quanta (<< 1:3.3.0)
Description: KDE web development documentation in HTML format
By default the web development applications provided with KDE (the K Desktop
Environment) only provide their documentation in KDE docbook format,
which can only be read by Konqueror or KHelpCenter. This package
provides all of the KDE web development documentation converted to HTML
format so it can be read with any web browser.
.
The documentation will be installed into the usual directories
/usr/share/doc/kde/HTML/<language>/<app>/, for instance
/usr/share/doc/kde/HTML/en/quanta/. Documentation is provided for most
KDE web development packages.
.
This package is part of the official KDE web development module.
Package: quanta
Architecture: any
Section: web
Depends: ${shlibs:Depends}, kfilereplace, klinkstatus, kommander, quanta-data (= ${Source-Version}), tidy
Recommends: cervisia, gnupg, kompare, kxsldbg, phpdoc, wdg-html-reference
Suggests: gubed, kimagemapeditor, wget, kdewebdev, khelpcenter, kdewebdev-doc-html
Description: web development environment for KDE
Quanta Plus is a web development environment for working with HTML
and associated languages. It strives to be neutral and transparent
to all markup languages, while supporting popular web-based scripting
languages, CSS and other emerging W3C recommendations.
.
Quanta Plus supports many external components, debuggers and other tools
for web development, several of which are shipped with the KDE web
development module.
.
Quanta Plus is not in any way affiliated with any commercial versions
of Quanta. The primary coders from the original team left the GPL'd
version to produce a commercial product.
.
This package is part of the official KDE web development module.
Package: quanta-data
Architecture: all
Section: web
Recommends: quanta (= ${Source-Version})
Replaces: quanta (<< 1:3.2.3)
Description: data files for Quanta Plus web development environment
This package contains architecture-independent data files for Quanta
Plus, a web development environment for working with HTML and associated
languages.
.
See the quanta package for further information.
.
This package is part of the official KDE web development module.
Package: kfilereplace
Architecture: any
Section: kde
Depends: ${shlibs:Depends}
Suggests: quanta
Description: batch search-and-replace component for KDE
KFileReplace is an embedded component for KDE that acts as a batch
search-and-replace tool. It allows you to replace one expression with
another in many files at once.
.
Note that at the moment KFileReplace does not come as a standalone
application. An example of an application that uses the KFileReplace
component is Quanta Plus (found in the package quanta).
.
This package is part of the official KDE web development module.
Package: kimagemapeditor
Architecture: any
Section: web
Depends: ${shlibs:Depends}
Suggests: quanta
Description: HTML image map editor for KDE
KImageMapEditor is a tool that allows you to edit image maps in HTML
files. As well as providing a standalone application, KImageMapEditor
makes itself available as a KPart for embedding into larger applications.
.
This package is part of the official KDE web development module.
Package: klinkstatus
Architecture: any
Section: web
Depends: ${shlibs:Depends}
Suggests: quanta, khelpcenter, kdewebdev-doc-html
Description: web link validity checker for KDE
KLinkStatus is a web link validity checker for KDE. It allows you to
search internal and external links throughout your web site. Simply
point it to a single page and choose the depth to search.
.
You can also check local files, or files over ftp:, fish: or any other
KIO protocols. For performance, links can be checked simultaneously.
.
This package is part of the official KDE web development module.
Package: kommander
Architecture: any
Section: kde
Depends: ${shlibs:Depends}, gettext
Replaces: quanta (<< 1:3.1.0-3)
Suggests: kommander-dev, quanta, khelpcenter, kdewebdev-doc-html
Description: visual dialog builder and executor tool
Kommander is a visual dialog building tool whose primary objective is
to create as much functionality as possible without using any scripting
language.
.
More specifically, Kommander is a set of tools that allow you to create
dynamic GUI dialogs that generate, based on their state, a piece of
text. The piece of text can be a command line to a program, any piece
of code, business documents that contain a lot of repetitious or
templated text and so on.
.
The resulting generated text can then be executed as a command line
program (hence the name "Kommander"), written to a file, passed to a
script for extended processing, and literally anything else you can
think of. And you aren't required to write a single line of code!
.
As well as building dialogs, Kommander may be expanded to create full
mainwindow applications.
.
This package is part of the official KDE web development module.
Package: kommander-dev
Architecture: any
Section: libdevel
Depends: kommander (= ${Source-Version}), kdelibs4-dev
Replaces: kommander (<< 1:3.3.0)
Description: development files for Kommander
This package contains the headers and other development files for
building plugins or otherwise extending Kommander.
.
Kommander is a visual dialog building tool whose primary objective is
to create as much functionality as possible without using any scripting
language.
.
See the kommander package for further information.
.
This package is part of the official KDE web development module.
Package: kxsldbg
Architecture: any
Section: text
Depends: ${shlibs:Depends}
Suggests: quanta, khelpcenter, kdewebdev-doc-html
Replaces: quanta (<< 1:3.2.0)
Description: graphical XSLT debugger for KDE
KXSLDbg is a debugger for XSLT scripts. It includes a graphical user
interface as well as a text-based debugger. KXSLDbg can be run as a
standalone application or as an embedded KDE part.
.
XSLT is an XML language for defining transformations of XML files from
XML to some other arbitrary format, such as XML, HTML, plain text, etc.,
using standard XSLT stylesheets.
.
This package is part of the official KDE web development module.
|