Logs for #nikola for 2015-09-20

01:15:44 <KwBot> [nikola] Carreau opened issue #2102: Bad wheel.  https://github.com/getnikola/nikola/issues/2102
06:22:25 <gour> morning
06:22:42 <gour> is it possible to import WP site and convert it to rst instead of md?
07:16:23 <ChrisWarrick> gour: no
07:16:46 <ChrisWarrick> gour: you would need to use pandoc to do the conversions yourself.  we also recommend wordpress_compiler instead of markdown.
07:19:24 <gour> yeah, md is not great and converting to rst via pandoc was shitty...will try with html after breakfast
07:22:56 <ChrisWarrick> gour: Do you want to ever modify the posts?
07:32:51 <KwBot> [nikola] Kwpolska assigned issue #2102 to Kwpolska: Bad wheel.  https://github.com/getnikola/nikola/issues/2102
07:33:09 <KwBot> [nikola] Kwpolska closed issue #2102: Bad wheel.  https://github.com/getnikola/nikola/issues/2102
07:33:20 -GitHub[nikola]:#nikola- [nikola] Kwpolska pushed 1 new commit to master: http://git.io/vnn8k
07:33:20 -GitHub[nikola]:#nikola- nikola/master 1a4cd48 Chris Warrick: Fix #2102 -- exclude .py[cod] files in MANIFEST.in...
07:52:51 <gour> ChrisWarrick: possibly yes, fixing some typos, small tweakings etc.
07:53:27 <ChrisWarrick> gour: those are small-scale edits; you should just use wordpress_compiler for those posts and edit that
07:53:55 <gour> ok, re-importing now
08:10:07 <gour> ChrisWarrick: do you recommend --transform-to-html or another option with wp compiler?
08:10:22 <ChrisWarrick> gour: this depends on your needs and feelings toward the GPL
08:11:15 <gour> ChrisWarrick: in the long run i plan to convert everything to rst
08:11:36 <gour> it looks there will be lot of manual work to tweak everything
08:12:17 <ChrisWarrick> gour: good luck with that
08:13:06 <gour> 165 posts...build from *.md was taking ~40s
08:13:48 <ChrisWarrick> gour: reST isn’t going to be much faster; HTML is
08:14:22 <gour> well, it's mostly one-time affair so i do not miss hugo's speed :-)
08:20:15 <ChrisWarrick> slow hard drive?
08:24:00 <gour> buffered disk reads says: 128MB/sec, is it slow?
08:25:36 <ChrisWarrick> don’t think so.  large files?
08:26:05 <gour> nope. mostly short posts
08:26:16 <ChrisWarrick> then dunno
08:26:23 <gour> initial build took ~39s
08:26:31 <ChrisWarrick> maybe md really is slow…  whatever, use compile to html via wp compiler
08:27:10 <gour> how is it that wp importer does not do rst?
08:27:52 <ChrisWarrick> gour: Why would it?
08:28:22 <gour> ChrisWarrick: since rst is, afaik, 1st class citizen in Nikola, while md is not
08:28:26 <ChrisWarrick> gour: WordPress usually does HTML with custom garbage, or sometimes markdown (no idea how)
08:28:46 <ChrisWarrick> gour: md is also supported fairly well (In fact,, ralsina_ did the last few release announcements in Markdown)
08:29:59 <gour> moreover, wp import creates {md, meta} pairs instead of having single *.rst :-/
08:39:20 <ChrisWarrick> gour: echo '<!--' > header; echo -e '-->\n' > footer; cat header foo.meta footer foo.md > foo-full.md
08:49:46 <gour> ChrisWarrick: thanks. shouldn't that be default these days?
08:50:06 <ChrisWarrick> gour: that’s just how this works, and we accept both formats equally
08:50:39 <gour> docs says: "Both file formats are supported; however, the new format is preferred, if possible."
08:53:17 <gour> in any case, that's a lesser problem while migrating to nikola
08:53:31 <ChrisWarrick> just leave it be
09:01:46 <gour> problem is that if i import into md, *.md files are actually html files with *.md exension and then conversion to rst is shit
09:01:57 <gour> same if i use wp compiler
09:08:21 <ChrisWarrick> gour: Nobody ever said we do any markdown conversion
09:08:42 <ChrisWarrick> gour: we use the .md format precisely because you can throw random HTML into the mix, and yet we can use some fancier things there
09:12:54 <gour> ChrisWarrick: well, i've feeling that in the past imported *.md files were resembling md more
12:39:40 -GitHub[nikola]:#nikola- [nikola] Kwpolska deleted v7.1.1 at 140ebdf: http://git.io/vncsi
13:15:58 -GitHub[nikola]:#nikola- [nikola] Kwpolska created fix-site-menu (+2 new commits): http://git.io/vncWC
13:15:58 -GitHub[nikola]:#nikola- nikola/fix-site-menu 99759ad Chris Warrick: Add missing escape for author...
13:15:58 -GitHub[nikola]:#nikola- nikola/fix-site-menu e2fb828 Chris Warrick: Fix getnikola/nikola-site#32 -- don’t escape navbar contents...
13:16:38 <KwBot> [nikola-site] Kwpolska closed issue #27: Repeated note on https://getnikola.com/extending.html https://github.com/getnikola/nikola-site/issues/27
13:16:55 <ChrisWarrick> oh, github is not feeling well
13:17:01 <ChrisWarrick> I closed that half an hour ago
13:25:02 -GitHub[nikola]:#nikola- [nikola] Kwpolska opened pull request #2103: Fix site menu (don’t escape HTML in navbar) (master...fix-site-menu) http://git.io/vnc8n
13:37:24 -GitHub[nikola]:#nikola- [nikola] Kwpolska pushed 2 new commits to fix-site-menu: http://git.io/vnc0G
13:37:24 -GitHub[nikola]:#nikola- nikola/fix-site-menu c67ec4e Chris Warrick: Remove leftover escape (navbar dropdown header)...
13:37:24 -GitHub[nikola]:#nikola- nikola/fix-site-menu 602fced Chris Warrick: Remove escapes from author and tag descriptions...
14:07:25 <KwBot> [nikola] onnodb opened issue #2104: Translatable DATE_FORMAT breaks post-list directive https://github.com/getnikola/nikola/issues/2104
14:15:15 <KwBot> [nikola] Kwpolska assigned issue #2104 to Kwpolska: Translatable DATE_FORMAT breaks post-list directive https://github.com/getnikola/nikola/issues/2104
14:18:53 <KwBot> [nikola] Kwpolska closed issue #2104: Translatable DATE_FORMAT breaks post-list directive https://github.com/getnikola/nikola/issues/2104
14:19:14 -GitHub[nikola]:#nikola- [nikola] Kwpolska pushed 1 new commit to master: http://git.io/vncov
14:19:14 -GitHub[nikola]:#nikola- nikola/master 7ab1862 Chris Warrick: Fix #2104 -- fix post-list date formatting...
15:33:41 -GitHub[plugins]:#nikola- [plugins] ralsina closed pull request #118: Search content must change if any file changed. (master...localsearch-content) http://git.io/vnc5b
15:34:07 -GitHub[plugins]:#nikola- [plugins] ralsina deleted localsearch-content at 50be615: http://git.io/vncFg
15:39:20 <ChrisWarrick> wahaha, we’ve got a CV from an Indian woman
15:39:49 <ChrisWarrick> I’ll produce a polite response
15:56:25 <ChrisWarrick> [response image redacted]
16:52:02 -GitHub[nikola]:#nikola- [nikola] Kwpolska pushed 1 new commit to master: http://git.io/vnCLa
16:52:02 -GitHub[nikola]:#nikola- nikola/master a390487 Chris Warrick: Revert "Update requirements-tests.txt"...
18:01:34 <rmariano> Hello
18:03:46 <ChrisWarrick> rmariano: hello!
18:08:28 -travis-ci:#nikola- getnikola/nikola#6433 (fix-site-menu - e2fb828 : Chris Warrick): The build passed.
18:08:29 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/99759ad1fa39^...e2fb828831ba
18:08:29 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/81258263
18:09:12 <rmariano> Hi I'd like to know if there is a sort of "official/cannonical" docker image for nikola
18:09:23 <rmariano> I found some, but not sure about them
18:09:43 <rmariano> If anyone can give me some pointers it'd be great
18:09:56 <rmariano> Otherwise I could try to create one
18:10:35 <ChrisWarrick> rmariano: We don’t have any official image
18:11:25 <rmariano> Ok
18:11:40 <ChrisWarrick> rmariano: this one is unofficial and good: https://github.com/rbrewer123/docker_nikola
18:11:40 <rmariano> ChrisWarrick: thanks!
18:12:06 <rmariano> ChrisWarrick: are you planning to?
18:12:16 <ChrisWarrick> rmariano: see the link above
18:13:04 <ChrisWarrick> ralsina_: should we have an official docker image or not?  (https://github.com/rbrewer123/docker_nikola would be it)
18:13:20 <rmariano> ChrisWarrick: thanks for the link!
18:15:22 -GitHub[nikola]:#nikola- [nikola] Kwpolska opened pull request #2105: [requires.io] dependency update on master branch (master...requires-io-master) http://git.io/vnCEC
18:22:32 -travis-ci:#nikola- getnikola/nikola#6435 (fix-site-menu - 602fced : Chris Warrick): The build passed.
18:22:33 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/e2fb828831ba...602fcede01e1
18:22:33 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/81261608
18:38:58 <ChrisWarrick> KABOOM, we’ve just had our first Python 3.5 build.  It succeeded: https://travis-ci.org/getnikola/nikola/jobs/81267489
18:39:01 -travis-ci:#nikola- getnikola/nikola#6439 (master - a390487 : Chris Warrick): The build passed.
18:39:02 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/7f8debc4b541...a3904874c4dc
18:39:02 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/81267485
18:42:57 <rmariano> ChrisWarrick: congrats! :-)
19:34:02 -GitHub[nikola]:#nikola- [nikola] Aeyoun pushed 6 new commits to feed-previewimage: http://git.io/vnCyB
19:34:02 -GitHub[nikola]:#nikola- nikola/feed-previewimage 8b98798 Daniel Aleksandersen: New option FEED_PREVIEWIMAGE includes post previewimage meta (Issue #2095)...
19:34:02 -GitHub[nikola]:#nikola- nikola/feed-previewimage 0013aac Daniel Aleksandersen: forgot one instance
19:34:02 -GitHub[nikola]:#nikola- nikola/feed-previewimage 87004a5 Daniel Aleksandersen: flake8
19:42:03 -travis-ci:#nikola- getnikola/nikola#6444 (feed-previewimage - b417c82 : Daniel Aleksandersen): The build passed.
19:42:04 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/4c950ac5e52e...b417c821ccde
19:42:04 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/81283691
19:42:15 -GitHub[nikola]:#nikola- [nikola] Aeyoun pushed 1 new commit to master: http://git.io/vnC9P
19:42:15 -GitHub[nikola]:#nikola- nikola/master 24c86aa Daniel Aleksandersen: Merge pull request #2100 from getnikola/feed-previewimage...
19:46:20 -travis-ci:#nikola- getnikola/nikola#6445 (master - 24c86aa : Daniel Aleksandersen): The build passed.
19:46:21 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/a3904874c4dc...24c86aaa1863
19:46:21 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/81284593
19:47:59 <KwBot> [nikola] Aeyoun closed issue #2095: Include meta['previewimage'] in Atom and RSS https://github.com/getnikola/nikola/issues/2095
19:50:22 <KwBot> [nikola] Aeyoun opened issue #2106: output/assets/css/code.css is orphaned? https://github.com/getnikola/nikola/issues/2106
23:10:52 -GitHub[nikola]:#nikola- [nikola] Aeyoun pushed 1 new commit to master: http://git.io/vnWGD
23:10:52 -GitHub[nikola]:#nikola- nikola/master 47de6c4 Daniel Aleksandersen: Strip Atomic whitespace
23:14:40 -travis-ci:#nikola- getnikola/nikola#6446 (master - 47de6c4 : Daniel Aleksandersen): The build passed.
23:14:41 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/24c86aaa1863...47de6c451dc8
23:14:41 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/81307434