Logs for #nikola for 2015-10-20

08:13:11 -GitHub[nikola]:#nikola- [nikola] bameda opened pull request #2151: Ignore .cache dir (master...patch-1) http://git.io/vWUPK
14:16:55 <Demosthe1ex> new install with virtualenv3, everything passed but during demo run i get an immediate failure that's a string format error saying invalid syntax: http://pastebin.com/URrSPzkd  , that looks alot like a python2 to python3 error to me. suggestions?
14:34:38 <Demosthe1ex> hrm, i wonder if that's python 3.3 vs 3.2
15:05:43 <ChrisWarrick> Demosthe1ex: Python 3.2 is not supported by Nikola
15:06:18 <ChrisWarrick> Demosthe1ex: u"strings" were added back in 3.3, and we use them in some places
15:18:41 -GitHub[nikola]:#nikola- [nikola] Kwpolska pushed 2 new commits to master: http://git.io/vWkAQ
15:18:41 -GitHub[nikola]:#nikola- nikola/master 1098ad4 David Barragán Merino: Markdown support strikethrough by default
15:18:41 -GitHub[nikola]:#nikola- nikola/master f23316b Chris Warrick: Merge pull request #2149 from bameda/master...
15:22:19 -GitHub[nikola]:#nikola- [nikola] Kwpolska pushed 1 new commit to master: http://git.io/vWkpC
15:22:19 -GitHub[nikola]:#nikola- nikola/master 9bf05a5 Chris Warrick: Document #2149 (cc @bameda)...
15:23:41 -travis-ci:#nikola- getnikola/nikola#6563 (master - f23316b : Chris Warrick): The build passed.
15:23:42 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/0e379dce111c...f23316b7ff21
15:23:42 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/86420570
15:26:35 -GitHub[nikola]:#nikola- [nikola] Kwpolska pushed 2 new commits to master: http://git.io/vWkjf
15:26:35 -GitHub[nikola]:#nikola- nikola/master c44a380 David Barragán Merino: Ignore .cache dir
15:26:35 -GitHub[nikola]:#nikola- nikola/master ddcd9e9 Chris Warrick: Merge pull request #2151 from bameda/patch-1...
15:28:58 -travis-ci:#nikola- getnikola/nikola#6564 (master - 9bf05a5 : Chris Warrick): The build passed.
15:28:59 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/f23316b7ff21...9bf05a5af75f
15:28:59 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/86421346
15:35:11 -travis-ci:#nikola- getnikola/nikola#6565 (master - ddcd9e9 : Chris Warrick): The build passed.
15:35:12 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/9bf05a5af75f...ddcd9e923270
15:35:12 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/86422285
15:42:43 <Demosthe1ex> ChrisWarrick: yeah, i upgraded ot 3.5 and it worked. :P
15:42:44 <Demosthe1ex> ty!
15:43:42 <ChrisWarrick> (congratulations on switching to modern python)
17:24:12 <Demosthe1ex> ok, i thought i saw it somewhere. isn't there support for a per post author icon?
17:36:51 <ChrisWarrick> Demosthe1ex: per post author icon?  What do you mean, exactly?
17:38:01 <ChrisWarrick> Demosthe1ex: You could work something in with GLOBAL_CONTEXT (add a dict of authors and images) and writing some extra HTML in templates
17:42:17 <Demosthe1ex> maybe i'm thinking of one of the other engines i reviewed. my apologies.
17:43:35 <ChrisWarrick> Demosthe1ex: (it’s a really easy thing to implement no matter what.)
17:45:37 <Demosthe1ex> yeah, i can figure tha tout ;]
17:46:28 <Demosthe1ex> atm i'm struggling with my "designer" wanting a theme that adds all kinds of things i didn't want into a static site (fb links, google js, cookies, search, etc)
17:46:33 <Demosthe1ex> gotta gut this theme :P
18:33:02 <Demosthe1ex> right! i'm on a roll now. my html page is 4k, the css is 160k, and i just killed 300k of js!
18:33:08 <Demosthe1ex> ha! take that web :P