From 7aa8435fb11f098cde128ac62fc8c38013f6d223 Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Thu, 16 Aug 2012 12:48:56 -0700 Subject: [PATCH] Stub out sections of Extending, add write--your-own chapter. --- book.xml | 1 + chapters/extending.xml | 30 ++++++++++++++++++++++++++++++ chapters/yourown.xml | 11 +++++++++++ 3 files changed, 42 insertions(+) create mode 100644 chapters/yourown.xml diff --git a/book.xml b/book.xml index cf62bc1..b05917b 100644 --- a/book.xml +++ b/book.xml @@ -22,6 +22,7 @@ + diff --git a/chapters/extending.xml b/chapters/extending.xml index 9c4b31e..8908dcb 100644 --- a/chapters/extending.xml +++ b/chapters/extending.xml @@ -8,4 +8,34 @@ Extending Guacamole + + +
+ + Adding New Protocols + +
+ + + +
+ + Custom Authentication + +
+ + + +
+ + Event Handlers + +
+ diff --git a/chapters/yourown.xml b/chapters/yourown.xml new file mode 100644 index 0000000..b02054a --- /dev/null +++ b/chapters/yourown.xml @@ -0,0 +1,11 @@ + + + + + + Writing Your Own Guacamole Application + +