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


Re: [ZWeb] Foundation Site

2006-10-14 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


[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 page title pulled from first few lines
of text.

http://zf.tfws.org.nz/

Code at:
svn://treefernwebservices.co.nz/var/svn/zopefoundation/trunk/www


Best regards,
Darryl

On Thu, 2006-09-21 at 23:17 +0200, Martijn Faassen wrote:
 Hey,
 
 I've placed updated versions of the texts now at svn.zope.org, here:
 
 http://svn.zope.org/web/zf/trunk/
 
 You should be able to check this out like this:
 
 svn co svn://svn.zope.org/repos/main/web/zf/trunk zf
 
 and loosen your scripts on it. There are now PDFs there which obviously 
 don't need any translation, but do need to be in the final site. Ignore 
 the htmlize.py script, that's just for my own testing purposes.
 
 One bit that I haven't figured out yet is how to determine order in the 
 menu generation code. Any ideas?
 
 Regards,
 
 Martijn

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


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/
 
 Great! Thank you very much!
 
  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?

Rain-check. I ran your template through `tidy`. Firefox1.5/Debian/Linux.

  rest error on structure.html
 
 Right, that should be easily fixed.
 
  1. Directory and navigation structure for the site.
 
 This needs to be generated; the toughest part of generating the layout. 
 I was hoping you'd take a look at it. :) We need to start generating 
 that based on our current structure, and instead of query (?foo=bar) 
 based links, just make them normal links. Base it on a structure of 
 nested directories, I'd say. Of course we don't have titles that way - 
 either we need a hack that lifts the title from the individual ReST 
 documents, or we need to provide the system with a list of titles for 
 the individual files somehow.

Yup,

index.html
- docs/
index.html
other-docs.html
- foo/
index.html
other-foo-docs.html
- other-home-directory-docs.html

Thats the structure we are aiming at?

I agree, titles we can lift from the rest text file.

 
  2. How does 'upload to zope.org' work?
 
 As to the ReST, I want to start maintaining that in the svn.zope.org 
 repository.

Yup. Some script could be run to synchronize the different components:

rest.svn.zope.org - zf.www.rest -- zf.tfws.org.nz -- [wget?] --
zope.org

Worst of the worse, we keep in touch and I syncronise it manually. Not a
big job.

And later, do it all with zope3   :-D  

 I'm trying to figure this out. On the near term, we may just upload all 
 of this into a plain zope on zope.org every time we make changes.

Unsure of meaning: `a plain zope`. ??

 I'm also investigating the use of Apache and just scp-ing it into an 
 Apache directory, but it appears the zope.org infrastructure needs work 
 to get there.

Keep me posted.

 Finally, eventually this should be converted into CMS content for one 
 CMS or another. That'll take a lot of hosting infrastructure work to get 
 done first, though.

Keep core/source data in directory/restfile then anything is possible.
Keep it simple. I think that any reasonable cms will be able to import
the structured data and generate a site using a given template.

Regards,
Darryl

 Regards,
 
 Martijn

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


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

2006-09-19 Thread Darryl Cousins
Cheers Martijn,

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/

I've only just now updated dns for the subdomain (you may need the
nameservers I use if its not showing up for you yet): 

nameserver 66.199.228.130
nameserver 206.123.113.132

All the doc pages you sent me are available as

http://zf.tfws.org.nz/  is homepage.txt
http://zf.tfws.org.nz/structure.html
http://zf.tfws.org.nz/about.html
http://zf.tfws.org.nz/documents.html
http://zf.tfws.org.nz/join.html
http://zf.tfws.org.nz/projects.html
http://zf.tfws.org.nz/membership.html

Notes:

Background logo image isn't lining up on firefox
rest error on structure.html

The code is on svn:

svn co svn://treefernwebservices.co.nz/var/svn/zopefoundation/trunk/www

Please email me privately for write access.

I'm not clear on a 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 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.
 
 Great! I had Michael Haubenwaller also express interest, so I'll cc him. 
 I'll be assuming you two work out who does what. It think Michael 
 wouldn't mind if you just took on the job yourself anyway - just let me 
 know.
 
 I'll be sending you a mail with the stuff I have right now. The text 
 isn't done yet, but you should get an idea. I'd be happy to indicate 
 navigation structure by directory structure for the time being, but you 
 may have better ideas.
 
 Regards,
 
 Martijn
 ___
 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] 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 Faassen wrote:
 Hi there,
 
 I started doing some work on transforming the restructured text content 
 + templates into HTML pages, but I didn't get very far, and I figured 
 instead I ask a volunteer.
 
 So, the task:
 
 Write code (such as a Python script) that takes the restructured text 
 files (that I will send you) and wraps the layout (that I will also send 
 you) around it, making the menus and such work. The result should be a 
 bunch of HTML pages that can be served by Apache.
 
 If you're interested, drop me a mail.
 
 Regards,
 
 Martijn
 ___
 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