# HG changeset patch # User Steve Losh <steve@stevelosh.com> # Date 1327368638 18000 # Node ID ec2e3d84384edbf4814a1c319bf0c2584964fc69 # Parent 270d9449963a3585a5965a72c11ffc7371e81d87 d: Update site. diff -r 270d9449963a -r ec2e3d84384e d/customization/index.html --- a/d/customization/index.html Mon Jan 23 20:07:44 2012 -0500 +++ b/d/customization/index.html Mon Jan 23 20:30:38 2012 -0500 @@ -1,8 +1,8 @@ <html><head><title>Customization / d</title><link rel="stylesheet" href="../_dmedia/bootstrap.css"/><link rel="stylesheet" href="../_dmedia/tango.css"/><link rel="stylesheet/less" type="text/css" href="../_dmedia/style.less"/><script src="../_dmedia/less.js" type="text/javascript"> </script></head><body class="content"> <div class="wrap"> - <header><h1><a href="..">d</a></h1></header><h1 id="customization">Customization</h1> -<p><code>d</code> is mostly designed for quick and dirty use. There are a few customization + <header><h1><a href="..">d</a></h1></header><div class="markdown"> +<h1 id="customization"><a href="">Customization</a></h1><p><code>d</code> is mostly designed for quick and dirty use. There are a few customization options, but if you find yourself wanting more you probably need a different tool.</p> <div class="toc"> @@ -26,6 +26,7 @@ <h2 id="footer">Footer</h2> <p>The contents of the footer are rendered from <code>footer.markdown</code>, or left blank if you don't have it.</p> + </div> <footer><p>Created by <a href="http://stevelosh.com">Steve Losh</a>. Inspired by <a href="http://stevelosh.com/projects/t/">t</a>.</p> <script type="text/javascript"> var _gauges = _gauges || []; diff -r 270d9449963a -r ec2e3d84384e d/faqs/index.html --- a/d/faqs/index.html Mon Jan 23 20:07:44 2012 -0500 +++ b/d/faqs/index.html Mon Jan 23 20:30:38 2012 -0500 @@ -1,8 +1,8 @@ <html><head><title>FAQs / d</title><link rel="stylesheet" href="../_dmedia/bootstrap.css"/><link rel="stylesheet" href="../_dmedia/tango.css"/><link rel="stylesheet/less" type="text/css" href="../_dmedia/style.less"/><script src="../_dmedia/less.js" type="text/javascript"> </script></head><body class="content"> <div class="wrap"> - <header><h1><a href="..">d</a></h1></header><h1 id="faqs">FAQs</h1> -<p>Maybe not "frequently asked", but hopefully these answers will be useful.</p> + <header><h1><a href="..">d</a></h1></header><div class="markdown"> +<h1 id="faqs"><a href="">FAQs</a></h1><p>Maybe not "frequently asked", but hopefully these answers will be useful.</p> <div class="toc"> <ul><li><a href="#should-i-use-d-for-my-project">Should I use d for my project?</a></li> <li><a href="#web-servers-and-file-layout">Web Servers and File Layout</a><ul><li><a href="#do-i-need-to-do-anything-special-with-my-webserver">Do I need to do anything special with my webserver?</a></li> @@ -115,6 +115,7 @@ <p>No, use a different tool.</p> <h3 id="can-i-make-a-theme-for-d">Can I make a "theme" for d?</h3> <p>No, use a different tool.</p> + </div> <footer><p>Created by <a href="http://stevelosh.com">Steve Losh</a>. Inspired by <a href="http://stevelosh.com/projects/t/">t</a>.</p> <script type="text/javascript"> var _gauges = _gauges || []; diff -r 270d9449963a -r ec2e3d84384e d/index.html --- a/d/index.html Mon Jan 23 20:07:44 2012 -0500 +++ b/d/index.html Mon Jan 23 20:30:38 2012 -0500 @@ -23,6 +23,7 @@ obtuse markup, or multiple output formats.</p> <p>Make some Markdown files. Run <code>d</code>. Move on.</p> <p><code>d</code> is open source on <a href="http://bitbucket.org/sjl/d">BitBucket</a> and <a href="http://github.com/sjl/d">GitHub</a>. It's MIT/X11 licensed.</p><h2>Table of Contents</h2><ol class="toc"><li><a href="installation/">Installation</a></li><li><a href="usage/">Usage</a></li><li><a href="customization/">Customization</a></li><li><a href="faqs/">FAQs</a></li></ol> + </div> <footer><p>Created by <a href="http://stevelosh.com">Steve Losh</a>. Inspired by <a href="http://stevelosh.com/projects/t/">t</a>.</p> <script type="text/javascript"> var _gauges = _gauges || []; diff -r 270d9449963a -r ec2e3d84384e d/installation/index.html --- a/d/installation/index.html Mon Jan 23 20:07:44 2012 -0500 +++ b/d/installation/index.html Mon Jan 23 20:30:38 2012 -0500 @@ -1,18 +1,8 @@ -<!DOCTYPE html> -<html> - <head> - <title>Installation / d</title> - <link rel="stylesheet" href="../_dmedia/bootstrap.css"/> - <link rel="stylesheet" href="../_dmedia/tango.css"/> - <link rel="stylesheet/less" type="text/css" href="../_dmedia/style.less"> - <script src="../_dmedia/less.js" type="text/javascript"> - </script> - </head> - <body class="content"> +<html><head><title>Installation / d</title><link rel="stylesheet" href="../_dmedia/bootstrap.css"/><link rel="stylesheet" href="../_dmedia/tango.css"/><link rel="stylesheet/less" type="text/css" href="../_dmedia/style.less"/><script src="../_dmedia/less.js" type="text/javascript"> + </script></head><body class="content"> <div class="wrap"> - <header><h1><a href="..">d</a></h1></header> -<h1 id="installation">Installation</h1> -<p>You just need Python and <code>pip</code>:</p> + <header><h1><a href="..">d</a></h1></header><div class="markdown"> +<h1 id="installation"><a href="">Installation</a></h1><p>You just need Python and <code>pip</code>:</p> <div class="codehilite"><pre>pip install d </pre></div> @@ -23,6 +13,7 @@ <p><code>d</code> uses Markdown, Pygments, and Pyquery to do some of the heavy lifting.</p> + </div> <footer><p>Created by <a href="http://stevelosh.com">Steve Losh</a>. Inspired by <a href="http://stevelosh.com/projects/t/">t</a>.</p> <script type="text/javascript"> var _gauges = _gauges || []; @@ -36,7 +27,5 @@ var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(t, s); })(); -</script></footer> - </div> - </body> -</html> +</script></footer></div> + </body></html> \ No newline at end of file diff -r 270d9449963a -r ec2e3d84384e d/usage/index.html --- a/d/usage/index.html Mon Jan 23 20:07:44 2012 -0500 +++ b/d/usage/index.html Mon Jan 23 20:30:38 2012 -0500 @@ -1,8 +1,8 @@ <html><head><title>Usage / d</title><link rel="stylesheet" href="../_dmedia/bootstrap.css"/><link rel="stylesheet" href="../_dmedia/tango.css"/><link rel="stylesheet/less" type="text/css" href="../_dmedia/style.less"/><script src="../_dmedia/less.js" type="text/javascript"> </script></head><body class="content"> <div class="wrap"> - <header><h1><a href="..">d</a></h1></header><h1 id="usage">Usage</h1> -<p><code>d</code> is designed to be easy and intuitive to use. Here's a whirlwind tour that + <header><h1><a href="..">d</a></h1></header><div class="markdown"> +<h1 id="usage"><a href="">Usage</a></h1><p><code>d</code> is designed to be easy and intuitive to use. Here's a whirlwind tour that will get you up and running in five minutes.</p> <div class="toc"> <ul><li><a href="#basic-flow">Basic Flow</a></li> @@ -112,6 +112,7 @@ <span class="cp">...</span> </pre></div> + </div> <footer><p>Created by <a href="http://stevelosh.com">Steve Losh</a>. Inspired by <a href="http://stevelosh.com/projects/t/">t</a>.</p> <script type="text/javascript"> var _gauges = _gauges || [];