aboutsummaryrefslogtreecommitdiff
path: root/fr_FR.ISO8859-1/htdocs/docs
diff options
context:
space:
mode:
authorGabor Kovesdan <gabor@FreeBSD.org>2012-08-04 22:42:35 +0000
committerGabor Kovesdan <gabor@FreeBSD.org>2012-08-04 22:42:35 +0000
commitd7f1fde5ebf8e8122e72b76b738abaa47ee3316a (patch)
tree3a7074842359b3b2fec2fd71fb9db6d9c84d49c4 /fr_FR.ISO8859-1/htdocs/docs
parent5f86a171af9c4ef24a3d0b4afa8029862cb91aca (diff)
downloaddoc-d7f1fde5ebf8e8122e72b76b738abaa47ee3316a.tar.gz
doc-d7f1fde5ebf8e8122e72b76b738abaa47ee3316a.zip
- 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)
Notes
Notes: svn path=/projects/sgml2xml/; revision=39321
Diffstat (limited to 'fr_FR.ISO8859-1/htdocs/docs')
-rw-r--r--fr_FR.ISO8859-1/htdocs/docs/books.sgml7
-rw-r--r--fr_FR.ISO8859-1/htdocs/docs/man.sgml7
-rw-r--r--fr_FR.ISO8859-1/htdocs/docs/webresources.sgml7
3 files changed, 15 insertions, 6 deletions
diff --git a/fr_FR.ISO8859-1/htdocs/docs/books.sgml b/fr_FR.ISO8859-1/htdocs/docs/books.sgml
index c5b24276ab..ee1ad1be7a 100644
--- a/fr_FR.ISO8859-1/htdocs/docs/books.sgml
+++ b/fr_FR.ISO8859-1/htdocs/docs/books.sgml
@@ -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 "Livres et Articles en ligne">
<!ENTITY url.articles "../doc/en_US.ISO8859-1/articles">
@@ -16,7 +15,11 @@
-->
<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.docs">
diff --git a/fr_FR.ISO8859-1/htdocs/docs/man.sgml b/fr_FR.ISO8859-1/htdocs/docs/man.sgml
index 1873819d54..6f932191e0 100644
--- a/fr_FR.ISO8859-1/htdocs/docs/man.sgml
+++ b/fr_FR.ISO8859-1/htdocs/docs/man.sgml
@@ -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 "Pages de manuel">
<!ENTITY url.mancgi "http://www.FreeBSD.org/cgi/man.cgi">
@@ -15,7 +14,11 @@
-->
<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.docs">
diff --git a/fr_FR.ISO8859-1/htdocs/docs/webresources.sgml b/fr_FR.ISO8859-1/htdocs/docs/webresources.sgml
index a028e27b79..599527adf2 100644
--- a/fr_FR.ISO8859-1/htdocs/docs/webresources.sgml
+++ b/fr_FR.ISO8859-1/htdocs/docs/webresources.sgml
@@ -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 "Ressources Web">
]>
@@ -13,7 +12,11 @@
-->
<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.docs">