Logs for #nikola for 2015-04-02

06:49:48 <travis-ci> Wheelhouse build by Chris Warrick: The build passed. See http://travis-ci.org/getnikola/wheelhouse/builds/56840584.
13:32:52 <erdgeist_> ChrisWarrick: Thanks
17:59:09 <eyebrowns> hello
17:59:51 <eyebrowns> default nikola's index page and post have different paddings (bootstrap3)
18:00:45 <ChrisWarrick> do they really?
18:04:15 <ChrisWarrick> eyebrowns: I can't seem to reproduce; mind posting a screenshot?
18:07:25 <ChrisWarrick> eyebrowns: I can’t see any differences, other than the scrollbar pushing things slightly to the right on a large enough post page and a small index page
18:09:35 <eyebrowns> my post begin with *some text*. Then next paragraph. On main page i see post name, author, date, commets and following string is my *some text* without any padding between authot string and *some text*
18:09:52 <ChrisWarrick> post a screenshot
18:12:33 <eyebrowns> http://imgur.com/Uf8cuIL
18:13:02 <eyebrowns> this is bootstrap3 issue
18:14:48 <ChrisWarrick> eyebrowns: reproduced
18:14:58 <ChrisWarrick> eyebrowns: this is caused by index_teasers
18:15:59 <ChrisWarrick> eyebrowns: great, there is apparently some bootstrap css that sets a 1em margin for .entry-content, and we would need a similar one for .entry-summary.
18:18:20 -GitHub[nikola]:#nikola- [nikola] Kwpolska pushed 1 new commit to master: http://git.io/veJdK
18:18:21 -GitHub[nikola]:#nikola- nikola/master 24de93f Chris Warrick: fix aligmnent of post teasers...
18:18:29 <ChrisWarrick> eyebrowns: thanks for the report, fixed ↑
18:19:01 <eyebrowns> thx. i am on debian and using nikola from texting repository
18:19:11 <eyebrowns> testing*
18:19:15 <ChrisWarrick> well, you won’t see a fix soon
18:20:02 <eyebrowns> ill fix it manually
18:20:54 <ChrisWarrick> eyebrowns: debian is still shipping v7.1.0, released on Sat Sep 6 12:00:00 2014 +0200 — and we are on v7.3.1 now
18:21:42 <eyebrowns> i think debian mainaters knows about stability
18:22:12 <ChrisWarrick> that’s not stability
18:22:12 <eyebrowns> im not worried much. but thanks for information
18:23:05 <ChrisWarrick> they are shipping outdated software that misses out on new features, and they also modify it heavily (install_bs3 comes to mind)
18:24:07 -travis-ci:#nikola- Invariant build by Chris Warrick: The build passed. See http://travis-ci.org/getnikola/invariant-builds/builds/56924373.
18:27:54 <eyebrowns> as i know ubuntu capable of using third party perositories on launchpad. usually its developers itself
18:29:19 <eyebrowns> truly most of time i more prefer to type apt-get install than git clone etc etc hard to manage then
18:29:33 <ChrisWarrick> we currently don’t have PPAs, why not just install from pip?
18:32:19 <ChrisWarrick> wait, they have a new maintainer
18:34:45 -travis-ci:#nikola- getnikola/nikola#4713 (master - 24de93f : Chris Warrick): The build passed.
18:34:46 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/e1d3b0608f95...24de93f93e88
18:34:47 -travis-ci:#nikola- Build details: http://travis-ci.org/getnikola/nikola/builds/56924336
18:34:56 * ChrisWarrick is too lazy to fight the debian bugtracker
18:38:55 -GitHub[nikola]:#nikola- [nikola] felixfontein pushed 1 new commit to earlytask_impl: http://git.io/veUfa
18:38:55 -GitHub[nikola]:#nikola- nikola/earlytask_impl bf1acd5 Felix Fontein: Using tuple instead of string to avoid a problem described in #1632.
18:51:39 -travis-ci:#nikola- getnikola/nikola#4714 (earlytask_impl - bf1acd5 : Felix Fontein): The build is still failing.
18:51:40 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/5c00a3aa602f...bf1acd5fd73e
18:51:40 -travis-ci:#nikola- Build details: http://travis-ci.org/getnikola/nikola/builds/56927483
18:57:03 <eyebrowns> is navstories plugin working?
18:57:54 <ChrisWarrick> eyebrowns: it should be
18:58:05 <ChrisWarrick> eyebrowns: it’s not guaranteed to do anything good, but it will work
18:58:10 <eyebrowns> it isnt for.
18:58:20 <eyebrowns> me
18:59:40 <eyebrowns> when i build http://paste.debian.net/164537/
19:00:40 <eyebrowns> also when i sit on main blog page then title is: some title | some title. Why it double time?
19:01:18 <ChrisWarrick> eyebrowns: change INDEX_TITLE to something nicer
19:01:49 <eyebrowns> then it will be "something nicer | something nicer". why double times?
19:02:11 <ChrisWarrick> something nicer | some title
19:02:16 <ChrisWarrick> INDEX_TITLE ≠ BLOG_TITLE
19:03:40 <ChrisWarrick> navstories requires Nikola v7.2.0, though it can be hacked into compatibility by replacing all instances of "ConfigPlugin" with "SignalHandler" in the .py file
19:03:45 <eyebrowns> INDEXES_TITLE = ""?
19:04:44 <eyebrowns> nikola 7.1 dont have configplugin?
19:05:19 <ChrisWarrick> (1) yes, it’s INDEXES_TITLE  (2) configplugin was introduced in v7.2.0, though that does not really matter
19:06:04 <eyebrowns> aw. i thought "cant be hacked"
19:06:07 <ChrisWarrick> you can just use SignalHandler plugins as a workaround
19:06:57 <eyebrowns> i replaced. shoudl i worry about .pyc file?
19:07:04 <ChrisWarrick> no
19:07:18 <ChrisWarrick> the .pyc files should be overwritten by python when you run nikola again
19:07:49 <eyebrowns> good. btw another error
19:08:14 <eyebrowns> site.scan_posts()
19:09:13 <eyebrowns> http://paste.debian.net/164539/
19:09:40 <ChrisWarrick> something’s mixed up and I have no idea why.
19:09:56 * ChrisWarrick goes afk, goodnight
19:10:12 <eyebrowns> gn
19:39:00 <eyebrowns> does nikola support something of this? http://www.musicmarkup.info/scope/markuplanguages.html