Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 May 2019 11:51:03 +0000 (UTC)
From:      Marc Fonvieille <blackend@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org
Subject:   svn commit: r53054 - head/fr_FR.ISO8859-1/books/handbook/zfs
Message-ID:  <201905251151.x4PBp3nX093374@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: blackend
Date: Sat May 25 11:51:03 2019
New Revision: 53054
URL: https://svnweb.freebsd.org/changeset/doc/53054

Log:
  Add a placeholder zfs chapter needed for future updates.

Added:
  head/fr_FR.ISO8859-1/books/handbook/zfs/
  head/fr_FR.ISO8859-1/books/handbook/zfs/Makefile   (contents, props changed)
  head/fr_FR.ISO8859-1/books/handbook/zfs/chapter.xml   (contents, props changed)

Added: head/fr_FR.ISO8859-1/books/handbook/zfs/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/fr_FR.ISO8859-1/books/handbook/zfs/Makefile	Sat May 25 11:51:03 2019	(r53054)
@@ -0,0 +1,15 @@
+#
+# Build the Handbook with just the content from this chapter.
+#
+# $FreeBSD$
+#
+
+CHAPTERS= 	zfs/chapter.xml
+
+VPATH=		..
+
+MASTERDOC=	${.CURDIR}/../${DOC}.${DOCBOOKSUFFIX}
+
+DOC_PREFIX?= 	${.CURDIR}/../../../..
+
+.include "../Makefile"

Added: head/fr_FR.ISO8859-1/books/handbook/zfs/chapter.xml
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/fr_FR.ISO8859-1/books/handbook/zfs/chapter.xml	Sat May 25 11:51:03 2019	(r53054)
@@ -0,0 +1,88 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!--
+     The FreeBSD Documentation Project
+     $FreeBSD$
+-->
+
+<chapter xmlns="http://docbook.org/ns/docbook"
+  xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0"
+  xml:id="zfs">
+
+  <info>
+    <title>The Z File System (<acronym>ZFS</acronym>)  ** Traduction
+      en Cours **</title>
+
+    <authorgroup>
+      <author>
+	<personname>
+	  <firstname>Tom</firstname>
+	  <surname>Rhodes</surname>
+	</personname>
+	<contrib>Ecrit par </contrib>
+      </author>
+      <author>
+	<personname>
+	  <firstname>Allan</firstname>
+	  <surname>Jude</surname>
+	</personname>
+	<contrib>Ecrit par </contrib>
+      </author>
+      <author>
+	<personname>
+	  <firstname>Benedict</firstname>
+	  <surname>Reuschling</surname>
+	</personname>
+	<contrib>Ecrit par </contrib>
+      </author>
+      <author>
+	<personname>
+	  <firstname>Warren</firstname>
+	  <surname>Block</surname>
+	</personname>
+	<contrib>Ecrit par </contrib>
+      </author>
+    </authorgroup>
+  </info>
+
+  <sect1 xml:id="zfs-differences">
+    <title>What Makes <acronym>ZFS</acronym> Different</title>
+
+    <para/>
+  </sect1>
+
+  <sect1 xml:id="zfs-quickstart">
+    <title>Quick Start Guide</title>
+
+    <para/>
+  </sect1>
+
+  <sect1 xml:id="zfs-zpool">
+    <title><command>zpool</command> Administration</title>
+
+    <para/>
+  </sect1>
+
+  <sect1 xml:id="zfs-zfs">
+    <title><command>zfs</command> Administration</title>
+
+    <para/>
+  </sect1>
+
+  <sect1 xml:id="zfs-zfs-allow">
+    <title>Delegated Administration</title>
+
+    <para/>
+  </sect1>
+
+  <sect1 xml:id="zfs-links">
+    <title>Additional Resources</title>
+
+    <para/>
+  </sect1>
+
+  <sect1 xml:id="zfs-term">
+    <title><acronym>ZFS</acronym> Features and Terminology</title>
+
+    <para/>
+  </sect1>
+</chapter>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905251151.x4PBp3nX093374>