Logs for #nikola for 2015-05-16

06:34:42 <ChrisWarrick> Aeyoun: because you named it config.py.sample and not conf.py.sample
06:37:11 -GitHub[plugins]:#nikola- [plugins] Kwpolska pushed 2 new commits to master: http://git.io/vUj2t
06:37:11 -GitHub[plugins]:#nikola- plugins/master 2a0fbd5 Chris Warrick: use static navbar...
06:37:11 -GitHub[plugins]:#nikola- plugins/master fc5dc02 Chris Warrick: config.py.sample → conf.py.sample...
06:37:25 -GitHub[plugins]:#nikola- [plugins] Kwpolska deleted irclogs-linker at 9415e14: http://git.io/vUj2Y
06:39:45 -GitHub[plugins]:#nikola- [plugins] Kwpolska created revert-80-irclogs-linker (+1 new commit): http://git.io/vUj2w
06:39:45 -GitHub[plugins]:#nikola- plugins/revert-80-irclogs-linker 2e588e9 Chris Warrick: Revert "irclogs clickable links"
06:40:02 -GitHub[plugins]:#nikola- [plugins] Kwpolska created irclogs-linker at 9415e14 (+0 new commits): http://git.io/vUj2P
06:42:40 -GitHub[plugins]:#nikola- [plugins] Kwpolska deleted revert-80-irclogs-linker at 2e588e9: http://git.io/vUj2b
06:42:47 <travis-ci> [PLUGINS] getnikola/plugins#625 (master - 51968d7 : Chris Warrick): The build passed.
06:42:47 <travis-ci> [PLUGINS] Change view: https://github.com/getnikola/plugins/compare/fc5dc0234a33...51968d7258fe
06:42:47 <travis-ci> [PLUGINS] Build details: http://travis-ci.org/getnikola/plugins/builds/62798612
06:43:34 <travis-ci> [PLUGINS] getnikola/plugins#624 (master - fc5dc02 : Chris Warrick): The build passed.
06:43:34 <travis-ci> [PLUGINS] Change view: https://github.com/getnikola/plugins/compare/9cbfa5e09495...fc5dc0234a33
06:43:34 <travis-ci> [PLUGINS] Build details: http://travis-ci.org/getnikola/plugins/builds/62798603
06:44:56 <travis-ci> [PLUGINS] getnikola/plugins#626 (revert-80-irclogs-linker - 2e588e9 : Chris Warrick): The build has errored.
06:44:56 <travis-ci> [PLUGINS] Change view: https://github.com/getnikola/plugins/commit/2e588e910723
06:44:56 <travis-ci> [PLUGINS] Build details: http://travis-ci.org/getnikola/plugins/builds/62798669
06:45:37 <travis-ci> [PLUGINS] getnikola/plugins#627 (irclogs-linker - 9415e14 : Daniel Aleksandersen): The build passed.
06:45:37 <travis-ci> [PLUGINS] Change view: https://github.com/getnikola/plugins/compare/irclogs-linker
06:45:37 <travis-ci> [PLUGINS] Build details: http://travis-ci.org/getnikola/plugins/builds/62798687
06:52:22 -GitHub[plugins]:#nikola- [plugins] Kwpolska pushed 1 new commit to master: http://git.io/vUjVe
06:52:22 -GitHub[plugins]:#nikola- plugins/master 75a0bb0 Chris Warrick: irclogs: match against whitespace...
06:56:10 <travis-ci> [PLUGINS] getnikola/plugins#628 (master - 75a0bb0 : Chris Warrick): The build passed.
06:56:10 <travis-ci> [PLUGINS] Change view: https://github.com/getnikola/plugins/compare/51968d7258fe...75a0bb08462f
06:56:10 <travis-ci> [PLUGINS] Build details: http://travis-ci.org/getnikola/plugins/builds/62799158
07:59:11 <gour> hmm...footnotes in asciidoc do not work...let me try with rst
08:03:00 <gour> with rst it works - i had to convert with pandoc from asciidoc --> docbook --> rst
08:03:39 <gour> any idea why footnotes might not work, although converting stand-alone doc --> html renders footnotes
08:04:23 -GitHub[nikola]:#nikola- [nikola] Kwpolska created fix-galleries-for-translations (+1 new commit): http://git.io/vUjS6
08:04:23 -GitHub[nikola]:#nikola- nikola/fix-galleries-for-translations aab2684 Chris Warrick: fix #1726 -- global gallery images...
08:04:35 -GitHub[nikola]:#nikola- [nikola] Kwpolska opened pull request #1727: fix #1726 -- global gallery images (master...fix-galleries-for-translations) http://git.io/vUjSP
08:07:54 <gour_> let me check how does hugo perform here...
08:17:25 -travis-ci:#nikola- getnikola/nikola#5040 (fix-galleries-for-translations - aab2684 : Chris Warrick): The build passed.
08:17:26 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/commit/aab268419914
08:17:26 -travis-ci:#nikola- Build details: http://travis-ci.org/getnikola/nikola/builds/62802399
08:17:29 <ChrisWarrick> gour: they might not be configured in your parser, or you might be using invalid syntax
08:17:50 <ChrisWarrick> gour: nobody here knows anything about asciidoc, we recommend using a fully supported input format (html or rest) instead
08:19:14 <gour> ChrisWarrick: well, asciidoc posts in nikola are processed by the same tool - asciidoctor - and when i'm running it on stand-alone post footnotes are rendered while not in nikola
08:19:24 <ChrisWarrick> gour: you might be using different config
08:20:12 <gour> i understand rst is 1st class citizen, but ability to use asciidoc is important issue for me, iow. i'd prefer not having to 'change gears' when writing posts for ssg
08:21:07 <ChrisWarrick> gour: look at how the plugin executes `asciidoc`, how files in cache/ look, if you are using the same verison of the tool…
08:23:11 <ChrisWarrick> gour: we use -s (hide header and footer), maybe this is at fault
08:23:32 <gour> hugo renders them using the same (version) tool
08:23:38 <gour> let me inspect nikola...
08:25:14 * ChrisWarrick is installing asciidoctor
08:27:03 <gour> it works now...asciidoc plugin was not up-to-date in that site
08:27:34 <ChrisWarrick> there
08:48:11 -GitHub[nikola]:#nikola- [nikola] Kwpolska pushed 1 new commit to master: http://git.io/vUjAO
08:48:11 -GitHub[nikola]:#nikola- nikola/master 88238ce Chris Warrick: update jquery...
08:55:21 -travis-ci:#nikola- getnikola/nikola#5042 (master - 88238ce : Chris Warrick): The build passed.
08:55:21 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/83c82544b5f9...88238ce1ec2e
08:55:22 -travis-ci:#nikola- Build details: http://travis-ci.org/getnikola/nikola/builds/62804267
09:57:44 -GitHub[themes]:#nikola- [nikola-themes] Kwpolska pushed 3 new commits to master: http://git.io/vTeYK
09:57:44 -GitHub[themes]:#nikola- nikola-themes/master 07ca56b Chris Warrick: static navbar...
09:57:44 -GitHub[themes]:#nikola- nikola-themes/master f9f88ca Chris Warrick: add Atom to bootstrap3-gradients...
09:57:44 -GitHub[themes]:#nikola- nikola-themes/master 0710402 Chris Warrick: bs3 update...
10:48:33 -GitHub[nikola]:#nikola- [nikola] Kwpolska pushed 1 new commit to master: http://git.io/vTe4R
10:48:34 -GitHub[nikola]:#nikola- nikola/master 046002a Chris Warrick: update docs for #1720
11:02:15 -travis-ci:#nikola- getnikola/nikola#5043 (master - 046002a : Chris Warrick): The build passed.
11:02:16 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/88238ce1ec2e...046002a14747
11:02:16 -travis-ci:#nikola- Build details: http://travis-ci.org/getnikola/nikola/builds/62810442
18:15:24 <ChrisWarrick> ralsina: I think we have to get rid of some tutorials here: https://getnikola.com/documentation.html — they use v6-style configs and mislead people
18:15:43 <ChrisWarrick> ralsina: https://twitter.com/usethespacebar/status/599638374174040064