Commit graph

10 commits

Author SHA1 Message Date
Murray Stokely
442216331c Add support for outputting full RFC822 dates including a simple day of
week function for days after 1/1/2000.  This is required to produce
valid RSS2.0 / Atom feeds of XML content on our website.
2008-01-07 07:39:35 +00:00
Johann Kois
43f969361b Fix the link to "News home" so that klicking on this link on the "old news" pages
no longer produces an "404 - Not Found".
2008-01-04 22:28:53 +00:00
Johann Kois
e90984cfc1 Move the old news and press articles from 2006 to separate subfolders and
link to them from the main news/press sites.
2008-01-04 21:16:27 +00:00
Murray Stokely
74f13ce359 Split out the old news from 2004 and 2005 into separate pages so that
only more recent news shows up on the newsflash page.
2007-03-15 16:21:15 +00:00
Simon L. B. Nielsen
186dea4022 Go back to showing 3 SA's and 3 EN's since we currently have 3 new EN's. 2007-02-28 18:57:34 +00:00
Gabor Kovesdan
dc7ae5fac8 - Fix event anchors
PR:		www/105950
Submitted by:	Rudolf Cejka <cejkar@fit.vutbr.cz>
Approved by:	keramida (mentor)
2007-02-15 21:47:10 +00:00
Gabor Kovesdan
5c8cdd4408 - Change the format of the news entries a bit to be more consistent
with the press page and easier to read, as well

PR:		www/105527
Submitted by:	Rudolf Cejka <cejkar@fit.vutbr.cz>
Approved by:	keramida (mentor)
Discussed on:	freebsd-doc, freebsd-www
2007-02-15 21:40:56 +00:00
Pav Lucistnik
6a99e7d8d9 - Fix build with libxslt>=1.1.18
PR:		www/108486
Submitted by:	Rudolf Cejka <cejkar@fit.vutbr.cz>
2007-01-28 18:43:07 +00:00
Hiroki Sato
5c7735fd10 Fix "Upcoming Events" column in index.html. It was broken due to removal
of curdate.xml.

Spotted by:	joel
2006-08-20 11:52:10 +00:00
Hiroki Sato
cfd9e12239 www cleanup mega commit:
- Move includes.nav*.sgml to share/sgml/navibar.ent and
   <lang>/share/sgml/nabibar.l10n.ent.

 - Move includes.sgml and includes.xsl to
   share/sgml/common.ent, share/sgml/header.ent, <lang>/share/sgml/l10n.ent,
   and <lang>?share/sgml/header.l10n.ent.

 - Move most of XSLT libraries to share/sgml/*.xsl and
   <lang>/share/sgml/*.xsl.

 - Move news.xml and other *.xml files for the similar purpose
   to share/sgml/*.xml and <lang>/share/sgml/*.xml.

 - Switch to use a custom DTD for HTML document.  Now we use
   "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension", which is
   HTML 4.01 + some entities previously pulled via
   "<!ENTITY % includes SYSTEM "includes.sgml"> %includes;" line.
   The location of entity file will be resolved by using catalog file.

 - Add DOCTYPE declearation to XML documents.  This makes the followings
   possible:

   * Use of &foo; entities for SGML in an XML file instead of defining
     {$foo} as the same content.

   * &symbolic; entities for Latin characters.

 - Duplicated information between SGML and XML, or English and
   translated doc, has been removed as much as possible.
2006-08-19 21:20:54 +00:00
Renamed from share/sgml/includes.misc.xsl (Browse further)