Logs for #nikola for 2015-09-02

01:48:49 -GitHub[plugins]:#nikola- [plugins] ralsina pushed 1 new commit to master: http://git.io/vGKZp
01:48:49 -GitHub[plugins]:#nikola- plugins/master 60a4ea7 Roberto Alsina: Some fixes for https://github.com/getnikola/nikola/issues/1976
01:49:47 -travis-ci:#nikola- [PLUGINS] getnikola/plugins#748 (master - 60a4ea7 : Roberto Alsina): The build is still failing.
01:49:48 -travis-ci:#nikola- [PLUGINS] Change view: https://github.com/getnikola/plugins/compare/49a1760c210b...60a4ea745cfa
01:49:48 -travis-ci:#nikola- [PLUGINS] Build details: https://travis-ci.org/getnikola/plugins/builds/78331386
02:37:15 -GitHub[plugins]:#nikola- [plugins] ralsina pushed 1 new commit to master: http://git.io/vGK02
02:37:15 -GitHub[plugins]:#nikola- plugins/master 763f278 Roberto Alsina: Fix last broken test
02:38:25 -travis-ci:#nikola- [PLUGINS] getnikola/plugins#749 (master - 763f278 : Roberto Alsina): The build was fixed.
02:38:26 -travis-ci:#nikola- [PLUGINS] Change view: https://github.com/getnikola/plugins/compare/60a4ea745cfa...763f2783cc7f
02:38:26 -travis-ci:#nikola- [PLUGINS] Build details: https://travis-ci.org/getnikola/plugins/builds/78334485
03:16:18 <polyzen> i only have en enabled, yet i have output/assets/js/colorbox-i18n/jquery.colorbox-ar.js
03:16:21 <polyzen> output/assets/js/colorbox-i18n/jquery.colorbox-ar.js.gz
03:16:23 <polyzen> and etc for colorbix
03:16:26 <polyzen> ox
03:54:48 <Yage> hey
03:56:09 <Yage> Question - In the process of making a new post, and I threw a python file in /listings. This python script requires python 3+ to work. My nikola instance is using python 2.7 based on the virtualenv. When I run nikola build it errors out with a PythonAction Error - is this becuase my script in listings was built for python 3?
04:08:30 <Yage> Nevermind - had an error in my .rst file :)
09:16:37 <lg188> Hi, I've got a small problem, I can switch from my default language to English and back, but the url is pointing to my live site instead of my local test copy
09:32:21 <lg188> Ah did I mess up? How should I point at the translated pages in top if I'm on a translated page?
10:49:51 <KwBot> [nikola] Aeyoun closed issue #1980: Indexes for POSTS subfolders https://github.com/getnikola/nikola/issues/1980
11:28:45 <StyXman> I'm the one who came a couple of days ago (maybe yesyterday) with this problem: http://linkode.org/ohAHhS4KQZkaPwwZKjISh7/GM94bKgRwT07pJi7Xeoxf5
11:28:59 <StyXman> I have the impression that it could be a bug in doit, actually
11:29:38 <StyXman> but first of all, does nikola run on py3?
11:30:36 <amokleben> StyXman: I run Nikola on Python 3 and it works great
11:30:40 <StyXman> in any case, this is what I see in doit:
11:30:45 <amokleben> No one should use legacy Python anymore 
11:30:58 <StyXman> amokleben: noone should, but many do
11:31:20 <StyXman> nikola on debian still uses py2.7
11:31:32 <StyXman> the question is, do you support 2.7?
11:31:50 <StyXman> otherwise I just file a bug against the debian package and it's done
11:32:13 <StyXman> in fact I haven't tried with py3, I shoild
11:32:17 <StyXman> ok, let's see
11:34:07 <StyXman> beh, I don't have the deps and I'm offline... bummer
11:40:14 <StyXman> well, I think that doit is trying to encode twice the filenames: the backtrace shows that the path leading to the error is by dependency.py:DbmDB.remove(), which is decorated with @encode_taks_id, which in py2 encodes into utf; remove() then calls _in_dbm(), which also tries to encode to utf-8
11:40:21 <StyXman> does all that make sense?
11:53:05 <StyXman> yeap, removing the second encode() fixes my problem, filing bug to doit
11:56:27 <StyXman> ok, sorry for the noise here, bye
13:05:03 <polyzen> hm
13:05:17 <polyzen> is there a milestone for the config format/style change?
13:06:14 <polyzen> was going to see if there was an easy to solution to having all the defaults commented out (for consistency). remembered there was mention of ^
13:06:24 <polyzen> s/to//
13:40:39 <polyzen> do i need '"Content-Encoding" => "gzip"' in my server config if i'm using the GZIP option?
13:57:18 <ralsina> polyzen: about the config format: no
13:57:31 <ralsina> polyzen: about the content-encoding, your webserver should do that on its own
13:57:42 <ralsina> polyzen: what webserver are you using?
14:01:15 <KwBot> [nikola] ralsina assigned issue #1983 to ralsina: nikola tabcompletion should be able to be ran outside a Nikola site https://github.com/getnikola/nikola/issues/1983
14:02:47 <polyzen> ralsina, lighttpd
14:03:28 <polyzen> http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs_ModSetEnv
14:03:36 <polyzen> http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs_ModCompress
14:07:03 <polyzen> the modcompress page is a bit useful for it's example of that header in use
14:07:11 <polyzen> example/s
14:14:19 -GitHub[nikola]:#nikola- [nikola] ralsina created fix-1983 (+1 new commit): http://git.io/vGPQL
14:14:19 -GitHub[nikola]:#nikola- nikola/fix-1983 791a168 Roberto Alsina: fix #1983
14:14:46 -GitHub[nikola]:#nikola- [nikola] ralsina pushed 1 new commit to fix-1983: http://git.io/vGPQC
14:14:46 -GitHub[nikola]:#nikola- nikola/fix-1983 2bef946 Roberto Alsina: Merge branch 'master' into fix-1983
14:15:02 -GitHub[nikola]:#nikola- [nikola] ralsina opened pull request #1998: Fix 1983 (master...fix-1983) http://git.io/vGPQl
14:15:18 <Aeyoun> when is the next release scheduled?
14:18:37 <ralsina> Aeyoun: friday or so
14:19:04 <ralsina> polyzen: mod_compress would do the compressing on its own, it doesn't need nikola creating gzipped files
14:21:35 -travis-ci:#nikola- getnikola/nikola#6123 (fix-1983 - 791a168 : Roberto Alsina): The build passed.
14:21:36 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/commit/791a16830e1d
14:21:36 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/78403873
14:27:32 <polyzen> right
14:27:40 -travis-ci:#nikola- getnikola/nikola#6124 (fix-1983 - 2bef946 : Roberto Alsina): The build passed.
14:27:41 <polyzen> ralsina, the question remains :p
14:27:41 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/791a16830e1d...2bef946cce85
14:27:41 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/78403953
14:28:12 <ralsina> polyzen: well, I don't understand it, then
14:28:47 <ralsina> polyzen: if you have mod_compress you will not even serve the gzipped files, so why would you use the gzip option in nikola, much less worry about how that affects the need for the header?
14:28:49 <polyzen> ralsina, whether the header is implied or not
14:28:52 <polyzen> i don't use mod_compress
14:28:57 <polyzen> > the modcompress page is a bit useful for it's example of that header in use
14:29:20 <ralsina> polyzen: easiest thing to do is just point yslow! to your page and see if it's getting compressed files
14:29:32 <ralsina> if it is, you're good. If it's not then you *may* have something to fix
14:29:45 <ralsina> fies must always be preceded by diagnostics :)
14:29:49 <ralsina> fixes*
14:30:31 <polyzen> didn't know yslow! could do that
14:30:38 <polyzen> thank you
14:30:40 <ralsina> yep
14:30:51 <polyzen> i have tried looking here-and-there
14:30:59 <polyzen> `nikola serve` doesn't seem to serve .gz files
14:31:02 <ralsina> if it's getting uncompressed files it will complain loudly :-)
14:31:09 <ralsina> nikola serve is not meant to be fast
14:31:37 <polyzen> and not too acquainted with browser dev consoles yet
14:33:51 <ralsina> polyzen: yslow or google speed thing whose name I dont recall will give you practical sound advice in general
14:34:40 <ralsina> polyzen: https://getnikola.com/blog/nikola-v764-is-out.html scores 96/100 for example :-)
14:35:18 -GitHub[nikola]:#nikola- [nikola] Aeyoun pushed 1 new commit to master: http://git.io/vGPpd
14:35:18 -GitHub[nikola]:#nikola- nikola/master 50bf2cb Daniel Aleksandersen: +n
14:35:31 <ralsina> interestingly, we get an F in "Use cookie-free domains" because static files should be served from a separate domain with no cookies
14:35:57 <Aeyoun> nikola serve is not a server, it's a testing/previewing tool or nikola sites.
14:36:30 <Aeyoun> ralsina: no, that is a http/2 anti-pattern and is discouraged going forward.
14:36:40 <ralsina> Aeyoun: yes, but we are still in HTTP1
14:36:54 <Aeyoun> (dns lookups and tcp sockets will be slower than http/2 server-push)
14:36:58 <ralsina> Aeyoun: I look forward to widespread HTTP/2 and discouraging bundling, too
14:38:03 <Aeyoun> ralsina: nearly 60% + of internet users globally are already on http/2 clients, http://caniuse.com/#feat=http2
14:38:24 <ralsina> I wonder if cloudflare is serving http/2 for us already
14:38:26 <Aeyoun> Servers are taking their time in rolling out support. *sigh* https://www.nginx.com/blog/early-alpha-patch-http2/
14:39:05 <Aeyoun> ralsina: not on the list of known implementations, https://github.com/http2/http2-spec/wiki/Implementations
14:39:26 <Aeyoun> http/2 is raw performance porn. :D
14:39:35 <ralsina> Aeyoun: they depend on nginx, it seems
14:40:16 <ralsina> anyway, getnikola.com loads in something like 34ms
14:41:32 <Aeyoun> Instant satisfaction or die.
14:41:43 <Aeyoun> I think 34ms qualifies as instant.
14:42:00 <ralsina> there's a 900msec JS thing but I think it's all post-display
14:42:41 <ralsina> a benchmark site (which I don't really trust) says 1.3 secs 1st view, 260msec repeat
14:42:55 -travis-ci:#nikola- getnikola/nikola#6126 (master - 50bf2cb : Daniel Aleksandersen): The build passed.
14:42:56 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/72c1360de36e...50bf2cba44ff
14:42:56 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/78407781
14:43:07 <Aeyoun> It really depends where you're testing from, of course.
14:43:34 <polyzen> ralsina, thanks again :)
14:44:06 <ralsina> http://webwait.com/ says 0.08 seconds :-)
14:44:29 <ralsina> I literally can't see it load
14:44:32 <ralsina> :-D
14:44:36 <ralsina> We're good at this!
14:46:24 <ralsina> pingdom rates us 87/100 , 237msecwonder why
14:47:23 <ralsina> ahhh CSS is not bundled!
14:52:36 <ralsina> there, 91/100
14:53:28 <Aeyoun> is it minified
14:53:30 <Aeyoun> ?
14:54:22 <Aeyoun> ralsina: no, you can gain a microsecond by minifying
14:54:32 <ralsina> yes it is!
14:54:48 <Aeyoun> Open it and scroll to the bottom.
14:54:50 <ralsina> now it's mostly that we have 2 (2!) CSS files and 2 JS files
14:54:57 <ralsina> ah, you mean the inline JS?
14:55:26 <Aeyoun> no, the css.
14:56:01 <Aeyoun>  /assets/css/all-nocdn.css
14:56:23 <Aeyoun> are you using filters.yui_compressor?
14:56:30 <ralsina> no filters AFAIK
14:56:49 <ralsina> but come on, it's gzipped
14:57:59 <Aeyoun> the good minifiers will reorder the css to sort alphabetically and improve compression. ;-)
14:58:15 <ralsina> is http://cssminifier.com/ a good one?
14:58:59 <Aeyoun> Keep your source readable, and apply a filter to the output. That's what they're there for.
14:59:17 <Aeyoun> Never heard of that one.
15:00:35 <ralsina> Aeyoun: it's easy to use :-)
15:01:29 <ralsina> they also minimise JS
15:08:53 <KwBot> [nikola] ralsina opened issue #1999: Add support for cssminifier.com and javascript-minifier.com https://github.com/getnikola/nikola/issues/1999
15:09:06 <KwBot> [nikola] ralsina assigned issue #1999 to ralsina: Add support for cssminifier.com and javascript-minifier.com https://github.com/getnikola/nikola/issues/1999
15:22:09 -GitHub[nikola]:#nikola- [nikola] ralsina created more-minifiers (+1 new commit): http://git.io/vGX84
15:22:09 -GitHub[nikola]:#nikola- nikola/more-minifiers fe4663c Roberto Alsina: fix #1999
15:22:49 -GitHub[nikola]:#nikola- [nikola] ralsina opened pull request #2000: fix #1999 (master...more-minifiers) http://git.io/vGX81
15:23:25 <ralsina> Aeyoun: that's based on clean-css which seems to be rather popular
15:26:59 -GitHub[nikola]:#nikola- [nikola] ralsina pushed 1 new commit to fix-1983: http://git.io/vGXBD
15:26:59 -GitHub[nikola]:#nikola- nikola/fix-1983 3d1c4b8 Roberto Alsina: check for command inheritance
15:28:14 -travis-ci:#nikola- getnikola/nikola#6127 (more-minifiers - fe4663c : Roberto Alsina): The build failed.
15:28:15 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/commit/fe4663c1fc10
15:28:15 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/78417016
15:29:45 -GitHub[nikola]:#nikola- [nikola] ralsina pushed 1 new commit to more-minifiers: http://git.io/vGX04
15:29:45 -GitHub[nikola]:#nikola- nikola/more-minifiers 86740b1 Roberto Alsina: fix import
15:31:24 <ChrisWarrick> ralsina: (PS. cloudflare can do minification, too)
15:32:20 <ralsina> ChrisWarrick: yes, but I have found it does strange things
15:32:33 <ralsina> ChrisWarrick: specially in the most aggressive setting
15:37:50 -travis-ci:#nikola- getnikola/nikola#6129 (fix-1983 - 3d1c4b8 : Roberto Alsina): The build passed.
15:37:51 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/2bef946cce85...3d1c4b8aac3f
15:37:51 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/78417975
15:41:33 -GitHub[nikola]:#nikola- [nikola] Kwpolska pushed 1 new commit to master: http://git.io/vGXa7
15:41:33 -GitHub[nikola]:#nikola- nikola/master 5ea97af Chris Warrick: pygal==2.0.6...
15:46:15 -travis-ci:#nikola- getnikola/nikola#6131 (more-minifiers - 86740b1 : Roberto Alsina): The build is still failing.
15:46:16 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/fe4663c1fc10...86740b10d5de
15:46:16 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/78418527
15:46:28 -GitHub[nikola]:#nikola- [nikola] ralsina closed pull request #1959: WIP: Add media extension for markdown (master...media-for-markdown) http://git.io/vs8BX
15:47:59 -GitHub[nikola]:#nikola- [nikola] ralsina pushed 1 new commit to more-minifiers: http://git.io/vGXrA
15:47:59 -GitHub[nikola]:#nikola- nikola/more-minifiers e0dd354 Roberto Alsina: pep257
15:49:20 -GitHub[nikola]:#nikola- [nikola] Kwpolska deleted media-for-markdown at 815ae2e: http://git.io/vGXoV
15:54:20 -travis-ci:#nikola- getnikola/nikola#6133 (master - 5ea97af : Chris Warrick): The build was broken.
15:54:21 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/50bf2cba44ff...5ea97afa6681
15:54:21 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/78420880
15:54:57 <KwBot> [nikola] ralsina closed issue #1999: Add support for cssminifier.com and javascript-minifier.com https://github.com/getnikola/nikola/issues/1999
15:55:12 -GitHub[nikola]:#nikola- [nikola] Kwpolska deleted more-minifiers at e0dd354: http://git.io/vGXiJ
15:57:07 -travis-ci:#nikola- getnikola/nikola#6134 (more-minifiers - e0dd354 : Roberto Alsina): The build is still failing.
15:57:08 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/86740b10d5de...e0dd35462752
15:57:08 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/78422237
16:01:38 -travis-ci:#nikola- getnikola/nikola#6136 (master - fc4c1ac : Chris Warrick): The build was fixed.
16:01:39 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/5ea97afa6681...fc4c1ace4a01
16:01:39 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/78423660
16:10:01 <KwBot> [nikola] ralsina closed issue #1976: Nikola import_feed breaks with some URLs https://github.com/getnikola/nikola/issues/1976
16:10:16 <KwBot> [nikola] ralsina opened issue #2001: Add enclosure support to import_feed https://github.com/getnikola/nikola/issues/2001
16:10:42 <KwBot> [nikola] ralsina closed issue #1965: import_feed acts weird https://github.com/getnikola/nikola/issues/1965
16:12:27 -GitHub[plugins]:#nikola- [plugins] ralsina pushed 1 new commit to import_page: http://git.io/vGX7l
16:12:27 -GitHub[plugins]:#nikola- plugins/import_page 9e31046 Roberto Alsina: Merge branch 'master' into import_page
16:13:42 -GitHub[plugins]:#nikola- [plugins] ralsina pushed 1 new commit to import_page: http://git.io/vGX5f
16:13:42 -GitHub[plugins]:#nikola- plugins/import_page 1452f90 Roberto Alsina: use conf.py.sample
16:14:08 -travis-ci:#nikola- [PLUGINS] getnikola/plugins#750 (import_page - 9e31046 : Roberto Alsina): The build was fixed.
16:14:09 -travis-ci:#nikola- [PLUGINS] Change view: https://github.com/getnikola/plugins/compare/9b8e937a8f09...9e31046be331
16:14:09 -travis-ci:#nikola- [PLUGINS] Build details: https://travis-ci.org/getnikola/plugins/builds/78426828
16:15:32 -travis-ci:#nikola- [PLUGINS] getnikola/plugins#752 (import_page - 1452f90 : Roberto Alsina): The build was fixed.
16:15:33 -travis-ci:#nikola- [PLUGINS] Change view: https://github.com/getnikola/plugins/compare/9e31046be331...1452f90239c6
16:15:33 -travis-ci:#nikola- [PLUGINS] Build details: https://travis-ci.org/getnikola/plugins/builds/78427056
16:15:58 <KwBot> [nikola] ralsina closed issue #1964: Import arbitrary web pages. https://github.com/getnikola/nikola/issues/1964
16:16:02 -GitHub[plugins]:#nikola- [plugins] ralsina deleted import_page at 1452f90: http://git.io/vGX5x
16:17:28 -travis-ci:#nikola- [PLUGINS] getnikola/plugins#754 (master - 08a9392 : Roberto Alsina): The build passed.
16:17:29 -travis-ci:#nikola- [PLUGINS] Change view: https://github.com/getnikola/plugins/compare/763f2783cc7f...08a93928a342
16:17:29 -travis-ci:#nikola- [PLUGINS] Build details: https://travis-ci.org/getnikola/plugins/builds/78427473
16:23:37 <KwBot> [nikola] ralsina closed issue #1963: import_feed crashes if there is no title_detail https://github.com/getnikola/nikola/issues/1963
16:42:13 <KwBot> [nikola] ralsina opened issue #2002: In bootstrap theme, categories are displayed different than tags https://github.com/getnikola/nikola/issues/2002
16:42:24 <KwBot> [nikola] ralsina assigned issue #2002 to ralsina: In bootstrap theme, categories are displayed different than tags https://github.com/getnikola/nikola/issues/2002
16:46:58 -GitHub[nikola]:#nikola- [nikola] ralsina created fix-2002 (+1 new commit): http://git.io/vG1JQ
16:46:58 -GitHub[nikola]:#nikola- nikola/fix-2002 7311776 Roberto Alsina: fix #2002
16:51:26 -travis-ci:#nikola- getnikola/nikola#6137 (fix-2002 - 7311776 : Roberto Alsina): The build failed.
16:51:27 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/commit/7311776a01f7
16:51:27 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/78432141
16:59:19 -GitHub[plugins]:#nikola- [plugins] jjconti created import_goodreads (+1 new commit): http://git.io/vG1tD
16:59:19 -GitHub[plugins]:#nikola- plugins/import_goodreads dec2bab Juanjo Conti: Add 0.1 version of import_goodreads
16:59:43 -GitHub[plugins]:#nikola- [plugins] jjconti opened pull request #105: Add 0.1 version of import_goodreads (master...import_goodreads) http://git.io/vG1tF
17:05:20 -GitHub[plugins]:#nikola- [plugins] jjconti pushed 2 new commits to import_goodreads: http://git.io/vG1Yb
17:05:20 -GitHub[plugins]:#nikola- plugins/import_goodreads 3d611ec Juanjo Conti: Fix doc_usage
17:05:20 -GitHub[plugins]:#nikola- plugins/import_goodreads f5756c1 Juanjo Conti: Avoid extra space when there is not user_review
17:06:50 -travis-ci:#nikola- [PLUGINS] getnikola/plugins#757 (import_goodreads - f5756c1 : Juanjo Conti): The build is still failing.
17:06:51 -travis-ci:#nikola- [PLUGINS] Change view: https://github.com/getnikola/plugins/compare/dec2bab32557...f5756c18d117
17:06:51 -travis-ci:#nikola- [PLUGINS] Build details: https://travis-ci.org/getnikola/plugins/builds/78435400
17:13:48 -GitHub[plugins]:#nikola- [plugins] jjconti pushed 1 new commit to import_goodreads: http://git.io/vG1GV
17:13:48 -GitHub[plugins]:#nikola- plugins/import_goodreads 1428912 Juanjo Conti: Fix typo
17:15:08 -travis-ci:#nikola- [PLUGINS] getnikola/plugins#759 (import_goodreads - 1428912 : Juanjo Conti): The build is still failing.
17:15:09 -travis-ci:#nikola- [PLUGINS] Change view: https://github.com/getnikola/plugins/compare/f5756c18d117...142891211790
17:15:09 -travis-ci:#nikola- [PLUGINS] Build details: https://travis-ci.org/getnikola/plugins/builds/78436635
17:15:43 -GitHub[plugins]:#nikola- [plugins] jjconti pushed 1 new commit to import_goodreads: http://git.io/vG1Z5
17:15:43 -GitHub[plugins]:#nikola- plugins/import_goodreads fa2f28d Juanjo Conti: Fix typo
17:16:42 -travis-ci:#nikola- [PLUGINS] getnikola/plugins#761 (import_goodreads - fa2f28d : Juanjo Conti): The build is still failing.
17:16:43 -travis-ci:#nikola- [PLUGINS] Change view: https://github.com/getnikola/plugins/compare/142891211790...fa2f28dceba5
17:16:43 -travis-ci:#nikola- [PLUGINS] Build details: https://travis-ci.org/getnikola/plugins/builds/78436904
17:21:59 <KwBot> [nikola] ralsina closed issue #2002: In bootstrap theme, categories are displayed different than tags https://github.com/getnikola/nikola/issues/2002
17:22:11 -GitHub[nikola]:#nikola- [nikola] Kwpolska pushed 1 new commit to master: http://git.io/vG1CS
17:22:11 -GitHub[nikola]:#nikola- nikola/master 73c136a Chris Warrick: Merge pull request #2003 from getnikola/fix-2002...
17:23:14 -GitHub[plugins]:#nikola- [plugins] jjconti pushed 1 new commit to import_goodreads: http://git.io/vG1lB
17:23:14 -GitHub[plugins]:#nikola- plugins/import_goodreads 079e80b Juanjo Conti: Simplify
17:24:39 -travis-ci:#nikola- Invariant build by Chris Warrick: The build passed. See https://travis-ci.org/getnikola/invariant-builds/builds/78437856.
17:25:48 -GitHub[plugins]:#nikola- [plugins] jjconti pushed 1 new commit to import_goodreads: http://git.io/vG18j
17:25:48 -GitHub[plugins]:#nikola- plugins/import_goodreads 14b49a2 Juanjo Conti: Fix typo
17:26:00 -travis-ci:#nikola- [PLUGINS] getnikola/plugins#763 (import_goodreads - 079e80b : Juanjo Conti): The build is still failing.
17:26:01 -travis-ci:#nikola- [PLUGINS] Change view: https://github.com/getnikola/plugins/compare/fa2f28dceba5...079e80be4324
17:26:01 -travis-ci:#nikola- [PLUGINS] Build details: https://travis-ci.org/getnikola/plugins/builds/78437993
17:26:44 -travis-ci:#nikola- getnikola/nikola#6139 (master - 73c136a : Chris Warrick): The build passed.
17:26:45 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/fc4c1ace4a01...73c136abbd9f
17:26:45 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/78437849
17:27:06 <juanjo> ralsina: about using ImportMixin as a generic importer
17:27:18 <ralsina> juanjo: yes
17:27:19 <juanjo> work is needed there
17:27:23 <ralsina> sure!
17:27:27 <juanjo> is ok to create an issue to continue discussion there?
17:27:30 <ralsina> work is always needed everywhere :-)
17:27:36 <ralsina> go ahead and file the issue
17:27:47 <ralsina> juanjo: the other thing is that your plugin shares a lot with import_feed
17:27:58 <ralsina> so, maybe we should move import_feed to core, and you could inherit it
17:28:27 -travis-ci:#nikola- [PLUGINS] getnikola/plugins#765 (import_goodreads - 14b49a2 : Juanjo Conti): The build is still failing.
17:28:28 -travis-ci:#nikola- [PLUGINS] Change view: https://github.com/getnikola/plugins/compare/079e80be4324...14b49a216ffc
17:28:28 -travis-ci:#nikola- [PLUGINS] Build details: https://travis-ci.org/getnikola/plugins/builds/78438394
17:28:57 <ralsina> juanjo: https://travis-ci.org/getnikola/plugins/jobs/78438398
17:29:15 <ralsina> juanjo: also, merge master :-)
17:30:23 -GitHub[nikola]:#nikola- [nikola] Kwpolska deleted fix-2002 at 7311776: http://git.io/vG1gr
17:30:56 <juanjo> yes, or maybe import_feed could be a generic thing from which import_blog_feed inherit
17:31:11 <juanjo> i'll have it in mind for future nikola sessions
17:32:11 <KwBot> [plugins] jjconti opened issue #106: Modify ImportMixin so it can be used as a base for import_* plugins https://github.com/getnikola/plugins/issues/106
17:33:29 <juanjo> ralsina: another diff from the import_goodreads to the import_feeds is that import_goodreads imports into an existing blog
17:33:46 <ralsina> juanjo: so does import_feed
17:33:50 <ralsina> juanjo: "now" ;-)
17:34:10 <ralsina> well, it does that if the target directory exists, that part of ImportMixin probably needs looking at
17:34:41 <juanjo> it generates a conf.py anyway
17:34:56 <juanjo> that's not needed for an importer to an existing lbog
17:36:04 <ralsina> we could make that optional, or just not do it for imports into an existing site
17:38:25 -GitHub[plugins]:#nikola- [plugins] jjconti pushed 1 new commit to import_goodreads: http://git.io/vG1i7
17:38:25 -GitHub[plugins]:#nikola- plugins/import_goodreads df6ba18 Juanjo Conti: Fix style
17:40:16 -GitHub[plugins]:#nikola- [plugins] jjconti pushed 1 new commit to master: http://git.io/vG1PQ
17:40:16 -GitHub[plugins]:#nikola- plugins/master 37631cd Juan José Conti: Merge pull request #105 from getnikola/import_goodreads...
17:40:56 -travis-ci:#nikola- [PLUGINS] getnikola/plugins#768 (import_goodreads - df6ba18 : Juanjo Conti): The build is still failing.
17:40:57 -travis-ci:#nikola- [PLUGINS] Change view: https://github.com/getnikola/plugins/compare/14b49a216ffc...df6ba189bbe0
17:40:57 -travis-ci:#nikola- [PLUGINS] Build details: https://travis-ci.org/getnikola/plugins/builds/78440256
17:41:58 -travis-ci:#nikola- [PLUGINS] getnikola/plugins#769 (master - 37631cd : Juan José Conti): The build was broken.
17:41:59 -travis-ci:#nikola- [PLUGINS] Change view: https://github.com/getnikola/plugins/compare/08a93928a342...37631cd95e0d
17:41:59 -travis-ci:#nikola- [PLUGINS] Build details: https://travis-ci.org/getnikola/plugins/builds/78440535
17:46:24 <juanjo> ralsina: ok, i have a twitter import in mind that in wich i may end doing some of this fix
17:47:12 <ralsina> juanjo: import_goodreads generates HTML, right? I would suggest copying conf.py.sample from import_page, I am adding the same thing to import_feed
17:47:31 <juanjo> it does
17:48:33 <ralsina> juanjo: hopefully, we can make it so importers for specific kinds of feeds are just one or two functions :-)
17:49:15 <juanjo> that would be great ralsina
17:49:29 <juanjo> are you working on a branch?
17:49:34 <ralsina> not currently
17:49:39 <ralsina> I am working at work :-)
17:50:57 <KwBot> [plugins] jjconti opened issue #107: import_twitter https://github.com/getnikola/plugins/issues/107
17:51:17 <juanjo> i also have some work to do know
17:51:45 <juanjo> i'll write to discuss to let people know import_goodreads is available for someone to want to try it
17:58:29 <polyzen> lol webwait is giving me a 502 error now
18:04:08 <ChrisWarrick> juanjo: next time, please don’t write until 00:05 UTC
18:04:36 <juanjo> ? :)
18:05:21 <ChrisWarrick> juanjo: the plugins site rebuilds automatically at midnight UTC every day
18:06:05 <juanjo> so dont write where? to the list? oh!
18:11:18 <ChrisWarrick> juanjo: do it after midnight so it will be auto-updated (or ask someone to rebuild the site)
18:11:53 <juanjo> thanks ChrisWarrick
18:39:01 -GitHub[plugins]:#nikola- [plugins] jjconti pushed 1 new commit to import_goodreads: http://git.io/vGMfD
18:39:01 -GitHub[plugins]:#nikola- plugins/import_goodreads 6102c96 Juanjo Conti: Add missing requirement.txt
18:39:56 -GitHub[plugins]:#nikola- [plugins] jjconti opened pull request #108: Add missing requirement.txt (master...import_goodreads) http://git.io/vGMJv
18:40:06 -GitHub[plugins]:#nikola- [plugins] jjconti pushed 1 new commit to master: http://git.io/vGMJT
18:40:06 -GitHub[plugins]:#nikola- plugins/master e91d078 Juan José Conti: Merge pull request #108 from getnikola/import_goodreads...
18:41:27 -travis-ci:#nikola- [PLUGINS] getnikola/plugins#772 (master - e91d078 : Juan José Conti): The build is still failing.
18:41:28 -travis-ci:#nikola- [PLUGINS] Change view: https://github.com/getnikola/plugins/compare/37631cd95e0d...e91d078af32b
18:41:28 -travis-ci:#nikola- [PLUGINS] Build details: https://travis-ci.org/getnikola/plugins/builds/78449393
18:41:34 <juanjo> weird https://plugins.getnikola.com/#import_goodreads only show a title ChrisWarrick
18:41:45 <juanjo> do you see the plugin information?
18:41:48 <ChrisWarrick> juanjo: I do
18:41:56 -GitHub[plugins]:#nikola- [plugins] ralsina deleted import_goodreads at 6102c96: http://git.io/vGMJD
18:42:01 <ChrisWarrick> juanjo: ctrl+shift+R; look into your browser’s js console
18:43:31 <ralsina> ChrisWarrick: you may have to invalidate the cache at cloudflare
18:43:41 <juanjo> i also tried in another browse...
18:44:29 <ChrisWarrick> juanjo: can’t reproduce in chrome and firefox (incognito/private mode)
18:44:39 <ChrisWarrick> juanjo: look at the console, try force refreshing
18:44:50 <ChrisWarrick> I’ll try talking to cloudflare
18:45:35 <ralsina> aja!
18:45:45 <ralsina> It worked in incognito, still doesn't work in normal window
18:45:51 <ralsina> juanjo: clean cookies :-)
18:46:06 <juanjo> ralsina: it doest worked in incongnit for me :D
18:47:37 <ChrisWarrick> cache killed
18:48:36 <juanjo> ok, i see it now in incognit
19:18:09 <polyzen> ctrl-shift-i and setting "Disable Cache (when toolbox is open) is useful
19:25:31 <polyzen> )"*
20:45:42 -GitHub[nikola]:#nikola- [nikola] Aeyoun pushed 1 new commit to master: http://git.io/vGM94
20:45:42 -GitHub[nikola]:#nikola- nikola/master 7e94836 Daniel Aleksandersen: Warn about not changing the demo site's URL
20:51:49 -travis-ci:#nikola- getnikola/nikola#6140 (master - 7e94836 : Daniel Aleksandersen): The build was broken.
20:51:50 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/73c136abbd9f...7e94836636cd
20:51:50 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/78469702
20:52:04 -GitHub[nikola]:#nikola- [nikola] Aeyoun pushed 1 new commit to master: http://git.io/vGMQz
20:52:04 -GitHub[nikola]:#nikola- nikola/master 4c09972 Daniel Aleksandersen: Don't test example addresses. (RFC 2606)
21:07:14 <KwBot> [nikola] StyXman opened issue #2004: Memory ussage maybe to high https://github.com/getnikola/nikola/issues/2004
21:18:06 -GitHub[nikola]:#nikola- [nikola] Aeyoun pushed 1 new commit to master: http://git.io/vGMpT
21:18:06 -GitHub[nikola]:#nikola- nikola/master c38375a Daniel Aleksandersen: Remove unused _
21:22:43 -travis-ci:#nikola- getnikola/nikola#6142 (master - c38375a : Daniel Aleksandersen): The build was fixed.
21:22:44 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/4c09972b094c...c38375aaca8a
21:22:44 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/78475621
21:41:48 -GitHub[nikola]:#nikola- [nikola] ralsina pushed 1 new commit to fix-1983: http://git.io/vGDJQ
21:41:48 -GitHub[nikola]:#nikola- nikola/fix-1983 04909cd Roberto Alsina: merged master
21:49:37 -travis-ci:#nikola- getnikola/nikola#6144 (fix-1983 - 04909cd : Roberto Alsina): The build passed.
21:49:38 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/3d1c4b8aac3f...04909cd8d15c
21:49:38 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/78479135
21:52:19 -GitHub[plugins]:#nikola- [plugins] Aeyoun pushed 1 new commit to master: http://git.io/vGDkQ
21:52:19 -GitHub[plugins]:#nikola- plugins/master 30f9c39 Daniel Aleksandersen: recent_posts_json for every section
21:53:38 -travis-ci:#nikola- [PLUGINS] getnikola/plugins#773 (master - 30f9c39 : Daniel Aleksandersen): The build is still failing.
21:53:39 -travis-ci:#nikola- [PLUGINS] Change view: https://github.com/getnikola/plugins/compare/e91d078af32b...30f9c39a31d7
21:53:39 -travis-ci:#nikola- [PLUGINS] Build details: https://travis-ci.org/getnikola/plugins/builds/78480590
22:07:00 <Aeyoun>  
22:07:00 <Aeyoun> https://www.aeyoun.com/devel/nikola-sections.html