//////////////////////////////////////////////////////////////////////////////// Copyright 2016 Newport Software Technologies, UNICEN This file is part of XGAP. XGAP is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. XGAP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. You should have received a copy of the GNU Affero General Public License along with XGAP. If not, see . //////////////////////////////////////////////////////////////////////////////// :encoding: utf-8 ifeval::["{docfile}" != "{infile}"] [appendix] endif::[] = Software requerido para convertir la Guía a otros formatos = :lang: es :imagesdir: ../img/ :icons: :iconsdir: ../img/icons :ascii-ids: Los fuentes de esta guía están escritos en http://asciidoc.org/userguide.html[AsciiDoc], un lenguage de marcado ligero. Para convertir los fuentes a otros formatos, se requiere el siguiente software: General:: * http://asciidoc.org/[AsciiDoc] * http://graphviz.org/[Graphviz] * http://plantuml.com/[PlantUML] * https://github.com/christiangoltz/shaape[Shaape] * http://www.python.org/[Python], requerido por AsciiDoc * http://java.com/[Java JRE], requerido por PlantUML * http://cairographics.org/[cairo] con enlaces Python, requerido por Shaape * http://www.pango.org/[pango], requerido por Shaape Salida HTML:: * http://www.gnu.org/software/src-highlite/[GNU source-highlight] o http://www.andre-simon.de/doku/highlight/en/highlight.html[Highlight] o http://pygments.org/[Pygments] Salida PDF:: * http://xmlsoft.org/XSLT/[xsltproc] * http://docbook.sourceforge.net/projects/xsl/[DocBook XSL Stylesheets] * http://dblatex.sourceforge.net/[dblatex] o http://xmlgraphics.apache.org/fop/[FOP] * http://latex-project.org/[LaTeX], sólo si se usa dblatex en lugar de FOP.