diff options
author | Timothy Pearson <[email protected]> | 2011-12-03 11:05:10 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-03 11:05:10 -0600 |
commit | f7e7a923aca8be643f9ae6f7252f9fb27b3d2c3b (patch) | |
tree | 1f78ef53b206c6b4e4efc88c4849aa9f686a094d /tde-i18n-es/docs/kdewebdev/xsldbg/index.docbook | |
parent | 85ca18776aa487b06b9d5ab7459b8f837ba637f3 (diff) | |
download | tde-i18n-f7e7a923aca8be643f9ae6f7252f9fb27b3d2c3b.tar.gz tde-i18n-f7e7a923aca8be643f9ae6f7252f9fb27b3d2c3b.zip |
Second part of prior commit
Diffstat (limited to 'tde-i18n-es/docs/kdewebdev/xsldbg/index.docbook')
-rw-r--r-- | tde-i18n-es/docs/kdewebdev/xsldbg/index.docbook | 157 |
1 files changed, 0 insertions, 157 deletions
diff --git a/tde-i18n-es/docs/kdewebdev/xsldbg/index.docbook b/tde-i18n-es/docs/kdewebdev/xsldbg/index.docbook deleted file mode 100644 index a0d4faa27a1..00000000000 --- a/tde-i18n-es/docs/kdewebdev/xsldbg/index.docbook +++ /dev/null @@ -1,157 +0,0 @@ -<?xml version="1.0" ?> -<!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" "dtd/kdex.dtd" [ - <!ENTITY xsldbg "<application ->xsldbg</application ->"> - <!ENTITY kappname "&xsldbg;"> - <!ENTITY package "tdewebdev"> - <!ENTITY % addindex "IGNORE"> - <!ENTITY % Spanish "INCLUDE"> - <!ENTITY introduction-chapter SYSTEM "introduction.docbook"> - <!ENTITY usage-chapter SYSTEM "usage.docbook"> - <!ENTITY commands-chapter SYSTEM "commands.docbook"> - <!ENTITY credits-chapter SYSTEM "credits.docbook"> -]> - -<!-- More content formatting is in need of being done asking for help on [email protected] : remove these two lines when done --> -<!-- NO TRANSLATION --> - -<!-- ................................................................ --> -<!-- The language must NOT be changed here. --> -<!-- If you are writing original documentation in a language other --> -<!-- than English, change the language above ONLY, not here --> -<book lang="&language;"> - -<bookinfo> -<title ->El manual de &xsldbg;</title> - -<authorgroup> -<author -><firstname ->Keith</firstname -> <surname ->Isdale</surname -> <affiliation -> <address -><email ->[email protected]</email -></address> -</affiliation> -</author> - -<othercredit role="translator" -><firstname ->Juan Manuel</firstname -> <surname ->García Molina</surname -><affiliation -><address -><email ->[email protected]</email -></address -></affiliation -><contrib ->Traductor</contrib -></othercredit -> - -</authorgroup> - -<copyright> -<year ->2002</year> -<year ->2003</year> -<holder ->Keith Isdale</holder> -</copyright> - -<legalnotice ->&FDLNotice;</legalnotice> -<date ->2004-09-26</date> -<releaseinfo ->1.01.00</releaseinfo> - - -<abstract> -<para -> es un&xsldbg;a herramienta pensada para ayudarle a comprender las hojas de estilo. Lo que la hace diferente de otros depuradores de hojas de estilo es la capacidad de buscar elementos de interés y poder seguir una traza de la ejecución de la hoja de estilos. </para> -</abstract> - -<keywordset> -<keyword ->KDE</keyword> -<keyword ->tdeutils</keyword> -<keyword ->xsldbg</keyword> -<keyword ->xsl</keyword> -<keyword ->XML</keyword> -</keywordset> - -</bookinfo> - -&introduction-chapter; -&usage-chapter; -&commands-chapter; -&credits-chapter; - - -<appendix id="installation"> -<title ->Instalación</title> - -<sect1 id="getting-xsldbg"> -<title ->Cómo obtener &xsldbg;</title> - -<para ->Puede ver el componente kxsldbg del módulo tdewebdev en el SVN de &kde;. </para> -&install.intro.documentation; </sect1> - -<sect1 id="requirements"> -<title ->Requisitos</title> - -<para ->Para usar correctamente &xsldbg;, necesita que &kde; libxslt, libexslt y libxml estén instalados. Suelen estar disponibles en una instalación típica de &kde;. </para> -</sect1> - -<sect1 id="compilation"> -<title ->Compilación e instalación</title> -<para ->&xsldbg; se suele compilar como parte del componente kxsldbg, en el módulo tdewebdev.</para> -</sect1> - -<sect1 id="configuration"> -<title ->Configuración</title> - -<para ->&xsldbg; se configura usando argumentos que se pasan en la línea de órdenes y con el comando <link linkend="setoption_cmd" endterm="setoption_cmd.title" ->setoption</link ->.</para> - -</sect1> - -</appendix> - -&documentation.index; -</book> - -<!-- -Local Variables: -mode: xml -sgml-minimize-attributes:nil -sgml-general-insert-case:lower -sgml-indent-step:0 -sgml-indent-data:nil -End: - -vim:tabstop=2:shiftwidth=2:expandtab ---> |