2012-12-05T10:26:39 *** arvind_khadri has joined #amclug 2012-12-05T11:12:14 *** ecthiender has joined #amclug 2012-12-05T11:25:33 *** ecthiender has quit IRC (Ping timeout: 265 seconds) 2012-12-05T12:12:48 *** arvind_khadri has quit IRC (Ping timeout: 264 seconds) 2012-12-05T12:24:36 *** arvind_khadri has joined #amclug 2012-12-05T12:37:55 *** ecthiender has joined #amclug 2012-12-05T12:55:54 arvind_khadri, push as soon as you are done with the feeds thing 2012-12-05T12:55:58 arvind_khadri, and let me know 2012-12-05T12:56:07 ecthiender, ya sure 2012-12-05T12:57:03 ecthiender, but what has to be done with the python code? Why should I be looking for GET params? 2012-12-05T12:58:32 arvind_khadri, the parameter will give you the URL to fetch the feeds from 2012-12-05T12:58:44 ecthiender, aah ok 2012-12-05T12:58:50 arvind_khadri, :) 2012-12-05T12:58:56 :) 2012-12-05T12:59:40 arvind_khadri, look for 'rss_url' param 2012-12-05T12:59:47 ok 2012-12-05T13:00:05 on get or post. whatever you want, and then let me. so that I will modify the client side code for the ajax call 2012-12-05T13:00:08 arvind_khadri, ^ 2012-12-05T13:00:18 s/let me/let me know/ 2012-12-05T13:00:19 What ecthiender meant to say was: on get or post. whatever you want, and then let me know. so that I will modify the client side code for the ajax call 2012-12-05T13:00:29 ecthiender, it will be a GET. 2012-12-05T13:00:40 arvind_khadri, okay 2012-12-05T13:03:22 arvind_khadri, eh, the feeds wont work properly. why dont you modify the client code and make it work and then push? is that ok? 2012-12-05T13:03:37 ecthiender, why won't it work properly? 2012-12-05T13:03:51 arvind_khadri, because I have put POST there. 2012-12-05T13:03:58 ecthiender, :) ok 2012-12-05T13:04:01 see there's a function call populateFeeds 2012-12-05T13:04:09 arvind_khadri, you have to modify that. 2012-12-05T13:04:16 I thought that there is a serious issue :P, sure will do that. 2012-12-05T13:04:58 arvind_khadri, cool. 2012-12-05T13:09:18 ecthiender, where is that populateFeeds, it is not there in framework.js and the older code uses GET 2012-12-05T13:10:28 arvind_khadri, huh! you have old code man :( pull it 2012-12-05T13:10:44 hmm 2012-12-05T13:10:56 arvind_khadri, git stash, git pull origin framework, git stash pop 2012-12-05T13:11:04 :P I know :D 2012-12-05T13:11:06 :) 2012-12-05T13:11:10 arvind_khadri, cool :) 2012-12-05T13:11:10 thanks, though 2012-12-05T13:11:14 arvind_khadri, git ftw!! 2012-12-05T13:11:18 yes :) 2012-12-05T13:19:40 ecthiender, http://news.efytimes.com/e1/96042/How-Linux-Users-Are-Helping-Microsoft-Silently 2012-12-05T13:19:40 arvind_khadri, I will add the video element support. 2012-12-05T13:19:47 ecthiender, ok :) 2012-12-05T13:36:03 ecthiender, where are you setting rss_url? 2012-12-05T13:36:28 arvind_khadri, I am assuming that content object with 'video' type must have either 'data' field which should contain an iframe, or a 'src' field. If data field is present, just append the iframe to the page, else append a video tag and set the src to the given one. makes sense? 2012-12-05T13:36:38 arvind_khadri, umm, in a router handler. 2012-12-05T13:36:52 arvind_khadri, i think its called M.rss_url 2012-12-05T13:37:34 ecthiender, ok. The video thing sounds good. 2012-12-05T13:38:49 ecthiender, the feeds work fine now 2012-12-05T13:39:04 arvind_khadri, cool :) 2012-12-05T13:39:38 ecthiender, the readme for the project has to be cleaned. 2012-12-05T13:39:56 arvind_khadri, yes. I was thinking too. 2012-12-05T13:40:26 I wanted to write that there is a flask dependency, saw the README and then decided not to :P 2012-12-05T13:40:39 arvind_khadri, ha ha :D. I can understand. 2012-12-05T13:40:56 arvind_khadri, dont worry about the flask thing right now. Its okay. 2012-12-05T13:41:41 arvind_khadri, but we should have a sensible readme. Its on github, and Ram is not going to read the README on github. The README should make sense to github users too. 2012-12-05T13:42:41 ecthiender, yes :) 2012-12-05T13:42:55 git pull, maadi :P 2012-12-05T13:43:13 arvind_khadri, maading :P 2012-12-05T13:43:41 ecthiender, I was reading on a blog, that actually you should not do git pull, a user should fetch and merge. 2012-12-05T13:44:06 arvind_khadri, yeah I have heard about that too. essentially git pull also does the same thing. 2012-12-05T13:44:17 !man git-pull 2012-12-05T13:44:17 Factoid 'man git-pull' not found 2012-12-05T13:44:26 ,list unix 2012-12-05T13:44:26 ecthiender: call, crypt, errno, fortune, pid, ping, progstats, spell, and wtf 2012-12-05T13:44:34 ,wtf is git-pull 2012-12-05T13:44:35 ecthiender: git-pull: git-pull (1) - Fetch from and merge with another repository or a loca... 2012-12-05T13:44:41 arvind_khadri, ^ 2012-12-05T13:44:43 I forgot the reason that he gave. Right it does the same thing, but there is extra magic it seems 2012-12-05T13:45:45 arvind_khadri, its basically, the git-pull algo decides how to merge and what to merge, you should be doing that manually. I think that is of significance when you have lot of contributors. 2012-12-05T13:46:03 ecthiender, yea. 2012-12-05T13:46:07 arvind_khadri, for small groups like 5-6 people, I think doesnt matter much 2012-12-05T13:46:57 arvind_khadri, does alipi_not run man on our server finds out? 2012-12-05T13:47:13 arvind_khadri, like does it man on our machine, or it has its own man db? 2012-12-05T13:48:05 ecthiender, It does not run any command. Unix commands are mimicked. 2012-12-05T13:48:15 They have their own db 2012-12-05T13:52:33 *** arvind_khadri has quit IRC (Ping timeout: 244 seconds) 2012-12-05T13:52:38 *** ecthiender has quit IRC (Ping timeout: 252 seconds) 2012-12-05T14:05:12 *** ecthiender has joined #amclug 2012-12-05T14:28:43 *** ecthiender has quit IRC (Ping timeout: 244 seconds) 2012-12-05T14:56:21 *** ecthiender has joined #amclug 2012-12-05T15:02:47 *** ecthiender has quit IRC (Quit: gotta go) 2012-12-05T18:37:50 *** arvind_khadri has joined #amclug