topical media & game development
mobile-query-three-www-vendor-doccoviewer-index.htm / htm
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Docco.js</title>
<meta name="description" content="">
<meta name="author" content="">
<!-- Le HTML5 shim, for IE6-8 support of HTML elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- Le styles -->
<link href="vendor/bootstrap/docs/assets/css/bootstrap-responsive.css" rel="stylesheet">
<link href="vendor/bootstrap/docs/assets/js/google-code-prettify/prettify.css" rel="stylesheet">
<style>
body {
padding-top: 60px; /* 60px to make the container go all the way to the bottom of the topbar */
}
</style>
<!-- Le fav and touch icons -->
<link rel="shortcut icon" href="images/favicon.ico">
<link rel="apple-touch-icon" href="images/apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="72x72" href="images/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="114x114" href="images/apple-touch-icon-114x114.png">
</head>
<body>
<div class="container">
<div class="row" id="doccoContainer">
</div>
</div> <!-- /container -->
<!-- Le javascript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="vendor/bootstrap/docs/assets/js/jquery.js"></script>
<script src="vendor/bootstrap/docs/assets/js/bootstrap-transition.js"></script>
<script src="vendor/bootstrap/docs/assets/js/bootstrap-alert.js"></script>
<script src="vendor/bootstrap/docs/assets/js/bootstrap-modal.js"></script>
<script src="vendor/bootstrap/docs/assets/js/bootstrap-dropdown.js"></script>
<script src="vendor/bootstrap/docs/assets/js/bootstrap-scrollspy.js"></script>
<script src="vendor/bootstrap/docs/assets/js/bootstrap-tab.js"></script>
<script src="vendor/bootstrap/docs/assets/js/bootstrap-tooltip.js"></script>
<script src="vendor/bootstrap/docs/assets/js/bootstrap-popover.js"></script>
<script src="vendor/bootstrap/docs/assets/js/bootstrap-button.js"></script>
<script src="vendor/bootstrap/docs/assets/js/bootstrap-collapse.js"></script>
<script src="vendor/bootstrap/docs/assets/js/bootstrap-carousel.js"></script>
<script src="vendor/bootstrap/docs/assets/js/bootstrap-typeahead.js"></script>
<script src="vendor/bootstrap/docs/assets/js/google-code-prettify/prettify.js"></script>
<script src="vendor/showdown.js"></script>
<script src="vendor/underscore.js"></script>
<script src="./parseDocco.js"></script>
<script type="text/mytempl" id="mytempl">
<table class="table table-condensed">
<% var lineNum = 1; %>
<% sections.forEach(function(section, idx){ %>
<%= idx % 2 === 0 ? "<tr>" : "" %>
<%= "<td data-type='"+section.type+"'>" %>
<% if(section.type === "comment" ){ %>
<div class='span4 comment'>
<%= section.html %>
</div>
<% }else if(section.type === "code" ){ %>
<% var codeIsEmpty = section.text.match(/^[\s\n]*
(C) Æliens
04/09/2009
You may not copy or print any of this material without explicit permission of the author or the publisher.
In case of other copyright issues, contact the author.