public inbox for sourcenav@sourceware.org
 help / color / mirror / Atom feed
* great site + suggestion
@ 2000-07-20 18:40 Drew Meeks
  2000-07-21  8:58 ` PATCH APPROVAL (Was: great site + suggestion) Mo DeJong
  0 siblings, 1 reply; 3+ messages in thread
From: Drew Meeks @ 2000-07-20 18:40 UTC (permalink / raw)
  To: sourcenav

Great job on the site guys. I really like it.  Just two suggestions. On
your docs page
< http://sources.redhat.com/sourcenav/online-docs/index.html > your title
tag reads "Red Hat Embedded DevKit Documentation." I suspect this is not
what you intended. Also, on the same page, the Red Hat logo takes a
while to download and looks a little funny because it is actually a very
large image squished down to smaller dimensions. You may want to drop
the attached, resized version in your /online-docs directory instead.

cheers,

Drew

--
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

drew meeks :: sr. solutions architect
red hat, inc.    ::   415.777.9810 x222

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

* PATCH APPROVAL (Was: great site + suggestion)
  2000-07-20 18:40 great site + suggestion Drew Meeks
@ 2000-07-21  8:58 ` Mo DeJong
  2000-07-21 13:51   ` Syd Polk
  0 siblings, 1 reply; 3+ messages in thread
From: Mo DeJong @ 2000-07-21  8:58 UTC (permalink / raw)
  To: Drew Meeks; +Cc: sourcenav

On Thu, 20 Jul 2000, Drew Meeks wrote:

> Great job on the site guys. I really like it.  Just two suggestions. On
> your docs page
> < http://sources.redhat.com/sourcenav/online-docs/index.html > your title
> tag reads "Red Hat Embedded DevKit Documentation." I suspect this is not
> what you intended. Also, on the same page, the Red Hat logo takes a
> while to download and looks a little funny because it is actually a very
> large image squished down to smaller dimensions. You may want to drop
> the attached, resized version in your /online-docs directory instead.

Thanks for the suggestions. They are incorporated into the
following patch. Once I get a patch approval, they will
be pushed to the main web site.

Mo DeJong
Red Hat Inc

Index: ChangeLog
===================================================================
RCS file: /cvs/sourcenav/htdocs/ChangeLog,v
retrieving revision 1.11
diff -u -r1.11 ChangeLog
--- ChangeLog	2000/07/20 20:07:09	1.11
+++ ChangeLog	2000/07/21 15:51:54
@@ -1,3 +1,11 @@
+2000-07-21  Mo DeJong <mdejong@redhat.com>
+
+	* online-docs/index.html: Change page
+	title to "Source-Navigator Documentation".
+	Use new redhatlogo.png file.
+	* online-docs/redhatlogo.gif: Remove file.
+	* online-docs/redhatlogo.png: Add file.
+
 2000-07-20  Syd Polk  <spolk@redhat.com>
 
 	* download.html: Add link to the mirror sites.
Index: online-docs/index.html
===================================================================
RCS file: /cvs/sourcenav/htdocs/online-docs/index.html,v
retrieving revision 1.2
diff -u -r1.2 index.html
--- index.html	2000/07/13 22:18:52	1.2
+++ index.html	2000/07/21 15:51:54
@@ -1,7 +1,7 @@
 <HTML>
 <!--This file created 3:17 PM  7/13/00 by Claris Home Page version 3.0-->
 <HEAD>
-   <TITLE>Red Hat Embedded DevKit Documentation</TITLE>
+   <TITLE>Source-Navigator Documentation</TITLE>
    <META NAME=GENERATOR CONTENT="Claris Home Page 3.0">
    <X-CLARIS-WINDOW TOP=0 BOTTOM=603 LEFT=0 RIGHT=1012>
    <X-CLARIS-TAGVIEW MODE=minimal>
@@ -19,7 +19,7 @@
 
 <HR>
 
-</DIV> <IMG SRC="redhatlogo.gif" WIDTH=246 HEIGHT=80 ALIGN=bottom 
hspace=3 vspace=3><BR>
+</DIV> <IMG SRC="redhatlogo.png" ALIGN=bottom hspace=3 vspace=3><BR>
 <IMG SRC="index-1.gif" WIDTH=433 HEIGHT=10 X-CLARIS-USEIMAGEWIDTH 
X-CLARIS-USEIMAGEHEIGHT ALIGN=bottom></P>
 
 <P class=ChapterTitleTOC><A HREF="userguide/index_ug.html">User's

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

* Re: PATCH APPROVAL (Was: great site + suggestion)
  2000-07-21  8:58 ` PATCH APPROVAL (Was: great site + suggestion) Mo DeJong
@ 2000-07-21 13:51   ` Syd Polk
  0 siblings, 0 replies; 3+ messages in thread
From: Syd Polk @ 2000-07-21 13:51 UTC (permalink / raw)
  To: Mo DeJong; +Cc: Drew Meeks, sourcenav

Approved.

Mo DeJong wrote:
> 
> On Thu, 20 Jul 2000, Drew Meeks wrote:
> 
> > Great job on the site guys. I really like it.  Just two suggestions. On
> > your docs page
> > < http://sources.redhat.com/sourcenav/online-docs/index.html > your title
> > tag reads "Red Hat Embedded DevKit Documentation." I suspect this is not
> > what you intended. Also, on the same page, the Red Hat logo takes a
> > while to download and looks a little funny because it is actually a very
> > large image squished down to smaller dimensions. You may want to drop
> > the attached, resized version in your /online-docs directory instead.
> 
> Thanks for the suggestions. They are incorporated into the
> following patch. Once I get a patch approval, they will
> be pushed to the main web site.
> 
> Mo DeJong
> Red Hat Inc
> 
> Index: ChangeLog
> ===================================================================
> RCS file: /cvs/sourcenav/htdocs/ChangeLog,v
> retrieving revision 1.11
> diff -u -r1.11 ChangeLog
> --- ChangeLog   2000/07/20 20:07:09     1.11
> +++ ChangeLog   2000/07/21 15:51:54
> @@ -1,3 +1,11 @@
> +2000-07-21  Mo DeJong <mdejong@redhat.com>
> +
> +       * online-docs/index.html: Change page
> +       title to "Source-Navigator Documentation".
> +       Use new redhatlogo.png file.
> +       * online-docs/redhatlogo.gif: Remove file.
> +       * online-docs/redhatlogo.png: Add file.
> +
>  2000-07-20  Syd Polk  <spolk@redhat.com>
> 
>         * download.html: Add link to the mirror sites.
> Index: online-docs/index.html
> ===================================================================
> RCS file: /cvs/sourcenav/htdocs/online-docs/index.html,v
> retrieving revision 1.2
> diff -u -r1.2 index.html
> --- index.html  2000/07/13 22:18:52     1.2
> +++ index.html  2000/07/21 15:51:54
> @@ -1,7 +1,7 @@
>  <HTML>
>  <!--This file created 3:17 PM  7/13/00 by Claris Home Page version 3.0-->
>  <HEAD>
> -   <TITLE>Red Hat Embedded DevKit Documentation</TITLE>
> +   <TITLE>Source-Navigator Documentation</TITLE>
>     <META NAME=GENERATOR CONTENT="Claris Home Page 3.0">
>     <X-CLARIS-WINDOW TOP=0 BOTTOM=603 LEFT=0 RIGHT=1012>
>     <X-CLARIS-TAGVIEW MODE=minimal>
> @@ -19,7 +19,7 @@
> 
>  <HR>
> 
> -</DIV> <IMG SRC="redhatlogo.gif" WIDTH=246 HEIGHT=80 ALIGN=bottom
> hspace=3 vspace=3><BR>
> +</DIV> <IMG SRC="redhatlogo.png" ALIGN=bottom hspace=3 vspace=3><BR>
>  <IMG SRC="index-1.gif" WIDTH=433 HEIGHT=10 X-CLARIS-USEIMAGEWIDTH
> X-CLARIS-USEIMAGEHEIGHT ALIGN=bottom></P>
> 
>  <P class=ChapterTitleTOC><A HREF="userguide/index_ug.html">User's

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

end of thread, other threads:[~2000-07-21 13:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-07-20 18:40 great site + suggestion Drew Meeks
2000-07-21  8:58 ` PATCH APPROVAL (Was: great site + suggestion) Mo DeJong
2000-07-21 13:51   ` Syd Polk

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