Re: [ZWeb] Re: website design discussion

2006-09-03 Thread Darryl Cousins
Hi Tom, Bit of a problem with navigation menu in Firefox 1.5.0.4 Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.4) Gecko/20060406 Firefox/1.5.0.4 (Debian-1.5.dfsg+1.5.0.4-1) Sorry I don't have time to debug it. I have attached a cropped screenshot - somehow text is overlapping. When I select

Re: [ZWeb] volunteer for transforming ReST + templates into HTML

2006-09-18 Thread Darryl Cousins
Hi Martijn, I'm using ZopePagetTemplates with mod_python and apache to serve rest files as html pages in a template wrapper. It would be little problem to adapt the code to do the task as you have requested. I'm volunteering. Best regards, Darryl On Mon, 2006-09-18 at 15:00 +0200, Martijn Faass

Re: [ZWeb] volunteer for transforming ReST + templates into HTML

2006-09-19 Thread Darryl Cousins
couple of points: 1. Directory and navigation structure for the site. 2. How does 'upload to zope.org' work? Sincere regards, Darryl On NZT so I'm off to bed. On Tue, 2006-09-19 at 12:34 +0200, Martijn Faassen wrote: > Darryl Cousins wrote: > > I'm using ZopePagetTemplates w

Re: [ZWeb] volunteer for transforming ReST + templates into HTML

2006-09-20 Thread Darryl Cousins
Hi All, On Wed, 2006-09-20 at 11:47 +0200, Martijn Faassen wrote: > Hey Darryl, > > Darryl Cousins wrote: > > > I've put everything you gave me `as is` into my little zpt/mod_python > > application and this comes out: > > > > http://zf.tfws.org.nz/ >

[ZWeb] Re: updated zope foundation website texts in svn.zope.org

2006-09-22 Thread Darryl Cousins
Hi Martijn, Sorry my response is a bit slow. * I've got the new docs up. * Menu generated from directory structure. Omitting directories with binary files only. * Renamed members/members.txt to index.txt (easier if we have a default index in each directory. * Menu title and description and pa

[ZWeb] Re: updated zope foundation website texts in svn.zope.org

2006-09-22 Thread Darryl Cousins
Hi Martijn, > I'll take a look at the code, to investigate whether we want to maintain > this on svn.zope.org eventually. Are you a svn.zope.org committer, by > any chance? My signed Zope contributors agreement went in the mail last week. The code uses mod_python/vampire/docutils/ZopePageTempl

[ZWeb] Zope foundation test site

2006-09-22 Thread Darryl Cousins
Hi Tom and Martijn, > > http://zf.tfws.org.nz/ > > > > Notes: > > > > Background logo image isn't lining up on firefox > > cc-ing Tom Von Lahndorff. Darryl, which page does this occur on under > what circumstances? Which platform are you on? Linux, Firefox 1.0.5.4 Problem clarified: the colu

[ZWeb] Re: updated zope foundation website texts in svn.zope.org

2006-09-22 Thread Darryl Cousins
Hi Martijn, I slept on that. I feel also that some menu titles are a bit long (as they are read from the rest page title). Perhaps we could include metadata in the rest document? This could be in rest syntax and included in page footer, or removed before passing to docutils: :Title: Title :Desc

Re: [ZWeb] serving up static files from www.zope.org

2006-09-29 Thread Darryl Cousins
On Fri, 2006-09-29 at 13:25 +0200, Martijn Faassen wrote: > The > first thing I must do is acutally hunt up that agreement, which I've > never seen myself. :) Hi, http://www.zope.org/DevHome/Subversion/ContributorIntroduction with the pdf agreement: http://www.zope.org/DevHome/Subversion/Con

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.htm

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 o

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

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 ___

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 shoul

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:

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 __