03:09:12 <KwBot> [nikola] humitos opened issue #2138: Bootstrap 4 alpha is ready https://github.com/getnikola/nikola/issues/2138 07:41:57 <KwBot> dennis_: 13:06:25 <ralsina> that he needs git master or downgrade to Pillow < 3.0 10:33:00 <ralsina> DrDoofenshmirtz: only indexes get lists of posts, regular posts/pages get that page/post. If you are using reSt, then you can use the post list directive and create your own post list. 10:33:23 <ralsina> DrDoofenshmirtz: but that is in content, not in the template. 10:33:31 <DrDoofenshmirtz> I just changed my mind and decided to use the index page for that, thanks anyways 10:33:36 <ralsina> ok! 10:33:41 <DrDoofenshmirtz> Oh and the console feature is hella awesome 10:35:53 <teknico> what's the console feature? 10:36:58 <DrDoofenshmirtz> Python console, I have been using it to dig around and see how I can access data 10:37:25 <DrDoofenshmirtz> so I found the members of the posts list by doing dir() then dir(site) and so on 10:37:50 <ralsina> teknico: nikola console and you get an interactive python or ipython with nikola in it 10:38:18 <teknico> aah, right, didn't stop considering what that would be good for 10:38:38 <ralsina> DrDoofenshmirtz: we should advertise it some day, noone knows about it and it's awesome :-) 10:39:07 <ralsina> teknico: well half the time I use it to play to get feature prototypes going ;-) 10:39:09 <DrDoofenshmirtz> Yep ^_^ 11:07:58 <DrDoofenshmirtz> I want to replicate the colour tag thing seen here http://purecss.io/layouts/blog/ any ideas on how? 14:03:17 <Aeyoun> DrDoofenshmirtz: https://getnikola.com/theming.html#customizing-themes-to-user-color-preference-and-section-colors 14:03:37 <Aeyoun> DrDoofenshmirtz: You get it for free with sections, but you must customize your theme. 14:05:33 <Aeyoun> DrDoofenshmirtz: colorize_str_from_base_color(string, hex_color) where hex_color is "#000" or the global variable theme_color (set THEME_COLOR in conf.py) and the string is the tag you want to colorize. 14:06:06 <Aeyoun> DrDoofenshmirtz: make sure to make a blog post where you document what you did and how for others to have better documentation in the future. ;) 15:13:14 <ChrisWarrick> Releasing v7.7.2! 15:14:21 <KwBot> [nikola] Kwpolska closed issue #2121: Add 2.7 deprecation warning https://github.com/getnikola/nikola/issues/2121 15:15:24 -GitHub[nikola]:#nikola- [nikola] Kwpolska pushed 1 new commit to master: http://git.io/vCTww 15:15:24 -GitHub[nikola]:#nikola- nikola/master 05ab65e Chris Warrick: Add note about Pillow v3.0.0... 15:19:42 -travis-ci:#nikola- getnikola/nikola#6532 (master - 05ab65e : Chris Warrick): The build passed. 15:19:43 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/0b4d705fbf99...05ab65e9cf18 15:19:43 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/84324122 15:21:59 -GitHub[nikola]:#nikola- [nikola] Kwpolska tagged v7.7.2 at 33223f8: http://git.io/vCTKn 15:26:10 <ralsina> ChrisWarrick: yay! 15:27:09 -travis-ci:#nikola- getnikola/nikola#6533 (master - b55cb8c : Chris Warrick): The build passed. 15:27:10 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/05ab65e9cf18...b55cb8c85db2 15:27:10 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/84325534 15:32:06 -travis-ci:#nikola- getnikola/nikola#6534 (v7.7.2 - b55cb8c : Chris Warrick): The build passed. 15:32:07 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/v7.7.2 15:32:07 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/84325540 15:33:53 -GitHub[site]:#nikola- [nikola-site] Kwpolska pushed 1 new commit to master: http://git.io/vCT1I 15:33:53 -GitHub[site]:#nikola- nikola-site/master 1f85737 Chris Warrick: Nikola v7.7.2... 15:36:12 -GitHub[nikola]:#nikola- [nikola] Kwpolska pushed 1 new commit to master: http://git.io/vCT1A 15:36:12 -GitHub[nikola]:#nikola- nikola/master 885ce80 Chris Warrick: Correct spelling of "Brazil"... 15:41:13 <zlatan> hi, when I try to write new post I get this error https://paste.debian.net/314971/ 15:41:41 -travis-ci:#nikola- getnikola/nikola#6535 (master - 885ce80 : Chris Warrick): The build passed. 15:41:42 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/b55cb8c85db2...885ce80442a2 15:41:42 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/84328265 15:46:40 <ralsina> zlatan: looks like you are in python2 and don't have configparser installed? 15:48:02 <zlatan> ralsina, well I have nikola installed from debian archive (and I am not sure but I think it's still only py2 version built from source) 15:48:47 <ralsina> zlatan: in general we recommend installing in avirtualenv, debian packages do weird things 15:49:15 <zlatan> ralsina, yea, starting to think about it lately 15:49:18 <ralsina> OTOH, impressed they have 7.6.4 it's not so old! :-) 15:49:34 <zlatan> ralsina, just checked, there is install python-configparser :) 15:49:48 <zlatan> ralsina, yea, I talked to them, they pushed newer version :) 15:50:06 <ralsina> let me check 1 sec ... 15:53:43 <ralsina> zlatan: with python-configparser 3.3.0r2-2 that should work 15:53:54 <ralsina> no idea for earlier versions, that one is the one I have here in ubuntu 15:57:11 <zlatan> ralsina, yeah, that is the version from debian 15:57:16 -GitHub[meta]:#nikola- [releng] Kwpolska pushed 1 new commit to gh-pages: http://git.io/vCTdT 15:57:16 -GitHub[meta]:#nikola- releng/gh-pages bc71e99 Chris Warrick: Add completion counter... 15:57:30 <ralsina> no idea really :-( 15:58:00 <zlatan> hm, I will try to do the reinstall of the configparser and see if it deals with it 15:58:03 <ralsina> zlatan: http://pastebin.ubuntu.com/12716126/ 16:00:06 <zlatan> ralsina, so the exact same version (ubuntu probably got it from debian) and this is what I get https://paste.debian.net/314975/ 16:00:26 <ralsina> try print configparser 16:00:30 <zlatan> maybe it's because of the gcc5 transition (you're paste is still on 4.9) 16:00:44 <ralsina> You may have a random copy of it somewhere 16:00:52 <zlatan> <module 'configparser' from '/usr/local/lib/python2.7/dist-packages/configparser/__init__.pyc'> 16:01:07 <ralsina> aha! 16:01:09 <ralsina> I get /usr/lib/python2.7/dist-packages/configparser.pyc 16:01:28 <ralsina> you may have someleftover .pyc files from an older version 16:01:41 <ralsina> Check where the deb is putting the files 16:05:30 <ChrisWarrick> (really, use a python 3 virtualenv) 16:07:32 <ralsina> ChrisWarrick: just trying to figure out the mistery at this point ;-) 16:08:01 <ChrisWarrick> zlatan, ralsina: self-installed garbage configparser in /usr/LOCAL/lib 16:08:17 <ralsina> ah, right, missed the "local" 16:09:28 <zlatan> yeah, did the reinstallation and again it send it too local too -.- 16:11:07 <ralsina> zlatan: the .deb is installing in local???? 16:11:43 <ralsina> that is against so many debian policies the packager is probably living under false name in pakistan 16:12:30 <zlatan> ralsina, no, there are files that you have but also there are these ones (maybe it just install local garbage too as ChrisWarrick already said or it points to it) 16:13:31 <ralsina> ah,ok, sojust delete those 16:13:34 <zlatan> rm the local thing and it works 16:13:37 <zlatan> yep did it now :D 16:13:44 <ralsina> awesome 16:14:10 <ralsina> someone should remove pip's ability to installsystem-wide 16:14:31 <ralsina> it literally NEVER not break something 16:14:55 <zlatan> or Python should just create python only OS :D 16:15:23 <ChrisWarrick> arch linux is good enough 17:29:23 -GitHub[nikola]:#nikola- [nikola] Kwpolska created fix-2137-freebsd-locale (+1 new commit): http://git.io/vCk0g 17:29:23 -GitHub[nikola]:#nikola- nikola/fix-2137-freebsd-locale 9545ee3 Chris Warrick: Fix #2137 -- capitalize UTF-8 properly in locale guessing... 17:33:55 -travis-ci:#nikola- getnikola/nikola#6536 (fix-2137-freebsd-locale - 9545ee3 : Chris Warrick): The build passed. 17:33:56 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/commit/9545ee3cae1e 17:33:57 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/84350155 18:35:14 <KwBot> [nikola] Kwpolska closed issue #2137: FreeBSD locale handling differs from linux locale handling https://github.com/getnikola/nikola/issues/2137 18:35:29 -GitHub[nikola]:#nikola- [nikola] Kwpolska merged fix-2137-freebsd-locale into master: http://git.io/vCkdE 18:39:21 -GitHub[nikola]:#nikola- [nikola] Kwpolska deleted fix-2137-freebsd-locale at 9545ee3: http://git.io/vCkFr 18:39:34 <polyzen> ERROR: _switch to py3:please!. Task dependency 'sitemap' does not exist. 18:39:40 <polyzen> i am using python3 o.O 18:39:55 -travis-ci:#nikola- getnikola/nikola#6537 (master - 9545ee3 : Chris Warrick): The build passed. 18:39:56 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/885ce80442a2...9545ee3cae1e 18:39:56 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/84361925 18:43:37 <ChrisWarrick> polyzen: you disabled sitemaps, didn’t you? 18:44:43 <ChrisWarrick> polyzen: create an issue for that 18:46:32 <polyzen> work work work 18:46:54 <polyzen> good reminder, as i'm pretty sure now i want to enable that 19:37:40 <ralsina> didn't exppect anyone to disable sitemap :-) 19:37:55 <ralsina> it doesn't really need to depend either, I think 23:02:19 <polyzen> ralsina, "depend" on what? 23:05:41 <polyzen> there's no longer a way to disable the sitemap? i don't see it under `nikola plugin --list-installed` nor `nikola list` unless it's part of render_site 23:24:13 <ralsina> polyzen: hmmm 23:24:32 <ralsina> checking... 23:25:08 <ralsina> polyzen: I see it in --list-installed 23:25:08 <ralsina> sitemap at /home/ralsina/Desktop/proyectos/nikola/master/nikola/plugins/task/sitemap/ 23:25:16 <polyzen> herp 23:25:27 <polyzen> let me look again 23:26:12 <polyzen> ralsina, http://ix.io/lj2 23:26:47 <ralsina> polyzen: don't you have it disabled? 23:27:09 <ralsina> I suspect disabled plugins are not listed anymore, try that in some other folder 23:27:45 <ralsina> yes, that's probably it, and it's a bug, file please :-) 23:28:01 <polyzen> ah yes 23:28:13 <polyzen> i don't understand though 23:34:31 <Wayneoween> ChrisWarrick: Works nicely now, interesting fix...^^