| Summary: | Need a page listing errata notices | ||
|---|---|---|---|
| Product: | Documentation | Reporter: | John Baldwin <jhb> |
| Component: | Books & Articles | Assignee: | Johann Kois <jkois> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
John Baldwin
2010-12-29 18:40:10 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 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 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
Responsible Changed From-To: freebsd-www->jkois I will work on this. Note: This PR is related to the following PR: www/142437 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"
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"
State Changed From-To: open->closed The proposed change to the website is now online. Thanks for the patch. Close this PR. |