Logs for #nikola for 2015-08-21

00:08:42 <polyzen> okay
00:08:57 <polyzen> thank you
03:22:52 -GitHub[plugins]:#nikola- [plugins] humitos pushed 1 new commit to tx3TagCloud: http://git.io/vs4QI
03:22:52 -GitHub[plugins]:#nikola- plugins/tx3TagCloud 7f1c48f Manuel Kaufmann: Put the js function in another .js file
03:23:27 -GitHub[plugins]:#nikola- [plugins] humitos opened pull request #101: Tx3 tag cloud (master...tx3TagCloud) http://git.io/vs4Qn
03:23:52 -travis-ci:#nikola- [PLUGINS] getnikola/plugins#731 (tx3TagCloud - 7f1c48f : Manuel Kaufmann): The build is still failing.
03:23:53 -travis-ci:#nikola- [PLUGINS] Change view: https://github.com/getnikola/plugins/compare/4a5b11612f55...7f1c48f838a6
03:23:53 -travis-ci:#nikola- [PLUGINS] Build details: https://travis-ci.org/getnikola/plugins/builds/76569762
04:41:26 <Daemoen> superfly, ralsina:  I was afraid someone was going to say that, lol  (re:  opening submenu item via _blank)
10:13:30 <Svedrin> hi. I've been using nikola for quite a while now and I really like it, good work :)
10:14:23 <Svedrin> I'm currently trying to use the :math: directives, but nikola doesn't seem to include the javascript that loads mathjax, so the formulas don't get rendered
10:15:01 <Svedrin> do I need to configure anything?
10:15:38 <Svedrin> the handbook looks like it should just work
10:31:14 <ralsina> Svedrin: Add the mathjax tag to your post/page and it should just work
10:41:57 <ralsina> Svedrin: now that you mention it, I don't know why it's working in the handbook :-)
10:42:13 <Svedrin> ralsina, that worked, thanks :)
10:42:43 <ralsina> Hahaha, it DOESN'T WORK IN OUR OWN HANDBOOK
10:42:50 * ralsina fixes later
10:43:29 <Svedrin> heh
10:43:42 <Svedrin> well then, glad I asked :)
10:44:26 -GitHub[nikola]:#nikola- [nikola] ralsina pushed 1 new commit to master: http://git.io/vsR2l
10:44:26 -GitHub[nikola]:#nikola- nikola/master 8d87914 Roberto Alsina: Make the math example work
10:45:21 -GitHub[site]:#nikola- [nikola-site] ralsina pushed 1 new commit to master: http://git.io/vsR2x
10:45:21 -GitHub[site]:#nikola- nikola-site/master e567bd4 Roberto Alsina: make math example work
10:47:28 <ralsina> there, that should work once the CDN wakes up
10:47:39 <ralsina> thanks Svedrin!
10:48:02 <Svedrin> not a problem :)
10:50:23 -travis-ci:#nikola- getnikola/nikola#5994 (master - 8d87914 : Roberto Alsina): The build passed.
10:50:24 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/7c954283bc89...8d879148e34f
10:50:24 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/76611120
14:45:37 -GitHub[nikola]:#nikola- [nikola] ralsina pushed 1 new commit to fix-1939: http://git.io/vs0pB
14:45:37 -GitHub[nikola]:#nikola- nikola/fix-1939 1e65556 Roberto Alsina: foo
14:45:42 <awolf2> Hi folks!  I am using .rst posts and working on a custom theme.  Can I have multiline metadata?
14:50:50 <ChrisWarrick> awolf2: no, we don’t support that.  Sorry.  What are you trying to accomplish?
14:52:06 <awolf2> I'm trying to migrate from a homegrown static site generator.  I think I might be able to mirror the feature with includes.
14:52:58 <ChrisWarrick> awolf2: what feature is it, exactly?
14:53:14 <awolf2> One moment, let me look for a good example.
14:53:52 <awolf2> Hmm, I can't get to it from this system, but one example is custom teasers.
14:54:21 <awolf2> In this homegrown static site generator I'm trying to replace, we could put arbitrary markdown/rst in a metadata field, and it was used as a custom teaser.
14:55:53 <awolf2> The big one, though, will be structured data with multiple views.  I could use some help figuring out if I can get Nikola to do this.
14:56:41 <awolf2> We do a lot of tutorials, so we have a way to have a tutorial defined, which has a bunch of steps, and we generate a page that has all the steps, as well as a step-by-step series of pages.
14:57:08 <awolf2> Any idea how to emulate/replace something like that?
14:58:03 <awolf2> If the answer is "You'll need a custom plugin" or something, I'm completely fine with that, but if the answer is "aaah that's a horrible idea please go away"... :)
14:58:38 <ChrisWarrick> You’ll need a custom plugin, which would compile a custom format into pages… this might not be easy
14:58:49 <awolf2> Drats.
14:59:14 -travis-ci:#nikola- getnikola/nikola#5995 (fix-1939 - 1e65556 : Roberto Alsina): The build has errored.
14:59:15 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/1a819018063e...1e65556e9af4
14:59:15 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/76644011
14:59:37 <awolf2> I started in Pelican, and then ended up just doing Flask+Jinja2+FrozenFlask+a bunch of custom code
15:01:42 <ChrisWarrick> Actually, your includes idea could be a simple way to handle the tutorials.
15:02:43 <ChrisWarrick> For custom teasers, you could do something hacky like throwing a JSON string with raw HTML at a metadata variable.  Sadly, our metadata reading is a simple line-by-line regex.
15:05:37 <awolf2> I'm going to roll the structured data thing around in my head for a bit.
15:06:20 <ChrisWarrick> Could you accomplish something better with the teasers in Pelican?  In other words, can :fields: be multiline?
15:07:51 <awolf2> I'm not sure, the teasers is actually just something that happened "for free" when I added the structured data in my personal generator
15:08:01 <awolf2> (which I'm trying to retire.)
15:13:27 <ChrisWarrick> oh, he’s gone
15:15:23 <ChrisWarrick> KwBot: tell awolf2 field lists could help with your custom metadata, but we haven’t implemented that yet…  That would be https://github.com/getnikola/nikola/issues/1923
15:15:23 <KwBot> ChrisWarrick: acknowledged.
15:33:20 -GitHub[nikola]:#nikola- [nikola] ralsina pushed 3 new commits to fix-1939: http://git.io/vsEsc
15:33:20 -GitHub[nikola]:#nikola- nikola/fix-1939 8af03ce Roberto Alsina: Merge branch 'master' into fix-1939
15:33:20 -GitHub[nikola]:#nikola- nikola/fix-1939 24a45e1 Roberto Alsina: Fix #1939
15:33:20 -GitHub[nikola]:#nikola- nikola/fix-1939 4dcc600 Roberto Alsina: updated changelog
15:33:40 -GitHub[nikola]:#nikola- [nikola] ralsina opened pull request #1960: Rewrite srcset links,  Fix #1939 (master...fix-1939) http://git.io/vsEsB
15:37:42 -travis-ci:#nikola- getnikola/nikola#5996 (fix-1939 - 4dcc600 : Roberto Alsina): The build failed.
15:37:43 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/1e65556e9af4...4dcc6002ff20
15:37:43 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/76652257
15:39:42 -GitHub[nikola]:#nikola- [nikola] ralsina pushed 1 new commit to fix-1939: http://git.io/vsEZA
15:39:42 -GitHub[nikola]:#nikola- nikola/fix-1939 fb6a784 Roberto Alsina: pep257
15:44:31 -travis-ci:#nikola- getnikola/nikola#5998 (fix-1939 - fb6a784 : Roberto Alsina): The build was fixed.
15:44:32 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/4dcc6002ff20...fb6a7848c409
15:44:32 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/76653187
16:10:51 <ralsina> Aeyoun: ping
16:11:17 <ralsina> Aeyoun: I did a branch for the srcset thing you opened, if you can review it it will be in today's release, otherwise it will be in next one.
16:12:46 <Aeyoun> ralsina: Cool. Give me half an hour for the ibuprofen to kick in. Headache. Will have it done within the hour.
16:12:59 <ralsina> Aeyoun: awesome, thx
18:06:48 -GitHub[plugins]:#nikola- [plugins] Kwpolska pushed 1 new commit to master: http://git.io/vsuOL
18:06:48 -GitHub[plugins]:#nikola- plugins/master de2a602 Chris Warrick: Merge pull request #101 from getnikola/tx3TagCloud...
18:08:05 -travis-ci:#nikola- [PLUGINS] getnikola/plugins#733 (master - de2a602 : Chris Warrick): The build was broken.
18:08:06 -travis-ci:#nikola- [PLUGINS] Change view: https://github.com/getnikola/plugins/compare/2a95cc21d996...de2a60235f9c
18:08:06 -travis-ci:#nikola- [PLUGINS] Build details: https://travis-ci.org/getnikola/plugins/builds/76676470
18:13:25 -GitHub[plugins]:#nikola- [plugins] Kwpolska pushed 1 new commit to master: http://git.io/vsusr
18:13:25 -GitHub[plugins]:#nikola- plugins/master 63ac9a4 Chris Warrick: Fix tests...
18:14:47 -travis-ci:#nikola- [PLUGINS] getnikola/plugins#734 (master - 63ac9a4 : Chris Warrick): The build is still failing.
18:14:48 -travis-ci:#nikola- [PLUGINS] Change view: https://github.com/getnikola/plugins/compare/de2a60235f9c...63ac9a474c99
18:14:48 -travis-ci:#nikola- [PLUGINS] Build details: https://travis-ci.org/getnikola/plugins/builds/76677450
18:19:02 -GitHub[plugins]:#nikola- [plugins] ralsina deleted tx3TagCloud at 7f1c48f: http://git.io/vsune
19:52:23 <Aeyoun> ralsina: sorry, feel asleep. Feeling worse than I though earlier. Going for an evening walk and will look at the branch when I’m back in again.
19:52:46 <ralsina> Aeyoun: don't worry I'll do the release later on :-)
21:15:01 -GitHub[nikola]:#nikola- [nikola] ralsina pushed 1 new commit to fix-1939: http://git.io/vszBB
21:15:01 -GitHub[nikola]:#nikola- nikola/fix-1939 a987c7c Roberto Alsina: spaces broke URLs
21:19:36 -travis-ci:#nikola- getnikola/nikola#6000 (fix-1939 - a987c7c : Roberto Alsina): The build was broken.
21:19:37 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/fb6a7848c409...a987c7c9c4ce
21:19:37 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/76702697
21:20:51 -GitHub[nikola]:#nikola- [nikola] ralsina pushed 1 new commit to fix-1939: http://git.io/vsz0y
21:20:51 -GitHub[nikola]:#nikola- nikola/fix-1939 8e00835 Roberto Alsina: oops
21:25:22 -travis-ci:#nikola- getnikola/nikola#6002 (fix-1939 - 8e00835 : Roberto Alsina): The build was fixed.
21:25:23 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/a987c7c9c4ce...8e0083526c6d
21:25:23 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/76703554
22:13:58 <Aeyoun> ralsina: good to go. :) Thanks for fixing this. Much more elegant than my discarded attempt.
22:14:11 <ralsina> Aeyoun: thanks!
22:14:19 <ralsina> Aeyoun: if lxml ever learns about srcset it will brak  tho
22:14:23 <ralsina> break*
22:14:55 <Aeyoun> lxml doesn’t ever change, does it? it seems as ancient as the Earth itself.
22:33:31 <KwBot> [nikola] ralsina closed issue #1939: srcset not respecting URL_TYPE option https://github.com/getnikola/nikola/issues/1939
22:33:43 -GitHub[nikola]:#nikola- [nikola] Aeyoun pushed 1 new commit to master: http://git.io/vsz7j
22:33:43 -GitHub[nikola]:#nikola- nikola/master 2b9b86a Daniel Aleksandersen: Merge pull request #1960 from getnikola/fix-1939...
22:41:22 -GitHub[nikola]:#nikola- [nikola] polyzen opened pull request #1961: use https where appropriate (master...httpsallthethings) http://git.io/vszd6
22:59:47 <polyzen> hmm what https://travis-ci.org/getnikola/nikola/jobs/76713565
23:00:02 <polyzen> AssertionError: Unexplained diff for the invariance test.
23:01:35 <polyzen> ah https://github.com/getnikola/nikola/pull/1834#issuecomment-113790069