e18a28e88426

d: Update site.
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Tue, 10 Apr 2012 10:16:30 -0400
parents d9cb54f8b173
children e65beb74d9d9
branches/tags (none)
files d/customization/index.html d/faqs/index.html d/index.html d/installation/index.html d/usage/index.html

Changes

--- a/d/customization/index.html	Tue Apr 10 10:15:03 2012 -0400
+++ b/d/customization/index.html	Tue Apr 10 10:16:30 2012 -0400
@@ -27,19 +27,20 @@
 <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>
+            <footer><p>Created by <a href="http://stevelosh.com">Steve Losh</a>.
+Inspired by <a href="http://stevelosh.com/projects/t/">t</a>.</p>
 <p><br/><a id="rochester-made" href="http://rochestermade.com" title="Rochester Made"><img src="http://rochestermade.com/media/images/rochester-made-dark-on-light.png" alt="Rochester Made" title="Rochester Made"/></a></p>
 <script type="text/javascript">
-    var _gauges = _gauges || [];
-    (function() {
-        var t   = document.createElement('script');
-        t.type  = 'text/javascript';
-        t.async = true;
-        t.id    = 'gauges-tracker';
-        t.setAttribute('data-site-id', '4f1df6cb844d521f7b000003');
-        t.src = '//secure.gaug.es/track.js';
-        var s = document.getElementsByTagName('script')[0];
-        s.parentNode.insertBefore(t, s);
-    })();
+  var _gauges = _gauges || [];
+  (function() {
+    var t   = document.createElement('script');
+    t.type  = 'text/javascript';
+    t.async = true;
+    t.id    = 'gauges-tracker';
+    t.setAttribute('data-site-id', '4f843f8c613f5d65280000e6');
+    t.src = '//secure.gaug.es/track.js';
+    var s = document.getElementsByTagName('script')[0];
+    s.parentNode.insertBefore(t, s);
+  })();
 </script></footer></div>
     </body></html>
\ No newline at end of file
--- a/d/faqs/index.html	Tue Apr 10 10:15:03 2012 -0400
+++ b/d/faqs/index.html	Tue Apr 10 10:16:30 2012 -0400
@@ -118,8 +118,7 @@
 <p>Yes, use <a href="https://github.com/alloy/kicker">kicker</a> to watch for changes and run
 <code>d</code>.</p>
 <h3 id="kicker-is-only-for-os-x-what-about-linux">Kicker is only for OS X, what about Linux?</h3>
-<p>I haven't found a tool like kicker for Linux, sorry.</p>
-<p>Let me know if you write one -- I've wanted it for a while now.</p>
+<p><a href="http://exyr.org/2011/inotify-run/">This method</a> works pretty well.</p>
 <h3 id="can-i-write-in-something-other-than-markdown">Can I write in something other than Markdown?</h3>
 <p>No, use a different tool.</p>
 <h3 id="can-i-add-auto-generated-documentation-into-ds-docs">Can I add auto-generated documentation into d's docs?</h3>
@@ -130,19 +129,20 @@
 <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>
+            <footer><p>Created by <a href="http://stevelosh.com">Steve Losh</a>.
+Inspired by <a href="http://stevelosh.com/projects/t/">t</a>.</p>
 <p><br/><a id="rochester-made" href="http://rochestermade.com" title="Rochester Made"><img src="http://rochestermade.com/media/images/rochester-made-dark-on-light.png" alt="Rochester Made" title="Rochester Made"/></a></p>
 <script type="text/javascript">
-    var _gauges = _gauges || [];
-    (function() {
-        var t   = document.createElement('script');
-        t.type  = 'text/javascript';
-        t.async = true;
-        t.id    = 'gauges-tracker';
-        t.setAttribute('data-site-id', '4f1df6cb844d521f7b000003');
-        t.src = '//secure.gaug.es/track.js';
-        var s = document.getElementsByTagName('script')[0];
-        s.parentNode.insertBefore(t, s);
-    })();
+  var _gauges = _gauges || [];
+  (function() {
+    var t   = document.createElement('script');
+    t.type  = 'text/javascript';
+    t.async = true;
+    t.id    = 'gauges-tracker';
+    t.setAttribute('data-site-id', '4f843f8c613f5d65280000e6');
+    t.src = '//secure.gaug.es/track.js';
+    var s = document.getElementsByTagName('script')[0];
+    s.parentNode.insertBefore(t, s);
+  })();
 </script></footer></div>
     </body></html>
\ No newline at end of file
--- a/d/index.html	Tue Apr 10 10:15:03 2012 -0400
+++ b/d/index.html	Tue Apr 10 10:16:30 2012 -0400
@@ -27,20 +27,21 @@
 <p><span class="label important">Warning</span> <code>d</code> is still fairly new.  It probably
 won't eat your data, but I'm not making any promises just yet.</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>
+            <footer><p>Created by <a href="http://stevelosh.com">Steve Losh</a>.
+Inspired by <a href="http://stevelosh.com/projects/t/">t</a>.</p>
 <p><br/><a id='rochester-made' href='http://rochestermade.com' title='Rochester Made'><img src='http://rochestermade.com/media/images/rochester-made-dark-on-light.png' alt='Rochester Made' title='Rochester Made' /></a></p>
 <script type="text/javascript">
-    var _gauges = _gauges || [];
-    (function() {
-        var t   = document.createElement('script');
-        t.type  = 'text/javascript';
-        t.async = true;
-        t.id    = 'gauges-tracker';
-        t.setAttribute('data-site-id', '4f1df6cb844d521f7b000003');
-        t.src = '//secure.gaug.es/track.js';
-        var s = document.getElementsByTagName('script')[0];
-        s.parentNode.insertBefore(t, s);
-    })();
+  var _gauges = _gauges || [];
+  (function() {
+    var t   = document.createElement('script');
+    t.type  = 'text/javascript';
+    t.async = true;
+    t.id    = 'gauges-tracker';
+    t.setAttribute('data-site-id', '4f843f8c613f5d65280000e6');
+    t.src = '//secure.gaug.es/track.js';
+    var s = document.getElementsByTagName('script')[0];
+    s.parentNode.insertBefore(t, s);
+  })();
 </script></footer>
         </div>
     </body>
--- a/d/installation/index.html	Tue Apr 10 10:15:03 2012 -0400
+++ b/d/installation/index.html	Tue Apr 10 10:16:30 2012 -0400
@@ -27,19 +27,20 @@
 <div class="codehilite"><pre><span class="n">export</span> <span class="n">ARCHFLAGS</span><span class="o">=</span><span class="s">"-arch i386 -arch x86_64"</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>
+            <footer><p>Created by <a href="http://stevelosh.com">Steve Losh</a>.
+Inspired by <a href="http://stevelosh.com/projects/t/">t</a>.</p>
 <p><br/><a id="rochester-made" href="http://rochestermade.com" title="Rochester Made"><img src="http://rochestermade.com/media/images/rochester-made-dark-on-light.png" alt="Rochester Made" title="Rochester Made"/></a></p>
 <script type="text/javascript">
-    var _gauges = _gauges || [];
-    (function() {
-        var t   = document.createElement('script');
-        t.type  = 'text/javascript';
-        t.async = true;
-        t.id    = 'gauges-tracker';
-        t.setAttribute('data-site-id', '4f1df6cb844d521f7b000003');
-        t.src = '//secure.gaug.es/track.js';
-        var s = document.getElementsByTagName('script')[0];
-        s.parentNode.insertBefore(t, s);
-    })();
+  var _gauges = _gauges || [];
+  (function() {
+    var t   = document.createElement('script');
+    t.type  = 'text/javascript';
+    t.async = true;
+    t.id    = 'gauges-tracker';
+    t.setAttribute('data-site-id', '4f843f8c613f5d65280000e6');
+    t.src = '//secure.gaug.es/track.js';
+    var s = document.getElementsByTagName('script')[0];
+    s.parentNode.insertBefore(t, s);
+  })();
 </script></footer></div>
     </body></html>
\ No newline at end of file
--- a/d/usage/index.html	Tue Apr 10 10:15:03 2012 -0400
+++ b/d/usage/index.html	Tue Apr 10 10:16:30 2012 -0400
@@ -115,19 +115,20 @@
 <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>
+            <footer><p>Created by <a href="http://stevelosh.com">Steve Losh</a>.
+Inspired by <a href="http://stevelosh.com/projects/t/">t</a>.</p>
 <p><br/><a id="rochester-made" href="http://rochestermade.com" title="Rochester Made"><img src="http://rochestermade.com/media/images/rochester-made-dark-on-light.png" alt="Rochester Made" title="Rochester Made"/></a></p>
 <script type="text/javascript">
-    var _gauges = _gauges || [];
-    (function() {
-        var t   = document.createElement('script');
-        t.type  = 'text/javascript';
-        t.async = true;
-        t.id    = 'gauges-tracker';
-        t.setAttribute('data-site-id', '4f1df6cb844d521f7b000003');
-        t.src = '//secure.gaug.es/track.js';
-        var s = document.getElementsByTagName('script')[0];
-        s.parentNode.insertBefore(t, s);
-    })();
+  var _gauges = _gauges || [];
+  (function() {
+    var t   = document.createElement('script');
+    t.type  = 'text/javascript';
+    t.async = true;
+    t.id    = 'gauges-tracker';
+    t.setAttribute('data-site-id', '4f843f8c613f5d65280000e6');
+    t.src = '//secure.gaug.es/track.js';
+    var s = document.getElementsByTagName('script')[0];
+    s.parentNode.insertBefore(t, s);
+  })();
 </script></footer></div>
     </body></html>
\ No newline at end of file