Re: Volunteer wanted for PostgreSQL Techdocs

Поиск
Список
Период
Сортировка
От Dave Page
Тема Re: Volunteer wanted for PostgreSQL Techdocs
Дата
Msg-id E7F85A1B5FF8D44C8A1AF6885BC9A0E490E5C5@ratbert.vale-housing.co.uk
обсуждение исходный текст
Ответы Re: Volunteer wanted for PostgreSQL Techdocs  ("Gevik babakhani" <gevik@xs4all.nl>)
Re: Volunteer wanted for PostgreSQL Techdocs  (Rod Taylor <pg@rbt.ca>)
Re: Volunteer wanted for PostgreSQL Techdocs  (Rod Taylor <pg@rbt.ca>)
Список pgsql-www

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

В списке pgsql-www по дате отправления:

Предыдущее
От: "Marc G. Fournier"
Дата:
Сообщение: Re: TIP 9
Следующее
От: "Gevik babakhani"
Дата:
Сообщение: Re: Volunteer wanted for PostgreSQL Techdocs