diff options
Diffstat (limited to '.html/dev/index.html')
| -rw-r--r-- | .html/dev/index.html | 122 |
1 files changed, 0 insertions, 122 deletions
diff --git a/.html/dev/index.html b/.html/dev/index.html deleted file mode 100644 index f242c8e..0000000 --- a/.html/dev/index.html +++ /dev/null @@ -1,122 +0,0 @@ -<!DOCTYPE html> -<html> -<head> - <title> - The Codex » - ls /dev - </title> - - <link - rel='stylesheet' - type='text/css' - href='http://fonts.googleapis.com/css?family=Buenard:400,700&subset=latin,latin-ext'> - <link - rel="stylesheet" - type="text/css" - href="../media/css/reset.css"> - <link - rel="stylesheet" - type="text/css" - href="../media/css/grimoire.css"> -</head> -<body> - -<div id="shell"> - - <ol id="breadcrumbs"> - - <li class="crumb-0 not-last"> - - <a href="../">index</a> - - </li> - - <li class="crumb-1 not-last"> - - <a href="./">dev</a> - - </li> - - <li class="crumb-2 last"> - - <span class="list-crumb">list</span> - - </li> - - </ol> - - - - <div id="listing"> - <h1><code>ls /dev</code></h1> - - - - - <div id="pages"> - <h2>Pages</h2> - <ul> - - <li><a href="twigs">Branches and Twigs</a></li> - - <li><a href="trackers-from-first-principles">Bugs, Tasks, and Tickets from First Principles</a></li> - - <li><a href="comments">Comment Maturity Model</a></li> - - <li><a href="entry-points">Entry Points</a></li> - - <li><a href="shutdown-hooks">Falsehoods Programmers Believe About Shutdown Hooks</a></li> - - <li><a href="debugger-101">Intro to Debuggers</a></li> - - <li><a href="liquibase">Liquibase</a></li> - - <li><a href="merging-structural-changes">Merging Structural Changes</a></li> - - <li><a href="builds">Nobody Cares About Your Build</a></li> - - <li><a href="buffers">Observations on Buffering</a></li> - - <li><a href="rich-shared-models">Rich Shared Models Must Die</a></li> - - <li><a href="webapp-versions">Semver Is Wrong For Web Applications</a></li> - - <li><a href="whats-wrong-with-jenkins">Something's Rotten in the State of Jenkins</a></li> - - <li><a href="stop-building-synchronous-web-containers">Stop Building Synchronous Web Containers</a></li> - - <li><a href="gnu-collective-action-license">The GPL As Collective Action</a></li> - - <li><a href="webapps">Webapps From The Ground Up</a></li> - - <li><a href="why-scm">Why we use SCM systems</a></li> - - <li><a href="commit-messages">Writing Good Commit Messages</a></li> - - </ul> - </div> - - - - </div> - - - - - - - <div id="footer"> - <p> - - The Codex — - - Powered by <a href="http://markdoc.org/">Markdoc</a>. - -<a href="https://bitbucket.org/ojacobson/grimoire.ca/src/master/wiki/dev">See this directory on Bitbucket</a>. - - </p> - </div> - -</div> -</body> -</html>
\ No newline at end of file |
