Re: Volunteer wanted for PostgreSQL Techdocs - Mailing list pgsql-www

From Gevik babakhani
Subject Re: Volunteer wanted for PostgreSQL Techdocs
Date
Msg-id 200506210752.j5L7qbg1063664@smtp-vbr5.xs4all.nl
Whole thread Raw
In response to Re: Volunteer wanted for PostgreSQL Techdocs  ("Dave Page" <dpage@vale-housing.co.uk>)
List pgsql-www
Hi,

The MSDN style navigation that I was experimenting with uses a xml tree
structure.

Assuming Bricolage creates files on disk:

1. It is possible to load the entire tree at ones. (this would make a slow
tree when the content grows)

2. It is possible to only load a small part of the tree when the user
expands a given node. Some thing like
http://zzzzzz/expand_node.php?node=what_ever_node_that_is_clicked

Regrads,
Gevik.


> -----Original Message-----
> From: pgsql-www-owner@postgresql.org [mailto:pgsql-www-
> owner@postgresql.org] On Behalf Of Dave Page
> Sent: Tuesday, June 21, 2005 9:30 AM
> To: Rod Taylor; pgsql-www@postgresql.org
> Subject: Re: [pgsql-www] Volunteer wanted for PostgreSQL Techdocs
>
>
>
> > -----Original Message-----
> > From: pgsql-www-owner@postgresql.org
> > [mailto:pgsql-www-owner@postgresql.org] On Behalf Of Rod Taylor
> > Sent: 20 June 2005 23:52
> > To: pgsql-www@postgresql.org
> > Subject: Re: [pgsql-www] Volunteer wanted for PostgreSQL Techdocs
> >
> > > Hey, thanks for offering to pitch in on Bricolage configuration.
> > Marc says
> > > that Bricolage is now running properly, so we need only set up the
> > templates.
> >
> > Okay Josh. I'm here. What kinds of templates do you want
> > completed,
>
> Hi Rod,
>
> The idea is to have Bricolage write it's output into a directory
> hierarchy from where a script will check files into the main web cvs
> periodically, adding and removing news and old files as required. This
> script has yet to be written but I don't envisage it being a major
> hurdle.
>
> The output needs to be in a very simple format for the template engine
> on the main site to handle - a good example is the weekly news om the
> main site:
> http://gborg.postgresql.org/project/pgweb/cvs/cvs.php/portal/template/en
> /community/weeklynews. As you can see from the source, it's basic xhtml,
> with a title block at the top.
>
> We haven't decided on navigation yet, though Gevik Babakhani has been
> working on an MSDN-like interface. I previously suggested that Bricolage
> might be able to write a simple index file as a bunch of href's in a
> hierarchy of unordered lists that the navigation structure could mirror,
> eg.
>
> <ul>
>   <li><a href="Chapter 1">Chapter 1</a></li>
>   <ul>
>       <li><a href="Page 1">Page 1</a></li>
>       <li><a href="Page 2">Page 2</a></li>
>   </ul>
>   <li><a href="Chapter 2">Chapter 2</a></li>
>   <ul>
>     <li><a href="Page 3">Page 3</a></li>
>     <ul>
>       <li><a href="Note 1">Note 1</a></li>
>       <li><a href="Note 2">Note 2</a></li>
>     </ul>
>     <li><a href="Page 4">Page 4</a></li>
>   </ul>
> </ul>
>
> Of course, having never used Bricolage I'm not sure if that is possible.
> I assume though, if the worst comes to the worst, then it can just
> create navigation pages in our standard tmeplate format?
>
> Regards, Dave.
>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: you can get off all lists at once with the unregister command
>     (send "unregister YourEmailAddressHere" to majordomo@postgresql.org)



pgsql-www by date:

Previous
From: "Dave Page"
Date:
Subject: Re: Volunteer wanted for PostgreSQL Techdocs
Next
From: "Magnus Hagander"
Date:
Subject: Re: Volunteer wanted for PostgreSQL Techdocs