Created
August 6, 2018 03:33
-
-
Save jwhitehorn/24f7de101e08e0ee9c4c99fb6963c387 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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