Logs for #nikola for 2015-05-07

06:10:59 <gour> morning
06:13:08 <gour> since hugo has experimental reST support i did play a bit with it - simple doc worked, but then I tried Pandoc's README and there were tons of problems. interestingly reading rst2htm(5) on the same file produces lot of problem as well and finally i tried that file with Nikola. same/similar thing, so i wonder why do both rst2html & nikola fail with, i supposed, standard reST file?
06:13:27 <gour> ok, it's a bit large, but that's the point of using rst over md
06:17:06 <gour> the file is here: http://pandoc.org/demo/README
06:19:34 <gour> there is also PythonAction Error produced when attempt to process is attempted
07:20:53 <gour> ahh, it seems i was using pandoc' markup and not rest :-(
07:32:07 <gour> using it with pandoc renders perfectly
08:03:36 <gour> pandoc renders its sample user guide better than using 'built-in' rst support
08:04:00 <gour> though one thing is certain: rst is the king over asciidoc
12:01:12 <ChrisWarrick> gour: nikola uses the same parser as rst2html under the hood; on the contrary, pandoc has its own parser written in haskell — and it is not guaranteed to have identical output
12:04:31 <Aeyoun> Would anyone else be interested in showing related (by tag) or newest posts on post pages?
12:07:48 <ChrisWarrick> Aeyoun: you would have to do it in JSON
12:07:55 <ChrisWarrick> in JS using the JSON tag cloud*
12:08:15 <Aeyoun> ChrisWarrick: I used the atom feeds
12:08:30 <ChrisWarrick> Aeyoun: how?
12:08:54 <Aeyoun> https://www.irccloud.com/pastebin/0OmlExlw/prototype
12:09:25 <Aeyoun> ChrisWarrick: xmlHttpRequest (aka. Ajax) is named "xml" for a reason … :)
12:10:12 <Aeyoun> change "/index.atom" to eg. "/categories/dogs.atom" to load other posts tagged with dogs.
14:01:22 <Aeyoun> added "new post" (excluding current URL from the list, of course) to the bottom of my posts. https://www.aeyoun.com/posts/2015-drmday-change-purchase-button.html
14:03:32 <Aeyoun> https://www.aeyoun.com/assets/js/newposts.js
18:48:51 -GitHub[plugins]:#nikola- [plugins] Kwpolska created upgrade_metadata (+1 new commit): http://git.io/vUegD
18:48:51 -GitHub[plugins]:#nikola- plugins/upgrade_metadata 9a2e81d Chris Warrick: add upgrade_metadata, fix getnikola/nikola#1692...
18:49:18 -GitHub[plugins]:#nikola- [plugins] Kwpolska opened pull request #78: add upgrade_metadata, fix getnikola/nikola#1692 (master...upgrade_metadata) http://git.io/vUe2v
19:37:51 <travis-ci> [PLUGINS] getnikola/plugins#605 (upgrade_metadata - 9a2e81d : Chris Warrick): The build failed.
19:37:51 <travis-ci> [PLUGINS] Change view: https://github.com/getnikola/plugins/commit/9a2e81d7dc0c
19:37:51 <travis-ci> [PLUGINS] Build details: http://travis-ci.org/getnikola/plugins/builds/61663558
23:38:38 <xjjk> Aeyoun: greetings! I pinged you on Twitter the other day about your theme
23:42:07 -GitHub[nikola]:#nikola- [nikola] ralsina force-pushed smarter-CDN from 2f5743b to 39ea3b6: http://git.io/vUf4C
23:42:07 -GitHub[nikola]:#nikola- nikola/smarter-CDN 20059aa Roberto Alsina: cdnjs data
23:42:07 -GitHub[nikola]:#nikola- nikola/smarter-CDN 08f907b Roberto Alsina: filter CDN-able files into separate lists
23:42:07 -GitHub[nikola]:#nikola- nikola/smarter-CDN 012e50b Roberto Alsina: start using dependency injection
23:51:03 -GitHub[nikola]:#nikola- [nikola] ralsina pushed 1 new commit to smarter-CDN: http://git.io/vUfRh
23:51:03 -GitHub[nikola]:#nikola- nikola/smarter-CDN d33c568 Roberto Alsina: move CDN support into core, where it makes more sense