public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* Re: PATCH: web/17495
       [not found] <414866F1.1020300@codesourcery.com>
@ 2004-09-16 23:28 ` Gerald Pfeifer
  2004-09-17  0:02   ` Joseph S. Myers
  0 siblings, 1 reply; 3+ messages in thread
From: Gerald Pfeifer @ 2004-09-16 23:28 UTC (permalink / raw)
  To: Mark Mitchell; +Cc: gcc, Joseph S. Myers

[ gcc-patches -> gcc ]

On Wed, 15 Sep 2004, Mark Mitchell wrote:
> I belatedly applied this patch to link to the 3.4.2 manuals; missed that 
> step in the release process.
>
> Gerald, what are the chances that you could automate some of this?  Is there 
> any reason that this page must be a static page?  If it could look for the 
> appropriate subdirectories and generate itself that would be convenient.

This sounds like an interesting suggestion.  It might be a bit tricky
due to different versions of GCC having different sets of manuals, and
I believe we currently do not have any scripting language (PHP,...) set
up on gcc.gnu.org, but perhaps a Perl/Shell script from cron.

Joseph, you have been the one doing most work on the online manuals (and
a great job, by the way).  Do you have any ideas?

Gerald

PS: I'll be out of town with hardly to no Internet access for three
weeks starting Monday.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: PATCH: web/17495
  2004-09-16 23:28 ` PATCH: web/17495 Gerald Pfeifer
@ 2004-09-17  0:02   ` Joseph S. Myers
  2004-09-17  1:52     ` Hans-Peter Nilsson
  0 siblings, 1 reply; 3+ messages in thread
From: Joseph S. Myers @ 2004-09-17  0:02 UTC (permalink / raw)
  To: Gerald Pfeifer; +Cc: Mark Mitchell, gcc

On Fri, 17 Sep 2004, Gerald Pfeifer wrote:

> This sounds like an interesting suggestion.  It might be a bit tricky
> due to different versions of GCC having different sets of manuals, and
> I believe we currently do not have any scripting language (PHP,...) set
> up on gcc.gnu.org, but perhaps a Perl/Shell script from cron.
> 
> Joseph, you have been the one doing most work on the online manuals (and
> a great job, by the way).  Do you have any ideas?

There are indeed the issues that (a) when a new minor release is added the 
links to the manuals for the previous minor release should be removed, but 
not the manuals themselves and not for new major releases; (b) only the 
user manuals, not the internals manuals, are linked to for releases; (c) 
sometimes the set of manuals changes even within one major release series, 
e.g. the Ada user manual names changed in the 3.4 series.  The simplest 
suggestion would be a script or scripts to do some of the releasing steps 
that presently are manual, including updating webpages based on 
pre-existing markers in those pages of where to update.  The search page 
gets automatic monthly updates from a program run from htdigid's crontab 
(not gccadmin's), which might be something to look at to start with, and a 
list of which the user manuals are can easily enough be stored and kept 
updated somewhere for each active release branch.

-- 
Joseph S. Myers               http://www.srcf.ucam.org/~jsm28/gcc/
  http://www.srcf.ucam.org/~jsm28/gcc/#c90status - status of C90 for GCC 4.0
    jsm@polyomino.org.uk (personal mail)
    jsm28@gcc.gnu.org (Bugzilla assignments and CCs)

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: PATCH: web/17495
  2004-09-17  0:02   ` Joseph S. Myers
@ 2004-09-17  1:52     ` Hans-Peter Nilsson
  0 siblings, 0 replies; 3+ messages in thread
From: Hans-Peter Nilsson @ 2004-09-17  1:52 UTC (permalink / raw)
  To: Joseph S. Myers; +Cc: Gerald Pfeifer, Mark Mitchell, gcc

On Thu, 16 Sep 2004, Joseph S. Myers wrote:
> On Fri, 17 Sep 2004, Gerald Pfeifer wrote:
>
> > This sounds like an interesting suggestion.  It might be a bit tricky
> > due to different versions of GCC having different sets of manuals, and
> > I believe we currently do not have any scripting language (PHP,...) set
> > up on gcc.gnu.org, but perhaps a Perl/Shell script from cron.
> >
> > Joseph, you have been the one doing most work on the online manuals (and
> > a great job, by the way).  Do you have any ideas?
>
> The simplest
> suggestion would be a script or scripts to do some of the releasing steps
> that presently are manual, including updating webpages based on
> pre-existing markers in those pages of where to update.  The search page
> gets automatic monthly updates from a program run from htdigid's crontab
> (not gccadmin's), which might be something to look at to start with,

For reference, here it is, fresh from a "crontab -e".  It's the
last entry. See <URL:http://gcc.gnu.org/cvs.html#system> for the
CVS repos (except for the crontab below which isn't in CVS).

# DO NOT EDIT THIS FILE - edit the master and reinstall.
# (/tmp/crontab.3251 installed on Mon May 17 09:02:47 2004)
# (Cron version -- $Id: crontab.c,v 2.13 1994/01/17 03:20:37 vixie Exp $)
17 8 1-31/2 * * /bin/sh /sourceware/htdig/gcc/bin/htupdate.sh
17 8 2-30/2 * * /bin/sh /sourceware/libre/infra/bin/htupdate-sourceware.sh
36 10 1 * * /bin/sh /sourceware/libre/infra/bin/munge-cvs-file /cvs/gcc wwwdocs/htdocs/search.html "Monthly update" /sourceware/libre/infra/bin/up-dates

brgds, H-P

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2004-09-17  1:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <414866F1.1020300@codesourcery.com>
2004-09-16 23:28 ` PATCH: web/17495 Gerald Pfeifer
2004-09-17  0:02   ` Joseph S. Myers
2004-09-17  1:52     ` Hans-Peter Nilsson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).