Re: [Mailman-Developers] Regarding Csv Export for list owner in postorius

2015-04-22 Thread Ashish Kumar
Hi All,


I was talking about a case where user needs to directly sends the member
lists[info about the members like name, email ids, etc.] to some other
email id's  But yes stephen made it clear that It would be trivial to use
excel like application for exporting csv into pdf's . So we can use the csv
export which is already there or make a generic export view like a dropdown
having some options like pdf, csv, txt etc.


Thank You
Ashish Kumar
___
Mailman-Developers mailing list
Mailman-Developers@python.org
https://mail.python.org/mailman/listinfo/mailman-developers
Mailman FAQ: http://wiki.list.org/x/AgA3
Searchable Archives: 
http://www.mail-archive.com/mailman-developers%40python.org/
Unsubscribe: 
https://mail.python.org/mailman/options/mailman-developers/archive%40jab.org

Security Policy: http://wiki.list.org/x/QIA9


[Mailman-Developers] Regarding Csv Export for list owner in postorius

2015-04-16 Thread Ashish Kumar
Hi Everyone,

Recently My branch for feature request of csv export option for list owner
to get the members of a list got merged. I was thinking of extending this
feature request to pdf and sharing the list of members on drive, as It will
be very helpful for communities which have a lot of volunteers, organizers.

Scenario:
Suppose a team of volunteers working in a country/state like bloodconnect
in india. For an activity like camps [in case of blood connect], Owner need
to send a pdf of all the volunteers working in a specific area to the area
head either by drive or mail. It would be very convenient if we provide
these option as a UI in postorius itself.

Thanks
Ashish Kumar
___
Mailman-Developers mailing list
Mailman-Developers@python.org
https://mail.python.org/mailman/listinfo/mailman-developers
Mailman FAQ: http://wiki.list.org/x/AgA3
Searchable Archives: 
http://www.mail-archive.com/mailman-developers%40python.org/
Unsubscribe: 
https://mail.python.org/mailman/options/mailman-developers/archive%40jab.org

Security Policy: http://wiki.list.org/x/QIA9


Re: [Mailman-Developers] Regarding Subscriber profile pages project

2015-03-18 Thread Ashish Kumar
Hi,
I will surely submit my proposal by the end of 20th March. Actually I am
busy in my mid term exams, It will end on 20th morning. I will submit it
thereafter. Thanks for your response. I will discuss more about it later.


Thanks
Ashish Kumar

On Wed, Mar 18, 2015 at 8:19 AM, Stephen J. Turnbull step...@xemacs.org
wrote:

 Ashish Kumar writes:

   1. Use of different email addresses - so called aliases - for sending
   emails: This is a good point as a user perspective. We will give user an
   option to save an email address and out of the entered email address we
   will ask which email address he/she want to use for sending email. I
 think
   we can extend this feature for moderators and owners too.

 I don't see how you plan to do this.  Picking the right alias is a MUA
 function, not a list function.  Please be more specific about the
 workflow you have in mind.  Have aliases sounds good, but what does
 this mean for the user's actions and the system's responses?  If you
 just mean multiple subscriptions under different addresses, Mailman
 has always allowed that (it's impossible to prevent), and made it
 convenient by providing a no mail flag for the address.

   2. Dynamic list: It is also another idea for subscribers.

 This is a separate project.

   3. There is also a feature about essay. The essay feature can be
 enabled by
   the list creator when creating the list, and at the same time the list
   creator can choose which questions to ask. The default when enabling
 this
   feature are the questions used for the Systers maillist but by simply
   editing the field with the questions the list creator can choose to have
   other questions instead. [ Reference : Above link]

 I think you'll find that editing is not so simple.  Users will not do
 this right.  Many cannot handle simple formatting rules like
 reStructuredText or Markdown.  So you will need to provide an
 interface that automatically numbers the questions, allows the user
 to insert, delete, edit, and reorder questions, and cleans the
 question (eg stripping leading and trailing whitespace) as well as
 allowing an optional/required setting per question.  Bonus points for
 a device that allows the questions asked to depend on previous
 answers.  Perhaps content length constraints (maximum for most
 questions, minimum for essay) per question.  Image uploads (must be
 able to validate!!)  All answers must be validated.

   I have a doubt if essay feature can be part of subscriber's profile
   page.

 Yes, it should be.  Systers has been a good citizen in our community,
 it would be bad if we borrowed some of their ideas but didn't provide
 a pretty complete set of their features and they had to continue their
 fork just to get basic features.

 Barry also has dreams of making Mailman a community center that
 obsoletes web fora and maybe even Facebook.  Even though we were just
 joking when we talked about that, I think these features make a lot of
 sense for many communities, not just Systers.

 Please submit a proposal on Melange, addressing most of the points
 above.  If you're still not sure this is the project you want to do,
 check GSoC but I believe you're allowed to submit up to 5 proposals
 total and no rule against more than one to same org.  If you feel very
 unsure  about it, say so, but putting it in Melange makes it a lot
 easier to manage because it's a single design and plan.  ML
 discussions without such a focus don't work well.


___
Mailman-Developers mailing list
Mailman-Developers@python.org
https://mail.python.org/mailman/listinfo/mailman-developers
Mailman FAQ: http://wiki.list.org/x/AgA3
Searchable Archives: 
http://www.mail-archive.com/mailman-developers%40python.org/
Unsubscribe: 
https://mail.python.org/mailman/options/mailman-developers/archive%40jab.org

Security Policy: http://wiki.list.org/x/QIA9


[Mailman-Developers] Regarding Subscribe/unsubscribe policy for lists Edit

2015-03-14 Thread Ashish Kumar
Hi,

I have been contributing to mailman since last two weeks. I found this bug
in the list Subscribe/unsubscribe policy for lists [
https://bugs.launchpad.net/postorius/+bug/1095552].

Can someone please tell me what's the current status of this bug and how
may I help in fixing it.


Thank you
Ashish Kumar
___
Mailman-Developers mailing list
Mailman-Developers@python.org
https://mail.python.org/mailman/listinfo/mailman-developers
Mailman FAQ: http://wiki.list.org/x/AgA3
Searchable Archives: 
http://www.mail-archive.com/mailman-developers%40python.org/
Unsubscribe: 
https://mail.python.org/mailman/options/mailman-developers/archive%40jab.org

Security Policy: http://wiki.list.org/x/QIA9


[Mailman-Developers] Regarding Anonymous lists

2015-03-13 Thread Ashish Kumar
Hi,

In Anonymous list project, We need to implement a strong cryptographic
algorithms which encrypts the coming email address and store the encrypted
code and before sending email to these lists we need to decrypt the
encrypted code and then send the mail to original one.

We can make use of hashsalt type techniques for password storage.

Can someone acknowledge If I am right about it.

Thanks
Ashish Kumar
___
Mailman-Developers mailing list
Mailman-Developers@python.org
https://mail.python.org/mailman/listinfo/mailman-developers
Mailman FAQ: http://wiki.list.org/x/AgA3
Searchable Archives: 
http://www.mail-archive.com/mailman-developers%40python.org/
Unsubscribe: 
https://mail.python.org/mailman/options/mailman-developers/archive%40jab.org

Security Policy: http://wiki.list.org/x/QIA9


[Mailman-Developers] Regarding Subscriber profile pages project

2015-03-13 Thread Ashish Kumar
Hi,

From the description, I think we need to complete following steps:
1. Create a form to take user information.
2. lists in which user want to show its user info
3. Option for user to select lists to share user info

We need to add tests also for verifying each logic. Can someone please
correct me If I am right about my assumptions.

I have a question if  there is any special interface required for list
moderator or owner?


Thanks
Ashish Kumar
___
Mailman-Developers mailing list
Mailman-Developers@python.org
https://mail.python.org/mailman/listinfo/mailman-developers
Mailman FAQ: http://wiki.list.org/x/AgA3
Searchable Archives: 
http://www.mail-archive.com/mailman-developers%40python.org/
Unsubscribe: 
https://mail.python.org/mailman/options/mailman-developers/archive%40jab.org

Security Policy: http://wiki.list.org/x/QIA9


[Mailman-Developers] Error in postorius mailman settings page

2015-03-05 Thread Ashish Kumar
Hi,

I have recently setup mailman codebase. When I tried to open the settings
page of current user (which is super user). It is giving me key error.

Screenshot for the error :
https://www.filepicker.io/api/file/NYKc2pmESwedGsPGS2pI

Is it some kind of bug or Am I missing something.


Thanks
Ashish Kumar
irc nick: ashishk
___
Mailman-Developers mailing list
Mailman-Developers@python.org
https://mail.python.org/mailman/listinfo/mailman-developers
Mailman FAQ: http://wiki.list.org/x/AgA3
Searchable Archives: 
http://www.mail-archive.com/mailman-developers%40python.org/
Unsubscribe: 
https://mail.python.org/mailman/options/mailman-developers/archive%40jab.org

Security Policy: http://wiki.list.org/x/QIA9


[Mailman-Developers] Regarding hyperkitty setup on my local machine

2015-03-05 Thread Ashish Kumar
Hi,

I was trying to setup hyperkitty on my local machine by following the
instruction from
https://fedorahosted.org/hyperkitty/wiki/DevelopmentSetupGuide.
I have already setup postorius, mailman client, mailman core but when I
tried to setup the hyperkitty I got an error.

Instructions:
1. git clone https://github.com/hyperkitty/kittystore.git  ( ok)
2. git clone https://github.com/hyperkitty/hyperkitty.git ( ok)
3. git clone https://github.com/hyperkitty/hyperkitty_standalone.git (ok)
4. cd kittystore ( ok)
5. python setup.py develop (Error:
https://gist.github.com/coolyashish/c6485c78993577e851e2)

Can someone please tell me what this error means and how should I correct
it,

Thanks
Ashish Kumar
___
Mailman-Developers mailing list
Mailman-Developers@python.org
https://mail.python.org/mailman/listinfo/mailman-developers
Mailman FAQ: http://wiki.list.org/x/AgA3
Searchable Archives: 
http://www.mail-archive.com/mailman-developers%40python.org/
Unsubscribe: 
https://mail.python.org/mailman/options/mailman-developers/archive%40jab.org

Security Policy: http://wiki.list.org/x/QIA9


[Mailman-Developers] Error in setting up mailman-core

2015-03-03 Thread Ashish Kumar
Hi,
My name is Ashish Kumar. I want to start my contribution to mailman
codebase. I tried setting up postorius but black-perl(irc) told me I need
to start mailman from mailman core then I installed mailman-core and
followed the documentation given in the docs folder. I followed below
instructions :

1. virtualenv --system-site-packages --python=python3.4 /tmp/mm3
2. source /tmp/mm3/bin/activate
3. python setup.py develop
4. Then  I tried mailman info -v which is giving me error (gist:
https://gist.github.com/coolyashish/080af27838b7f31b65f1)

Can someone please tell me how to correct it.

Thanks
Ashish Kumar
___
Mailman-Developers mailing list
Mailman-Developers@python.org
https://mail.python.org/mailman/listinfo/mailman-developers
Mailman FAQ: http://wiki.list.org/x/AgA3
Searchable Archives: 
http://www.mail-archive.com/mailman-developers%40python.org/
Unsubscribe: 
https://mail.python.org/mailman/options/mailman-developers/archive%40jab.org

Security Policy: http://wiki.list.org/x/QIA9