06:19:45 -GitHub[nikola]:#nikola- [nikola] felixfontein pushed 5 new commits to generalization-of-taxonomies: https://git.io/vPPOw 06:19:46 -GitHub[nikola]:#nikola- nikola/generalization-of-taxonomies 7f86e79 Felix Fontein: Allow to not store classification into metadata. 06:19:46 -GitHub[nikola]:#nikola- nikola/generalization-of-taxonomies f95aaa9 Felix Fontein: Allowing to enable/disable taxonomies based on stage and language. 06:19:46 -GitHub[nikola]:#nikola- nikola/generalization-of-taxonomies 3e95d10 Felix Fontein: Fixed bugs. 06:25:02 -travis-ci:#nikola- getnikola/nikola#7721 (generalization-of-taxonomies - 99270ee : Felix Fontein): The build is still failing. 06:25:03 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/e1e474a87d15...99270eeddcc1 06:25:03 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/168189562 06:29:51 -GitHub[nikola]:#nikola- [nikola] felixfontein pushed 1 new commit to generalization-of-taxonomies: https://git.io/vPP3q 06:29:51 -GitHub[nikola]:#nikola- nikola/generalization-of-taxonomies 0383099 Felix Fontein: Forgot some logic. 06:31:22 -GitHub[nikola]:#nikola- [nikola] felixfontein pushed 1 new commit to generalization-of-taxonomies: https://git.io/vPP3s 06:31:23 -GitHub[nikola]:#nikola- nikola/generalization-of-taxonomies 70e0302 Felix Fontein: Updated metadata. 06:34:30 -travis-ci:#nikola- getnikola/nikola#7722 (generalization-of-taxonomies - 0383099 : Felix Fontein): The build was fixed. 06:34:31 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/99270eeddcc1...03830993b7f2 06:34:31 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/168191021 06:41:59 -travis-ci:#nikola- getnikola/nikola#7724 (generalization-of-taxonomies - 70e0302 : Felix Fontein): The build was fixed. 06:42:00 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/03830993b7f2...70e030224591 06:42:00 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/168191355 12:25:37 <ChrisWarrick> proposicion47: feel free to use either. for GH you could use our manual (there are 2 guides for that) 14:16:23 <proposicion47> I've managed to untagle the mess :) 14:16:31 <proposicion47> your manual btw was the one that confused me 14:16:56 <proposicion47> it seems that paddyhack/nikola image breaks when your site contains an ipython-created post 14:17:24 <proposicion47> so even after I managed to sort out the gitlab ci system, I ended up with building errors 14:17:56 <proposicion47> as in https://i.imgur.com/e5nJVct.png 14:19:00 <proposicion47> becuase one of my posts was created with ipython, even though it builded fine locally 14:22:34 <proposicion47> and the default nikola output path is .. "output" yet gitlab expects it on "public" (which was not mentioned on the gitlab example page) 14:22:44 <proposicion47> so, for the record, this is the yml file that actually worked: 14:22:46 <proposicion47> http://pastebin.com/2p7U8TMP 14:23:05 <proposicion47> (src is my blog branch, not master) 14:24:14 <ChrisWarrick> proposicion47: ipynb requires extra dependencies, might not have been in the image 14:24:26 <ChrisWarrick> proposicion47: I'll look into things later 14:24:30 <proposicion47> yes, I just added pip3 install jupyter 14:25:30 <proposicion47> of couse you can define OUTPUT_PATH = public on conf.py and avoid the mv output public, but again, it's not mentioned on https://gitlab.com/pages/nikola 14:26:19 <proposicion47> err OUTPUT_FOLDER 14:36:00 <ADubhlaoich> How's LOCALES = {} meant to look again? 14:36:20 <ADubhlaoich> Ran into an issue with detecting my system locale, forgot how to fix it 14:41:20 <proposicion47> LOCALES={} is the default 14:42:13 <ADubhlaoich> I know; I need to manually add my locale but the format I'm adding it in seems to be incorrect 14:42:18 <ADubhlaoich> So I'm looking for an example 14:42:51 <proposicion47> it's a python dict, so you'd do something like LOCALES = { "fr":"fr_FR,UTF-8"} 14:43:27 <proposicion47> left side is the language abbreviation , right part the actual nix locale 14:43:35 <proposicion47> I typed a comma, it was a period 14:43:44 <proposicion47> .UTF-8 14:44:02 <proposicion47> check with locale -a 14:44:04 <proposicion47> in your system 14:49:21 <ADubhlaoich> Had to mess around a bit but got it working, LOCALES = { "en":"en_IE.utf8" } 14:49:26 <ADubhlaoich> Thanks for the help proposicion47 14:55:34 <proposicion47> np 14:56:28 <ADubhlaoich> For github_deploy does the workflow involve add, commit then deploy instead of push? 15:11:21 <ChrisWarrick> ADubhlaoich: nah, just `nikola github_deploy` and it will take care of branching and stuff 15:17:16 <ChrisWarrick> proposicion47: That repository comes with a conf.py file, which specifies OUTPUT_FOLDER = 'public 15:21:03 <ChrisWarrick> and their docker image clams to be installing extras 15:31:29 <proposicion47> yes but if you already have a site, then you are not cloning the project 15:31:43 <proposicion47> and unless you diff the conf.py with yours, you won't notice 15:31:56 <ChrisWarrick> Could you please create an issue in their repo? 15:31:59 <proposicion47> and extras does not include ipython support 15:32:04 <ChrisWarrick> It should. 15:32:23 <proposicion47> sure , I'm actually writing down all this little notes and will send a request later 15:32:57 <ChrisWarrick> https://gitlab.com/pages/nikola/issues 15:40:56 <travis-ci> Wheelhouse build by Chris Warrick: The build passed. See https://travis-ci.org/getnikola/wheelhouse/builds/168348149. 16:27:43 -GitHub[nikola]:#nikola- [nikola] felixfontein pushed 4 new commits to generalization-of-taxonomies: https://git.io/vPXgw 16:27:43 -GitHub[nikola]:#nikola- nikola/generalization-of-taxonomies 3fef949 Felix Fontein: Fixing missing lang parameter. 16:27:43 -GitHub[nikola]:#nikola- nikola/generalization-of-taxonomies c9324d2 Felix Fontein: Allowing to disable specific classification lists. 16:27:43 -GitHub[nikola]:#nikola- nikola/generalization-of-taxonomies 745c179 Felix Fontein: Comment at wrong place. 16:31:29 -travis-ci:#nikola- getnikola/nikola#7726 (generalization-of-taxonomies - 9dc449a : Felix Fontein): The build was broken. 16:31:30 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/70e030224591...9dc449a19185 16:31:30 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/168361316 17:38:21 <ADubhlaoich> Huh 17:38:40 <ADubhlaoich> github_deploy wasn't working on its own earlier which is why I asked about workflow 17:38:55 <ADubhlaoich> Trying it again after a restart seems to have fixed whatever the problem was 17:38:56 <ADubhlaoich> Yay 18:03:47 -GitHub[nikola]:#nikola- [nikola] felixfontein pushed 1 new commit to generalization-of-taxonomies: https://git.io/vPXMg 18:03:48 -GitHub[nikola]:#nikola- nikola/generalization-of-taxonomies b7899ea Felix Fontein: Forgot one place. 18:07:59 -travis-ci:#nikola- getnikola/nikola#7728 (generalization-of-taxonomies - b7899ea : Felix Fontein): The build is still failing. 18:08:00 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/9dc449a19185...b7899eaf6394 18:08:00 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/168386069 18:18:18 -GitHub[nikola]:#nikola- [nikola] felixfontein pushed 1 new commit to generalization-of-taxonomies: https://git.io/vPXyB 18:18:19 -GitHub[nikola]:#nikola- nikola/generalization-of-taxonomies d73a148 Felix Fontein: One more. 18:24:04 -travis-ci:#nikola- getnikola/nikola#7730 (generalization-of-taxonomies - d73a148 : Felix Fontein): The build was fixed. 18:24:05 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/b7899eaf6394...d73a14850581 18:24:05 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/168389749 19:32:39 <t_animal> you probably don't remember, but I asked some time ago about the possibility to add the categories to NAVIGATION_LINKS and you said there is none and I could do a plugin. 19:33:23 <t_animal> Well, I've done the plugin but I'm not sure if it's what you were thinking of and before I set up a repo and submit a pull request I thought you might take a quick look at it http://pastebin.com/hdHckrnJ 19:35:55 <t_animal> Also, I'm using sections and missed a distinct archive per section. so I did a plugin for this, too: http://pastebin.com/Ue5kxWjK 19:38:02 <t_animal> this duplicates a lot of code from the official archive plugin. it only differs in the _generate_posts_task where it filters for a section and it generates one archive-path per section following the scheme /output/lang/section/archive/ 19:40:47 <t_animal> it could be easily merged with the official archive plugin so that it creates the global and section-wise archives. would you accept such a feature (I'll probably do it for categories/tags, too)? i would appreciate it if the upstream version would support this (mainly because it would spare me the effort of maintaining the plugin, but I believe it's a sensible thing to have) 19:41:58 <ADubhlaoich> t_animal: Best to ping people to get a quicker response 19:42:07 <t_animal> ChrisWarrick: 19:42:43 <t_animal> btw: i love how easily extended and flexible nikola is (though in some locations it could be even more flexible) 19:47:31 <t_animal> ... or was it ralsina whom i was talking to last time? 21:08:14 <t_animal> sorry, I have to leave and have no bouncer on this network. feel free to talk to the air, I'll read the logs. 21:57:24 -GitHub[nikola]:#nikola- [nikola] felixfontein pushed 4 new commits to generalization-of-taxonomies: https://git.io/vP145 21:57:24 -GitHub[nikola]:#nikola- nikola/generalization-of-taxonomies 8b28e9d Felix Fontein: Allowing to jump to specific pages in indexes. 21:57:24 -GitHub[nikola]:#nikola- nikola/generalization-of-taxonomies 3a9d172 Felix Fontein: Improving title construction. 21:57:24 -GitHub[nikola]:#nikola- nikola/generalization-of-taxonomies 681b0e7 Felix Fontein: Merging rss and leftovers of indexes plugin into taxonomy plugin. 21:59:58 -GitHub[nikola]:#nikola- [nikola] felixfontein pushed 1 new commit to generalization-of-taxonomies: https://git.io/vP1Bs 21:59:58 -GitHub[nikola]:#nikola- nikola/generalization-of-taxonomies ba16539 Felix Fontein: Making pydocstyle happy. 22:02:08 -travis-ci:#nikola- getnikola/nikola#7732 (generalization-of-taxonomies - 2348de0 : Felix Fontein): The build was broken. 22:02:09 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/d73a14850581...2348de0d3352 22:02:09 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/168457257 22:12:18 -travis-ci:#nikola- getnikola/nikola#7734 (generalization-of-taxonomies - ba16539 : Felix Fontein): The build was broken. 22:12:19 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/2348de0d3352...ba16539b4b53 22:12:19 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/168458137 22:16:01 -GitHub[nikola]:#nikola- [nikola] felixfontein pushed 1 new commit to generalization-of-taxonomies: https://git.io/vP10i 22:16:01 -GitHub[nikola]:#nikola- nikola/generalization-of-taxonomies e77eae8 Felix Fontein: Makeing sure messages are always there. 22:23:17 -GitHub[nikola]:#nikola- [nikola] felixfontein pushed 3 new commits to generalization-of-taxonomies: https://git.io/vP1Er 22:23:17 -GitHub[nikola]:#nikola- nikola/generalization-of-taxonomies 9350dcf Felix Fontein: Forgot pagekind. 22:23:17 -GitHub[nikola]:#nikola- nikola/generalization-of-taxonomies c03b054 Felix Fontein: Accidentally returned a string instead of a list of that string. 22:23:17 -GitHub[nikola]:#nikola- nikola/generalization-of-taxonomies 9effcfa Felix Fontein: Forgot to add posts with empty classification string. 22:27:43 -travis-ci:#nikola- getnikola/nikola#7737 (generalization-of-taxonomies - 9effcfa : Felix Fontein): The build is still failing. 22:27:44 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/e77eae8d7f20...9effcfaa07a6 22:27:44 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/168464061 22:47:57 -GitHub[nikola]:#nikola- [nikola] felixfontein pushed 1 new commit to generalization-of-taxonomies: https://git.io/vP1g9 22:47:57 -GitHub[nikola]:#nikola- nikola/generalization-of-taxonomies c15e75e Felix Fontein: Fixing two bugs. 22:51:19 <KwBot> [nikola] Fuzzwah opened issue #2537: build fails on bad image file: OSError: cannot identify image file https://github.com/getnikola/nikola/issues/2537