* FYI: fix typo on web page
@ 2008-11-27 15:01 Tom Tromey
2008-11-27 15:23 ` Tom Tromey
2008-11-27 17:17 ` Joel Brobecker
0 siblings, 2 replies; 5+ messages in thread
From: Tom Tromey @ 2008-11-27 15:01 UTC (permalink / raw)
To: gdb-patches
Someone on #gdb pointed out a couple typos on the gdb web pages.
I'm checking in this fix.
Tom
Index: current/index.html
===================================================================
RCS file: /cvs/gdb/htdocs/current/index.html,v
retrieving revision 1.39
diff -u -r1.39 index.html
--- current/index.html 7 Aug 2007 23:48:49 -0000 1.39
+++ current/index.html 26 Nov 2008 18:44:54 -0000
@@ -112,7 +112,7 @@
information. <p>
-<li><b>Read-write CVS</b> (GDB deveopers only):<p>
+<li><b>Read-write CVS</b> (GDB developers only):<p>
If you already have a read-only copy of CVS on hand then there is no
need to re-check out a source tree. Instead a shell script like the
@@ -196,7 +196,7 @@
</pre>
</li>
-<li><b>Read-write CVS</b> (GDB deveopers only):<br>
+<li><b>Read-write CVS</b> (GDB developers only):<br>
<pre>
CVS_RSH=ssh ; export CVS_RSH
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: FYI: fix typo on web page
2008-11-27 15:01 FYI: fix typo on web page Tom Tromey
@ 2008-11-27 15:23 ` Tom Tromey
2008-11-27 16:54 ` Daniel Jacobowitz
2008-11-27 17:17 ` Joel Brobecker
1 sibling, 1 reply; 5+ messages in thread
From: Tom Tromey @ 2008-11-27 15:23 UTC (permalink / raw)
To: gdb-patches
>>>>> "Tom" == Tom Tromey <tromey@redhat.com> writes:
Tom> Someone on #gdb pointed out a couple typos on the gdb web pages.
Tom> I'm checking in this fix.
I went ahead and put myself in the "gdb" group on sourceware so that I
could do this.
If that is inappropriate, let me know and I will remove myself from
the group again.
Tom
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: FYI: fix typo on web page
2008-11-27 15:23 ` Tom Tromey
@ 2008-11-27 16:54 ` Daniel Jacobowitz
0 siblings, 0 replies; 5+ messages in thread
From: Daniel Jacobowitz @ 2008-11-27 16:54 UTC (permalink / raw)
To: gdb-patches
On Wed, Nov 26, 2008 at 12:17:09PM -0700, Tom Tromey wrote:
> >>>>> "Tom" == Tom Tromey <tromey@redhat.com> writes:
>
> Tom> Someone on #gdb pointed out a couple typos on the gdb web pages.
> Tom> I'm checking in this fix.
>
> I went ahead and put myself in the "gdb" group on sourceware so that I
> could do this.
>
> If that is inappropriate, let me know and I will remove myself from
> the group again.
In my opinion this is fine.
--
Daniel Jacobowitz
CodeSourcery
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: FYI: fix typo on web page
2008-11-27 15:01 FYI: fix typo on web page Tom Tromey
2008-11-27 15:23 ` Tom Tromey
@ 2008-11-27 17:17 ` Joel Brobecker
2008-12-03 16:29 ` Tom Tromey
1 sibling, 1 reply; 5+ messages in thread
From: Joel Brobecker @ 2008-11-27 17:17 UTC (permalink / raw)
To: Tom Tromey; +Cc: gdb-patches
Hi Tom,
> Someone on #gdb pointed out a couple typos on the gdb web pages.
>
> I'm checking in this fix.
Thanks for the fix. And welcome to be Royal Pain of the GDB Web Site:
All pages have a "last modified" line at the end that gets automatically
updated if you call the "index.sh" script (at the root).
Once the updates are checked in, the sourceware.org copy will
immediately show your changes. But there is another copy at gnu.org
(http://www.gnu.org/software/gdb/). To update that copy, you have
to check out a second CVS (yes, a second one), and then copy over
the new files, and check them in.
If I was less lazy and Web updates were more frequent than they
currently are, I'd probably try to work on the issues above...
PS: I fixed the last-modified date, and then did the resync at gnu.org.
--
Joel
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: FYI: fix typo on web page
2008-11-27 17:17 ` Joel Brobecker
@ 2008-12-03 16:29 ` Tom Tromey
0 siblings, 0 replies; 5+ messages in thread
From: Tom Tromey @ 2008-12-03 16:29 UTC (permalink / raw)
To: Joel Brobecker; +Cc: gdb-patches
>>>>> "Joel" == Joel Brobecker <brobecker@adacore.com> writes:
Joel> Thanks for the fix. And welcome to be Royal Pain of the GDB Web Site:
Joel> All pages have a "last modified" line at the end that gets automatically
Joel> updated if you call the "index.sh" script (at the root).
Sorry about the mess.
I could automate the index.sh part if you like.
We could do this as a post-processing step on the server, say by
renaming index.html -> index.in, and then having a little Makefile.
What do you think?
Joel> Once the updates are checked in, the sourceware.org copy will
Joel> immediately show your changes. But there is another copy at gnu.org
Joel> (http://www.gnu.org/software/gdb/). To update that copy, you have
Joel> to check out a second CVS (yes, a second one), and then copy over
Joel> the new files, and check them in.
Ugh. I think GCC automates this sync, too, but I don't know how.
We could find out.
Joel> If I was less lazy and Web updates were more frequent than they
Joel> currently are, I'd probably try to work on the issues above...
The variables aren't independent; web updates may be rare because they
are difficult. E.g., I prefer the wiki since it isn't nearly such a
pain, especially now that I know exactly how much of a pain it is ;-)
Tom
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2008-12-03 16:29 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-11-27 15:01 FYI: fix typo on web page Tom Tromey
2008-11-27 15:23 ` Tom Tromey
2008-11-27 16:54 ` Daniel Jacobowitz
2008-11-27 17:17 ` Joel Brobecker
2008-12-03 16:29 ` Tom Tromey
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox