[telepathy-doc/master] Insert new File Transfer chapter

Davyd Madeley davyd at madeley.id.au
Mon Apr 6 20:47:17 PDT 2009


---
 docs/book/C/filetransfer.xml |   21 +++++++++++++++++++++
 docs/book/C/telepathy.xml    |    7 +------
 docs/book/Makefile.am        |    1 +
 3 files changed, 23 insertions(+), 6 deletions(-)
 create mode 100644 docs/book/C/filetransfer.xml

diff --git a/docs/book/C/filetransfer.xml b/docs/book/C/filetransfer.xml
new file mode 100644
index 0000000..2f6e103
--- /dev/null
+++ b/docs/book/C/filetransfer.xml
@@ -0,0 +1,21 @@
+<?xml version='1.0'?>
+<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
+               "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
+  <!ENTITY mdash "&#8212;">
+]>
+
+<chapter id="chapter.filetransfer">
+ <title>Transferring Files</title>
+ <para>
+  File transfer in Telepathy is handled using a
+  <interfacename>Channel.Type.FileTransfer</interfacename> channel.
+ </para>
+
+ <sect1 id="sect.filetransfer.sending">
+  <title>Sending Files</title>
+ </sect1>
+
+ <sect1 id="sect.filetransfer.receiving">
+  <title>Receiving Files</title>
+ </sect1>
+</chapter>
diff --git a/docs/book/C/telepathy.xml b/docs/book/C/telepathy.xml
index b00399e..1c333b7 100644
--- a/docs/book/C/telepathy.xml
+++ b/docs/book/C/telepathy.xml
@@ -71,6 +71,7 @@
 <xi:include href="channel.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
 <xi:include href="contactinfo.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
 <xi:include href="messaging.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
+<xi:include href="filetransfer.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
 <xi:include href="tubes.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
 
 <!--
@@ -96,12 +97,6 @@ added in future.
   </para>
 </chapter>
 
-<chapter id="chapter.transferring-files">
-  <title>Transferring Files</title>
-  <para>TODO
-  </para>
-</chapter>
-
 <chapter id="chapter.networked-application">
   <title>Making an application networked</title> <!-- TODO: Rename the title. -->
   <para>TODO:
diff --git a/docs/book/Makefile.am b/docs/book/Makefile.am
index a3cc947..4ac4dd6 100644
--- a/docs/book/Makefile.am
+++ b/docs/book/Makefile.am
@@ -23,6 +23,7 @@ DOC_INCLUDES = \
 	channel.xml \
 	contactinfo.xml \
 	messaging.xml \
+	filetransfer.xml \
 	tubes.xml
 
 # these are figures that need to be rasterised
-- 
1.5.6.5




More information about the telepathy-commits mailing list