Обсуждение: developer website integration

Поиск
Список
Период
Сортировка

developer website integration

От
Robert Treat
Дата:
Hey all, been looking over what we need to do to finish integrating the
developer website into the main website, here is a list of the unresolved
items.

In the old site there was a specific page that listed the developer mailing
lists.  Currently in the new site we just link to the complete mailing page
and users have to scroll down to see the .  Do people feel the need to create
a special developer only mailing list page?  Should we add a href=# for the
developers lists to the complete ml page and link to that?  Is it fine as is?

The link to the developer version of the docs points to
developer.postgresql.org... can we get that generating alongside our regular
docs on the main page?

The TODO list is also still pointing to the developer.* page... can we get
that generating on the main site someplace?

The "flowchart of the postgresql backend files", database internals pdf, and
"postgresql implmentation files" will all need to be moved over to the main
site... anyone have a preference for thier location other than under
template/en/developer/ ?

What is the plan for the cvsweb install?  Is that going to move to the main
machine?  Where should the links point?  Also, IIRC the interfaces cvsweb is
obsolete now so that should be removed right?

Also IIRC the plan was to begin the move by replacing pages on the old
developer page with links/redirects to the main website... is that correct?
If so I can beging doing that now with some of the content that has already
been moved over.  LMK if there are any objections to this.

--
Robert Treat
Build A Brighter Lamp :: Linux Apache {middleware} PostgreSQL

Re: developer website integration

От
"Dave Page"
Дата:

> -----Original Message-----
> From: pgsql-www-owner@postgresql.org
> [mailto:pgsql-www-owner@postgresql.org] On Behalf Of Robert Treat
> Sent: 14 March 2005 03:06
> To: pgsql-www@postgresql.org
> Subject: [pgsql-www] developer website integration
>
> Hey all, been looking over what we need to do to finish
> integrating the
> developer website into the main website, here is a list of
> the unresolved
> items.
>
> In the old site there was a specific page that listed the
> developer mailing
> lists.  Currently in the new site we just link to the
> complete mailing page
> and users have to scroll down to see the .  Do people feel
> the need to create
> a special developer only mailing list page?  Should we add a
> href=# for the
> developers lists to the complete ml page and link to that?
> Is it fine as is?

I don't see any real problem with it, but if you want to add a href=#,
that will probably make it easier.

> The link to the developer version of the docs points to
> developer.postgresql.org... can we get that generating
> alongside our regular
> docs on the main page?

I think that would be better left where it is. Aside from the mirroring
lag which will make it less useful, it will increase the mirroring load
significantly as files are rebuilt every few minutes.

Also, developer.postgresql.org itself will not be going anywhere - the
some of the developers have personal sites there. All we really need to
move is the mostly-static files and user interface.

> The TODO list is also still pointing to the developer.*
> page... can we get
> that generating on the main site someplace?

Yes - Magnus has recently committed code that properly integrates the
FAQs - perhaps that can be modified of used as a model to deal with the
todo.

> The "flowchart of the postgresql backend files", database
> internals pdf, and
> "postgresql implmentation files" will all need to be moved
> over to the main
> site... anyone have a preference for thier location other than under
> template/en/developer/ ?

Only properly formatted HTML files can go there. PDF's etc. should be
put under /files/, which is specifically for that sort of thing.

> What is the plan for the cvsweb install?  Is that going to
> move to the main
> machine?  Where should the links point?

No, that will stay where it is.

> Also, IIRC the
> interfaces cvsweb is
> obsolete now so that should be removed right?

Yup.

> Also IIRC the plan was to begin the move by replacing pages
> on the old
> developer page with links/redirects to the main website... is
> that correct?

I would update the links to point to an RIP page pointing to the main
site. If you use an auto-redirect to the new location, users will not
update their bookmarks.

> If so I can beging doing that now with some of the content
> that has already
> been moved over.  LMK if there are any objections to this.

Nope.

Regards, Dave

Re: developer website integration

От
Robert Treat
Дата:
On Monday 14 March 2005 03:57, Dave Page wrote:
> > Hey all, been looking over what we need to do to finish
> > integrating the
> > developer website into the main website, here is a list of
> > the unresolved
> > items.
<snip>
> > The TODO list is also still pointing to the developer.*
> > page... can we get
> > that generating on the main site someplace?
>
> Yes - Magnus has recently committed code that properly integrates the
> FAQs - perhaps that can be modified of used as a model to deal with the
> todo.
>

Magnus, can I get a yeah or nay on whether you can make this happen ?

> > The "flowchart of the postgresql backend files", database
> > internals pdf, and
> > "postgresql implmentation files" will all need to be moved
> > over to the main
> > site... anyone have a preference for thier location other than under
> > template/en/developer/ ?
>
> Only properly formatted HTML files can go there. PDF's etc. should be
> put under /files/, which is specifically for that sort of thing.
>

OK, I plan to put them under /files/developer/ unless someone objects.

> > Also IIRC the plan was to begin the move by replacing pages
> > on the old
> > developer page with links/redirects to the main website... is
> > that correct?
>
> I would update the links to point to an RIP page pointing to the main
> site. If you use an auto-redirect to the new location, users will not
> update their bookmarks.
>

Oh... I meant to ask... does anyone want to import the developer content into
cvs somewhere for backup purposes?  Otherwise I am just going to start making
changes to it.

--
Robert Treat
Build A Brighter Lamp :: Linux Apache {middleware} PostgreSQL

Re: developer website integration

От
"Dave Page"
Дата:


-----Original Message-----
From: Robert Treat [mailto:xzilla@users.sourceforge.net]
Sent: Sun 3/20/2005 5:08 AM
To: Dave Page
Cc: pgsql-www@postgresql.org
Subject: Re: [pgsql-www] developer website integration

>> Only properly formatted HTML files can go there. PDF's etc. should be
>> put under /files/, which is specifically for that sort of thing.
>>
>
> OK, I plan to put them under /files/developer/ unless someone objects.

Fine with me.

> Oh... I meant to ask... does anyone want to import the developer content into
> cvs somewhere for backup purposes?  Otherwise I am just going to start making
> changes to it.

I have no interest in it.

Regards, Dave

Re: developer website integration

От
"Magnus Hagander"
Дата:
>> > Hey all, been looking over what we need to do to finish
>> > integrating the
>> > developer website into the main website, here is a list of
>> > the unresolved
>> > items.
><snip>
>> > The TODO list is also still pointing to the developer.*
>> > page... can we get
>> > that generating on the main site someplace?
>>
>> Yes - Magnus has recently committed code that properly integrates the
>> FAQs - perhaps that can be modified of used as a model to
>deal with the
>> todo.
>>
>
>Magnus, can I get a yeah or nay on whether you can make this happen ?

yeah.

Let me just commit it... The code was already there, since the file is
stored in the FAQ directory.
*clickety-click*. There. Done.


//Magnus