Logs for #nikola for 2016-11-07

16:36:10 <arodriguez_> I want to eliminate all share buttons of the blog pages. What do I have to change in the conf.py file?
16:37:29 <arodriguez> Would like all references to sharing anything. Don't know much about python. 
16:37:46 <arodriguez> (All references gone, nothing left)
16:38:12 <ChrisWarrick> arodriguez: SOCIAL_BUTTONS_CODE = ''
16:39:30 <arodriguez> I was tweaking the section but didn't come out right. Do you mean I should leave only this line posted by you in that section, and delete all others?
16:45:14 <ChrisWarrick> delete the old line starting with SOCIAL_BUTTONS_CODE and the following few lines until the ending """
16:45:44 <ChrisWarrick> that said, social buttons should be disabled by default
16:46:14 <arodriguez> Thank you ChrisWarrick
16:46:20 <ChrisWarrick> you're welcome
17:33:01 <RYTQeVKGiRtzGMLC> https://www.youtube.com/watch?v=3EsJLNGVJ7E & https://wikileaks.org/podesta-emails/emailid/15893, https://wikileaks.org/podesta-emails/emailid/23561, http://www.reuters.com/article/us-usa-election-foundation-idUSKBN12Z2SL & https://wikileaks.org/podesta-emails/emailid/3774 (ctrl+f qatar) - please don't let these be buried
18:30:01 <ChrisWarrick> Bullshit.
18:30:13 <ChrisWarrick>  /ban *!*@47.89.180.162
19:18:44 <MaxLanar> hi. my orgmode plugin and set up for nikola seem to work as intended, my new posts are converted for my website, but there is something weird (to a newbie maybe) :  the parameters (title: slug: etc) are exported as text at the begining of the post. Why it is so ? Also spreadsheets don't seems to be handled well (the vertical bars are not there, only the horizontal ones).
19:19:46 <MaxLanar> Is there something I could have forgot or misconfigured ?
19:24:44 <MaxLanar> Is it better to use this https://github.com/redguardtoo/org2nikola than the orgmode plugin ?
19:43:05 <arodriguez> ChrisWarrick: if I want to have no RSS feed, it seems more complicated. What exactly needs be done? (very simple low key, very infrequent updates) Thanks.
19:43:13 <ChrisWarrick> MaxLanar: I’m not an expert in orgmode. But I’d recommend using the official plugin.
19:43:34 <ChrisWarrick> MaxLanar: Make sure those tags are considered comments in the output HTML.
19:43:45 <ChrisWarrick> arodriguez: there’s a setting for that
19:44:20 <ChrisWarrick> arodriguez: Find "GENERATE_RSS" in conf.py, remove the # sign and the space after it (uncomment the line), set the value to False
19:44:57 <arodriguez> Would that also eliminate the RSS button from the page?
19:45:18 <ChrisWarrick> arodriguez: remove the offending line from NAVIGATION_LINKS
19:45:57 <arodriguez> ChrisWarrick: Thanks.
19:46:02 <ChrisWarrick> yw
20:03:08 <MaxLanar> ChrisWarrick: So I have to edit the html file manually after export ??
20:05:36 <ChrisWarrick> MaxLanar: no
20:06:20 <ChrisWarrick> MaxLanar: you need to figure out what makes orgmode output comments. Probably standard orgmode comment syntax. Look around the GitHub plugins repo and for examples?
20:10:18 -GitHub[nikola]:#nikola- [nikola] Kwpolska pushed 1 new commit to master: https://git.io/vX0It
20:10:18 -GitHub[nikola]:#nikola- nikola/master 0bff44f Chris Warrick: Slightly better wording for #2300
20:15:22 <MaxLanar> ChrisWarrick: thank you for your suggestion. You were right, as explained here : http://wikemacs.org/wiki/Nikola
20:15:45 <MaxLanar> comment issue solved
20:15:52 -travis-ci:#nikola- getnikola/nikola#7842 (master - 0bff44f : Chris Warrick): The build passed.
20:15:53 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/dcc63c050202...0bff44f1eee7
20:15:53 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/174011233
22:12:12 <arc__> Hello ChrisWarrick, arodriguez again. I implemented the recommended changes earlier to eliminate RSS and Social_Links. There is still in the generated page at the bottom left a section that I would like removed. When seeing the source page it indicates coming from script sourced atsrc="assets/js/all-nocdn.js" 
22:12:24 <arc__> Any ideas on what to do?
22:13:57 <arc__> It has a Share link pointing nowhere, and four (list) bullets without anything else.
23:29:20 <ralsina> arc__: try doing a "nikola build -a". If it's still there, please file a bug.
23:45:07 <arc__> thanks ralsina
23:47:26 <arc__> ralsina: still there. What is the procedure to file a bug? I suppose that debian method is not going to work.
23:47:48 <ralsina> github.com/getnikola/nikola/issues
23:47:55 <arc__> thanks