- Add a cvs:keyword element to store the $FreeBSD$ keyword for later
processing - Date is now obtained from cvs:keyword, so no need for the sed magic Approved by: doceng (implicit)
This commit is contained in:
parent
5f86a171af
commit
d7f1fde5eb
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/projects/sgml2xml/; revision=39321
1319 changed files with 6617 additions and 2654 deletions
|
|
@ -2,7 +2,6 @@
|
|||
<!DOCTYPE html PUBLIC "-//FreeBSD//DTD XHTML 1.0 Transitional-Based Extension//EN"
|
||||
"http://www.FreeBSD.org/XML/doc/share/sgml/xhtml10-freebsd.dtd" [
|
||||
<!ENTITY base "..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY title "ソースコードリポジトリ">
|
||||
]>
|
||||
|
||||
|
|
@ -10,7 +9,11 @@
|
|||
<!-- Original revision: r38867 -->
|
||||
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head><title>&title;</title></head>
|
||||
<head>
|
||||
<title>&title;</title>
|
||||
|
||||
<cvs:keyword xmlns:cvs="http://www.FreeBSD.org/XML/CVS">$FreeBSD$</cvs:keyword>
|
||||
</head>
|
||||
|
||||
<body class="navinclude.developers">
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue