Belatedly add an index page for the year 1993. :-)

Link to the news entry about "FreeBSD gets its name."

Submitted by:	jhb (via docs@)
Patched by:	db (original version)
This commit is contained in:
Glen Barber 2012-06-27 23:43:18 +00:00
parent 4564c69a7d
commit 7ddb5134e6
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=39141
3 changed files with 47 additions and 1 deletions
en_US.ISO8859-1/htdocs/news/1993
share/sgml

View file

@ -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"

View file

@ -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>

View file

@ -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" -->