1
0
mirror of https://github.com/php/doc-ja.git synced 2026-03-26 08:02:15 +01:00
Files
archived-doc-ja/reference/bbcode/reference.xml
TAKAGI Masahiro dc7f42600a added Japanese translation.
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@240422 c90b9560-bf6c-de11-be94-00142212c4b1
2007-07-28 20:51:34 +00:00

64 lines
1.9 KiB
XML
Executable File

<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision: 1.1 $ -->
<!-- EN-Revision: 1.2 Maintainer: takagi Status: ready -->
<!-- Membership: external, pecl -->
<reference xml:id="ref.bbcode" xmlns="http://docbook.org/ns/docbook">
<title>BBCode 関数</title>
<titleabbrev>BBCode</titleabbrev>
<partintro>
<section xml:id="bbcode.intro">
&reftitle.intro;
<para>
この拡張モジュールは、BBCode のテキストをパースして
HTML やその他のマークアップ言語への変換を支援するためのものです。
正規表現を用いた一般的な手法に比べてはるかに高速にパースすることができます。
さらに、開始/終了タグの並べ替えをしたり
閉じ忘れているタグに自動的に終了タグを追加したりして、
正しい形式の HTML を生成するようにします。
</para>
</section>
<!-- Information found in configure.xml -->
&reference.bbcode.configure;
<section xml:id="bbcode.configuration">
&reftitle.runtime;
&no.config;
</section>
<section xml:id="bbcode.resources">
&reftitle.resources;
<para>
BBCode 拡張モジュールで使用するリソースは、
BBCode_Container です。これは
<function>bbcode_create</function> が返すものです。
</para>
</section>
<!-- Information found in constants.xml -->
&reference.bbcode.constants;
</partintro>
&reference.bbcode.functions;
</reference>
<!-- 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:"../../../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
-->