diff --git a/en_US.ISO8859-1/htdocs/news/1993/Makefile b/en_US.ISO8859-1/htdocs/news/1993/Makefile index f78fc03c3a..95982b4630 100644 --- a/en_US.ISO8859-1/htdocs/news/1993/Makefile +++ b/en_US.ISO8859-1/htdocs/news/1993/Makefile @@ -9,4 +9,7 @@ DOCS= freebsd-coined.sgml +XMLDOCS+= index:${XSL_NEWS_NEWSFLASH_OLD}:news.xml: +DEPENDSET.index=transtable news + .include "${DOC_PREFIX}/share/mk/web.site.mk" diff --git a/en_US.ISO8859-1/htdocs/news/1993/news.xml b/en_US.ISO8859-1/htdocs/news/1993/news.xml new file mode 100644 index 0000000000..c8f2ceac65 --- /dev/null +++ b/en_US.ISO8859-1/htdocs/news/1993/news.xml @@ -0,0 +1,42 @@ +<?xml version="1.0" encoding="ISO-8859-1" ?> +<!DOCTYPE news PUBLIC "-//FreeBSD//DTD FreeBSD XML Database for News//EN" + "http://www.FreeBSD.org/XML/www/share/sgml/news.dtd"> + +<!-- Simple schema for FreeBSD Project news. + + Divide time in to <year>, <month>, and <day> elements, each of which + has a <name>. + + each <day> element contains one or more <event> elements. + + Each <event> contains an optional <title>, and then a <p>. <p> elements + can contain <a> anchors. + + Use the <title> element if the <p> content is lengthy. When generating + synopses of this information (e.g., for syndication using RDF files), + the contents of <title> will be preferred over <p>. +--> + +<news> + <cvs:keywords xmlns:cvs="http://www.FreeBSD.org/XML/CVS" version="1.0"> + <cvs:keyword name="freebsd"> + $FreeBSD$ + </cvs:keyword> + </cvs:keywords> + + <year> + <name>1993</name> + <month> + <name>12</name> + <day> + <name>11</name> + + <event> + <p><a + href="http://www.FreeBSD.org/news/1993/freebsd-coined.html">FreeBSD</a> + gets its name.</p> + </event> + </day> + </month> + </year> +</news> diff --git a/share/sgml/libcommon.xsl b/share/sgml/libcommon.xsl index 0dd1608f4d..3704970b1e 100644 --- a/share/sgml/libcommon.xsl +++ b/share/sgml/libcommon.xsl @@ -406,7 +406,8 @@ <a href="1999/index.html">1999</a>, <a href="1998/index.html">1998</a>, <a href="1997/index.html">1997</a>, - <a href="1996/index.html">1996</a></p> + <a href="1996/index.html">1996</a>, + <a href="1993/index.html">1993</a></p> </xsl:template> <!-- template: "html-press-make-olditems-list" -->