[Mailman-Developers] GSOC 2015 :Mailman Client written in Javascript

2015-03-21 Thread Abhishek Kumar
Hi, I am Abhishek (irc: abhishek17) and i have submitted my proposal on the melange. Please provide your valuable feedback and suggestions to improve it..! -- Thanks, Abhishek Kumar CSE, IIIT Hyderabad ___ Mailman-Developers mailing list

Re: [Mailman-Developers] GSOC 2015 :Mailman Client written in Javascript

2015-03-06 Thread Andrew Stuart
Hi Abhishek, If you are going to do this sort of development you will need to become familiar with tools for observing the traffic being sent from the web browser to the web server. What sort of operating system are you using? Right clicking in a browser window that you run your JavaScript

Re: [Mailman-Developers] GSOC 2015 :Mailman Client written in Javascript

2015-03-06 Thread Abhishek Kumar
Hi, Thanks for the suggestions Andrew. Using ngrep i found that i was using authentication key in header instead of authorization. After correcting it, the js client runs successfully..! :) I have tried curl in past and will see how it could be helpful to me while working on this task. Now that

Re: [Mailman-Developers] GSOC 2015 :Mailman Client written in Javascript

2015-03-06 Thread Andrew Stuart
Hi Abhishek I suggest you find who the mentors are for your project and ask them, mentors are listed on this page: http://wiki.list.org/DEV/Google_Summer_of_Code_2015#Mailman_Client_written_in_Javascript Regarding how to build a JavaScript SDK. For inspiration perhaps you might start by

Re: [Mailman-Developers] GSOC 2015 :Mailman Client written in Javascript

2015-03-06 Thread Abhishek Kumar
Hi, Sorry for the same last 2 mails. Last one was sent accidentally. Are there any ideas regarding the issues i mentioned in them..? Abhilash..? On Fri, Mar 6, 2015 at 2:38 AM, Abhishek Kumar abhi170...@gmail.com wrote: Hi, Thanks Aanand and Abhilash for the help and suggestions. I need

Re: [Mailman-Developers] GSOC 2015 :Mailman Client written in Javascript

2015-03-05 Thread Abhishek Kumar
Hi, Thanks Aanand and Abhilash for the help and suggestions. Issues are solve now. I need further assistance: I tried to write the connection class's rough javascript code. It works if i bypass the authentication. I have encoded/decoded the authentication data correctly ( as seemed from

Re: [Mailman-Developers] GSOC 2015 :Mailman Client written in Javascript

2015-03-04 Thread Abhilash Raj
Hi Abhishek, On Wednesday 04 March 2015 11:35 AM, Abhishek Kumar wrote: Hi Abhilash, I am trying to setup mailman with the guide in the WebUIin5 http://gnu-mailman.readthedocs.org/en/latest/src/mailman/docs/WebUIin5.html: and i got this error on running mailman start : --- Starting

Re: [Mailman-Developers] GSOC 2015 :Mailman Client written in Javascript

2015-03-04 Thread Abhishek Kumar
Hi, Using the viurtualenv, i was able to complete the setup guide. But i am required to login at http://localhost:8000/ and there is no option to register. So i logged in using Mozilla persona. But even after that i am not getting any options to create domains and list as described here

Re: [Mailman-Developers] GSOC 2015 :Mailman Client written in Javascript

2015-03-04 Thread Abhilash Raj
On Wednesday 04 March 2015 02:01 PM, Abhishek Kumar wrote: Hi, Using the viurtualenv, i was able to complete the setup guide. But i am required to login at http://localhost:8000/ and there is no option to register. So i logged in using Mozilla persona. But even after that i am not getting

Re: [Mailman-Developers] GSOC 2015 :Mailman Client written in Javascript

2015-03-03 Thread Abhilash Raj
Hi Abhishek, On Tuesday 03 March 2015 02:51 PM, Abhishek Kumar wrote: Hi, I am Abhishek and am interested in the participating in GSOC with the org. I am good at data-structures and algorithms and have worked with C, C++, Javascript, Python and PHP. I have an internship experience at

Re: [Mailman-Developers] GSOC 2015 :Mailman Client written in Javascript

2015-03-03 Thread Abhishek Kumar
Hi Abhilash, I am trying to setup mailman with the guide in the WebUIin5 http://gnu-mailman.readthedocs.org/en/latest/src/mailman/docs/WebUIin5.html: and i got this error on running mailman start : --- Starting Mailman's master runner /usr/bin/python3.4: can't open file '/usr/bin/master': [Errno

Re: [Mailman-Developers] GSOC 2015 :Mailman Client written in Javascript

2015-03-03 Thread Abhishek Kumar
Hi, Also i have to run python setup.py develop with sudo. Without it, i am getting permission denied errors. On Wed, Mar 4, 2015 at 11:35 AM, Abhishek Kumar abhi170...@gmail.com wrote: Hi Abhilash, I am trying to setup mailman with the guide in the WebUIin5