Skip to content

Instantly share code, notes, and snippets.

@avk
Created October 18, 2011 21:53
Show Gist options
  • Save avk/1296838 to your computer and use it in GitHub Desktop.
Save avk/1296838 to your computer and use it in GitHub Desktop.
TOC HTML with TreesaverJS 0.9.2
<!doctype html>
<html>
<body>
<div class="chrome">
<div class="viewer">
</div>
<div class="controls">
<div class="pagewidth">
<span class="pagenumbers">
<span data-bind="pagenumber">1</span> /
<span data-bind="pagecount">5</span>
</span>
<button class="prevArticle">&lt;&lt;</button>
<button class="nextArticle">&gt;&gt;</button>
<button class="prev">&lt;</button>
<button class="next">&gt;</button>
</div>
</div>
</div>
<div class="grid toc">
<div class="container"></div>
<div class="column"></div>
</div>
<div class="grid">
<div class="container" data-sizes="title single"></div>
<div class="column"></div>
</div>
<div class="lightbox">
<div class="container"></div>
<button class="close">X</button>
</div>
<div class="loading">
Loading
</div>
<div class="error">
Error
</div>
</body>
</html>
<!doctype html>
<html class="no-js no-treesaver">
<head>
<title>Table of Contents</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width = device-width, height = device-height, maximum-scale=1.0, minimum-scale=1.0" />
<link rel="resources" href="resources.html" />
<link rel="contents self" href="toc.html" />
<script src="js/treesaver-0.9.2.js"></script>
</head>
<body>
<article data-grids="toc" class="toc">
<h1>Table of Contents</h1>
<div itemscope>
<h3 itemprop="title"><a href="index.html" itemprop="url">Cover</a></h3>
</div>
<div itemscope data-properties="self">
<h3 itemprop="title"><a href="toc.html" itemprop="url">Table of Contents</a></h3>
</div>
<div itemscope>
<h3 itemprop="title"><a href="foreword.html" itemprop="url">Foreword</a></h3>
</div>
<div class="chapter" itemscope>
<h3 itemprop="title">
<a href="chapter01.00.html" itemprop="url">
Chapter 1: Engineering Software is Different from Engineering Hardware
</a>
</h3>
<p>
To help understand the nature of engineering software, we contrast it with hardware engineering with regards to product lifetimes, productivity, and assurance. The similarities and differences led to two popular processes for software development: Waterfall and Agile. We show the synergy between Software as a Service (SaaS), Cloud Computing, and Agile software development. We conclude with a tour of the remainder the book.
</p>
</div>
<div itemscope>
<h3 itemprop="title"><a href="chapter02.html" itemprop="url">Chapter 2: The Architecture of SaaS Applications</a></h3>
</div>
<div itemscope>
<h3 itemprop="title"><a href="chapter03.html" itemprop="url">Chapter 3: Software Requirements and Validation: User Stories and BDD</a></h3>
</div>
<div itemscope>
<h3 itemprop="title"><a href="chapter04.html" itemprop="url">Chapter 4: Software Verification and Testing: Test-Driven Development</a></h3>
</div>
<div itemscope>
<h3 itemprop="title"><a href="chapter05.html" itemprop="url">Chapter 5: Software Maintenance: Coping With Legacy Software Using TDD and Refactoring</a></h3>
</div>
<div itemscope>
<h3 itemprop="title"><a href="chapter06.html" itemprop="url">Chapter 6: Software Design Patterns for SaaS</a></h3>
</div>
<div itemscope>
<h3 itemprop="title"><a href="chapter07.html" itemprop="url">Chapter 7: Working In Teams vs. Individually</a></h3>
</div>
<div itemscope>
<h3 itemprop="title"><a href="chapter08.html" itemprop="url">Chapter 8: Operations: Performance, Scaling and Practical Security</a></h3>
</div>
<div itemscope>
<h3 itemprop="title"><a href="chapter09.html" itemprop="url">Chapter 9: JavaScript and AJAX: Reuse Through Metaprogramming</a></h3>
</div>
<div itemscope>
<h3 itemprop="title"><a href="chapter10.html" itemprop="url">Chapter 10: Looking Backwards and Looking Forwards</a></h3>
</div>
<div itemscope>
<h3 itemprop="title"><a href="appendix_a.html" itemprop="url">Appendix A: Using the Bookware</a></h3>
</div>
<div itemscope>
<h3 itemprop="title"><a href="appendix_b.html" itemprop="url">Appendix B: Ruby and Rails for Java Programmers</a></h3>
</div>
</article>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment