- 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 "Projet &java; pour FreeBSD : FAQ">
|
||||
]>
|
||||
|
||||
|
|
@ -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.developers">
|
||||
|
||||
|
|
|
|||
|
|
@ -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 "Projet &java; pour FreeBSD : Comment réaliser un port">
|
||||
<!ENTITY url.books "&enbase;/doc/en_US.ISO8859-1/books">
|
||||
]>
|
||||
|
|
@ -17,7 +16,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.developers">
|
||||
|
||||
|
|
|
|||
|
|
@ -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 "Projet &java; pour FreeBSD : Guide pour les débutants">
|
||||
]>
|
||||
|
||||
|
|
@ -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.developers">
|
||||
<p>Quel sorte de "débutant" êtes-vous ?</p>
|
||||
|
|
|
|||
|
|
@ -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 "Projet &java; pour FreeBSD : Comparaison des Performances">
|
||||
]>
|
||||
|
||||
|
|
@ -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.developers">
|
||||
|
||||
|
|
|
|||
|
|
@ -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 "Projet &java; pour FreeBSD : Guides">
|
||||
]>
|
||||
|
||||
|
|
@ -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.developers">
|
||||
<p>Actuellement, nous n'avons aucun guide spécifique à FreeBSD. Si vous aimeriez en voir un, envoyez un message à <a href="mailto:freebsd-java@FreeBSD.org">freebsd-java@FreeBSD.org</a>.</p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue