Redirecting the "Send a bug report" link to the article on filing PRs

Simon L. Nielsen simon at FreeBSD.org
Tue Nov 18 21:25:43 UTC 2003


On 2003.11.18 15:46:15 -0500, Tom Rhodes wrote:
> On Tue, 18 Nov 2003 21:36:31 +0100
> "Simon L. Nielsen" <simon at FreeBSD.org> wrote:
> 
> > To make the front page a bit less clobbered, I have actually been
> > thinking about simply removing the 'Bug Reports' section of the menu,
> > and just have a single 'Bug Reports' menuitem under the Support menu
> > section (or some other section).  That single menu item would link to
> > http://www.freebsd.org/support.html#gnats .  Just my opinion...
> 
> Perhaps the front page could do with a bit of cleanup, like you mentioned.

I think there is a lot of redundant links (as in, links that doesn't
really make it simpler for users to find information) on the front page.

A few weeks ago I looked shortly at trimming the front page, but I
haven't really gotten around to looking more closely into it.

I attached a small patch containing what I did then, you can use it, or
not.

> I've been tossing around the idea of adding a technologies menu, and
> then listing some of the ports (ports as in ia64, etc) below it.
>
> Perhaps I'll whip up a replacement and send out a patch, see what
> everyone else thinks of it.  Sound reasonable?

Sure, but -www is probably a better place for discussing it more in
depth.

-- 
Simon L. Nielsen
FreeBSD Documentation Team
-------------- next part --------------
Index: index.xsl
===================================================================
RCS file: /home/ncvs/www/en/index.xsl,v
retrieving revision 1.82
diff -u -r1.82 index.xsl
--- index.xsl	17 Nov 2003 06:28:19 -0000	1.82
+++ index.xsl	18 Nov 2003 21:21:17 -0000
@@ -163,23 +163,13 @@
 	      
 			    <small><br/>
 			      · <a href="{$base}/support.html#mailing-list">Mailing lists</a><br/>
-			      · <a href="{$base}/support.html#newsgroups">Newsgroups</a><br/>
 			      · <a href="{$base}/support.html#user">User Groups</a><br/>
-			      · <a href="{$base}/support.html#web">Web Resources</a><br/>
 			      · <a href="security/index.html">Security</a><br/>
 			      · <a href="{$base}/events/events.html">Events</a><br/>
+			      · <a href="{$base}/support.html#gnats">Bug Reports</a><br/>
 			      · <a href="{$base}/support.html">More...</a>
 			    </small></p>
 
-			  <p><font size="+1" color="#990000"><b>Bug Reports</b></font>
-			    <small><br/>
-			      · <a href="send-pr.html">Send a bug report</a><br/>
-			      · <a href="http://www.FreeBSD.org/cgi/query-pr-summary.cgi">View open reports</a><br/>
-			      · <a href="http://www.FreeBSD.org/cgi/query-pr.cgi">Search by bug ID</a><br/>
-			      · <a href="{$base}/support.html#gnats">More...</a><br/>
-			    </small></p>
-
-	      
 			  <p><font size="+1" color="#990000"><b>Development</b></font>
 		
 			    <small><br/>
@@ -400,8 +390,8 @@
 			      <xsl:value-of
 				select="document('news/press.xml')/descendant::year[position() = 1]/name"/>
 			      <br/>
-			      <!-- Pull in the 10 most recent press items -->
-			      <xsl:for-each select="document('news/press.xml')/descendant::story[position() < 10]">
+			      <!-- Pull in the 5 most recent press items -->
+			      <xsl:for-each select="document('news/press.xml')/descendant::story[position() < 6]">
 				· <a>
 				  <xsl:attribute name="href">
 				    news/press.html#<xsl:call-template name="generate-story-anchor"/>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/freebsd-doc/attachments/20031118/25767467/attachment.sig>


More information about the freebsd-doc mailing list