]> git.quilime.com - plog.git/commitdiff
updated TODO disqus
authorGabriel Dunne <gdunne@quilime.com>
Mon, 9 Jan 2012 04:18:51 +0000 (20:18 -0800)
committerGabriel Dunne <gdunne@quilime.com>
Mon, 9 Jan 2012 04:18:51 +0000 (20:18 -0800)
TODO
templates/single.html.tpl

diff --git a/TODO b/TODO
index 706a6cf5d50fc74c3de76055ab71b0faeba95b28..66546de2d4299c4731440cef88863d6da6108d2d 100644 (file)
--- a/TODO
+++ b/TODO
@@ -4,6 +4,12 @@ TODO
 - prev/next (View)
 - static cache generation (wget? curl?) 
 - update content.sh to give back help if used incorrectly
+- embed comment system. (disqus reduces SEO).
+
+
+new options:
+       (see YAML)
+       permalink
+       published
+
 
-nice things
-- highlight categories from index
\ No newline at end of file
index 4bb5e76bbe12afd51d8bbf269b4c550477f3ff8d..a22307b04ee6cb04133a427808d292607e954bb0 100644 (file)
        <? if ($entry['comments']) : ?>
        <div class="comments">
                
-<div id="disqus_thread"></div>
-<script type="text/javascript">
-    /* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
-    var disqus_shortname = 'quilime'; // required: replace example with your forum shortname
-
-    /* * * DON'T EDIT BELOW THIS LINE * * */
-    (function() {
-        var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
-        dsq.src = 'http://' + disqus_shortname + '.disqus.com/embed.js';
-        (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
-    })();
-</script>
-<noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
+               <div id="disqus_thread"></div>
+               <script type="text/javascript">
+                   /* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
+                   var disqus_shortname = '<?=DISQUS_SHORTNAME?>'; // required: replace example with your forum shortname
 
+                   /* * * DON'T EDIT BELOW THIS LINE * * */
+                   (function() {
+                       var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
+                       dsq.src = 'http://' + disqus_shortname + '.disqus.com/embed.js';
+                       (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
+                   })();
+               </script>
+               <noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
 
        </div>
        <? endif; ?>