Re: [PHP] Ultimate Editor

2001-01-18 Thread James Mclean

yes, but i preferr vim myself. bluefish has an excellent range of php functions
available though, it is fast as well and crashes not often


> Has anyone tried Bluefish for Linux?
>
>
>
> > -Original Message-
> > From: Michael A. Peters [mailto:[EMAIL PROTECTED]]
> > Sent: January 18, 2001 7:02 PM
> > To: Chris Aitken
> > Cc: [EMAIL PROTECTED]
> > Subject: Re: [PHP] Ultimate Editor
> >
> >
> > look into nedit.
> >
> > It does very well on linux, and I hear there's a Windows port.
> > I have a screenshot of nedit at http://24.5.29.77/nedit.jpeg
> >
> > nedit website is http://www.nedit.org/
> >
> > It doesn't have a publish directly to the web function, nor does
> > it have a built in server- but I just use thttpd compiled with
> > php support for that- and enable directory listings so I can
> > browse my working directory and select the file i want to view in action.
> >
> > Publishing directly to the web is nice- and I may look into
> > adding it to nedit (I'm planning to add some features- though I
> > am NOT the maintainer) but i personally never liked all in one
> > products. Maybe a button to interface with the scp already on the
> > users system...
> >
> > On Thursday, January 18, 2001, at 04:10 PM, Chris Aitken wrote:
> >
> > > At 06:47 PM 18/01/2001, you wrote:
> > >
> > > >What I'd like an editor to do for me is help out with how the
> > page looks.
> > > >One I set up a page that looks half-way decent - even if I use stock
> > > >templates or style sheets - I can always plop the code in
> > later by hand and
> > > >that's no biggie. It's just that initial setting up of tables
> > and stuff that
> > > >is kind of tedious and I want to get away from that so I can
> > concentrate on
> > > >the code.
> > >
> > >
> > > Personally, I would love to find an editor which had colour coded code
> > > ability, a nice windows cut/paste/undo/redo feature, much akin to say
> > > Homesite, but the most important thing would be that it can simulate a
> > > telnet connection (or any connection for that matter) to the
> > web server im
> > > working on and use it just like the current editors
> > view/use/display the
> > > local hard drive. When you save a file, it instantly saves it on the
> > > server. Ive seen some editors which have a supposed publish
> > option but they
> > > are either very lame, or made by microsoft (nuff said).
> > >
> > > I like the ability to have a simple keystroke(s) to instantly
> > update the
> > > file so I can reload it direct off the webserver and test it
> > out. Infact, I
> > > didnt mind how nedit worked when I was running my FreeBSD box
> > at home, but
> > > it too couldnt allow me to work on remote files live.
> > >
> > >
> > >
> > > Chris
> > >
> > >
> > > --
> > > 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]
> > >
> > >
> >
> > -=-=-=-=-=-=-=-=-=-=-=-=-=-=-
> > Michael A. Peters
> > Abriasoft Senior Developer
> >
> > (510)  623-9726x357
> > Fax: (510) 249-9125
> > --
> > 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]
> >
> >
>
>
> --
> 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]
>


-- 
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] Ultimate Editor

2001-01-18 Thread Michael A. Peters


On Thursday, January 18, 2001, at 05:18 PM, Scott Gerhardt wrote:

> The latest version of Bluefish really has a lot of tools and features for 
> PHP4. 

Agreed. I still like nedit better, though :D

note: nedit does NOT have the php features bluefish has as far as button clicking 
stuff or syntax lookup, if that's your thing.
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Michael A. Peters
Abriasoft Senior Developer

(510)  623-9726x357
Fax: (510) 249-9125
--
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] Ultimate Editor

2001-01-18 Thread Michael A. Peters

Yes.

We (abriasoft) include it with some of our products.
It's got a lot of nice features, and runs very well.

On Thursday, January 18, 2001, at 05:05 PM, Scott Gerhardt wrote:

> Has anyone tried Bluefish for Linux? 
>  
>  
>  
> > -Original Message- 
> > From: Michael A. Peters [mailto:[EMAIL PROTECTED]] 
> > Sent: January 18, 2001 7:02 PM 
> > To: Chris Aitken 
> > Cc: [EMAIL PROTECTED] 
> > Subject: Re: [PHP] Ultimate Editor 
> > 
> > 
> > look into nedit. 
> > 
> > It does very well on linux, and I hear there's a Windows port. 
> > I have a screenshot of nedit at http://24.5.29.77/nedit.jpeg 
> > 
> > nedit website is http://www.nedit.org/ 
> > 
> > It doesn't have a publish directly to the web function, nor does 
> > it have a built in server- but I just use thttpd compiled with 
> > php support for that- and enable directory listings so I can 
> > browse my working directory and select the file i want to view in action. 
> > 
> > Publishing directly to the web is nice- and I may look into 
> > adding it to nedit (I'm planning to add some features- though I 
> > am NOT the maintainer) but i personally never liked all in one 
> > products. Maybe a button to interface with the scp already on the 
> > users system... 
> > 
> > On Thursday, January 18, 2001, at 04:10 PM, Chris Aitken wrote: 
> > 
> > > At 06:47 PM 18/01/2001, you wrote: 
> > > 
> > > >What I'd like an editor to do for me is help out with how the 
> > page looks. 
> > > >One I set up a page that looks half-way decent - even if I use stock 
> > > >templates or style sheets - I can always plop the code in 
> > later by hand and 
> > > >that's no biggie. It's just that initial setting up of tables 
> > and stuff that 
> > > >is kind of tedious and I want to get away from that so I can 
> > concentrate on 
> > > >the code. 
> > > 
> > > 
> > > Personally, I would love to find an editor which had colour coded code 
> > > ability, a nice windows cut/paste/undo/redo feature, much akin to say 
> > > Homesite, but the most important thing would be that it can simulate a 
> > > telnet connection (or any connection for that matter) to the 
> > web server im 
> > > working on and use it just like the current editors 
> > view/use/display the 
> > > local hard drive. When you save a file, it instantly saves it on the 
> > > server. Ive seen some editors which have a supposed publish 
> > option but they 
> > > are either very lame, or made by microsoft (nuff said). 
> > > 
> > > I like the ability to have a simple keystroke(s) to instantly 
> > update the 
> > > file so I can reload it direct off the webserver and test it 
> > out. Infact, I 
> > > didnt mind how nedit worked when I was running my FreeBSD box 
> > at home, but 
> > > it too couldnt allow me to work on remote files live. 
> > > 
> > > 
> > > 
> > > Chris 
> > > 
> > > 
> > > -- 
> > > 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] 
> > > 
> > > 
> > 
> > -=-=-=-=-=-=-=-=-=-=-=-=-=-=- 
> > Michael A. Peters 
> > Abriasoft Senior Developer 
> > 
> > (510)  623-9726x357 
> > Fax: (510) 249-9125 
> > -- 
> > 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] 
> > 
> > 
>  
>  

-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Michael A. Peters
Abriasoft Senior Developer

(510)  623-9726x357
Fax: (510) 249-9125
--
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] Ultimate Editor

2001-01-18 Thread Scott Gerhardt

The latest version of Bluefish really has a lot of tools and features for
PHP4.

If it's been a while since you tried it, I would suggest taking another look
at it.



> -Original Message-
> From: Ignacio Vazquez-Abrams [mailto:[EMAIL PROTECTED]]
> Sent: January 18, 2001 7:12 PM
> To: Scott Gerhardt
> Cc: [EMAIL PROTECTED]; Chris Aitken; [EMAIL PROTECTED]
> Subject: RE: [PHP] Ultimate Editor
>
>
> On Thu, 18 Jan 2001, Scott Gerhardt wrote:
>
> > Has anyone tried Bluefish for Linux?
> >
>
> Tried it, didn't like it.
>
> The best option is probably to use something like Samba
> (http://www.samba.org/) or NFS Maestro
> (http://www.hummingbird.com/products/nc/nfs/index.html) to share files
> cross-platform.
>
> --
> Ignacio Vazquez-Abrams  <[EMAIL PROTECTED]>
>
>


-- 
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] Ultimate Editor

2001-01-18 Thread Jerry Lake

I just installed Bluefish a few days ago.
I haven't had a lot of time to mess with it,
but it seems like a Linux variety of homesite
(which is great with me) I'll give it a week
or two and see what I think. anyone else?

Jerry Lake

-Original Message-
From: Scott Gerhardt [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 18, 2001 5:06 PM
To: [EMAIL PROTECTED]; Chris Aitken
Cc: [EMAIL PROTECTED]
Subject: RE: [PHP] Ultimate Editor


Has anyone tried Bluefish for Linux?



> -Original Message-
> From: Michael A. Peters [mailto:[EMAIL PROTECTED]]
> Sent: January 18, 2001 7:02 PM
> To: Chris Aitken
> Cc: [EMAIL PROTECTED]
> Subject: Re: [PHP] Ultimate Editor
>
>
> look into nedit.
>
> It does very well on linux, and I hear there's a Windows port.
> I have a screenshot of nedit at http://24.5.29.77/nedit.jpeg
>
> nedit website is http://www.nedit.org/
>
> It doesn't have a publish directly to the web function, nor does
> it have a built in server- but I just use thttpd compiled with
> php support for that- and enable directory listings so I can
> browse my working directory and select the file i want to view in action.
>
> Publishing directly to the web is nice- and I may look into
> adding it to nedit (I'm planning to add some features- though I
> am NOT the maintainer) but i personally never liked all in one
> products. Maybe a button to interface with the scp already on the
> users system...
>
> On Thursday, January 18, 2001, at 04:10 PM, Chris Aitken wrote:
>
> > At 06:47 PM 18/01/2001, you wrote:
> >
> > >What I'd like an editor to do for me is help out with how the
> page looks.
> > >One I set up a page that looks half-way decent - even if I use stock
> > >templates or style sheets - I can always plop the code in
> later by hand and
> > >that's no biggie. It's just that initial setting up of tables
> and stuff that
> > >is kind of tedious and I want to get away from that so I can
> concentrate on
> > >the code.
> >
> >
> > Personally, I would love to find an editor which had colour coded code
> > ability, a nice windows cut/paste/undo/redo feature, much akin to say
> > Homesite, but the most important thing would be that it can simulate a
> > telnet connection (or any connection for that matter) to the
> web server im
> > working on and use it just like the current editors
> view/use/display the
> > local hard drive. When you save a file, it instantly saves it on the
> > server. Ive seen some editors which have a supposed publish
> option but they
> > are either very lame, or made by microsoft (nuff said).
> >
> > I like the ability to have a simple keystroke(s) to instantly
> update the
> > file so I can reload it direct off the webserver and test it
> out. Infact, I
> > didnt mind how nedit worked when I was running my FreeBSD box
> at home, but
> > it too couldnt allow me to work on remote files live.
> >
> >
> >
> > Chris
> >
> >
> > --
> > 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]
> >
> >
>
> -=-=-=-=-=-=-=-=-=-=-=-=-=-=-
> Michael A. Peters
> Abriasoft Senior Developer
>
> (510)  623-9726x357
> Fax: (510) 249-9125
> --
> 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]
>
>


-- 
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]



-- 
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] Ultimate Editor

2001-01-18 Thread Ignacio Vazquez-Abrams

On Thu, 18 Jan 2001, Scott Gerhardt wrote:

> Has anyone tried Bluefish for Linux?
>

Tried it, didn't like it.

The best option is probably to use something like Samba
(http://www.samba.org/) or NFS Maestro
(http://www.hummingbird.com/products/nc/nfs/index.html) to share files
cross-platform.

-- 
Ignacio Vazquez-Abrams  <[EMAIL PROTECTED]>


-- 
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] Ultimate Editor

2001-01-18 Thread Scott Gerhardt

Has anyone tried Bluefish for Linux?



> -Original Message-
> From: Michael A. Peters [mailto:[EMAIL PROTECTED]]
> Sent: January 18, 2001 7:02 PM
> To: Chris Aitken
> Cc: [EMAIL PROTECTED]
> Subject: Re: [PHP] Ultimate Editor
>
>
> look into nedit.
>
> It does very well on linux, and I hear there's a Windows port.
> I have a screenshot of nedit at http://24.5.29.77/nedit.jpeg
>
> nedit website is http://www.nedit.org/
>
> It doesn't have a publish directly to the web function, nor does
> it have a built in server- but I just use thttpd compiled with
> php support for that- and enable directory listings so I can
> browse my working directory and select the file i want to view in action.
>
> Publishing directly to the web is nice- and I may look into
> adding it to nedit (I'm planning to add some features- though I
> am NOT the maintainer) but i personally never liked all in one
> products. Maybe a button to interface with the scp already on the
> users system...
>
> On Thursday, January 18, 2001, at 04:10 PM, Chris Aitken wrote:
>
> > At 06:47 PM 18/01/2001, you wrote:
> >
> > >What I'd like an editor to do for me is help out with how the
> page looks.
> > >One I set up a page that looks half-way decent - even if I use stock
> > >templates or style sheets - I can always plop the code in
> later by hand and
> > >that's no biggie. It's just that initial setting up of tables
> and stuff that
> > >is kind of tedious and I want to get away from that so I can
> concentrate on
> > >the code.
> >
> >
> > Personally, I would love to find an editor which had colour coded code
> > ability, a nice windows cut/paste/undo/redo feature, much akin to say
> > Homesite, but the most important thing would be that it can simulate a
> > telnet connection (or any connection for that matter) to the
> web server im
> > working on and use it just like the current editors
> view/use/display the
> > local hard drive. When you save a file, it instantly saves it on the
> > server. Ive seen some editors which have a supposed publish
> option but they
> > are either very lame, or made by microsoft (nuff said).
> >
> > I like the ability to have a simple keystroke(s) to instantly
> update the
> > file so I can reload it direct off the webserver and test it
> out. Infact, I
> > didnt mind how nedit worked when I was running my FreeBSD box
> at home, but
> > it too couldnt allow me to work on remote files live.
> >
> >
> >
> > Chris
> >
> >
> > --
> > 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]
> >
> >
>
> -=-=-=-=-=-=-=-=-=-=-=-=-=-=-
> Michael A. Peters
> Abriasoft Senior Developer
>
> (510)  623-9726x357
> Fax: (510) 249-9125
> --
> 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]
>
>


-- 
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] Ultimate Editor

2001-01-18 Thread Michael A. Peters

look into nedit.

It does very well on linux, and I hear there's a Windows port.
I have a screenshot of nedit at http://24.5.29.77/nedit.jpeg

nedit website is http://www.nedit.org/

It doesn't have a publish directly to the web function, nor does it have a built in 
server- but I just use thttpd compiled with php support for that- and enable directory 
listings so I can browse my working directory and select the file i want to view in 
action.

Publishing directly to the web is nice- and I may look into adding it to nedit (I'm 
planning to add some features- though I am NOT the maintainer) but i personally never 
liked all in one products. Maybe a button to interface with the scp already on the 
users system...

On Thursday, January 18, 2001, at 04:10 PM, Chris Aitken wrote:

> At 06:47 PM 18/01/2001, you wrote: 
>  
> >What I'd like an editor to do for me is help out with how the page looks. 
> >One I set up a page that looks half-way decent - even if I use stock 
> >templates or style sheets - I can always plop the code in later by hand and 
> >that's no biggie. It's just that initial setting up of tables and stuff that 
> >is kind of tedious and I want to get away from that so I can concentrate on 
> >the code. 
>  
>  
> Personally, I would love to find an editor which had colour coded code  
> ability, a nice windows cut/paste/undo/redo feature, much akin to say  
> Homesite, but the most important thing would be that it can simulate a  
> telnet connection (or any connection for that matter) to the web server im  
> working on and use it just like the current editors view/use/display the  
> local hard drive. When you save a file, it instantly saves it on the  
> server. Ive seen some editors which have a supposed publish option but they  
> are either very lame, or made by microsoft (nuff said). 
>  
> I like the ability to have a simple keystroke(s) to instantly update the  
> file so I can reload it direct off the webserver and test it out. Infact, I  
> didnt mind how nedit worked when I was running my FreeBSD box at home, but  
> it too couldnt allow me to work on remote files live. 
>  
>  
>  
> Chris 
>  
>  
> --  
> 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] 
>  
>  

-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Michael A. Peters
Abriasoft Senior Developer

(510)  623-9726x357
Fax: (510) 249-9125
--
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] Ultimate Editor

2001-01-18 Thread Nathan Cook

If I may make a session download phped.com or find another editor (notepad)
and then use that in conjunction with ftp net drive (look for it on the web
somewhere), it will allow you view the ftp servers drive, copy and paste and
save directly to the server... works very nice.

.:: Nathan Cook [ [EMAIL PROTECTED] ] ::.
Systems & Network Administrator :: Programmer
phone == 208.343.3110 :: pager == 208.387.9983
- Original Message -
From: "Chris Aitken" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, January 18, 2001 5:10 PM
Subject: [PHP] Ultimate Editor


> At 06:47 PM 18/01/2001, you wrote:
>
> >What I'd like an editor to do for me is help out with how the page looks.
> >One I set up a page that looks half-way decent - even if I use stock
> >templates or style sheets - I can always plop the code in later by hand
and
> >that's no biggie. It's just that initial setting up of tables and stuff
that
> >is kind of tedious and I want to get away from that so I can concentrate
on
> >the code.
>
>
> Personally, I would love to find an editor which had colour coded code
> ability, a nice windows cut/paste/undo/redo feature, much akin to say
> Homesite, but the most important thing would be that it can simulate a
> telnet connection (or any connection for that matter) to the web server im
> working on and use it just like the current editors view/use/display the
> local hard drive. When you save a file, it instantly saves it on the
> server. Ive seen some editors which have a supposed publish option but
they
> are either very lame, or made by microsoft (nuff said).
>
> I like the ability to have a simple keystroke(s) to instantly update the
> file so I can reload it direct off the webserver and test it out. Infact,
I
> didnt mind how nedit worked when I was running my FreeBSD box at home, but
> it too couldnt allow me to work on remote files live.
>
>
>
> Chris
>
>
> --
> 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]
>
>


-- 
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]




[PHP] Ultimate Editor

2001-01-18 Thread Chris Aitken

At 06:47 PM 18/01/2001, you wrote:

>What I'd like an editor to do for me is help out with how the page looks.
>One I set up a page that looks half-way decent - even if I use stock
>templates or style sheets - I can always plop the code in later by hand and
>that's no biggie. It's just that initial setting up of tables and stuff that
>is kind of tedious and I want to get away from that so I can concentrate on
>the code.


Personally, I would love to find an editor which had colour coded code 
ability, a nice windows cut/paste/undo/redo feature, much akin to say 
Homesite, but the most important thing would be that it can simulate a 
telnet connection (or any connection for that matter) to the web server im 
working on and use it just like the current editors view/use/display the 
local hard drive. When you save a file, it instantly saves it on the 
server. Ive seen some editors which have a supposed publish option but they 
are either very lame, or made by microsoft (nuff said).

I like the ability to have a simple keystroke(s) to instantly update the 
file so I can reload it direct off the webserver and test it out. Infact, I 
didnt mind how nedit worked when I was running my FreeBSD box at home, but 
it too couldnt allow me to work on remote files live.



Chris


-- 
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]