Bug 119404

Summary: [request] events page should list only last 2 years worth of events, link to archives
Product: Documentation Reporter: Murray Stokely <murray>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Murray Stokely freebsd_committer freebsd_triage 2008-01-07 05:10:01 UTC
www/share/sgml/templates.events.xsl pulls in all of the events from events.xml
and creates one events.html file (for http://www.FreeBSD.org/events) with all
events from September 2003 to present.  It's time to split that up.  We
should have this file pull in only the most recent 2 years worth of events
(configurable in some .xsl file) and then have a second target to create an
events-archive.html file with all of the historical events still listed, and
add a link at the bottom of events.html to events-archive.html.

Fix: 

It would probably take me at least an hour to sort through the xslt that
builds the events file with all its localization concerns and update it to
have this functionality.  I'm hoping someone else can just do it quicker. =)
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2008-01-26 05:09:13 UTC
State Changed
From-To: open->suspended

Mark suspended awaiting patches.
Comment 2 Murray Stokely freebsd_committer freebsd_triage 2008-12-15 00:31:29 UTC
State Changed
From-To: suspended->closed

I committed this functionality back with r1.15 of 
www/en/events/Makefile in June of 2008 but forgot to close this PR.