Logs for #nikola for 2015-09-01

01:52:34 <KwBot> [nikola] Aeyoun opened issue #1989: Link checker should check resources https://github.com/getnikola/nikola/issues/1989
03:09:24 <polyzen> ChrisWarrick, your services are required, it would seem. https://pypi.python.org/pypi/husl
03:09:31 -GitHub[nikola]:#nikola- [nikola] jjconti pushed 1 new commit to master: http://git.io/vGgYl
03:09:31 -GitHub[nikola]:#nikola- nikola/master 6711e66 Juan José Conti: Update manual.txt
03:09:37 <polyzen> pkg_resources.DistributionNotFound: The 'husl>=4.0.2' distribution was not found and is required by Nikola
03:14:16 -travis-ci:#nikola- getnikola/nikola#6103 (master - 6711e66 : Juan José Conti): The build is still failing.
03:14:17 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/42276d966fc0...6711e665063b
03:14:17 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/78158314
03:45:16 <polyzen> moar dependencies
09:51:49 <KwBot> [plugins] bricewge opened issue #104: [orgmode] fontify source block https://github.com/getnikola/plugins/issues/104
11:33:50 <StyXman> I'm trying to use nikola to generate a gallery and it wroks fine, except for an encoding glitch
11:33:59 <StyXman> http://linkode.org/ohAHhS4KQZkaPwwZKjISh7/GM94bKgRwT07pJi7Xeoxf5
11:34:59 <StyXman> the fs names are encoded in utf-8, but it seems that at some point they're considered to be ascii or latin-1
11:35:54 <StyXman> the most strange thing is that many of the thumbnails have already been generated, see here: http://82.242.111.163/~mdione/nikola-gallery/galleries/vacas/2013/Freiburg%20-%20F%C3%BCssen%20-%20M%C3%BCnchen%20-%20Praha%20-%20Wein%20-%20Bratislava%20-%20Ljubljana%20-%20Postojna%20-%20Lago%20di%20Garda/
11:37:30 <StyXman> more straneg even: this gallery was generated ok, even with non ascii filenames
11:37:32 <StyXman> http://82.242.111.163/~mdione/nikola-gallery/galleries/vacas/2013/Freiburg%20-%20Esslingen%20-%20Nancy%20-%20Strasbourg%20-%20N%C3%BCrnberg%20-%20Berlin%20-%20Pozna%C5%84%20-%20Hamburg%20-%20K%C3%B6ln/
11:43:24 <ChrisWarrick> StyXman: do you have a properly-configured UTF-8 locale?  What does sys.getfilesystemencoding() say in a python shell (nikola console)?
11:46:09 <StyXman> (Pdb) import sys
11:46:09 <StyXman> (Pdb) sys.getfilesystemencoding()
11:46:09 <StyXman> 'UTF-8'
11:46:37 <ChrisWarrick> StyXman: which is really weird
11:46:45 <StyXman> ah, it's possible that a ,,, ah
11:46:47 <ChrisWarrick> polyzen: packaging for the AUR, you mean?
11:47:08 <StyXman> I think I had an encoding problem before, i fixed it, and now the db has it still inside
11:47:25 <ChrisWarrick> StyXman: remove the db then (rm -rf .doit.db cache)
11:47:31 <StyXman> oho
11:47:43 <StyXman> that means recompiling everything :-/
11:47:48 <StyXman> ok :(
11:49:19 <StyXman> and probably rsync'ing everything again to the server
11:49:21 <StyXman> oh wel...
11:50:48 <ChrisWarrick> StyXman: yeah, that’s sad
11:52:25 -GitHub[nikola]:#nikola- [nikola] Kwpolska pushed 4 new commits to master: http://git.io/vGaYC
11:52:25 -GitHub[nikola]:#nikola- nikola/master 2cfe1a0 IGARASHI Masanao: Aboid KeyError
11:52:25 -GitHub[nikola]:#nikola- nikola/master dbbe1de IGARASHI Masanao: Fix quotes
11:52:25 -GitHub[nikola]:#nikola- nikola/master 3bdc597 IGARASHI Masanao: Remove duplicate attributes
11:54:50 <StyXman> ChrisWarrick: well, I have to work anyways, so I can wait a rebuild :)
11:57:17 -travis-ci:#nikola- getnikola/nikola#6104 (master - 3da39f3 : Chris Warrick): The build is still failing.
11:57:18 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/6711e665063b...3da39f30691c
11:57:18 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/78207924
12:07:26 -GitHub[nikola]:#nikola- [nikola] Kwpolska pushed 1 new commit to master: http://git.io/vGann
12:07:26 -GitHub[nikola]:#nikola- nikola/master 9ba5c01 Chris Warrick: Remove debugging code...
12:13:12 -travis-ci:#nikola- getnikola/nikola#6105 (master - 9ba5c01 : Chris Warrick): The build was fixed.
12:13:13 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/3da39f30691c...9ba5c0168d34
12:13:13 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/78209808
12:48:52 <ChrisWarrick> polyzen: done
12:57:07 <StyXman> ChrisWarrick: it seems to have fixed it. i will try tom come up with a tests case do those things don't end up in th DB
12:57:13 <StyXman> for te moment, work
12:57:15 <StyXman> ciao
14:03:43 -GitHub[nikola]:#nikola- [nikola] Aeyoun pushed 1 new commit to master: http://git.io/vGVUL
14:03:43 -GitHub[nikola]:#nikola- nikola/master a970c13 Daniel Aleksandersen: Check `img|source[@srcset]` as part of `check -l`...
14:08:43 -GitHub[nikola]:#nikola- [nikola] Aeyoun pushed 1 new commit to master: http://git.io/vGVIe
14:08:43 -GitHub[nikola]:#nikola- nikola/master 79833b8 Daniel Aleksandersen: xpath not findall
14:09:34 -travis-ci:#nikola- getnikola/nikola#6106 (master - a970c13 : Daniel Aleksandersen): The build was broken.
14:09:35 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/9ba5c0168d34...a970c13d8682
14:09:35 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/78228851
14:12:28 <KwBot> [nikola] Aeyoun closed issue #1989: Link checker should check resources https://github.com/getnikola/nikola/issues/1989
14:15:01 -GitHub[nikola]:#nikola- [nikola] ralsina created do-1985 (+1 new commit): http://git.io/vGVmo
14:15:01 -GitHub[nikola]:#nikola- nikola/do-1985 4edd6e0 Roberto Alsina: USE_BASE_TAG flag
14:15:37 -travis-ci:#nikola- getnikola/nikola#6107 (master - 79833b8 : Daniel Aleksandersen): The build passed.
14:15:38 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/a970c13d8682...79833b8b86d9
14:15:38 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/78229679
14:15:48 -GitHub[nikola]:#nikola- [nikola] ralsina opened pull request #1990: USE_BASE_TAG flag (master...do-1985) http://git.io/vGVYR
14:19:23 <KwBot> [nikola] Aeyoun opened issue #1991: Link checker should check all absolute URLs to self https://github.com/getnikola/nikola/issues/1991
14:19:23 <KwBot> [nikola] Aeyoun assigned issue #1991 to Aeyoun: Link checker should check all absolute URLs to self https://github.com/getnikola/nikola/issues/1991
14:21:07 -travis-ci:#nikola- getnikola/nikola#6108 (do-1985 - 4edd6e0 : Roberto Alsina): The build failed.
14:21:08 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/commit/4edd6e049ae4
14:21:08 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/78230766
14:21:17 -GitHub[nikola]:#nikola- [nikola] Aeyoun pushed 1 new commit to master: http://git.io/vGVs6
14:21:17 -GitHub[nikola]:#nikola- nikola/master 4e0be1b Daniel Aleksandersen: Link checker should check all absolute URLs to self...
14:26:43 -travis-ci:#nikola- getnikola/nikola#6110 (master - 4e0be1b : Daniel Aleksandersen): The build passed.
14:26:44 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/79833b8b86d9...4e0be1be73a7
14:26:44 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/78231615
14:28:22 -GitHub[nikola]:#nikola- [nikola] ralsina pushed 1 new commit to do-1985: http://git.io/vGVcK
14:28:22 -GitHub[nikola]:#nikola- nikola/do-1985 e4b7806 Roberto Alsina: Merge branch 'master' into do-1985
14:45:20 <polyzen> ChrisWarrick \o/
14:48:00 <polyzen> ChrisWarrick, in the future, would you be opposed to me whipping up a package (ie. copying one of your's and editing where needed) and adding you as co-maintainer?
14:48:27 <polyzen> don't want to step on any toes :p
14:48:30 <ChrisWarrick> polyzen: the templates are open-source-ish.  https://github.com/Kwpolska/pkgbuild-templates
14:48:36 <polyzen> oh
14:49:23 <ChrisWarrick> polyzen: you most likely want /python/23, and note that makedepends should contain dependencies for both pythons
14:49:30 <KwBot> [nikola] Aeyoun closed issue #1991: Link checker should check all absolute URLs to self https://github.com/getnikola/nikola/issues/1991
14:50:34 <polyzen> yeah
14:50:35 <polyzen> hm
14:50:42 <polyzen> yeah @ the second bit
14:50:46 <polyzen> third bit?
14:50:52 <ChrisWarrick> what?
14:50:55 <polyzen> haven't messed with makepkg-template
14:51:00 <polyzen> and note that makedepends should contain dependencies for both pythons
14:51:02 <polyzen> aware :p
14:51:10 <ChrisWarrick> I haven’t messed with makepkg-template either
14:51:31 <polyzen> oic
14:52:02 <polyzen> https://github.com/dffischer/mozilla-extensions/
14:52:17 <polyzen> he might've gone a bit overboard o.o
14:53:53 <ChrisWarrick> browser addons as system packages?  madness
14:54:04 <ChrisWarrick> separation of user and system
14:54:14 <polyzen> very useful for me
14:54:25 <polyzen> when using multiple ff profiles
14:55:47 <polyzen> maintaining 3 sets of the (mostly) the same addons is just.. wrong
14:56:01 <polyzen> s/the //
14:56:50 <polyzen> i mean, i could install the "globally" per user
14:56:53 <polyzen> them
14:56:59 <polyzen> but pacman won't handle that :p
15:04:00 <KwBot> [nikola] Kwpolska closed issue #1985: Make base tag optional via flag. https://github.com/getnikola/nikola/issues/1985
15:04:13 -GitHub[nikola]:#nikola- [nikola] Kwpolska closed pull request #1990: USE_BASE_TAG flag (master...do-1985) http://git.io/vGVYR
15:09:47 -travis-ci:#nikola- getnikola/nikola#6113 (master - 642f37e : Chris Warrick): The build passed.
15:09:48 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/4e0be1be73a7...642f37ee013f
15:09:48 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/78239689
15:13:27 <polyzen> ChrisWarrick, ../../build/python-husl/src/husl-4.0.2/LICENSE
15:13:35 <polyzen> install: cannot stat ‘LICENSE.txt’: No such file or directory
15:13:40 <ChrisWarrick> polyzen: shit
15:13:43 <polyzen> :p
15:13:49 <ChrisWarrick> polyzen: I thought I fixed that
15:14:43 <ChrisWarrick> polyzen: try again
15:15:28 <polyzen> i believe ya :p just changed the pkgbuild locally
15:20:55 <KwBot> [nikola] StyXman opened issue #1992: nikola no longer has all-nocdn.* https://github.com/getnikola/nikola/issues/1992
15:47:50 <polyzen> ## -*- coding: utf-8 -*-
15:47:52 <polyzen> # -*- coding: utf-8 -*- 
15:47:54 <polyzen> o.O
15:47:56 <polyzen> that seems odd
15:50:38 <ChrisWarrick> polyzen: in mako templates, it isn’t
15:56:48 <polyzen> ?\(?_o)/?
15:56:55 * polyzen still has to fix his alises
15:57:14 <polyzen> ChrisWarrick, "upass" is a funny name :p
15:57:30 <ChrisWarrick> polyzen: please configure a better name
15:57:32 <ChrisWarrick> contribute*
15:58:29 <polyzen> hm
16:02:12 <KwBot> [nikola] Aeyoun opened issue #1993: Check links in Atom and sitemaps too https://github.com/getnikola/nikola/issues/1993
16:03:59 <polyzen> ChrisWarrick, how'd you add the cookie warning?
16:10:40 <ChrisWarrick> polyzen: https://github.com/Kwpolska/chriswarrick.com/blob/master/themes/kw/assets/js/kw.js
16:12:37 <KwBot> [nikola] Aeyoun closed issue #1993: Check links in Atom and sitemaps too https://github.com/getnikola/nikola/issues/1993
16:12:40 <KwBot> [nikola] Aeyoun assigned issue #1993 to Aeyoun: Check links in Atom and sitemaps too https://github.com/getnikola/nikola/issues/1993
16:12:47 -GitHub[nikola]:#nikola- [nikola] Aeyoun pushed 1 new commit to master: http://git.io/vGwtS
16:12:47 -GitHub[nikola]:#nikola- nikola/master ea9fb05 Daniel Aleksandersen: Check links in Atom and sitemap files...
16:15:19 <Aeyoun> why include the cookie warning at all? implicit consent by browser setting is enough. no need to bother the visitor.
16:16:02 <Aeyoun> You still need a privacy policy document explaining the use of cookies that is "easily accessible from any affected page". regular site footer is enough.
16:18:00 -travis-ci:#nikola- getnikola/nikola#6114 (master - ea9fb05 : Daniel Aleksandersen): The build passed.
16:18:01 <ChrisWarrick> Aeyoun: EU law.
16:18:01 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/642f37ee013f...ea9fb059950d
16:18:01 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/78252241
16:18:30 <ChrisWarrick> Aeyoun: everyone does it like this, and most people expect this to be a “accept” warning
16:20:52 -GitHub[nikola]:#nikola- [nikola] ralsina created fix-1992 (+1 new commit): http://git.io/vGwOu
16:20:52 -GitHub[nikola]:#nikola- nikola/fix-1992 10733b8 Roberto Alsina: fix #1992
16:21:26 -GitHub[nikola]:#nikola- [nikola] ralsina opened pull request #1994: fix #1992 (master...fix-1992) http://git.io/vGwOD
16:23:13 <polyzen> ChrisWarrick, thank you
16:23:33 <ChrisWarrick> polyzen: please be aware that this actually does not have a license attached
16:23:49 <polyzen> i'm not in the EU, just interested how it's implemented
16:24:05 <KwBot> [nikola] ralsina closed issue #1992: nikola no longer has all-nocdn.* https://github.com/getnikola/nikola/issues/1992
16:24:18 -GitHub[nikola]:#nikola- [nikola] Kwpolska closed pull request #1994: fix #1992 (master...fix-1992) http://git.io/vGwOD
16:24:42 <ChrisWarrick> I think the law extends to everyone with a datacenter in the EU, or Twitter and Facebook do overcompliance
16:25:03 <ChrisWarrick> well, they also have legal entities in Ireland
16:25:09 <polyzen> hm
16:25:18 <Aeyoun> ChrisWarrick: Norway legal’s interpretation says implicit consent via browser setting is enough.
16:25:40 <ChrisWarrick> Aeyoun: Polish law is garbage.
16:26:10 <Aeyoun> Difi (government body responsible for this EU directive) says implicit consent via browser settings + policy document is more than enough.
16:27:12 <ChrisWarrick> IANAL, but it basically says that the end user must get an information and agree
16:27:28 <ChrisWarrick> (even though everyone puts cookies before the user agrees)
16:27:32 <Aeyoun> in the browser, but not on each and every website.
16:27:44 <ChrisWarrick> also, last time I checked, browsers default to cookies everywheere
16:28:12 <Aeyoun> Yes, but each browser's ToS explains cookies.
16:28:27 <Aeyoun> Each website only need to provide a policy document.
16:30:28 -travis-ci:#nikola- getnikola/nikola#6117 (master - 261e796 : Chris Warrick): The build passed.
16:30:29 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/ea9fb059950d...261e796a684e
16:30:29 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/78253947
16:32:23 <Aeyoun> ChrisWarrick: all your cookies except urchin (can be disabled in google analytics), is actually exempt. http://ec.europa.eu/ipg/basics/legal/cookies/index_en.htm
16:57:49 <polyzen> is there a way to generate another conf.py so i can diff over the changes?
16:58:18 <polyzen> i was diffing against conf.py.in, but ran into: STRIP_INDEXES = ${STRIP_INDEXES}                                                                        |  # STRIP_INDEXES = False 
17:06:28 <polyzen> wat # The default is ['fenced_code', 'codehilite']              
17:06:29 <polyzen> MARKDOWN_EXTENSIONS = ['fenced_code', 'codehilite', 'extra']
17:07:21 <polyzen> shouldn't that be # The default is ['fenced_code', 'codehilite', 'extra']
17:07:37 <polyzen> MARKDOWN_EXTENSIONS = ${MARKDOWN_EXTENSIONS}
17:08:59 <polyzen> and now i borked my conf.py \o/
17:09:32 <ralsina> polyzen: there is a script in master
17:09:45 <polyzen> o rly
17:09:54 <polyzen> thank you
17:09:55 <ralsina> polyzen: https://github.com/getnikola/nikola/blob/master/scripts/generate_conf.py
17:27:47 <ChrisWarrick> https://getnikola.com/conf.html
17:33:39 <ralsina> or https://getnikola.com/listings/conf.py even
17:34:22 <KwBot> [nikola] ralsina opened issue #1995: Listings should have a prominent link to the "raw" file, like pastebins do. https://github.com/getnikola/nikola/issues/1995
17:49:11 <lg188> Hi, I've installed Nikola before, but I can't remember it having any problems. I recently got these errors, and I don't really get what's the issue: https://bpaste.net/show/e297401bca91
17:51:42 <ChrisWarrick> lg188: this looks like a v7.6.3 bug fixed in v7.6.4
17:51:58 <ChrisWarrick> lg188: try upgrading
17:52:44 <lg188> Ah, my system doesn't have that version yet.
17:53:07 <ralsina> lg188: you can ignore the error
17:53:16 <ralsina> lg188: or install ws4py and it will go away
17:53:37 <lg188> It's not the only thing, When I try to build, it just exits with another error
17:54:00 <ChrisWarrick> which is?
17:54:24 <lg188> https://bpaste.net/show/6aa593cb0ffa
17:56:26 <ChrisWarrick> what theme are you using?
17:59:08 <lg188> I think the default?
17:59:25 <lg188> I've just been fooling around to be honest.
18:00:11 <lg188> not really meddling in any configs, I think
18:00:17 <lg188> just with creating content
18:00:52 <ChrisWarrick> lg188: would you mind trying to upgrade to v7.6.4 nevertheless?
18:01:07 <lg188> Trough the git repo?
18:01:49 <ChrisWarrick> lg188: via pip would be safer
18:02:19 <lg188> ah
18:03:41 <ChrisWarrick> git usually works too
18:05:18 <lg188> Yeah, gotta update pip. I have version 1.5.6 installed, and it seems very outdated 
18:07:18 <ChrisWarrick> the current is somewhere around 7, but they actually shifted their numbers from 1.5.x to 6.x.y
18:08:25 <lg188> Ah well, it was crashing, so updating seemed like an easier thing 
18:12:32 <lg188> Allright, it's installed now I'll test it
18:13:01 <lg188> https://bpaste.net/show/b3d3620e06c0 
18:13:11 <lg188> I think the red error is gone now, but this one remains
18:13:22 <lg188> I'll look around if I changed theme
18:14:57 <lg188> Ah yes
18:15:16 <lg188> I tried to make a custom theme, because I wanted to edit it.
18:15:29 <lg188> I should refer to some tutorial for this.
18:15:38 <ChrisWarrick> look at the theming tutorial on our website
18:15:50 <ChrisWarrick> in the meantime, set it back to bootstrap3, or at least give your theme a parent
18:15:54 <ralsina> lg188: https://getnikola.com/creating-a-theme.html
18:16:31 * ChrisWarrick thinks KwBot could use some link-factoid feature
18:17:31 <lg188> Thanks ralsina 
18:17:46 <lg188> ChrisWarrick: I just changed it to bootstrap3 and it worked
18:21:42 <ChrisWarrick> lg188: there.  when you get to work on your theme, make sure to add a parent
18:23:08 <lg188> I'm really confused on the theme part to be honest
18:23:52 <ChrisWarrick> lg188: read the guide, it’s simple
18:28:36 <lg188> Can I write a theme to just use css and a parent?
18:32:03 <lg188> ( I mean to ask if those templates are required to get it to work)
18:32:36 <ralsina> lg188: you can just set a parent and add all the CSS you want in a custom.css
18:33:02 <ralsina> in fact, you don't even need a theme for that :-)
18:33:12 <ralsina> just put custom.css in files/assets/css/custom.css
18:33:33 <lg188> Ah, okay
18:33:39 <lg188> that makes it a lot easier
18:57:07 <lg188> Sorry if I'm bothering you guys with this, but it's been a while since I've used css and it was only some simple school examples.
18:58:18 <lg188> The navbar ( of the default theme) I managed to change the colour of it, but the text doesn't seem to change. I assume It's a child element but I don't know which one exactly
19:00:09 <ralsina> lg188: the text in the navbar is in your con.py
19:00:22 <ralsina> lg188: the NAVIGATION_LINKS option
19:00:33 <ralsina> lg188: in general, you are not going to change contents using CSS
19:00:47 <ralsina> lg188: I mean, in some cases you can but it's not a great idea
19:01:52 <lg188> no no
19:01:57 <lg188> I mean to change the colours
19:02:29 <lg188> the menu's content is fine, for now.
19:02:52 <ChrisWarrick> changing colors is easy, as long as you want it black or white
19:02:56 <ChrisWarrick> you can also try bootswatch
19:03:14 <lg188> I'd like white 
19:03:31 <lg188> then I might only change the css for links
19:03:41 <lg188> only need to*
19:17:21 <polyzen> Nikola v7.6.4 configuration file
19:17:23 <polyzen> The default config file for Nikola v7.6.2 is reproduced below.
19:17:25 <polyzen> wat
19:17:28 <polyzen> https://getnikola.com/conf.html
19:18:18 <ralsina> polyzen: typo
19:19:15 -GitHub[site]:#nikola- [nikola-site] ralsina pushed 1 new commit to master: http://git.io/vGrzO
19:19:15 -GitHub[site]:#nikola- nikola-site/master b9451b9 Roberto Alsina: typo
19:19:51 <ralsina> polyzen: look again ;-)
19:20:03 <polyzen> :p
19:21:38 <polyzen> ralsina, you could even delete that line
19:24:53 <lg188> Ah, I have an accidental problem.
19:25:36 <lg188> I created some pages with pure text in them, and there's no metadata present. Is it possible to turn it into a valid file?
19:33:04 -GitHub[nikola]:#nikola- [nikola] felixfontein created fix-copy-assets (+1 new commit): http://git.io/vGrwU
19:33:04 -GitHub[nikola]:#nikola- nikola/fix-copy-assets 3d3419f Felix Fontein: Fixing wrong file_deps for copy_assets's copy tasks.
19:35:04 <lg188> I think my translations are wrongly configured, I can do that with about.<language>.txt, right?
19:35:06 <lg188> did I miss something in my config?
19:36:38 -GitHub[nikola]:#nikola- [nikola] felixfontein opened pull request #1996: Fixing wrong file_deps for copy_assets's copy tasks. (master...fix-copy-assets) http://git.io/vGrr0
19:37:42 -travis-ci:#nikola- getnikola/nikola#6118 (fix-copy-assets - 3d3419f : Felix Fontein): The build passed.
19:37:43 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/commit/3d3419fbe59a
19:37:43 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/78284513
19:49:56 <lg188> I can't put the pages with different languages in the same directory?
19:50:42 <lg188> or rather, I messed up something else
19:52:07 -GitHub[nikola]:#nikola- [nikola] ralsina closed pull request #1996: Fixing wrong file_deps for copy_assets's copy tasks. (master...fix-copy-assets) http://git.io/vGrr0
19:56:57 -travis-ci:#nikola- getnikola/nikola#6120 (master - f3d532e : Roberto Alsina): The build passed.
19:56:58 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/261e796a684e...f3d532e2929f
19:56:58 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/78287766
21:27:40 -GitHub[nikola]:#nikola- [nikola] masayuko opened pull request #1997: Remove duplicate attributes (master...for-upstream) http://git.io/vGosm
21:43:44 <lg188> On the notification "also readable in: <languages>", can I remove that and have the notification on top right with <english> change to a flag?
22:16:41 -GitHub[nikola]:#nikola- [nikola] ralsina pushed 2 new commits to master: http://git.io/vGoa1
22:16:41 -GitHub[nikola]:#nikola- nikola/master 2d5e1cf IGARASHI Masanao: Remove duplicate attributes
22:16:41 -GitHub[nikola]:#nikola- nikola/master 72c1360 Roberto Alsina: Merge pull request #1997 from masayuko/for-upstream...
22:23:52 -travis-ci:#nikola- getnikola/nikola#6122 (master - 72c1360 : Roberto Alsina): The build passed.
22:23:53 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/f3d532e2929f...72c1360de36e
22:23:53 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/78312183