mirror of
https://github.com/php/doc-es.git
synced 2026-03-24 15:32:36 +01:00
git-svn-id: https://svn.php.net/repository/phpdoc/es/trunk@330524 c90b9560-bf6c-de11-be94-00142212c4b1
53 lines
1.5 KiB
XML
53 lines
1.5 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- $Revision$ -->
|
|
<!-- EN-Revision: 1634a886415d0ab4df195fe49d18a1c150b70758 Maintainer: tatai Status: ready -->
|
|
<!-- Reviewed: no -->
|
|
|
|
<book xml:id="book.bbcode" xmlns="http://docbook.org/ns/docbook">
|
|
<title>Bulletin Board Code</title>
|
|
<titleabbrev>BBCode</titleabbrev>
|
|
|
|
<preface xml:id="intro.bbcode">
|
|
&reftitle.intro;
|
|
<para>
|
|
Esta extensión tiene como propósito ayudar a analizar texto con BBCode para
|
|
convertirlo en HTML o cualquier otro lenguaje basado en etiquetas. Utiliza
|
|
un análisis "en una pasada" y proporciona una gran mejora en la velocidad
|
|
por encima de las habituales aproximaciones basadas en expresiones
|
|
regulares. Es más, ayuda a generar un código HTML válido reordenando
|
|
etiquestas abiertas o cerradas y cerrando automáticamente etiquetas no
|
|
cerradas.
|
|
</para>
|
|
<para>
|
|
Desde 0.10.1 soporta uso de argumentos mediante comillas simples, comillas
|
|
dobles y comillas dobles escapadas en HTML.
|
|
</para>
|
|
</preface>
|
|
|
|
&reference.bbcode.setup;
|
|
&reference.bbcode.constants;
|
|
&reference.bbcode.reference;
|
|
|
|
</book>
|
|
|
|
<!-- Keep this comment at the end of the file
|
|
Local variables:
|
|
mode: sgml
|
|
sgml-omittag:t
|
|
sgml-shorttag:t
|
|
sgml-minimize-attributes:nil
|
|
sgml-always-quote-attributes:t
|
|
sgml-indent-step:1
|
|
sgml-indent-data:t
|
|
indent-tabs-mode:nil
|
|
sgml-parent-document:nil
|
|
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
|
|
sgml-exposed-tags:nil
|
|
sgml-local-catalogs:nil
|
|
sgml-local-ecat-files:nil
|
|
End:
|
|
vim600: syn=xml fen fdm=syntax fdl=2 si
|
|
vim: et tw=78 syn=sgml
|
|
vi: ts=1 sw=1
|
|
-->
|