Logs for #nikola for 2015-08-19

02:30:48 -GitHub[site]:#nikola- [nikola-site] jjconti opened pull request #26: Update index.html (master...patch-2) http://git.io/vst8u
03:09:32 <KwBot> [nikola] jjconti opened issue #1952: Themes show blog_title | blog_title as header https://github.com/getnikola/nikola/issues/1952
03:34:52 <DrDisconsented> What is the best way to have information on an idex page?
03:34:58 <DrDisconsented> (Custom theme)
05:21:58 <polyzen> z
05:22:07 <polyzen> pkg_resources.DistributionNotFound: The 'cloudpickle' distribution was not found and is required by doit
05:28:49 <polyzen> ChrisWarrick, did you know the doit tarball includes the license? you source it as a local file in your doit pkgbuild
05:33:18 <polyzen> also, what's the point of copying the source dir?
05:34:27 <polyzen> ah
05:34:30 <polyzen> build/
05:34:34 <polyzen> shet
05:38:27 <polyzen> downgraded to doit 0.28
05:38:46 <polyzen> until i figure out how to get setup.py to specify a builddir
05:39:04 <polyzen> because copying the source files -- if they don't get changed -- is D:
05:41:43 <polyzen> shutil.SameFileError: 'files/cc-by-nc-sa.png' and 'output/cc-by-nc-sa.png' are the same file
05:44:35 <DrDisconsented> Is there a config or somthing to make nikola spit out useful stacktraces when building a site?
06:01:06 <DrDisconsented> Why does lxml report that a document is empty even after I filled it up with junk?
06:04:02 <polyzen> btw output/cc-by-nc-sa.png is a symlink to files/$file
06:04:31 <polyzen> there should be an option to symlink the contents of files/ over
06:05:04 <polyzen> DrDisconsented, where is lxml reporting this? what kind of junk?
06:05:34 <DrDisconsented> <p>dsfhghdjgfghjdfjhgvdfhgn</p> about 10 times
06:05:57 <DrDisconsented> and from my ssh session
06:38:39 <polyzen> there can't possibly be no option to specify a build dir
06:38:52 <polyzen> DrDisconsented o.O
06:39:03 * polyzen needs to sleep
06:48:13 <polyzen> apparently .. hidetitle: False doesn't work
06:48:26 <polyzen> nor does .. hidetitle
07:02:46 <Daemoen> lo all
07:03:26 <Daemoen> just curious if anyone knows of a *simple* way to make submenu items open in a new window (ie;  _blank);  cant find a way of embedding it simply, but really dont want to have to jump down to the code either
07:27:21 -GitHub[site]:#nikola- [nikola-site] Kwpolska pushed 2 new commits to master: http://git.io/vsqsK
07:27:21 -GitHub[site]:#nikola- nikola-site/master ff03d22 Juan José Conti: Update index.html
07:27:21 -GitHub[site]:#nikola- nikola-site/master b87e22e Chris Warrick: Merge pull request #26 from jjconti/patch-2...
08:09:36 <KwBot> [nikola] Cutuchiqueno closed issue #1951: External Links in NAVIGATION_LINKS don't work https://github.com/getnikola/nikola/issues/1951
09:29:03 <superfly> Daemoen: I'll be honest, I ripped out a fair amount of the theme in order to make my theme work the way I wanted, including the menu
10:31:33 <ralsina> Daemoen: "simple", no.
10:56:49 <s2hc_johan> getting any link to be _blank isn't simple right. I'm using rst for some sites, and I have written a jquery scripts that adds target _blank to all links that has http in them
12:48:44 <ralsina> it can "easily" be done with JS
12:48:55 <ralsina> right, like s2hc_johan said
12:49:19 <ralsina> a way to do it in nikola is to edit the function that generates the navigation links
13:32:40 <polyzen> there we have the build options
13:33:36 <polyzen> https://ptpb.pw/kgIz
13:44:37 <ralsina> polyzen: what's that about?
13:47:58 <polyzen> ralsina, --build-base should be useful for improving the arch split pkgbuilds for nikola and its deps
13:48:12 <ralsina> ah, it's an arch thing?
13:48:28 <polyzen> setup.py --help build
13:48:50 <polyzen> currently the source gets copied first. i don't even build the python2 versions, so the files get copied for no reason
13:49:06 <polyzen> and apparently the only contents that should differ are under build/
13:49:16 <ralsina> polyzen: ok
13:49:33 <ralsina> polyzen: I haveno idea about that, just checking if it was something I  could help with.
13:49:50 <polyzen> :p
13:49:55 <polyzen> thank you
16:00:33 <KwBot> [nikola] quijot opened issue #1953: Problems with bootstrap3 https://github.com/getnikola/nikola/issues/1953
16:01:06 <ChrisWarrick> KwBot: tell polyzen it didn't have it in the past; I guess I could get it fixed one day
16:01:06 <KwBot> ChrisWarrick: acknowledged.
16:10:41 <ChrisWarrick> KwBot: tell polyzen also, why bother micro-optimizing the PKGBUILDs? It's fast enough.
16:10:41 <KwBot> ChrisWarrick: acknowledged.
17:26:48 <KwBot> polyzen: 16:01:06 <ChrisWarrick> it didn't have it in the past; I guess I could get it fixed one day
17:26:48 <KwBot> polyzen: 16:10:41 <ChrisWarrick> also, why bother micro-optimizing the PKGBUILDs? It's fast enough.
17:32:00 <polyzen> ChrisWarrick, i just hate waste :p
17:32:09 <polyzen> muh precious flash memory ;p
17:32:29 <polyzen> i could edit those as well and supply pull requests
17:32:44 <polyzen> since i'm the one who actually cares
17:40:34 <polyzen> thank ya, KwBot
17:40:48 <polyzen> still haven't figured out what causes these hangs
17:43:25 <polyzen> journald keeps crappin all over the place
18:32:58 <ChrisWarrick> bootstrap 4 alpha? we're fucked
18:38:11 <ralsina> ChrisWarrick: we can happily ignore it for a year or so
18:50:40 <KwBot> [nikola] pluser opened issue #1954: raise StopIteration in read_metadata() method cause strange behavior. https://github.com/getnikola/nikola/issues/1954
18:58:12 <KwBot> [nikola] Aeyoun assigned issue #1952 to Aeyoun: Themes use blog_title | blog_title as title https://github.com/getnikola/nikola/issues/1952
19:04:34 <KwBot> [nikola] Aeyoun closed issue #1952: Themes use blog_title | blog_title as title https://github.com/getnikola/nikola/issues/1952
19:04:49 -GitHub[nikola]:#nikola- [nikola] Aeyoun pushed 1 new commit to master: http://git.io/vs3Dv
19:04:49 -GitHub[nikola]:#nikola- nikola/master 4dbfeae Daniel Aleksandersen: Remove duplicated BLOG_TITLE on front page...
19:08:57 -travis-ci:#nikola- getnikola/nikola#5984 (master - 4dbfeae : Daniel Aleksandersen): The build was broken.
19:08:58 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/ef4d2a257418...4dbfeae35345
19:08:58 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/76340237
20:01:26 <polyzen> ChrisWarrick, are you already working on a cloudpickle pkgbuild?
20:59:10 <polyzen> anyone know what this was supposed to be http://livereload.com/protocols/official-7/
21:00:25 <polyzen> https://github.com/getnikola/nikola/blob/master/nikola/plugins/command/auto/__init__.py#L358
21:00:56 <polyzen> doesn't exist on archive.org
21:01:11 <polyzen> there are backups, but of the same (or similar) errors
21:09:59 <ralsina> polyzen: here's a descriptionhttp://feedback.livereload.com/knowledgebase/articles/86174-livereload-protocol
21:10:57 <ralsina> polyzen: in any case, it doesn't matter, that URL is used as an identifier for the protocol, and should not be changed.
21:15:51 <KwBot> [nikola] Aeyoun closed issue #1953: Problems with bootstrap3 https://github.com/getnikola/nikola/issues/1953
21:21:05 <polyzen> oh, thought it was broken