Logs for #nikola for 2015-09-11

00:27:02 <KwBot> [nikola] ralsina opened issue #2062: Themes should not load jQuery if it's available https://github.com/getnikola/nikola/issues/2062
00:47:03 -GitHub[nikola]:#nikola- [nikola] ralsina created dr-nikola-gets-it (+1 new commit): http://git.io/vZ0iF
00:47:03 -GitHub[nikola]:#nikola- nikola/dr-nikola-gets-it e46d01b Roberto Alsina: showoff a little using Dr. Nikola's Vendetta
00:51:04 -GitHub[nikola]:#nikola- [nikola] ralsina opened pull request #2063: showoff a little using Dr. Nikola's Vendetta (master...dr-nikola-gets-it) http://git.io/vZ0P6
00:52:02 -travis-ci:#nikola- getnikola/nikola#6321 (dr-nikola-gets-it - e46d01b : Roberto Alsina): The build failed.
00:52:03 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/commit/e46d01b882e0
00:52:03 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/79769356
01:14:43 <KwBot> [nikola] ralsina opened issue #2064: The "filters" metadata doesn't work? https://github.com/getnikola/nikola/issues/2064
01:14:53 <KwBot> [nikola] ralsina assigned issue #2064 to ralsina: The "filters" metadata doesn't work? https://github.com/getnikola/nikola/issues/2064
05:03:11 <juanjo> im thiniking in a feature to override TAG_PAGES_ARE_INDEXES for certain tags
07:46:23 <KwBot> [nikola] rbrewer123 opened issue #2065: hamburger button non-functional with bootstrap3 and USE_CDN=False https://github.com/getnikola/nikola/issues/2065
10:33:40 <Aeyoun> is the task "copy_assets:output/assets/css/code.css" supposed to be run on every build?
11:59:21 -GitHub[nikola]:#nikola- [nikola] ralsina pushed 1 new commit to dr-nikola-gets-it: http://git.io/vZuXn
11:59:21 -GitHub[nikola]:#nikola- nikola/dr-nikola-gets-it 4628d91 Roberto Alsina: another image, tweaks
12:00:49 <ralsina> Aeyoun: not on every build, no
12:04:39 -travis-ci:#nikola- getnikola/nikola#6323 (dr-nikola-gets-it - 4628d91 : Roberto Alsina): The build is still failing.
12:04:40 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/e46d01b882e0...4628d9178d41
12:04:40 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/79833707
12:04:55 <ralsina> Aeyoun: as the resident HTML wizard, feel free to check https://github.com/getnikola/nikola/pull/2063 and tell me I suck at HTML :-)
12:05:57 <Aeyoun> ralsina: I've had a empty code.css file in my theme to prevent the upstream theme from including it, but removed that now. It's being copied on every build now. Not sure of I broke it. There is nothing special about that file, right?
12:06:28 <ralsina> Aeyoun: it is a bit special because it can come from the theme or from files/
12:06:45 <ralsina>  it should check if it's in files/ and avoid copying from themes
13:19:29 <KwBot> [nikola] ralsina closed issue #1971: Gallery index crashes for partial translations https://github.com/getnikola/nikola/issues/1971
13:25:28 <Koni> Hi there, one question for you : I want to make a site with two languages without blog feature. How can I create an index file at the root of my website instead of /en/index.html /fr/index.html ?
13:31:39 <ralsina> Koni: for the main language, use "xx": '' in TRANSLATIONS
13:31:51 <ralsina> Koni: (replace xx with your language's code)
13:32:00 <ralsina> in fact, that's pretty much the default ;-)
13:32:16 <Koni> ok I screwed up with conf.py
13:32:26 <ralsina> That way wou will have /index.html and '/fr/index.html' (or viceversa)
13:32:48 <Koni> actually I have
13:32:49 <Koni> DEFAULT_LANG = "fr"
13:33:04 <Koni> TRANSLATIONS = {
13:33:04 <Koni>     DEFAULT_LANG: "fr",
13:33:04 <Koni> 	"en": "./en",
13:33:04 <Koni> }
13:33:28 <ChrisWarrick> Aeyoun: thanks for the nudge!  recent changes to list.tmpl were at fault
13:33:34 <Koni> ok... I have to remove "fr" in translations
13:34:05 <ChrisWarrick> Koni: yeah, this will make /index.html your french index page
13:34:24 <Koni> my bad, thanks ChrisWarrick and ralsina
13:34:43 <ralsina> Koni: you're welcome
13:37:06 <Koni> In fact... a second question : I always get this warning during build
13:37:10 <Koni> WARNING: Nikola: Could not guess locale for language fr, using locale en_US.utf8
13:38:37 <ralsina> Koni: you don't have the french locale installed?
13:38:57 <Koni> on my system, no
13:39:03 <ralsina> Koni: only visible problem in output should be month names in the wrong language or something like that
13:39:12 <ralsina> other than that, it should still work
13:39:57 <ChrisWarrick> (but we do recommend installing the French locale, even if you do not use that for other things)
13:40:09 <Koni> ok so I need to install french locale in Debian
13:42:10 <Koni> perfect :) Works like a charm now
13:42:53 <Koni> Are you ready for a 3rd question ?
13:43:04 <Koni> (last one I swear)
13:43:46 <ChrisWarrick> go on
13:43:51 <Koni> I get some UnicodeDecodeErrors
13:43:56 <Koni> when building
13:43:59 <Koni> let me copy the log
13:44:32 <Koni> http://paste.alacon.org/38139
13:44:58 <Koni> Looks like everything is generated at the end
13:45:02 <ChrisWarrick> that’s slightly unusual
13:45:05 <Koni> but I get this error
13:45:10 <ChrisWarrick> try removing .doit.db, cache and output and see if it works?
13:45:32 <ChrisWarrick> also, do you have any files with weird names or other non-UTF-8 things?
13:45:52 <Koni> no, only standards chars 
13:46:10 <KwBot> [nikola] Kwpolska assigned issue #2065 to Kwpolska: hamburger button non-functional with bootstrap3 and USE_CDN=False https://github.com/getnikola/nikola/issues/2065
13:46:49 <Koni> ok I removed .doit.db and this solved the issue
13:47:16 <ChrisWarrick> that file got damaged then
13:48:04 <Koni> What is this file for ?
13:49:32 <ChrisWarrick> let’s play a game: which one of those talks about doit? https://getnikola.com/features/index.html
13:51:09 <Koni> incremental build
13:52:07 <ChrisWarrick> there.  .doit.db is the database that stores all the dependencies and tasks
13:53:33 <Koni> ok, I understand
13:53:40 <Koni> this keeps track for incremental builds
13:54:32 <ChrisWarrick> yeah
13:56:33 <Koni> thanks a lot again for your support
13:57:48 <Koni> I will try to finish by myself
14:01:47 -GitHub[nikola]:#nikola- [nikola] ralsina pushed 1 new commit to dr-nikola-gets-it: http://git.io/vZznQ
14:01:47 -GitHub[nikola]:#nikola- nikola/dr-nikola-gets-it 0f08e96 Roberto Alsina: use vh to avoid fixed-height
14:06:13 -travis-ci:#nikola- getnikola/nikola#6325 (dr-nikola-gets-it - 0f08e96 : Roberto Alsina): The build is still failing.
14:06:14 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/4628d9178d41...0f08e96942bc
14:06:14 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/79854521
14:11:05 <gour> if one creates posts/pages in Coil, i wonder how to easily get that content back into my local repo so that new rebuild locally will push everything on 'production' server?
14:12:43 <ChrisWarrick> gour: not sure I understand?
14:13:52 <gour> ChrisWarrick: normally i use Nikola locally and push built site to the production server, but I wonder if some user adds content online via Coil, how t oget taht sources back to my local repo?
14:14:36 <gour> ..so that when i e.g. run devserver locally, i can see the whole site
14:16:50 <ChrisWarrick> gour: the easiest solution would be to use dropbox, owncloud or any other live-sync daemon (even one you wrote yourself)
14:17:59 -GitHub[nikola]:#nikola- [nikola] ralsina pushed 1 new commit to dr-nikola-gets-it: http://git.io/vZz4S
14:17:59 -GitHub[nikola]:#nikola- nikola/dr-nikola-gets-it a0d362c Roberto Alsina: fix images aspect ratio
14:18:07 <gour> ok, i'll try to put something together with e.g. fossil's hooks
14:22:03 -travis-ci:#nikola- getnikola/nikola#6327 (dr-nikola-gets-it - a0d362c : Roberto Alsina): The build is still failing.
14:22:04 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/0f08e96942bc...a0d362c2d675
14:22:04 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/79857432
15:07:08 <ralsina> OMG the cover for "Dr NIkola's Vendetta" sure is horrible https://www.goodreads.com/book/photo/854257.A_Bid_for_Fortune_or_Dr_Nikola_s_Vendetta and not in a good way
15:09:43 <ralsina> OMG ** 3 the original was typeset in SANS SERIF
15:09:45 <Koni> Can I use postlist rst extension with "Pages" ?
15:11:54 <Koni> When I use page type, is "category" meta tag usefull ?
15:13:40 <ralsina> Koni: you can use that extension anywhere, but it will ony show posts AFAIK
15:13:50 <ChrisWarrick> it can also show pages afaik
15:13:58 <ralsina> for category... we are sort of phasing them out
15:14:21 <ralsina> YES, a place that has a real 1900s scan of the Dr Nikola book!
15:14:23 <ralsina> https://archive.org/stream/bidforfortune00bootiala#page/n5/mode/2up
15:14:50 <ralsina> and it sure was some ugly as hell typesetting!
15:14:50 <Koni> ok this means that if I want to generate list of pages automatically
15:15:07 <Koni> best way to do it is to make posts, and then assign a category
15:15:16 <Koni> and finally use : post list + filter
15:17:21 -GitHub[nikola]:#nikola- [nikola] ralsina pushed 1 new commit to dr-nikola-gets-it: http://git.io/vZzQn
15:17:21 -GitHub[nikola]:#nikola- nikola/dr-nikola-gets-it 3313741 Roberto Alsina: link to the same page in the internet archive's awesome scn of the book
15:18:06 <KwBot> [nikola] Kwpolska opened issue #2066: Changing section colors does not rebuild things https://github.com/getnikola/nikola/issues/2066
15:18:06 <KwBot> [nikola] Kwpolska assigned issue #2066 to Aeyoun: Changing section colors does not rebuild things https://github.com/getnikola/nikola/issues/2066
15:18:56 <Koni> ChrisWarrick: post list shows pages if I use all: flag, but this means that I cannot filter anything
15:20:18 <ChrisWarrick> Koni: are you sure?
15:21:08 <Koni> it is my understand of the documentation
15:21:29 <ChrisWarrick> Koni: I don’t think so, please test it
15:21:36 <ChrisWarrick> Aeyoun: Is there any “all my sections” page available?
15:22:04 <Koni> will do it :)
15:25:32 -travis-ci:#nikola- getnikola/nikola#6330 (dr-nikola-gets-it - 3313741 : Roberto Alsina): The build is still failing.
15:25:33 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/a0d362c2d675...3313741a0147
15:25:33 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/79868227
15:25:51 <ralsina> Koni: if you ever see a place where the docs and reality disagree please file an issue ;-)
15:25:52 <Aeyoun> ChrisWarrick: no.
15:26:02 <ChrisWarrick> Aeyoun: consider this a feature request then
15:26:29 <Aeyoun> ChrisWarrick: unsure how I wanted that to work. Trying our some variations on my own site first.
15:26:51 <Aeyoun> ChrisWarrick, wasn't sure what the best representation would be.
15:27:04 <ChrisWarrick> Aeyoun: probably something like tags.tmpl; maybe even on the same page
15:28:16 <Aeyoun> ChrisWarrick: i thought maybe display them as headlines and include descriptions. Not sure yet. Will add it once I find a nice useful way of presenting things.
15:28:25 <Koni> ChrisWarrick: you were right
15:28:34 <Aeyoun> Possibly show the news post from each section? Unsure.
15:28:52 <Aeyoun> Expect way fewer sectioms than tags, so they can be more.
15:30:01 * ChrisWarrick runs nikola build -a and pushes his updated blog, with sections replacing categories
15:30:08 <ChrisWarrick> Also: section RSS?
15:30:54 <KwBot> [nikola] Kwpolska opened issue #2067: Page with list of sections https://github.com/getnikola/nikola/issues/2067
15:30:54 <KwBot> [nikola] Kwpolska assigned issue #2067 to Aeyoun: Page with list of sections https://github.com/getnikola/nikola/issues/2067
15:31:22 <KwBot> [nikola] Kwpolska opened issue #2068: RSS for sections https://github.com/getnikola/nikola/issues/2068
15:31:22 <KwBot> [nikola] Kwpolska assigned issue #2068 to Aeyoun: RSS for sections https://github.com/getnikola/nikola/issues/2068
15:31:47 <Aeyoun> There is Atom.
15:32:25 <ChrisWarrick> That’s not RSS though.
15:34:14 <Aeyoun> It's better. Comtria.
15:38:35 <KwBot> [nikola] Kwpolska opened issue #2069: post.section_link ignores languages https://github.com/getnikola/nikola/issues/2069
15:38:35 <KwBot> [nikola] Kwpolska assigned issue #2069 to Kwpolska: post.section_link ignores languages https://github.com/getnikola/nikola/issues/2069
15:41:11 <Koni> Anyway, i like a lot Nikola :) It works very fine
15:48:06 <juanjo> Aeyoun: how is that of include next/prev year link in atom?
15:48:13 <juanjo> atom files have that kind of stuff?
15:52:07 <ChrisWarrick> juanjo: yeah, we actually generate index.atom and index-1.atom and so on
15:52:22 <Aeyoun> juanjo: they use the Atom archiving and pagination extensions.
15:52:49 -GitHub[nikola]:#nikola- [nikola] Kwpolska created fix-2069 (+1 new commit): http://git.io/vZgJz
15:52:49 -GitHub[nikola]:#nikola- nikola/fix-2069 1c74d59 Chris Warrick: Fix #2069 -- proper locale support for section links...
15:53:19 -GitHub[nikola]:#nikola- [nikola] Kwpolska opened pull request #2070: Fix #2069 -- proper locale support for section links (master...fix-2069) http://git.io/vZgJM
15:58:15 -travis-ci:#nikola- getnikola/nikola#6331 (fix-2069 - 1c74d59 : Chris Warrick): The build passed.
15:58:16 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/commit/1c74d5958b63
15:58:17 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/79874706
16:26:05 <juanjo> This weekend i have to isntall coil for my friends blog
16:26:08 <juanjo> any advice?
16:27:36 <ChrisWarrick> juanjo: distro?
16:28:03 <juanjo> dunno, it's an account in dreamhost
16:28:05 <juanjo> let me check
16:28:52 <ChrisWarrick> you do know that coil pretty much needs a VPS or a dedicated server?
16:29:34 <juanjo> no
16:29:46 <juanjo> this is a Ubunt 12.04
16:29:53 <ChrisWarrick> do you have root access?
16:30:03 <juanjo> NO
16:30:12 <SteveDrees> good luck then
16:30:25 <juanjo> why is that required?
16:30:31 <ChrisWarrick> juanjo: because we have all those fancy system services
16:30:41 <ChrisWarrick> juanjo: you COULD try running in Limited Mode
16:31:18 <juanjo> ok, is there any guide or tutorial?
16:31:45 <ChrisWarrick> juanjo: there is the coil setup guide, but half of it doesn’t apply to your specific situation
16:32:05 <ChrisWarrick> juanjo: https://coil.readthedocs.org/admin/setup/
16:33:00 <ChrisWarrick> juanjo: Permissions → you might need www-data:www-data instead, depends on what user the thing actually runs as
16:34:39 <ChrisWarrick> juanjo: and then for server config: make nikola write to your public html directory, get all the location redirections working (hope you can do it with .htaccess or equivalent…), and try following this: http://wiki.dreamhost.com/Flask  with from coil.web import app as application  in the .py file listed there
16:35:11 <juanjo> ok
16:35:51 <ChrisWarrick> juanjo: if you experience any problems, just ask.  Coil was not designed for this, but it could just work
16:36:00 <juanjo> ook
20:59:27 -GitHub[nikola]:#nikola- [nikola] felixfontein created threadsafe-localeborg (+1 new commit): http://git.io/vZaeY
20:59:27 -GitHub[nikola]:#nikola- nikola/threadsafe-localeborg c5d6aaa Felix Fontein: Making LocaleBorg thread-safe.
20:59:49 -GitHub[nikola]:#nikola- [nikola] felixfontein opened pull request #2071: Making LocaleBorg thread-safe. (master...threadsafe-localeborg) http://git.io/vZaec
21:04:33 -travis-ci:#nikola- getnikola/nikola#6333 (threadsafe-localeborg - c5d6aaa : Felix Fontein): The build failed.
21:04:34 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/commit/c5d6aaad778b
21:04:34 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/79922825
21:13:47 -GitHub[nikola]:#nikola- [nikola] felixfontein pushed 1 new commit to threadsafe-localeborg: http://git.io/vZaU6
21:13:47 -GitHub[nikola]:#nikola- nikola/threadsafe-localeborg b22ea79 Felix Fontein: Raising exception when getting shared state of uninitialized LocaleBorg.
21:15:33 -GitHub[nikola]:#nikola- [nikola] felixfontein force-pushed threadsafe-localeborg from b22ea79 to 5de9795: http://git.io/vZaTY
21:15:33 -GitHub[nikola]:#nikola- nikola/threadsafe-localeborg 5b47618 Felix Fontein: Making LocaleBorg thread-safe.
21:15:33 -GitHub[nikola]:#nikola- nikola/threadsafe-localeborg 51717c1 Felix Fontein: Added docstring.
21:15:33 -GitHub[nikola]:#nikola- nikola/threadsafe-localeborg 5de9795 Felix Fontein: Raising exception when getting shared state of uninitialized LocaleBorg.
21:16:15 -travis-ci:#nikola- getnikola/nikola#6335 (threadsafe-localeborg - 53e4f21 : Felix Fontein): The build is still failing.
21:16:16 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/c5d6aaad778b...53e4f212839f
21:16:16 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/79924714
21:16:28 -travis-ci:#nikola- getnikola/nikola#6337 (threadsafe-localeborg - b22ea79 : Felix Fontein): The build has errored.
21:16:29 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/53e4f212839f...b22ea790fc39
21:16:29 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/79925091
21:19:03 -GitHub[nikola]:#nikola- [nikola] felixfontein created fixing-atom-feed-renderer (+1 new commit): http://git.io/vZakT
21:19:03 -GitHub[nikola]:#nikola- nikola/fixing-atom-feed-renderer cc0b8cc Felix Fontein: Making sure all parts of an Atom feed is rendered for the correct language.
21:20:39 -GitHub[nikola]:#nikola- [nikola] felixfontein opened pull request #2072: Making sure all parts of an Atom feed is rendered for the correct language. (master...fixing-atom-feed-renderer) http://git.io/vZakK
21:32:42 -travis-ci:#nikola- getnikola/nikola#6341 (fixing-atom-feed-renderer - cc0b8cc : Felix Fontein): The build passed.
21:32:43 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/commit/cc0b8cc211c9
21:32:43 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/79925947
21:42:14 -GitHub[nikola]:#nikola- [nikola] felixfontein pushed 1 new commit to threadsafe-localeborg: http://git.io/vZaYo
21:42:14 -GitHub[nikola]:#nikola- nikola/threadsafe-localeborg dafa77f Felix Fontein: Improved tests. The getattr(current_lang) test doesn't work anymore since current_lang is now a property function.
21:49:38 -travis-ci:#nikola- getnikola/nikola#6344 (threadsafe-localeborg - dafa77f : Felix Fontein): The build was fixed.
21:49:39 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/5de97959872c...dafa77fda2af
21:49:39 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/79929590