Bug 153524

Summary: Need a page listing errata notices
Product: Documentation Reporter: John Baldwin <jhb>
Component: Books & ArticlesAssignee: Johann Kois <jkois>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description John Baldwin freebsd_committer freebsd_triage 2010-12-29 18:40:10 UTC
If you click on the 'more' link on the main page in the security advisories section you are taken to http://www.freebsd.org/security/advisories.html which has a nice list of all of the SA's.

If you click on the 'more' link on the main page in the errata notices section, you are taken to http://www.freebsd.org/security which has no links to any lists of past errata notices.
Comment 1 John Baldwin freebsd_committer freebsd_triage 2010-12-29 19:55:23 UTC
[ cc'ing doc@ as I haven't seen the original PR hit doc@ yet ]

I've come up with a patch to do this.  It is available here:

http://www.FreeBSD.org/~jhb/patches/notices_html.patch

-- 
John Baldwin
Comment 2 Jason 2010-12-29 20:01:04 UTC
On Wed, Dec 29, 2010 at 02:55:23PM -0500, John Baldwin thus spake:
>[ cc'ing doc@ as I haven't seen the original PR hit doc@ yet ]
>
>I've come up with a patch to do this.  It is available here:
>
>http://www.FreeBSD.org/~jhb/patches/notices_html.patch

The original PR I had put in for this is here: docs/142437

Nice! I was working on this solution, and had it except for the output of
the notices was displaying only a release.

My patch was very similar to what you had written.

Beyond this, the errata xml just needs to be updated to be up-to-date for a
follow-up PR, or security task.

-jgh

-- 
Jason Helfman
System Administrator
experts-exchange.com
http://www.experts-exchange.com/M_4830110.html
E4AD 7CF1 1396 27F6 79DD  4342 5E92 AD66 8C8C FBA5
Comment 3 John Baldwin freebsd_committer freebsd_triage 2010-12-29 20:59:31 UTC
On Wednesday, December 29, 2010 3:01:04 pm Jason Helfman wrote:
> On Wed, Dec 29, 2010 at 02:55:23PM -0500, John Baldwin thus spake:
> >[ cc'ing doc@ as I haven't seen the original PR hit doc@ yet ]
> >
> >I've come up with a patch to do this.  It is available here:
> >
> >http://www.FreeBSD.org/~jhb/patches/notices_html.patch
> 
> The original PR I had put in for this is here: docs/142437
> 
> Nice! I was working on this solution, and had it except for the output of
> the notices was displaying only a release.
> 
> My patch was very similar to what you had written.
> 
> Beyond this, the errata xml just needs to be updated to be up-to-date for a
> follow-up PR, or security task.

Hmm, that is the only release version listed in notices.xml.  It looks like I 
could probably axe all the special release handling for notices similar to 
what Simon did in 1.16 of libcommon.xsl.

I've done that and updated the patch at the URL above.  It should also say 
'Errata Notices name' instead of 'Advisory name' at for the table header above 
the list of notices now as well.

-- 
John Baldwin
Comment 4 Johann Kois freebsd_committer freebsd_triage 2010-12-30 16:06:52 UTC
Responsible Changed
From-To: freebsd-www->jkois

I will work on this. 

Note: This PR is related to the following PR:	www/142437
Comment 5 dfilter service freebsd_committer freebsd_triage 2011-01-04 20:14:41 UTC
jkois       2011-01-04 20:14:37 UTC

  FreeBSD doc repository

  Modified files:
    en                   index.xsl 
    en/security          Makefile mkindex.xsl security.sgml 
    share/sgml           libcommon.xsl navibar.ent 
  Log:
  PR:     www/153524
  PR:     www/142437
  
  Patch the website so that "Errata Notices" are available the same way as "Security Advisories":
  - RSS feed
  - Link from the frontpage
  - Own subpage
  - Available via navigation menu
  
  Initially suggested by: Jason Helfman (jhelfman ett e-e dott com)
  Patch provided by:      John Baldwin (jhb@)
  
  Revision  Changes    Path
  1.170     +2 -2      www/en/index.xsl
  1.18      +12 -3     www/en/security/Makefile
  1.7       +2 -1      www/en/security/mkindex.xsl
  1.217     +3 -3      www/en/security/security.sgml
  1.32      +6 -21     www/share/sgml/libcommon.xsl
  1.32      +2 -1      www/share/sgml/navibar.ent
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 6 dfilter service freebsd_committer freebsd_triage 2011-01-04 20:34:45 UTC
jkois       2011-01-04 20:34:38 UTC

  FreeBSD doc repository

  Added files:
    en/security          notices.sgml 
  Log:
  Unbreak the build.   Add www/en/security/notices.sgml to the build.
  
  PR:     www/153524
  PR:     www/142437
  
  Revision  Changes    Path
  1.1       +20 -0     www/en/security/notices.sgml (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 7 Johann Kois freebsd_committer freebsd_triage 2011-01-05 18:21:35 UTC
State Changed
From-To: open->closed

The proposed change to the website is now online.  Thanks for the patch. 

Close this PR.