Re: [Vysper] Vysper Admin console

2011-01-14 Thread Niklas Gustavsson
On Tue, Jan 11, 2011 at 11:58 PM, Niklas Gustavsson
nik...@protocol7.com wrote:
 It works with the
 existing commands but does not support all field type and lack quite a
 lot in esthetics :-)

The look and feel of the admin console is now somewhat better :-)

/niklas


File owned by user, not writable by group on /www/mina.apache.org

2011-01-14 Thread Emmanuel Lecharny

Hi guys,

can you recursively chmod all the files you own on /www/mina.apache.org 
so that they are writable by the mina group ?


Also change you mask to 002 when you access this directory, otherwise 
every modification you will do will see the added files have a 644 right 
by default...


Thanks !

--
Regards,
Cordialement,
Emmanuel Lécharny
www.iktek.com



Re: License for the MINA site templates

2011-01-14 Thread Emmanuel Lecharny

On 1/13/11 10:15 PM, Niklas Gustavsson wrote:

Hi

For the Vysper admin console I was thinking of reusing the site
templates we use for http://mina.apache.org/vysper. However, I noticed
that while the HTML files contains a AL2.0 license header, the CSS
files did not. Do we know if these are possible to license under
AL2.0?

/niklas

I have added the ASL 2.0 licence in all the css files I can modify. 
There are a few files that need to be fixed :

-rw-r--r--  1 gnodet  mina  91132 Jan 12 20:00 ./sshd/resources/space.css
-rw-r--r--  1 ngn  mina  91132 Jan 14 09:00 ./ftpserver/resources/space.css
-rw-r--r--  1 jvermillard  mina  91132 Jan 14 09:00 ./resources/space.css
-rw-r--r--  1 jvermillard  mina  29296 Jan 14 09:00 ./index.data/style.css
-rw-r--r--  1 ngn  mina  91132 Jan 14 09:00 ./vysper/resources/space.css

I can't fix them, I have no write access on them. (please add a umask 
002 in your .profile on people.a.o)


--
Regards,
Cordialement,
Emmanuel Lécharny
www.iktek.com



Re: File owned by user, not writable by group on /www/mina.apache.org

2011-01-14 Thread Niklas Gustavsson
On Fri, Jan 14, 2011 at 10:38 AM, Emmanuel Lecharny elecha...@gmail.com wrote:
 Also change you mask to 002 when you access this directory, otherwise every
 modification you will do will see the added files have a 644 right by
 default...

I got umask 002 in my .profile but this still happens. I'm guessing it
might be because the files are rsynced by cron. Perhaps I need to run
the chmod as part of the cron job.

/niklas


Re: File owned by user, not writable by group on /www/mina.apache.org

2011-01-14 Thread Emmanuel Lécharny

On 1/14/11 10:52 AM, Niklas Gustavsson wrote:

On Fri, Jan 14, 2011 at 10:38 AM, Emmanuel Lecharnyelecha...@gmail.com  wrote:

Also change you mask to 002 when you access this directory, otherwise every
modification you will do will see the added files have a 644 right by
default...

I got umask 002 in my .profile but this still happens. I'm guessing it
might be because the files are rsynced by cron. Perhaps I need to run
the chmod as part of the cron job.


yes, most certainly.

We should check those things because it's time consuming...

--
Regards,
Cordialement,
Emmanuel Lécharny
www.iktek.com



Re: License for the MINA site templates

2011-01-14 Thread Niklas Gustavsson
On Fri, Jan 14, 2011 at 10:44 AM, Emmanuel Lecharny elecha...@gmail.com wrote:
 -rw-r--r--  1 ngn  mina  91132 Jan 14 09:00 ./ftpserver/resources/space.css
 -rw-r--r--  1 ngn  mina  91132 Jan 14 09:00 ./vysper/resources/space.css

Fixed.

/niklas