Skip to content

Commit

Permalink
Init Sodium translation
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaruesweg committed Jul 20, 2023
1 parent aa8a2f5 commit abbd516
Show file tree
Hide file tree
Showing 6 changed files with 1,095 additions and 0 deletions.
44 changes: 44 additions & 0 deletions reference/sodium/book.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: e7853a8a24fd5de419860cf00e00320905e7cb4c Maintainer: joshuaruesweg Status: wip -->

<book xml:id="book.sodium" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<?phpdoc extension-membership="bundledexternal" ?>
<title>Sodium</title>
<titleabbrev>Sodium</titleabbrev>

<preface xml:id="intro.sodium">
&reftitle.intro;
<para>
Sodium is a modern, easy-to-use software library for encryption, decryption, signatures, password hashing and more.
Its goal is to provide all of the core operations needed to build higher-level cryptographic tools.
</para>
</preface>

&reference.sodium.setup;
&reference.sodium.constants;
&reference.sodium.reference;
&reference.sodium.sodiumexception;

</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
-->
38 changes: 38 additions & 0 deletions reference/sodium/configure.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 021e8a170c7b17932c94f437e2d7fee472e51e96 Maintainer: joshuaruesweg Status: wip -->

<section xml:id="sodium.installation" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
&reftitle.install;

<para>
Use <option role="configure">--with-sodium[=DIR]</option> when compiling PHP.
</para>

<para>
Windows users should include <filename>php_sodium.dll</filename> into &php.ini;
</para>

</section>


<!-- 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
-->
Loading

0 comments on commit abbd516

Please sign in to comment.