Logs for #nikola for 2015-09-16

02:46:24 -GitHub[nikola]:#nikola- [nikola] masayuko opened pull request #2090: Enhancements for generating sitemaps (master...robots_exclusions) http://git.io/vZbMk
03:18:57 <polyzen> http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html
03:19:24 -GitHub[nikola]:#nikola- [nikola] masayuko opened pull request #2091: Fix typo in robots.py (master...fix-typo-robots) http://git.io/vZbHr
03:20:40 <polyzen> http://mislav.uniqpath.com/2014/02/hidden-documentation/
03:21:20 <polyzen> nice reads
10:21:50 -GitHub[nikola]:#nikola- [nikola] ralsina pushed 2 new commits to master: http://git.io/vZALp
10:21:50 -GitHub[nikola]:#nikola- nikola/master 967a080 IGARASHI Masanao: Fix typo
10:21:50 -GitHub[nikola]:#nikola- nikola/master 6d0e313 Roberto Alsina: Merge pull request #2091 from masayuko/fix-typo-robots...
10:26:29 -travis-ci:#nikola- getnikola/nikola#6411 (master - 6d0e313 : Roberto Alsina): The build passed.
10:26:30 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/140ebdf7ed4e...6d0e313ffb27
10:26:30 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/80608341
13:00:27 <Koni> Hi, it looks like there is an issue in the main menu on https://getnikola.com/ Main items have <strong> tags visible
13:16:37 <Aeyoun> Koni: there is a bug about that already.
13:25:12 <Koni> perfect, just wanted to warn you
13:27:09 <ralsina_> Thanks Koni!
13:27:22 <ralsina_> I think that's because of the escaping changes in templates from the other day
14:40:31 <juanjo_> ralsina_: did you add the image quality change to the release?
14:50:42 <ralsina_> juanjo_: no
14:50:51 <ralsina_> so, we should add it as an option
14:50:59 <ralsina_> juanjo_: feel free to do it / add the issue
14:51:15 <juanjo_> i have the change staged
14:51:18 <juanjo_> i can do a PR
14:51:18 <ralsina_> I am going to take a small break from working so much on Nikola, maybe a week :-)
14:51:21 <ralsina_> awesome
14:51:44 <juanjo_> ok, i make it an option in conf.py
14:51:49 <juanjo_> default to 75 as is now
14:53:17 <Koni> I found something strange, Nikola build log does not create when there is an error during "scanning post" part
14:53:23 <Koni> is this normal .
14:53:24 <Koni> ?
14:56:08 <ChrisWarrick> Koni: what sort of error?
14:56:31 <ChrisWarrick> Koni: If there is an error during that part, Nikola will crash and not build anything, hence no file list
14:56:31 <Koni> two posts with the same slug
15:02:00 <Koni> ok ChrisWarrick. I expected to have the error in the build.log file
15:02:22 <ChrisWarrick> Koni: what build.log file?  Are you sure we are speaking about the same software?
15:02:44 <Koni> ;) it is the name I choosed for my log file.
15:02:58 <ChrisWarrick> and how do you get Nikola to create log files?
15:03:35 <Koni> by using nikola build --output-file=build.log
15:06:12 <ChrisWarrick> Koni: oh, that’s a fancy doit thing we ignore
15:06:32 <ChrisWarrick> Koni: nikola build 2>&1 > build.log
15:08:28 <Koni> ChrisWarrick: thanks :) 
15:08:54 <ChrisWarrick> Koni: you could try filing an issue, but our logs probably don’t go there either
15:09:03 <ChrisWarrick> Koni: we would need to change so many things just to support that
15:13:51 <amokleben> ralsina_: on https://getnikola.com/blog/nikola-v771-is-out.html the links to Github / PyPi under downloads are linking to .../X.Y.Z
15:39:51 <ChrisWarrick> amokleben: fixing
15:43:47 <amokleben> ChrisWarrick: ty
15:46:09 -GitHub[site]:#nikola- [nikola-site] Kwpolska pushed 1 new commit to master: http://git.io/vZxNT
15:46:09 -GitHub[site]:#nikola- nikola-site/master 3301c0b Chris Warrick: Fix broken links and patch #32...
15:51:45 <ralsina_> oooops
23:09:17 <ralsina_> Aeyoun, ChrisWarrick: wanted a cool site using  Nikola? http://bccp.berkeley.edu/
23:10:21 <Aeyoun> ralsina_: I like their Edit link at the bottom.
23:10:37 <Aeyoun> ralsina_: ChrisWarrick made tasks for collecting these on Github.
23:10:59 * Aeyoun is playing with Apple News Format for Nikola
23:11:09 <ralsina_> Aeyoun: i wonder if, provided a github repo, edit buttons are easy to do
23:11:13 <Aeyoun> Should be sleeping, but … had to give it a try.
23:11:37 <ralsina_> GO TO BED
23:12:19 <Aeyoun> ralsina_: they’re super easy. just swap out BASE_PATH with GITHUB_REPO_PATH +  /edit/master/ in CANONICAL
23:12:36 <Aeyoun> Assuming master branch, of course.
23:12:41 <ralsina_> well, indexes break it, but in the story/post template, it would be easy
23:13:10 <Aeyoun> ralsina_: every page has a canonical link. PRETTY_URLS would break it, though.
23:13:27 <Aeyoun> if pretty then add index.html if not ending with .html
23:13:43 <Aeyoun> Doable. Cool feature.
23:14:16 <ralsina_> github-as-cms. Add travis as builder and boom, CMS. In markdown it's even WYSIWYM
23:15:42 <Aeyoun> ralsina_: actually, some of Google’s asset pages for developers does this already. They use Github for bugs and accept pull requests in their documentation. Think maybe the material design stuff and some webdev stuff.
23:16:06 <Aeyoun> ralsina_: https://developers.google.com/web/updates/2014/11/Support-for-theme-color-in-Chrome-39-for-Android?hl=en
23:16:51 <ralsina_> and we even support the totally undocumented google+ for comments like they do ;-)
23:16:53 <Aeyoun> If it’s good enough for Google … .
23:17:31 <ralsina_> "View Source"! I *knew* that feature was not insane ;-)
23:18:35 <Aeyoun> "Edit" was a cooler implementation. :-P
23:29:08 <ralsina_> Google has "View source" :-)