Re: [Mailman-Developers] [GSoC 2014] Cordova/Android App for GNU Mailman Admin Interface

2014-03-13 Thread Florian Fuchs
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 03/13/2014 05:41 AM, Bhargav Golla wrote: > Regarding your second comment, I indeed took Terri's suggestion > about Intel XDK and am evaluating it while I am writing the > proposal. And I have missed out Postorius responsive UI project > idea. Tha

Re: [Mailman-Developers] [GSoC 2014] Cordova/Android App for GNU Mailman Admin Interface

2014-03-13 Thread Stephen J. Turnbull
Bhargav Golla writes: > guess the culture varies from organization to organization Thank you for pointing this out. Indeed it does. ASF (and the PSF for that matter) have a lot more applicants, and at least the PSF is using a generic channel -- core-mentorship -- for GSoC and OPW interns. In

Re: [Mailman-Developers] [GSoC 2014] Cordova/Android App for GNU Mailman Admin Interface

2014-03-12 Thread Bhargav Golla
Hi Stephen Thanks for your feedback. I sincerely apologize for CC'ing people in the mail who weren't mentors. But, during my experience with work at ASF, I was asked to mention the project head in all mails when there is no mentor assigned on an idea. That is solely the reason why I included Terri

Re: [Mailman-Developers] [GSoC 2014] Cordova/Android App for GNU Mailman Admin Interface

2014-03-12 Thread Stephen J. Turnbull
Bhargav Golla writes: > I hope my mail hasn't missed your attention. I would be very much > obliged if someone could answer this question so that I can go > ahead and write proposal. First, it's impolite to send mail to specific people just because they're answered you before, unless they are

Re: [Mailman-Developers] [GSoC 2014] Cordova/Android App for GNU Mailman Admin Interface

2014-03-12 Thread Bhargav Golla
Hi I hope my mail hasn't missed your attention. I would be very much obliged if someone could answer this question so that I can go ahead and write proposal. Thanks On Mon, Mar 10, 2014 at 9:23 AM, Bhargav Golla wrote: > Hello > > I have gone through the Admin interface and all functions that

Re: [Mailman-Developers] [GSoC 2014] Cordova/Android App for GNU Mailman Admin Interface

2014-03-10 Thread Bhargav Golla
Hello I have gone through the Admin interface and all functions that can be achieved with the REST API. I intend to have a login screen where a user can enter URL for the REST API endpoint, REST Username and password. We will use this to subsequent authenticate all requests made to fetch subscribe

Re: [Mailman-Developers] [GSoC 2014] Cordova/Android App for GNU Mailman Admin Interface

2014-03-05 Thread Bhargav Golla
Thanks. I would have probably missed it out the first time. I will go through the web UI and also the documentation of REST API to understand what all functions need to be implemented in the admin interface for a user. Regards On Wed, Mar 5, 2014 at 10:25 AM, Rajeev S wrote: > Hi, > > You will

Re: [Mailman-Developers] [GSoC 2014] Cordova/Android App for GNU Mailman Admin Interface

2014-03-05 Thread Rajeev S
Hi, You will be asked for the create user prompt only the first time you run syncdb.That's why you don't see it now. Once the DB is created, only new tables, specified via django models, get added to DB during the syncdb. *Regards,Rajeev S* *Government Engineering College,Thrissur* *http://raje

Re: [Mailman-Developers] [GSoC 2014] Cordova/Android App for GNU Mailman Admin Interface

2014-03-05 Thread Bhargav Golla
Hi Rajeev I wasn't asked if I wanted to create a super user when I executed python manage.py syncdb. This was the output I got with syncdb: Creating tables... Installing Custome SQL... Installing indexes... Installed 0 object(s) from 0 fixture(s) I tried python manage.py createsuperuser and was a

Re: [Mailman-Developers] [GSoC 2014] Cordova/Android App for GNU Mailman Admin Interface

2014-03-05 Thread Rajeev S
Hi Bhargav, You will be asked whether to *add a superuser* during *syncdb*. If you answered no to that, do *python manage.py createsuperuser * and use that username and password to login. *Regards,Rajeev S* *Government Engineering College,Thrissur* *http://rajeevs.tk * On We

Re: [Mailman-Developers] [GSoC 2014] Cordova/Android App for GNU Mailman Admin Interface

2014-03-05 Thread Barry Warsaw
On Mar 05, 2014, at 09:06 AM, Bhargav Golla wrote: >files in mailman, I found that the default username and password for admin >is restadmin and restpass. Tried that and was out of luck there too. Could >you help me with the default username and password details? That's only the default username

Re: [Mailman-Developers] [GSoC 2014] Cordova/Android App for GNU Mailman Admin Interface

2014-03-05 Thread Bhargav Golla
Hi Abhilash If you mean the last step of installation where we do cd postorius_standalone;python manage.py syncdb, I wasn't asked for any username/password. I checked the settings.py and it doesn't have any specific default username/password. And the http://localhost:8001/3.0 worked for me. On

Re: [Mailman-Developers] [GSoC 2014] Cordova/Android App for GNU Mailman Admin Interface

2014-03-05 Thread Bhargav Golla
Thanks for that change Rajeev. I was able to get the Web UI up and running. I was trying to find out the default Username and password for this but was unable to. When I was exploring docs in mailman.client and some config files in mailman, I found that the default username and password for admin i

Re: [Mailman-Developers] [GSoC 2014] Cordova/Android App for GNU Mailman Admin Interface

2014-03-03 Thread Rajeev S
Hi Bhargav, Just do *mailman start*, without the bin. I have edited the wiki. *Regards,Rajeev S* *Government Engineering College,Thrissur* *http://rajeevs.tk * On Mon, Mar 3, 2014 at 10:37 PM, Bhargav Golla wrote: > Thanks Barry and Terri for your feedback. > I was trying

Re: [Mailman-Developers] [GSoC 2014] Cordova/Android App for GNU Mailman Admin Interface

2014-03-03 Thread Bhargav Golla
Thanks Barry and Terri for your feedback. I was trying to install Postorius locally and analyze what all would be required in a mobile app for Admin. Doing the same, I have hit a roadblock. I am using the wiki provided here[1]. I tried to install mailman using "set up sources" part of the wiki. Tho

Re: [Mailman-Developers] [GSoC 2014] Cordova/Android App for GNU Mailman Admin Interface

2014-03-02 Thread Barry Warsaw
On Feb 28, 2014, at 10:36 AM, Bhargav Golla wrote: >2. Can I assume that all mailing lists built by Mailman support the REST >interface? Also, I have tried to see if I can get JSON responses and I am >unable to by adding a HTTP Accept Header to take "application/json". Am I >doing anything wrong o

Re: [Mailman-Developers] [GSoC 2014] Cordova/Android App for GNU Mailman Admin Interface

2014-03-01 Thread Terri Oda
On 2014-02-28, 7:36 AM, Bhargav Golla wrote: I have a few questions regarding this idea. 1. I intend to develop it on Cordova since it will help in porting the app easily to multiple platforms. Were there any ideas in this directions regarding going native or hybrid? Personally, I'd prefer if

[Mailman-Developers] [GSoC 2014] Cordova/Android App for GNU Mailman Admin Interface

2014-02-28 Thread Bhargav Golla
Hello all Congrats to Mailman on being selected as a mentor organization under PSF. I am Bhargav Golla, a graduate student in Computer Science at Clemson University, US. I am an avid mobile and web app developer. I worked on Phonegap apps during GSoC 2012 and GSoC 2013 with Apache Software Founda