Re: [ZWeb] Foundation Site

2006-10-17 Thread Darryl Cousins
On Mon, 2006-10-16 at 20:28 -0400, Tom Von Lahndorff wrote:
> It should be:
> 
> .columntwo {
> display: block;
> position: absolute;
> top: 0px;
> left: 150px;
> right: 0px;
> }

Hi Tom,

Cool. I wasn't even aware that could be done. Found a use for it
immediately.

Regards,
Darryl

___
Zope-web maillist  -  Zope-web@zope.org
http://mail.zope.org/mailman/listinfo/zope-web


[ZWeb] foundation site

2006-10-17 Thread Christian Theune
Hi,

just a two quick notes:

- the navigation items in the 'members' menu still all repeat the word
'members'
- the sorting in this menu is inconsistent too

Christian

-- 
gocept gmbh & co. kg - forsterstraße 29 - 06112 halle/saale - germany
www.gocept.com - [EMAIL PROTECTED] - phone +49 345 122 9889 7 -
fax +49 345 122 9889 1 - zope and plone consulting and development




signature.asc
Description: OpenPGP digital signature
___
Zope-web maillist  -  Zope-web@zope.org
http://mail.zope.org/mailman/listinfo/zope-web


Re: [ZWeb] Foundation Site

2006-10-16 Thread Tom Von Lahndorff

It should be:

.columntwo {
display: block;
position: absolute;
top: 0px;
left: 150px;
right: 0px;
}


On Oct 16, 2006, at 4:04 PM, Andrew Sawyers wrote:


All kinds of weird behavior with that under Firefox on my Mac.
Paste me the entire class definition for .columntwo

Andrew


On 10/16/06 2:51 PM, "Darryl Cousins" <[EMAIL PROTECTED]>  
wrote:



On Mon, 2006-10-16 at 15:25 -0400, Andrew Sawyers wrote:
I don't see a rightcolumn class in Foundation stuffmaybe  
missing the

obvious though.

A



Hi Andrew,

This works for me (Firefox 1.5.0.4 - haven't tested IE, but should be
ok):

Replace:

.columntwo {
display: block;
position: absolute;
top: 0px;
left: 150px;
...

With:

.columntwo {
display: block;
position: absolute;
top: 0px;
right: 0px; /* changed from left */
margin-left: 150px; /* added */
...

Regards,
Darryl




___
Zope-web maillist  -  Zope-web@zope.org
http://mail.zope.org/mailman/listinfo/zope-web


___
Zope-web maillist  -  Zope-web@zope.org
http://mail.zope.org/mailman/listinfo/zope-web


Re: [ZWeb] Foundation Site

2006-10-16 Thread Andrew Sawyers
All kinds of weird behavior with that under Firefox on my Mac.
Paste me the entire class definition for .columntwo

Andrew


On 10/16/06 2:51 PM, "Darryl Cousins" <[EMAIL PROTECTED]> wrote:

> On Mon, 2006-10-16 at 15:25 -0400, Andrew Sawyers wrote:
>> I don't see a rightcolumn class in Foundation stuffmaybe missing the
>> obvious though.
>> 
>> A
>> 
> 
> Hi Andrew,
> 
> This works for me (Firefox 1.5.0.4 - haven't tested IE, but should be
> ok):
> 
> Replace:
> 
> .columntwo {
> display: block;
> position: absolute;
> top: 0px;
> left: 150px;
> ...
> 
> With:
> 
> .columntwo {
> display: block;
> position: absolute;
> top: 0px;
> right: 0px; /* changed from left */
> margin-left: 150px; /* added */
> ...
> 
> Regards,
> Darryl
> 


___
Zope-web maillist  -  Zope-web@zope.org
http://mail.zope.org/mailman/listinfo/zope-web


Re: [ZWeb] Foundation Site

2006-10-16 Thread Darryl Cousins
On Mon, 2006-10-16 at 15:25 -0400, Andrew Sawyers wrote: 
> I don't see a rightcolumn class in Foundation stuffmaybe missing the
> obvious though.
> 
> A
> 

Hi Andrew,

This works for me (Firefox 1.5.0.4 - haven't tested IE, but should be
ok):

Replace:

.columntwo {
display: block;
position: absolute;
top: 0px;
left: 150px;
...

With:

.columntwo {
display: block;
position: absolute;
top: 0px;
right: 0px; /* changed from left */
margin-left: 150px; /* added */
...

Regards,
Darryl

___
Zope-web maillist  -  Zope-web@zope.org
http://mail.zope.org/mailman/listinfo/zope-web


Re: [ZWeb] Foundation Site

2006-10-16 Thread Andrew Sawyers
I don't see a rightcolumn class in Foundation stuffmaybe missing the
obvious though.

A


On 10/16/06 6:47 AM, "Tom Von Lahndorff" <[EMAIL PROTECTED]> wrote:

> 
> That should do it. For the Foundation website though it should be on
> the .rightcolumn class.
> 
> 
> On Oct 16, 2006, at 3:36 AM, Kevin Teague wrote:
> 
>> I think I figured out an easy fix for the watermark bug. In
>> the .content declaration of the CSS add:
>> 
>> right: 0px;
>> 
>> This should pin the right side of the content box to the edge of
>> the browser window and the watermark lines up :)
>> 
>> I've only tested this on FF and Safari on Mac, but it should work
>> in IE6, that's a pretty stable, bug free browser ...
>> 
>> - Kevin
>> 
>> On Oct 15, 2006, at 2:55 PM, Michael Bernstein wrote:
>> 
>>> On Sat, 2006-10-14 at 11:12 -0700, Michael Bernstein wrote:
 Minor consistency nit: Something seems to be changing the width
 of the
 'columntwo' div in all the pages under 'Membership'. This is
 causing the
 grey Z-ball watermark to shift left by various amounts for these
 pages,
 instead of lining up with the to header watermark.
>>> 
>>> Typo, sorry: "top header watermark".
>>> 
>>> - Michael Bernstein
>>> 
>>> ___
>>> Zope-web maillist  -  Zope-web@zope.org
>>> http://mail.zope.org/mailman/listinfo/zope-web
>>> 
>> 
>> ___
>> Zope-web maillist  -  Zope-web@zope.org
>> http://mail.zope.org/mailman/listinfo/zope-web
> 
> ___
> Zope-web maillist  -  Zope-web@zope.org
> http://mail.zope.org/mailman/listinfo/zope-web


___
Zope-web maillist  -  Zope-web@zope.org
http://mail.zope.org/mailman/listinfo/zope-web


Re: [ZWeb] Foundation Site

2006-10-16 Thread Darryl Cousins
On Mon, 2006-10-16 at 06:51 -0400, Tom Von Lahndorff wrote:
> Im noticing that the pages of the Foundation website are pages within  
> pages. Meaning entire pages including the doctype, body and head tags  
> were pasted within the site wrapper. These secondary doctype body and  
> head tags should be removed.

Hi Tom,

Yes, I have sent a fix through to Andrew (who has access to the code on
the server).

Regards,
Darryl

___
Zope-web maillist  -  Zope-web@zope.org
http://mail.zope.org/mailman/listinfo/zope-web


Re: [ZWeb] Foundation Site

2006-10-16 Thread Andrew Sawyers
This will not be the case in the official foundation website.  There's
apparently a bug in docutils

Andrew


On 10/16/06 6:51 AM, "Tom Von Lahndorff" <[EMAIL PROTECTED]> wrote:

> 
> Im noticing that the pages of the Foundation website are pages within
> pages. Meaning entire pages including the doctype, body and head tags
> were pasted within the site wrapper. These secondary doctype body and
> head tags should be removed.
> 
> On Oct 15, 2006, at 9:29 PM, Andrew Sawyers wrote:
> 
>> On 10/14/06 2:12 PM, "Michael Bernstein" <[EMAIL PROTECTED]> wrote:
>> 
>>> On Thu, 2006-10-12 at 23:37 -0400, Andrew Sawyers wrote:
 See:  foundation.zope.org
 
 This is using Darryl's magic.  It was painful to get such a beast
 of RH 9
 working (with 2 arms tied behind my back) but we did it.  Thanks
 Darryl and
 David from ZC.
 
 I will need to speak with someone about getting the necessary
 pieces from
 Darryl's end into svn so we can have the whole ball of wax in svn.
>>> 
>>> Great work! Very classy looking, and well organized.
>>> 
>>> Minor consistency nit: Something seems to be changing the width of
>>> the
>>> 'columntwo' div in all the pages under 'Membership'. This is
>>> causing the
>>> grey Z-ball watermark to shift left by various amounts for these
>>> pages,
>>> instead of lining up with the to header watermark.
>>> 
>>> This was observed with Firefox 1.5.
>>> 
>>> - Michael Bernstein
>>> 
>> 
>> Yeah, this happens to me as well.  I'm cc'ing Tom to see if he
>> might have
>> some fixes in mind...
>> 
>> Andrew Sawyers
>> 
> 
> ___
> Zope-web maillist  -  Zope-web@zope.org
> http://mail.zope.org/mailman/listinfo/zope-web


___
Zope-web maillist  -  Zope-web@zope.org
http://mail.zope.org/mailman/listinfo/zope-web


Re: [ZWeb] Foundation Site

2006-10-16 Thread Tom Von Lahndorff


Also noticed the Committer Member links goes to a broken page.
http://foundation.zope.org/members/committer_members.html


On Oct 16, 2006, at 6:40 AM, Tom Von Lahndorff wrote:



Ill look into it.

On Oct 15, 2006, at 9:29 PM, Andrew Sawyers wrote:


On 10/14/06 2:12 PM, "Michael Bernstein" <[EMAIL PROTECTED]> wrote:


On Thu, 2006-10-12 at 23:37 -0400, Andrew Sawyers wrote:

See:  foundation.zope.org

This is using Darryl's magic.  It was painful to get such a  
beast of RH 9
working (with 2 arms tied behind my back) but we did it.  Thanks  
Darryl and

David from ZC.

I will need to speak with someone about getting the necessary  
pieces from

Darryl's end into svn so we can have the whole ball of wax in svn.


Great work! Very classy looking, and well organized.

Minor consistency nit: Something seems to be changing the width  
of the
'columntwo' div in all the pages under 'Membership'. This is  
causing the
grey Z-ball watermark to shift left by various amounts for these  
pages,

instead of lining up with the to header watermark.

This was observed with Firefox 1.5.

- Michael Bernstein



Yeah, this happens to me as well.  I'm cc'ing Tom to see if he  
might have

some fixes in mind...

Andrew Sawyers



___
Zope-web maillist  -  Zope-web@zope.org
http://mail.zope.org/mailman/listinfo/zope-web


___
Zope-web maillist  -  Zope-web@zope.org
http://mail.zope.org/mailman/listinfo/zope-web


Re: [ZWeb] Foundation Site

2006-10-16 Thread Tom Von Lahndorff


Im noticing that the pages of the Foundation website are pages within  
pages. Meaning entire pages including the doctype, body and head tags  
were pasted within the site wrapper. These secondary doctype body and  
head tags should be removed.


On Oct 15, 2006, at 9:29 PM, Andrew Sawyers wrote:


On 10/14/06 2:12 PM, "Michael Bernstein" <[EMAIL PROTECTED]> wrote:


On Thu, 2006-10-12 at 23:37 -0400, Andrew Sawyers wrote:

See:  foundation.zope.org

This is using Darryl's magic.  It was painful to get such a beast  
of RH 9
working (with 2 arms tied behind my back) but we did it.  Thanks  
Darryl and

David from ZC.

I will need to speak with someone about getting the necessary  
pieces from

Darryl's end into svn so we can have the whole ball of wax in svn.


Great work! Very classy looking, and well organized.

Minor consistency nit: Something seems to be changing the width of  
the
'columntwo' div in all the pages under 'Membership'. This is  
causing the
grey Z-ball watermark to shift left by various amounts for these  
pages,

instead of lining up with the to header watermark.

This was observed with Firefox 1.5.

- Michael Bernstein



Yeah, this happens to me as well.  I'm cc'ing Tom to see if he  
might have

some fixes in mind...

Andrew Sawyers



___
Zope-web maillist  -  Zope-web@zope.org
http://mail.zope.org/mailman/listinfo/zope-web


Re: [ZWeb] Foundation Site

2006-10-16 Thread Tom Von Lahndorff


That should do it. For the Foundation website though it should be on  
the .rightcolumn class.



On Oct 16, 2006, at 3:36 AM, Kevin Teague wrote:

I think I figured out an easy fix for the watermark bug. In  
the .content declaration of the CSS add:


right: 0px;

This should pin the right side of the content box to the edge of  
the browser window and the watermark lines up :)


I've only tested this on FF and Safari on Mac, but it should work  
in IE6, that's a pretty stable, bug free browser ...


- Kevin

On Oct 15, 2006, at 2:55 PM, Michael Bernstein wrote:


On Sat, 2006-10-14 at 11:12 -0700, Michael Bernstein wrote:
Minor consistency nit: Something seems to be changing the width  
of the
'columntwo' div in all the pages under 'Membership'. This is  
causing the
grey Z-ball watermark to shift left by various amounts for these  
pages,

instead of lining up with the to header watermark.


Typo, sorry: "top header watermark".

- Michael Bernstein

___
Zope-web maillist  -  Zope-web@zope.org
http://mail.zope.org/mailman/listinfo/zope-web



___
Zope-web maillist  -  Zope-web@zope.org
http://mail.zope.org/mailman/listinfo/zope-web


___
Zope-web maillist  -  Zope-web@zope.org
http://mail.zope.org/mailman/listinfo/zope-web


Re: [ZWeb] Foundation Site

2006-10-16 Thread Tom Von Lahndorff


Ill look into it.

On Oct 15, 2006, at 9:29 PM, Andrew Sawyers wrote:


On 10/14/06 2:12 PM, "Michael Bernstein" <[EMAIL PROTECTED]> wrote:


On Thu, 2006-10-12 at 23:37 -0400, Andrew Sawyers wrote:

See:  foundation.zope.org

This is using Darryl's magic.  It was painful to get such a beast  
of RH 9
working (with 2 arms tied behind my back) but we did it.  Thanks  
Darryl and

David from ZC.

I will need to speak with someone about getting the necessary  
pieces from

Darryl's end into svn so we can have the whole ball of wax in svn.


Great work! Very classy looking, and well organized.

Minor consistency nit: Something seems to be changing the width of  
the
'columntwo' div in all the pages under 'Membership'. This is  
causing the
grey Z-ball watermark to shift left by various amounts for these  
pages,

instead of lining up with the to header watermark.

This was observed with Firefox 1.5.

- Michael Bernstein



Yeah, this happens to me as well.  I'm cc'ing Tom to see if he  
might have

some fixes in mind...

Andrew Sawyers



___
Zope-web maillist  -  Zope-web@zope.org
http://mail.zope.org/mailman/listinfo/zope-web


Re: [ZWeb] Foundation Site

2006-10-16 Thread Kevin Teague
I think I figured out an easy fix for the watermark bug. In  
the .content declaration of the CSS add:


right: 0px;

This should pin the right side of the content box to the edge of the  
browser window and the watermark lines up :)


I've only tested this on FF and Safari on Mac, but it should work in  
IE6, that's a pretty stable, bug free browser ...


- Kevin

On Oct 15, 2006, at 2:55 PM, Michael Bernstein wrote:


On Sat, 2006-10-14 at 11:12 -0700, Michael Bernstein wrote:
Minor consistency nit: Something seems to be changing the width of  
the
'columntwo' div in all the pages under 'Membership'. This is  
causing the
grey Z-ball watermark to shift left by various amounts for these  
pages,

instead of lining up with the to header watermark.


Typo, sorry: "top header watermark".

- Michael Bernstein

___
Zope-web maillist  -  Zope-web@zope.org
http://mail.zope.org/mailman/listinfo/zope-web



___
Zope-web maillist  -  Zope-web@zope.org
http://mail.zope.org/mailman/listinfo/zope-web


Re: [ZWeb] Foundation Site

2006-10-15 Thread Andrew Sawyers
On 10/14/06 2:12 PM, "Michael Bernstein" <[EMAIL PROTECTED]> wrote:

> On Thu, 2006-10-12 at 23:37 -0400, Andrew Sawyers wrote:
>> See:  foundation.zope.org
>> 
>> This is using Darryl's magic.  It was painful to get such a beast of RH 9
>> working (with 2 arms tied behind my back) but we did it.  Thanks Darryl and
>> David from ZC.
>> 
>> I will need to speak with someone about getting the necessary pieces from
>> Darryl's end into svn so we can have the whole ball of wax in svn.
> 
> Great work! Very classy looking, and well organized.
> 
> Minor consistency nit: Something seems to be changing the width of the
> 'columntwo' div in all the pages under 'Membership'. This is causing the
> grey Z-ball watermark to shift left by various amounts for these pages,
> instead of lining up with the to header watermark.
> 
> This was observed with Firefox 1.5.
> 
> - Michael Bernstein
> 

Yeah, this happens to me as well.  I'm cc'ing Tom to see if he might have
some fixes in mind...

Andrew Sawyers


___
Zope-web maillist  -  Zope-web@zope.org
http://mail.zope.org/mailman/listinfo/zope-web


Re: [ZWeb] Foundation Site

2006-10-15 Thread Andrew Sawyers
On 10/14/06 3:15 AM, "Darryl Cousins" <[EMAIL PROTECTED]> wrote:

> Hi,
> 
> On Sat, 2006-10-14 at 12:30 +0530, Baiju M wrote:
>> What about setting up a cronjob for updating (once in a day) ?
>> 
>> Regards,
>> Baiju M
> 
> That would be the good idea. Andrew?
> 
> For urgent updates it would be handy to have perhaps more than one
> person on deck.
> 
> Regards,
> Darryl
> 

I dunno - is it that critical to get text updates out where they might
happen when one doesn't want them to?  I would presume in the not so distant
future we'll be on a zope solution, so this won't be an issue for the long
haul.

Andrew Sawyers


___
Zope-web maillist  -  Zope-web@zope.org
http://mail.zope.org/mailman/listinfo/zope-web


Re: [ZWeb] Foundation Site

2006-10-15 Thread Andrew Sawyers

On 10/14/06 3:00 AM, "Baiju M" <[EMAIL PROTECTED]> wrote:

> On 10/14/06, Darryl Cousins <[EMAIL PROTECTED]> wrote:
>> Is the full code up on svn.zope.org? It doesn't appear to be at
>> http://svn.zope.org/web/zf/trunk/. I have recently acquired commit
>> privileges and could attend to the menu and to the typo.
> 
> Since you got commit privilege, you can commit it.
> I think we can put those programs/scripts here:
>   svn://svn.zope.org/repos/main/web/scripts
> (This directory is not created yet)
> 
> Martijn, is it OK?
> 
>> Andrew - can you fix docutils? And will you you remain responsible for
>> updating rest files on the server (ssh/svn update)? Can I volunteer?
> 
> What about setting up a cronjob for updating (once in a day) ?
> 
> Regards,
> Baiju M

Those scripts need to be in the server root (i.e. The root of the svn check
we use for the 'content' files).  There's no reason to have to move them
around to work as they do currently:  they are located in the site root.
They are not in svn yet...

Andrew


___
Zope-web maillist  -  Zope-web@zope.org
http://mail.zope.org/mailman/listinfo/zope-web


Re: [ZWeb] Foundation Site

2006-10-15 Thread Andrew Sawyers
On 10/14/06 1:36 AM, "Darryl Cousins" <[EMAIL PROTECTED]> wrote:


>  And docutils needs to be updated on the
> server (cheers Baiju and Andreas) and that there is a typo (cheers
> Carlos).
> 
> Is the full code up on svn.zope.org? It doesn't appear to be at
> http://svn.zope.org/web/zf/trunk/. I have recently acquired commit
> privileges and could attend to the menu and to the typo.
> 
> Andrew - can you fix docutils? And will you you remain responsible for
> updating rest files on the server (ssh/svn update)? Can I volunteer?
> 
> Regards,
> Darryl
> 

I don't think docutils needs to be updated - it could, but I grabbed the
latest version when I set all this up last week.

None of the changes I've made are back into svn - the account we're using
doesn't have write access.

Yes, you can volunteer
Andrew


___
Zope-web maillist  -  Zope-web@zope.org
http://mail.zope.org/mailman/listinfo/zope-web


Re: [ZWeb] Foundation Site

2006-10-15 Thread Andrew Sawyers
Fixing this required two changes.
First, I had to supply the full path to the .csv file.  That then resulted
in an AssertionError from docutils: a unicode error.

I fixed that by changing the following lines:
settings_overrides = {
'halt_level': 6,
'input_encoding': 'unicode',
'output_encoding': 'utf8',
'initial_header_level': 3
}

to 
settings_overrides = {
'halt_level': 6,
'input_encoding': 'utf8',
'output_encoding': 'utf8',
'initial_header_level': 3
}


I would check these changes in, but the account we're using does not have
write access.  I will get this dealt with tomorrow.

Andrew

On 10/13/06 12:24 AM, "Baiju M" <[EMAIL PROTECTED]> wrote:

> On 10/13/06, Andrew Sawyers <[EMAIL PROTECTED]> wrote:
>> See:  foundation.zope.org
> 
> Great work!
> 
> Do we have an issue tracker for reporting web issues?
> 
> There is a problem in
> http://foundation.zope.org/members/committer_members.html
> 
> The error is :
> 
>   System Message: SEVERE/4 (, line 20)
> 
>   Problems with "csv-table" directive path: [Errno 2] No such file or
> directory: u'/committer_members.csv'.
> 
>   .. csv-table:: Zope Foundation Commiter Members
> :header: "username", "first name", "last name"
> :delim: tab
> :file: committer_members.csv
> 
> But that file is there:
> http://foundation.zope.org/members/committer_members.csv
> 
> Is this a docutils version problem?
> 
> Or `file` sub-directive should be?:
> 
>:file: ./committer_members.csv
> 
> Index: members/committer_members.txt
> ===
> --- members/committer_members.txt   (revision 70330)
> +++ members/committer_members.txt   (working copy)
> @@ -20,4 +20,4 @@
>  .. csv-table:: Zope Foundation Commiter Members
>:header: "username", "first name", "last name"
>:delim: tab
> -  :file: committer_members.csv
> +  :file: ./committer_members.csv
> 
> Regards,
> Baiju M
> ___
> Zope-web maillist  -  Zope-web@zope.org
> http://mail.zope.org/mailman/listinfo/zope-web


___
Zope-web maillist  -  Zope-web@zope.org
http://mail.zope.org/mailman/listinfo/zope-web


Re: [ZWeb] Foundation Site

2006-10-15 Thread Andrew Sawyers
The result of that in _handler.py is:
/usr/local/python/2.4.3/lib/python2.4/site-packages/docutils/__init__.pyc0.5
snapshot 2006-10-13, r4767

This is the same, if I run /usr/local/bin/python2.4 and import docutils and
print out the version and version_details.

What version should we have installed?

Andrew


On 10/13/06 12:25 AM, "Darryl Cousins" <[EMAIL PROTECTED]> wrote:

> import docutils
>   req.send_http_header()
>   req.write(docutils.__file__)
>   req.write(docutils.__version__)
>   req.write(docutils.__version_details__)
>   return apache.OK


___
Zope-web maillist  -  Zope-web@zope.org
http://mail.zope.org/mailman/listinfo/zope-web


Re: [ZWeb] Foundation Site

2006-10-15 Thread Michael Bernstein
On Sat, 2006-10-14 at 11:12 -0700, Michael Bernstein wrote:
> Minor consistency nit: Something seems to be changing the width of the
> 'columntwo' div in all the pages under 'Membership'. This is causing the
> grey Z-ball watermark to shift left by various amounts for these pages,
> instead of lining up with the to header watermark.

Typo, sorry: "top header watermark".

- Michael Bernstein

___
Zope-web maillist  -  Zope-web@zope.org
http://mail.zope.org/mailman/listinfo/zope-web


Re: [ZWeb] Foundation Site

2006-10-14 Thread Michael Bernstein
On Thu, 2006-10-12 at 23:37 -0400, Andrew Sawyers wrote:
> See:  foundation.zope.org
> 
> This is using Darryl's magic.  It was painful to get such a beast of RH 9
> working (with 2 arms tied behind my back) but we did it.  Thanks Darryl and
> David from ZC.
> 
> I will need to speak with someone about getting the necessary pieces from
> Darryl's end into svn so we can have the whole ball of wax in svn.

Great work! Very classy looking, and well organized.

Minor consistency nit: Something seems to be changing the width of the
'columntwo' div in all the pages under 'Membership'. This is causing the
grey Z-ball watermark to shift left by various amounts for these pages,
instead of lining up with the to header watermark.

This was observed with Firefox 1.5.

- Michael Bernstein

___
Zope-web maillist  -  Zope-web@zope.org
http://mail.zope.org/mailman/listinfo/zope-web


Re: [ZWeb] Foundation Site

2006-10-14 Thread Darryl Cousins
Hi,

On Sat, 2006-10-14 at 12:30 +0530, Baiju M wrote:
> What about setting up a cronjob for updating (once in a day) ?
> 
> Regards,
> Baiju M

That would be the good idea. Andrew?

For urgent updates it would be handy to have perhaps more than one
person on deck.

Regards,
Darryl

___
Zope-web maillist  -  Zope-web@zope.org
http://mail.zope.org/mailman/listinfo/zope-web


Re: [ZWeb] Foundation Site

2006-10-14 Thread Baiju M

On 10/14/06, Darryl Cousins <[EMAIL PROTECTED]> wrote:

Is the full code up on svn.zope.org? It doesn't appear to be at
http://svn.zope.org/web/zf/trunk/. I have recently acquired commit
privileges and could attend to the menu and to the typo.


Since you got commit privilege, you can commit it.
I think we can put those programs/scripts here:
 svn://svn.zope.org/repos/main/web/scripts
(This directory is not created yet)

Martijn, is it OK?


Andrew - can you fix docutils? And will you you remain responsible for
updating rest files on the server (ssh/svn update)? Can I volunteer?


What about setting up a cronjob for updating (once in a day) ?

Regards,
Baiju M
___
Zope-web maillist  -  Zope-web@zope.org
http://mail.zope.org/mailman/listinfo/zope-web


Re: [ZWeb] Foundation Site

2006-10-13 Thread Darryl Cousins
Cheers all for the comments,

Andrew did all the hard work getting the microsite running on zope.org.
We are using content provided by Martijn and design by Tom. (BTW
Firefox1.5.0.4/Debian the logo doesn't line up without the 'extras' div
containing content).

I agree the titles on the menu should be more compact (cheers Tarek) and
that the menu needs ordering. And docutils needs to be updated on the
server (cheers Baiju and Andreas) and that there is a typo (cheers
Carlos).

Is the full code up on svn.zope.org? It doesn't appear to be at
http://svn.zope.org/web/zf/trunk/. I have recently acquired commit
privileges and could attend to the menu and to the typo.

Andrew - can you fix docutils? And will you you remain responsible for
updating rest files on the server (ssh/svn update)? Can I volunteer?

Regards,
Darryl

___
Zope-web maillist  -  Zope-web@zope.org
http://mail.zope.org/mailman/listinfo/zope-web


Re: [ZWeb] Foundation Site

2006-10-13 Thread Andreas Jung




--On 13. Oktober 2006 13:10:28 -0500 Carlos de la Guardia 
<[EMAIL PROTECTED]> wrote:



Hi,

great work!

One correction, though. The membership agreement PDF states the associate
member fee is $295, while
http://foundation.zope.org/members/associate_members.html says the fee is
only $95.





The latest Docutils fixes strike back :-)

-aj

pgp4VhW568dpI.pgp
Description: PGP signature
___
Zope-web maillist  -  Zope-web@zope.org
http://mail.zope.org/mailman/listinfo/zope-web


Re: [ZWeb] Foundation Site

2006-10-13 Thread Carlos de la Guardia
Hi,great work!One correction, though. The membership agreement PDF states the associate member fee is $295, while http://foundation.zope.org/members/associate_members.html
 says the fee is only $95.Carlos de la GuardiaOn 10/12/06, Andrew Sawyers <[EMAIL PROTECTED]> wrote:
See:  foundation.zope.orgThis is using Darryl's magic.  It was painful to get such a beast of RH 9
working (with 2 arms tied behind my back) but we did it.  Thanks Darryl andDavid from ZC.I will need to speak with someone about getting the necessary pieces fromDarryl's end into svn so we can have the whole ball of wax in svn.
Andrew Sawyers___Zope-web maillist  -  Zope-web@zope.org
http://mail.zope.org/mailman/listinfo/zope-web
___
Zope-web maillist  -  Zope-web@zope.org
http://mail.zope.org/mailman/listinfo/zope-web


Re: [ZWeb] Foundation Site

2006-10-13 Thread Simon Michael

Hurrah! Great work all.

___
Zope-web maillist  -  Zope-web@zope.org
http://mail.zope.org/mailman/listinfo/zope-web


Re: [ZWeb] Foundation Site

2006-10-13 Thread Tarek Ziadé
Andrew Sawyers wrote:
> See:  foundation.zope.org
>
> This is using Darryl's magic.  It was painful to get such a beast of RH 9
> working (with 2 arms tied behind my back) but we did it.  Thanks Darryl and
> David from ZC.
>
> I will need to speak with someone about getting the necessary pieces from
> Darryl's end into svn so we can have the whole ball of wax in svn.
>
>
> Andrew Sawyers
>
>   
cool :)
Until someone answers Baiju about a place to report issues,

I'd like to give a feedback about the menu

from this page:

http://foundation.zope.org/members/

looking at the menu, I think that it will be more readable if we change
all labels
from "members"  submenu

Zope Foundation Strategic Developer Members -> Strategic Developer Members
Zope Foundation Associate Members -> Associate Members
etc..

We all know it's the members list for ZF so we can cut the ZF header I
think.
to get a lighter, more readable menu, with one line entries

Tarek




> ___
> Zope-web maillist  -  Zope-web@zope.org
> http://mail.zope.org/mailman/listinfo/zope-web
>   

___
Zope-web maillist  -  Zope-web@zope.org
http://mail.zope.org/mailman/listinfo/zope-web


Re: [ZWeb] Foundation Site

2006-10-12 Thread Darryl Cousins
Hi Andrew,

Re docutils. The output of:

def handler_html(req,**kwargs):
  import docutils
  req.send_http_header()
  req.write(docutils.__file__)
  req.write(docutils.__version__)
  req.write(docutils.__version_details__)
  return apache.OK

Gives me 0.5 snapshot 2006-10-11, r4766.

When Martijn originally gave me the rest files, the csv table didn't
work for me and I had to update docutils.

BTW docutils.__file__ in my interpreter is not the same as for
mod_python running in apache. Which is why I check it in the above
output. Then you are sure too which docutils is imported.

Best regards,
Darryl

___
Zope-web maillist  -  Zope-web@zope.org
http://mail.zope.org/mailman/listinfo/zope-web


Re: [ZWeb] Foundation Site

2006-10-12 Thread Darryl Cousins
On Fri, 2006-10-13 at 09:54 +0530, Baiju M wrote:
> On 10/13/06, Andrew Sawyers <[EMAIL PROTECTED]> wrote:
> > See:  foundation.zope.org
> 
> Great work!
> 
> Do we have an issue tracker for reporting web issues?
> 
> There is a problem in 
> http://foundation.zope.org/members/committer_members.html
> 
> The error is :
> 
>   System Message: SEVERE/4 (, line 20)
> 
>   Problems with "csv-table" directive path: [Errno 2] No such file or
> directory: u'/committer_members.csv'.
> 
>   .. csv-table:: Zope Foundation Commiter Members
> :header: "username", "first name", "last name"
> :delim: tab
> :file: committer_members.csv
> 
> But that file is there: 
> http://foundation.zope.org/members/committer_members.csv
> 
> Is this a docutils version problem?

> 
> Regards,
> Baiju M
> ___

Cheers Baiju,

Yes it is a docutils version problem. I'm sure Andrew will look into it
when he gets up in the morning. And will ask me if necessary.

Regards,
Darryl

___
Zope-web maillist  -  Zope-web@zope.org
http://mail.zope.org/mailman/listinfo/zope-web


Re: [ZWeb] Foundation Site

2006-10-12 Thread Baiju M

On 10/13/06, Andrew Sawyers <[EMAIL PROTECTED]> wrote:

See:  foundation.zope.org


Great work!

Do we have an issue tracker for reporting web issues?

There is a problem in http://foundation.zope.org/members/committer_members.html

The error is :

 System Message: SEVERE/4 (, line 20)

 Problems with "csv-table" directive path: [Errno 2] No such file or
directory: u'/committer_members.csv'.

 .. csv-table:: Zope Foundation Commiter Members
   :header: "username", "first name", "last name"
   :delim: tab
   :file: committer_members.csv

But that file is there: http://foundation.zope.org/members/committer_members.csv

Is this a docutils version problem?

Or `file` sub-directive should be?:

  :file: ./committer_members.csv

Index: members/committer_members.txt
===
--- members/committer_members.txt   (revision 70330)
+++ members/committer_members.txt   (working copy)
@@ -20,4 +20,4 @@
.. csv-table:: Zope Foundation Commiter Members
  :header: "username", "first name", "last name"
  :delim: tab
-  :file: committer_members.csv
+  :file: ./committer_members.csv

Regards,
Baiju M
___
Zope-web maillist  -  Zope-web@zope.org
http://mail.zope.org/mailman/listinfo/zope-web


Re: [ZWeb] Foundation Site

2006-10-12 Thread Jens Vagelpohl

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


On 12 Oct 2006, at 23:37, Andrew Sawyers wrote:


See:  foundation.zope.org


Just FYI: Many people will still be affected by the DNS mess, which  
is going to resolve itself some time tomorrow by virtue of DNS  
propagation. I'm currently a victim of foundation.zope.org not being  
resolvable.


jens

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (Darwin)

iD8DBQFFLxLfRAx5nvEhZLIRAkQoAKCjK+/qdtvDnHYvoYURCoskQTlS2QCglaGz
YkKUc0TCrRDl0QNPMRLFNM8=
=VM/Z
-END PGP SIGNATURE-
___
Zope-web maillist  -  Zope-web@zope.org
http://mail.zope.org/mailman/listinfo/zope-web


[ZWeb] Foundation Site

2006-10-12 Thread Andrew Sawyers
See:  foundation.zope.org

This is using Darryl's magic.  It was painful to get such a beast of RH 9
working (with 2 arms tied behind my back) but we did it.  Thanks Darryl and
David from ZC.

I will need to speak with someone about getting the necessary pieces from
Darryl's end into svn so we can have the whole ball of wax in svn.


Andrew Sawyers


___
Zope-web maillist  -  Zope-web@zope.org
http://mail.zope.org/mailman/listinfo/zope-web