Skip to content

Instantly share code, notes, and snippets.

@jwhitehorn
Created August 6, 2018 03:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jwhitehorn/24f7de101e08e0ee9c4c99fb6963c387 to your computer and use it in GitHub Desktop.
Save jwhitehorn/24f7de101e08e0ee9c4c99fb6963c387 to your computer and use it in GitHub Desktop.
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:epub="http://www.idpf.org/2007/ops">
<head></head>
<body>
<nav epub:type="toc" id="toc">
<h1>Table of contents</h1>
<ol>
<li><a href="intro.xhtml">Introduction</a> </li>
<li><a href="part1.xhtml">Part 1: Server to Client Updates</a> </li>
<li> <a href="chapter1.xhtml">Chapter 1: Whole Database Synchronization</a></li>
<li> <a href="chapter2.xhtml">Chapter 2: Delta-based Synchronization</a></li>
<li> <a href="chapter3.xhtml">Chapter 3: Handling Deletions</a></li>
<li> <a href="chapter4.xhtml">Chapter 4: Access Rights</a></li>
</ol>
</nav>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment