00:12:31 <remote> hi 00:44:08 -GitHub[nikola]:#nikola- [nikola] s8321414 closed pull request #2503: Add zh_TW translation. (master...translation) https://git.io/vi779 11:47:45 <ToApolytoXaos> greetings folks. 11:56:07 <ralsina> morning ToApolytoXaos 11:56:23 <ToApolytoXaos> good afternoon from my side ^_^ 12:09:23 <ToApolytoXaos> ralsina: last night I have tried to interrupt user input while creating new post and got this http://pastebin.com/xiuDjcq4 12:09:46 <ToApolytoXaos> is it really necessary for the user to get all this information since he or she intentionally interrupted user input? 13:28:18 <ChrisWarrick> ToApolytoXaos: blame Python 13:28:29 <ChrisWarrick> we could catch KeyboardInterrupt if we really didn't want it 13:38:01 <ToApolytoXaos> I see 14:08:37 -GitHub[nikola]:#nikola- [nikola] Kwpolska pushed 1 new commit to master: https://git.io/vibmS 14:08:37 -GitHub[nikola]:#nikola- nikola/master 001f464 Chris Warrick: Add zh_TW locale by Po-Wen Chi... 14:12:04 -travis-ci:#nikola- getnikola/nikola#7593 (master - 001f464 : Chris Warrick): The build was broken. 14:12:05 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/2fa91d89c016...001f464f74d1 14:12:05 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/162210047 14:19:47 -GitHub[nikola]:#nikola- [nikola] Kwpolska pushed 1 new commit to master: https://git.io/vibOI 14:19:47 -GitHub[nikola]:#nikola- nikola/master ee16fd7 Chris Warrick: Missing commas... 14:26:00 -travis-ci:#nikola- getnikola/nikola#7594 (master - ee16fd7 : Chris Warrick): The build was fixed. 14:26:01 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/001f464f74d1...ee16fd786734 14:26:03 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/162213684 16:15:44 -GitHub[sites]:#nikola- [nikola-users] Kwpolska pushed 2 new commits to master: https://git.io/vib2n 16:15:44 -GitHub[sites]:#nikola- nikola-users/master 5daca32 Chris Warrick: Fix link to checker script... 16:15:44 -GitHub[sites]:#nikola- nikola-users/master f3d826c Chris Warrick: Use a different e-mail for notifications because Zoho hates me... 16:34:16 <Guest31495> gotta go teach in a few minutes, but I'll try as soon as I return. Here's the thing: say I have a .tex file. I have pandoc installed, setup as ("posts/*.tex", "posts", "post.tmpl"), 16:34:32 <Guest31495> in POSTS and "pandoc": ('.tex',), in COMPILERS 16:35:03 <Guest31495> and it works fine. but then... the metadata is the problem 16:37:11 <Guest31495> the metadata slugs get pasted on top of the tex as in : http://imgur.com/a/ml5Ao 16:37:37 <Guest31495> and then when posts are built, they show up as http://imgur.com/a/UFh34 16:37:48 <Guest31495> the metadata is not used but shown as part of the page 16:37:51 <Guest31495> any idea? 16:38:46 <Guest31495> may be related to https://github.com/getnikola/nikola/issues/1425 17:21:15 <ChrisWarrick> drini: First off, are you sure you want to use TeX for Nikola input? 17:22:23 <ChrisWarrick> drini: Either way, you need Pandoc to output a HTML comment like the one it puts in your .tex file. Hopefully, you can achieve that by prefixing lines with % — and if you can’t, use a separate meta file 20:46:13 <KwBot> [nikola] leonardder opened issue #2507: Set title for blog index https://github.com/getnikola/nikola/issues/2507 21:26:38 <ToApolytoXaos> inside handbook.txt I see .. code:: console and .. code:: restructuredtext. Is there a list with what syntax highlights code support?