Logs for #nikola for 2016-01-18

09:00:14 <KwBot> [nikola] xuhdev opened issue #2217: GitHub deploy: allow source to be in a different respository with the output https://github.com/getnikola/nikola/issues/2217
13:17:15 -GitHub[nikola]:#nikola- [nikola] ralsina created more-shortcode-support (+3 new commits): https://github.com/getnikola/nikola/compare/282c27f8ae44^...c4a8dfd7e2d4
13:17:15 -GitHub[nikola]:#nikola- nikola/more-shortcode-support 282c27f Roberto Alsina: enable shortcodes in rest
13:17:15 -GitHub[nikola]:#nikola- nikola/more-shortcode-support 36e3db4 Roberto Alsina: shortcodes for html and ipynb
13:17:15 -GitHub[nikola]:#nikola- nikola/more-shortcode-support c4a8dfd Roberto Alsina: pandoc
13:17:43 -GitHub[nikola]:#nikola- [nikola] ralsina opened pull request #2218: More shortcode support (master...more-shortcode-support) https://github.com/getnikola/nikola/pull/2218
13:22:50 -travis-ci:#nikola- getnikola/nikola#6822 (more-shortcode-support - c4a8dfd : Roberto Alsina): The build passed.
13:22:51 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/282c27f8ae44^...c4a8dfd7e2d4
13:22:51 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/103105690
13:56:00 <lwarx_> Just upgraded from 7.3.0 to 7.7.4. Opening rendered index.html file from hard disk and clicking on any blog post no longer works. Instead it opens the post using SITE_URL (not the local post file). Is this caused by https://github.com/getnikola/nikola/issues/1922 and local output folder browsing is not supported anymore (nikola serve is the only way)?
14:00:27 <lwarx_> And the second problem is with new url checker. It complains about my favicon. Its path is specified as ("shortcut icon", "link:///favicon.ico", "16x16") and it is available only on my http server.
14:06:45 <lwarx_> Also it would be nice to set the log level (for example via -v switch) to filter NOTICEs during "nikola check"
14:36:15 <vjousse> hi there
14:36:15 <lwarx_> ChrisWarrick: ?
14:36:26 <lwarx_> Hi!
14:36:59 <vjousse> I would like to create epubs from my .md files. What's the best way to do it? Create a PageCompiler plugin?
14:37:49 <vjousse> PageCompiler plugins doesn't seem to suit my needs as I would like to be able to do the conversion from "any format" to -> epub
14:38:06 <vjousse> not sure if I'm clear enough :p
14:38:14 <lwarx_> Not sure about Nikola, but you can use Pandoc to convert Markdown to ePub
14:38:43 <vjousse> sure, I mean, I already do this kind of stuff elsewhere
14:39:06 <vjousse> my question is specific to nikola: how can I integrate that kind of stuff with the plugin system
14:39:40 <vjousse> maybe a Task plugin would be better?
14:40:24 <lwarx_> Sorry, I do not have any experience writing Nikola plugins
14:40:53 <vjousse> ok thanks anyway lwarx_ :-)
14:41:40 <lwarx_> I have some local tasks around Nikola, but I wrapped them into Fabric tasks and invoke before or after "nikola build"
14:42:27 <lwarx_> Basically I do "fab blog" and it invokes "nikola build" and my custom tasks in sequence.
15:17:00 <ChrisWarrick> vjousse: do it outside of Nikola
15:18:43 <ChrisWarrick> lwarx_: (1) we require `nikola serve` or `nikola auto` if you want to play around locally (or disabling the setting that is responisble for the <base> tag). (2) no idea about favicons here, report an issue?
15:19:35 <vjousse> ChrisWarrick: why do you say so?
15:19:43 <ChrisWarrick> vjousse: about which one?
15:20:04 <vjousse> I would like, for every post, to have a downloadable epub version of it
15:20:15 <vjousse> like I already with my current blog system (Mezzanine)
15:20:32 <vjousse> I'm generating the epub file with a python library, that's what I would like to do with nikola
15:21:23 <ChrisWarrick> vjousse: create a task then, look at render_pages and plug your epub thing in
15:22:22 <vjousse> ok thx
15:46:32 <KwBot> [nikola] Kwpolska assigned issue #2217 to Kwpolska: GitHub deploy: allow source to be in a different respository with the output https://github.com/getnikola/nikola/issues/2217
15:46:34 <KwBot> [nikola] Kwpolska closed issue #2217: GitHub deploy: allow source to be in a different respository with the output https://github.com/getnikola/nikola/issues/2217
16:27:36 <KwBot> [nikola] arturoc opened issue #2219: adding local plugins https://github.com/getnikola/nikola/issues/2219
16:46:15 <KwBot> [nikola] arturoc closed issue #2219: adding local plugins https://github.com/getnikola/nikola/issues/2219
22:52:48 -GitHub[nikola]:#nikola- [nikola] felixfontein force-pushed earlytask_impl from 90c2819 to 1e9db9f: https://github.com/getnikola/nikola/commits/earlytask_impl
22:52:48 -GitHub[nikola]:#nikola- nikola/earlytask_impl 7f6d0d9 Felix Fontein: Split tasks into stages, with three (four) default stages: EarlyTask, Task and LateTask....
22:52:48 -GitHub[nikola]:#nikola- nikola/earlytask_impl 5128768 Felix Fontein: Setting doit minimal version....
22:52:48 -GitHub[nikola]:#nikola- nikola/earlytask_impl a262d44 Felix Fontein: Added support for target regexes.
23:51:48 <KwBot> [nikola] felixfontein opened issue #2220: Random rebuilds of files https://github.com/getnikola/nikola/issues/2220