Logs for #nikola for 2015-05-28

00:00:27 <ralsina> There, issue 1761
00:03:11 <polyzen> haha
00:03:17 <polyzen> thank you
00:04:01 <polyzen> wish i wasn't using a raspberry pi
00:04:43 <polyzen> hm
00:05:02 <polyzen> i should just do this stuff on a vm
00:12:12 <ralsina> polyzen: what operating system are you using in your real machine?
00:18:51 <ralsina> polyzen: nikola plugin --list-installed already exists :-)
00:18:57 <ralsina> I just forgot about it
01:15:43 <polyzen> haha
01:15:51 <polyzen> ralsina, my real machine?
01:15:59 <polyzen> as in, not raspberry pi? :p
01:16:08 <ralsina> yes, the non-raspberry thing where you would run the VM
01:16:17 <polyzen> oh, the vm is running archlinux
01:16:24 <polyzen> raspi is running archlinux-arm
01:16:44 <ralsina> I would suggest experimenting in the bigger machine using virtualenv, for comfort
01:17:00 <ralsina> once it works you can just copy it and try once, it should work first time :-)
01:17:01 <polyzen> why virtualenv?
01:17:20 <ralsina> to not mess your real python environment, and to not need root permissions
01:18:06 <polyzen> figured i could use virtualenv after the fact
01:18:12 <polyzen> for a bit of security
01:18:19 <ralsina> it's not the idea
01:18:27 <polyzen> don't think there is a "real python environment" there
01:18:41 <ralsina> polyzen: if you say "python" it works? Then you have a real one :)
01:18:53 <polyzen> hehe
01:19:19 <polyzen> i've been installing everything through the package manager
01:19:23 <polyzen> either way :p
01:19:56 <polyzen> and i guess, being a static site, security isn't an issue
01:20:14 <ralsina> yes, but once it's a static site, it's not python anymore
01:20:38 <ralsina> in any case: getting a virtualenv with nikola is as easy as 1) installing virtualenvwraper 2) mkvirtualenv nikola -i nikola
01:20:55 <ralsina> And then whenever you want to work in that "isolated" python, just "workon nikola"
01:21:23 <polyzen> i see
01:21:29 <polyzen> i had read up a bit on virtualenv
01:21:35 <ralsina> and you can install all sorts of crap and it will not mess your system up, and you can get rid of it all by rmvirtualenv nikola
01:21:39 <polyzen> actually i think i finished that article
01:21:55 <polyzen> gotcha
01:22:29 <ralsina> Read this, it's not long and easy: https://virtualenvwrapper.readthedocs.org/en/latest/command_ref.html
01:22:38 <ralsina> hell, just check the examples :-)
01:23:42 <polyzen> examples?
01:32:29 <polyzen> apparently that livereload bug was fixed https://github.com/lepture/python-livereload/issues/109
01:33:09 <polyzen> for their next release
01:34:26 <polyzen> ralsina ^
01:58:27 <polyzen> wonder if it's worth disabling render_galleries even if there's no images
02:08:33 <polyzen> wat > scale_images Copy static files into the output folder.
02:10:00 <polyzen> should i disable both render_tags and generate_rss, or would disabling just the prior do the job?
02:14:42 <polyzen> both
02:19:10 <polyzen> render_pages depends on render_posts o.O
02:22:51 <polyzen> wth.. i wonder what made the Sources link appear
02:23:16 <polyzen> especially now that i disabled render_sources :p guess i'll re-enable that one
10:29:25 <ralsina> polyzen: render_posts name is a bit misleading, it does "compile from markup to html fragment"
10:30:59 <ralsina> polyzen: if you notice strange behaviour the right thing to do is describe them in an issue (for example, if disabling render_sources enables source links). BTW, if you don't want that plugin to do anything you can set COPY_SOURCES=False
11:47:01 <ChrisWarrick> KwBot: ping
11:47:01 <KwBot> ChrisWarrick: pong
12:09:52 <ChrisWarrick> polyzen: DISABLED_PLUGINS should be a last resort.  You should use other options, like GENERATE_RSS or COPY_SOURCES, to disable things
14:53:20 <polyzen> ChrisWarrick, gotcha
14:53:32 <polyzen> ralsina, gotcha
18:44:34 -GitHub[themes]:#nikola- [nikola-themes] ralsina pushed 1 new commit to master: http://git.io/vkCMF
18:44:34 -GitHub[themes]:#nikola- nikola-themes/master b27527e Roberto Alsina: lanyon port
18:50:47 -GitHub[site]:#nikola- [nikola-site] ralsina pushed 1 new commit to master: http://git.io/vkC9q
18:50:47 -GitHub[site]:#nikola- nikola-site/master 0e196ae Roberto Alsina: new theming tutorial
18:59:14 -GitHub[site]:#nikola- [nikola-site] ralsina pushed 1 new commit to master: http://git.io/vkCdN
18:59:14 -GitHub[site]:#nikola- nikola-site/master 06e1a10 Roberto Alsina: nicer mako highlight
19:07:05 -GitHub[site]:#nikola- [nikola-site] ralsina pushed 1 new commit to master: http://git.io/vkCAV
19:07:05 -GitHub[site]:#nikola- nikola-site/master d155c22 Roberto Alsina: wizard
19:07:47 -GitHub[site]:#nikola- [nikola-site] ralsina pushed 1 new commit to master: http://git.io/vkCAA
19:07:47 -GitHub[site]:#nikola- nikola-site/master 1dcb8cc Roberto Alsina: bundles not done
19:11:15 -GitHub[site]:#nikola- [nikola-site] ralsina pushed 1 new commit to master: http://git.io/vkCpV
19:11:16 -GitHub[site]:#nikola- nikola-site/master 9e75565 Roberto Alsina: fixed two links
19:12:14 -GitHub[themes]:#nikola- [nikola-themes] ralsina pushed 1 new commit to master: http://git.io/vkCpA
19:12:14 -GitHub[themes]:#nikola- nikola-themes/master 8e5c393 Roberto Alsina: fixed two links
19:13:43 <ralsina> Porting a theme was much less painful than expected :-)
19:20:10 <ralsina> Ouch, the themes site uses bundles. Disabling that.
19:30:07 <ralsina> Blah, the code.css in lanyon does nothing for us
19:30:12 <ralsina> I'll have to fix that
19:41:41 -GitHub[site]:#nikola- [nikola-site] ralsina pushed 1 new commit to master: http://git.io/vkWmZ
19:41:41 -GitHub[site]:#nikola- nikola-site/master 81f1ac0 Roberto Alsina: use thumbs
19:48:31 -GitHub[site]:#nikola- [nikola-site] ralsina pushed 1 new commit to master: http://git.io/vkWOQ
19:48:31 -GitHub[site]:#nikola- nikola-site/master 3fb9a75 Roberto Alsina: cropped screenshots
19:51:26 <ralsina> ChrisWarrick: I cleaned up the screenshots best I could
19:51:50 <ralsina> I suspect I should use this as my theme for a while to find all the kinks and fix them, and then document that :-P
19:53:11 -GitHub[site]:#nikola- [nikola-site] ralsina pushed 1 new commit to master: http://git.io/vkWs4
19:53:11 -GitHub[site]:#nikola- nikola-site/master f766041 Roberto Alsina: crop a bit more
19:54:40 -GitHub[site]:#nikola- [nikola-site] ralsina pushed 1 new commit to master: http://git.io/vkWsh
19:54:40 -GitHub[site]:#nikola- nikola-site/master ac90461 Roberto Alsina: foo
20:19:25 -GitHub[nikola]:#nikola- [nikola] ralsina pushed 1 new commit to smarter-check: http://git.io/vkWRy
20:19:25 -GitHub[nikola]:#nikola- nikola/smarter-check 66655e5 Roberto Alsina: fix error seen by felix
20:40:08 -GitHub[themes]:#nikola- [nikola-themes] ralsina pushed 2 new commits to master: http://git.io/vkWVQ
20:40:08 -GitHub[themes]:#nikola- nikola-themes/master 94e37ac Roberto Alsina: fixed README
20:40:08 -GitHub[themes]:#nikola- nikola-themes/master 32f3787 Roberto Alsina: mdo is not mvo
20:50:29 -GitHub[nikola]:#nikola- [nikola] felixfontein created extend-status (+1 new commit): http://git.io/vkWKx
20:50:29 -GitHub[nikola]:#nikola- nikola/extend-status 5f5e29b Felix Fontein: Added possibility to list scheduled posts and draft posts....
20:52:14 -GitHub[nikola]:#nikola- [nikola] felixfontein opened pull request #1763: Extending nikola status (master...extend-status) http://git.io/vkW6y
20:54:04 -GitHub[nikola]:#nikola- [nikola] ralsina pushed 1 new commit to master: http://git.io/vkWig
20:54:04 -GitHub[nikola]:#nikola- nikola/master e7ea538 Roberto Alsina: removed extra copies of rst.css
21:47:34 -GitHub[themes]:#nikola- [nikola-themes] ralsina pushed 1 new commit to master: http://git.io/vkWjB
21:47:34 -GitHub[themes]:#nikola- nikola-themes/master c67992a Roberto Alsina: fix code, explain bundles
22:25:25 -GitHub[nikola]:#nikola- [nikola] ralsina created refactor-galleries-gain (+2 new commits): http://git.io/vklOR
22:25:25 -GitHub[nikola]:#nikola- nikola/refactor-galleries-gain 650b41e Roberto Alsina: use the new theme tutorial
22:25:25 -GitHub[nikola]:#nikola- nikola/refactor-galleries-gain 6c97242 Roberto Alsina: create json file with data
22:26:20 -GitHub[nikola]:#nikola- [nikola] ralsina opened pull request #1765: [WIP] Refactor galleries again (master...refactor-galleries-gain) http://git.io/vklOP
22:27:05 -GitHub[nikola]:#nikola- [nikola] ralsina fast-forwarded master from e7ea538 to 650b41e: http://git.io/vklOd
23:05:29 -travis-ci:#nikola- getnikola/nikola#5201 (extend-status - 5f5e29b : Felix Fontein): The build failed.
23:05:30 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/commit/5f5e29b87f77
23:05:30 -travis-ci:#nikola- Build details: http://travis-ci.org/getnikola/nikola/builds/64481047
23:44:22 -travis-ci:#nikola- getnikola/nikola#5203 (master - e7ea538 : Roberto Alsina): The build was broken.
23:44:23 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/4911008547d2...e7ea5381e18d
23:44:23 -travis-ci:#nikola- Build details: http://travis-ci.org/getnikola/nikola/builds/64481506