Logs for #nikola for 2016-05-22

01:01:31 <piem> hi! is there a way i can have next/prev links splitted by sections? 
07:53:44 -GitHub[nikola]:#nikola- [nikola] felixfontein created fix-messages-inheritance (+1 new commit): https://git.io/vr2gl
07:53:44 -GitHub[nikola]:#nikola- nikola/fix-messages-inheritance a36955d Felix Fontein: Fixing #2347.
07:54:14 -GitHub[nikola]:#nikola- [nikola] felixfontein opened pull request #2348: Fixing #2347. (master...fix-messages-inheritance) https://git.io/vr2g8
07:57:55 -GitHub[nikola]:#nikola- [nikola] Kwpolska pushed 1 new commit to fix-messages-inheritance: https://git.io/vr2g2
07:57:55 -GitHub[nikola]:#nikola- nikola/fix-messages-inheritance 221d566 Chris Warrick: Update changelog for #2347...
07:59:20 -travis-ci:#nikola- getnikola/nikola#7116 (fix-messages-inheritance - a36955d : Felix Fontein): The build passed.
07:59:21 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/commit/a36955d7dc5f
07:59:21 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/132034171
14:43:30 <KwBot> [nikola] Kwpolska closed issue #2347: Problems with multiple languages in theme hierarchy with partial message files https://github.com/getnikola/nikola/issues/2347
14:43:44 -GitHub[nikola]:#nikola- [nikola] Kwpolska deleted fix-messages-inheritance at 221d566: https://git.io/vr2DX
14:49:45 -travis-ci:#nikola- getnikola/nikola#7118 (master - da5e94c : Chris Warrick): The build passed.
14:49:46 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/fe62b9b32015...da5e94cfa691
14:49:46 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/132080378
14:49:48 -GitHub[nikola]:#nikola- [nikola] felixfontein force-pushed earlytask_impl from 71a57c4 to 0c9302f: https://git.io/zEQY8Q
14:49:48 -GitHub[nikola]:#nikola- nikola/earlytask_impl f101d01 Felix Fontein: Split tasks into stages, with three (four) default stages: EarlyTask, Task and LateTask....
14:49:48 -GitHub[nikola]:#nikola- nikola/earlytask_impl f5f2e6f Felix Fontein: Setting doit minimal version....
14:49:48 -GitHub[nikola]:#nikola- nikola/earlytask_impl bcf7116 Felix Fontein: Added support for target regexes.
15:00:00 -travis-ci:#nikola- getnikola/nikola#7120 (earlytask_impl - 0c9302f : Felix Fontein): The build passed.
15:00:01 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/71a57c4dac49...0c9302f602f4
15:00:01 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/132081320
15:41:34 <piem> hi all. any idea if generating posts from markdown could be made faster?
15:42:29 <piem> it takes ~1.5hours to parse ~2800 posts on my machine. didn't try parallel processing yet, but render_posts seems to take more and more time
15:44:06 <piem> when parsing a large number of posts only that is, with a few dozens it feels really fast
15:52:59 <ChrisWarrick> piem: luckily, you need to do that only once
16:01:38 <piem> ChrisWarrick: i'm have an import script that generates markdown files from old blog posts, and i keep changing that script :-)
16:01:58 <piem> ChrisWarrick: it was noticeably faster when i was using rst
16:02:07 <ChrisWarrick> piem: find a faster markdown compiler?
16:03:01 <piem> right :-)
17:11:29 <[Tritium]> piem: I process 4500 ...mid-sized... markdown files in ~a minute with markdown 2.  With Nikola's machinery, that shouldnt take longer than about 5 minutes.
17:11:43 <[Tritium]> markdown2
17:12:50 <[Tritium]> (...on a core i5 with an ssd...but still)
18:45:16 <ralsina> piem, [Tritium]: the main thing is IO. A SSD will make everything MUCH faster. Also, misaka is supposed to be much faster as well.
21:05:38 <KwBot> [plugins] andredias opened issue #147: Shortcode name conflicts with rest_html5 plugin https://github.com/getnikola/plugins/issues/147