mirror of
https://github.com/php/doc-es.git
synced 2026-03-23 23:12:09 +01:00
50 lines
1.4 KiB
XML
50 lines
1.4 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- $Revision$ -->
|
|
<!-- EN-Revision: 997700a58795b985b5d906dd989a4f01790e4d4f Maintainer: PhilDaiguille Status: ready -->
|
|
<!-- Reviewed: yes -->
|
|
<!-- State: experimental -->
|
|
<book xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="book.svn">
|
|
<?phpdoc extension-membership="pecl" ?>
|
|
<title>Subversion</title>
|
|
<titleabbrev>SVN</titleabbrev>
|
|
|
|
<!-- {{{ preface -->
|
|
<preface xml:id="intro.svn">
|
|
&reftitle.intro;
|
|
<simpara>
|
|
Esta extensión implementa las funciones PHP para
|
|
<link xlink:href="&url.svn;">Subversion</link> (SVN), un sistema de control
|
|
de versiones, permitiendo a los scripts PHP comunicarse con los repositorios SVN
|
|
y las copias de trabajo, sin utilizar directamente llamadas a los ejecutables
|
|
<filename>svn</filename>.
|
|
</simpara>
|
|
&warn.experimental;
|
|
</preface>
|
|
<!-- }}} -->
|
|
|
|
&reference.svn.setup;
|
|
&reference.svn.constants;
|
|
&reference.svn.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
|
|
-->
|