Skip to content
This repository has been archived by the owner on Jul 17, 2023. It is now read-only.

Commit

Permalink
Stub out sections of Extending, add write--your-own chapter.
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-jumper committed Aug 16, 2012
1 parent 362c21e commit 7aa8435
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 0 deletions.
1 change: 1 addition & 0 deletions book.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
<xi:include href="chapters/installing.xml"/>
<xi:include href="chapters/using.xml"/>
<xi:include href="chapters/extending.xml"/>
<xi:include href="chapters/yourown.xml"/>

<!-- APPENDICES -->

Expand Down
30 changes: 30 additions & 0 deletions chapters/extending.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,34 @@

<title>Extending Guacamole</title>

<!--
- Protocols
-->

<section id="customprotocol">

<title>Adding New Protocols</title>

</section>

<!--
- Authentication
-->

<section id="customauth">

<title>Custom Authentication</title>

</section>

<!--
- Hooks
-->

<section id="customhooks">

<title>Event Handlers</title>

</section>

</chapter>
11 changes: 11 additions & 0 deletions chapters/yourown.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook V5.0//EN"
"http://docbook.org/xml/5.0/dtd/docbook.dtd">

<chapter id="extending"
xmlns="http://docbook.org/ns/docbook" version="5.0" xml:lang="en"
xmlns:xi="http://www.w3.org/2001/XInclude">

<title>Writing Your Own Guacamole Application</title>

</chapter>

0 comments on commit 7aa8435

Please sign in to comment.