[PHP] any way to count subscribers to PHP lists?

2001-03-03 Thread Ned Lilly

Hi, I'm wondering if there's an ezmlm equivalent of the "lists-full"
command for majordomo.   That command returns data like the
following (from the PostgreSQL list):

---
pgsql-general   (no description)
   Subscribers: 1217
   Posts:   1589 in the last 30 days
   Archive URL:?
   Digests:
 daily:  Daily Digest
---

actually, the lists-full command returns that data for every list
hosted at postgresql.org.  I'm building some general open source
advocacy statistics, and would love to have the same data on PHP
lists...

Thanks, and best regards,
Ned Lilly


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] any way to count subscribers to PHP lists?

2001-03-03 Thread Brian Clark


Hi Ned,

@ 9:27:57 AM on 3/3/2001, Ned Lilly wrote:

> Hi, I'm wondering if there's an ezmlm equivalent of the "lists-full"
> command for majordomo.   That command returns data like the
> following (from the PostgreSQL list):

While not exactly what you wanted, this may provide some of those
statistics:

http://www.zend.com/cgi-bin/m_stats.pl?list=php-general&date=200101
http://www.zend.com/cgi-bin/m_stats.pl?list=php-general&date=200102
http://www.zend.com/cgi-bin/m_stats.pl?list=php-general&date=200103

January 2001, February 2001, and March 2001 respectively.

-Brian
--
 Please do not carbon copy me on list replies.



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] any way to count subscribers to PHP lists?

2001-03-03 Thread Jim Winstead

In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] 
wrote:
> Hi, I'm wondering if there's an ezmlm equivalent of the "lists-full"
> command for majordomo.   That command returns data like the following
> (from the PostgreSQL list):

no ezmlm equivalent that i'm aware of, but here's the subscription
figures for the php lists:

php-announce   3031
php-beta333
php-cvs134
php-cvs-digest  1
php-cvs-daily525
php-cvs-daily-digest  3
php-cvsroot  4
php-db   1167
php-db-digest577
php-dev659
php-general   1914
php-general-digest974
php-gtk187
php-gtk-digest  1
php-i18n168
php-i18n-digest 82
php-install627
php-install-digest366
php-kb   2556
php-lang 23
php-lang-digest  0
php-migration133
php-migration-digest 49
php-mirrors 33
php-notes  8
php-notes-digest  0
php-pear377
php-qa 60
php-qa-digest  0
php-template126
php-template-digest 15
php-test  3
php-windows544
php-windows-digest329
phpdoc244

jim

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] any way to count subscribers to PHP lists?

2001-03-04 Thread Ned Lilly

Thanks to all who responded. Sounds like there's no built-in way for list subscribers 
to access this info on demand, but this info gives me a baseline.

If anyone has any ideas on how to regularly collect this info, I'd welcome any 
thoughts.  My idea is to try and track subscriber and list activity for certain 
projects on a running basis, to create kind of a "open source activity index."

There is apparently a command for the list owner, [EMAIL PROTECTED] ... 
maybe a hack to ezmlm to allow list members to access it, like majordomo has?

Anyway, thanks again.

Ned


> Subject: Re: [PHP] any way to count subscribers to PHP lists?
> Date: Sat, 3 Mar 2001 16:56:24 -0500
> From: Brian Clark <[EMAIL PROTECTED]>
> To: "PHP is not a drug." <[EMAIL PROTECTED]>
>
> Hi Ned,
>
> @ 9:27:57 AM on 3/3/2001, Ned Lilly wrote:
>
> > Hi, I'm wondering if there's an ezmlm equivalent of the "lists-full"
> > command for majordomo.   That command returns data like the
> > following (from the PostgreSQL list):
>
> While not exactly what you wanted, this may provide some of those
> statistics:
>
> http://www.zend.com/cgi-bin/m_stats.pl?list=php-general&date=200101
> http://www.zend.com/cgi-bin/m_stats.pl?list=php-general&date=200102
> http://www.zend.com/cgi-bin/m_stats.pl?list=php-general&date=200103
>
> January 2001, February 2001, and March 2001 respectively.
>
> -Brian
> --
>  Please do not carbon copy me on list replies.
>
>   
>
> Subject: Re: [PHP] any way to count subscribers to PHP lists?
> Date: Sat, 03 Mar 2001 17:20:01 +0800
> From: "Jim Winstead" <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
>
> In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED]
> wrote:
> > Hi, I'm wondering if there's an ezmlm equivalent of the "lists-full"
> > command for majordomo.   That command returns data like the following
> > (from the PostgreSQL list):
>
> no ezmlm equivalent that i'm aware of, but here's the subscription
> figures for the php lists:
>
> php-announce   3031
> php-beta333
> php-cvs134
> php-cvs-digest  1
> php-cvs-daily525
> php-cvs-daily-digest  3
> php-cvsroot  4
> php-db   1167
> php-db-digest577
> php-dev659
> php-general   1914
> php-general-digest974
> php-gtk187
> php-gtk-digest  1
> php-i18n168
> php-i18n-digest 82
> php-install627
> php-install-digest366
> php-kb   2556
> php-lang 23
> php-lang-digest  0
> php-migration133
> php-migration-digest 49
> php-mirrors 33
> php-notes  8
> php-notes-digest  0
> php-pear377
> php-qa 60
> php-qa-digest  0
> php-template126
> php-template-digest 15
> php-test  3
> php-windows544
> php-windows-digest329
> phpdoc244
>
> jim
>


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]