Rich Salz via RT <[email protected]> wrote:
|The title now has the URL. Closing. Fixed as it's gonna get :)
Not on Github, but i have really cloned the repository from
openssl.org (not promoted, but present) and had a short run on top
what you have committed. Maybe you like it. I haven't tried it,
but see no reason why it shouldn't work. It also adjusts
headline tags in secpolicy.html, which don't comply to the rest of
the site yet.
Have a nice weekend, and ciao!
--steffen
diff --git a/bin/mk-manpages b/bin/mk-manpages
index 3884a6a..ac39cae 100755
--- a/bin/mk-manpages
+++ b/bin/mk-manpages
@@ -224,6 +224,7 @@ sub process_options {
sub htmlHeader {
my ( $class, $title ) = @_;
return <<EOFH;
+<!--#set var="TITLE" value="$title" -->
<!DOCTYPE html>
<html lang="en">
<!--#include virtual="/inc/head.shtml" -->
diff --git a/community/binaries.html b/community/binaries.html
index ef9d407..b92238e 100644
--- a/community/binaries.html
+++ b/community/binaries.html
@@ -1,4 +1,4 @@
-
+<!--#set var="TITLE" value="Binaries and Engines" -->
<!DOCTYPE html>
<html lang="en">
<!--#include virtual="/inc/head.shtml" -->
@@ -10,7 +10,7 @@
<div id="content">
<div class="blog-index">
<article>
- <header><h2>Binaries and Engines</h2></header>
+ <header><h2><!--#echo var="TITLE" --></h2></header>
<div class="entry-content">
<p>The OpenSSL project does not distribute any code in binary form, and does not
officially recommend any specific binary distributions. An informal list of third
diff --git a/community/conduct.html b/community/conduct.html
index e0bea4f..08e75e8 100644
--- a/community/conduct.html
+++ b/community/conduct.html
@@ -1,3 +1,4 @@
+<!--#set var="TITLE" value="Code of Conduct" -->
<!DOCTYPE html>
<html lang="en">
<!--#include virtual="/inc/head.shtml" -->
@@ -9,7 +10,7 @@
<div id="content">
<div class="blog-index">
<article>
- <header><h2>Code of Conduct</h2></header>
+ <header><h2><!--#echo var="TITLE" --></h2></header>
<div class="entry-content">
diff --git a/community/contacts.html b/community/contacts.html
index 88e01f7..6c57463 100644
--- a/community/contacts.html
+++ b/community/contacts.html
@@ -1,3 +1,4 @@
+<!--#set var="TITLE" value="Contact Us" -->
<!DOCTYPE html>
<html lang="en">
<!--#include virtual="/inc/head.shtml" -->
@@ -9,7 +10,7 @@
<div id="content">
<div class="blog-index">
<article>
- <header><h2>Contact Us</h2></header>
+ <header><h2><!--#echo var="TITLE" --></h2></header>
<div class="entry-content">
<p>
diff --git a/community/getting-started.html b/community/getting-started.html
index d9d695b..4c08345 100644
--- a/community/getting-started.html
+++ b/community/getting-started.html
@@ -1,3 +1,4 @@
+<!--#set var="TITLE" value="Getting Started as a contributor" -->
<!DOCTYPE html>
<html lang="en">
<!--#include virtual="/inc/head.shtml" -->
@@ -7,7 +8,7 @@
<div id="content">
<div class="blog-index">
<article>
- <header><h2>Getting Started as a contributor</h2></header>
+ <header><h2><!--#echo var="TITLE" --></h2></header>
<div class="entry-content">
<p>We're always looking for people who want to help out.
Here are some tips to getting started. First, get familiar with
diff --git a/community/index.html b/community/index.html
index a9fe68f..12bfbfc 100644
--- a/community/index.html
+++ b/community/index.html
@@ -1,3 +1,4 @@
+<!--#set var="TITLE" value="Community" -->
<!DOCTYPE html>
<html lang="en">
<!--#include virtual="/inc/head.shtml" -->
@@ -9,7 +10,7 @@
<div id="content">
<div class="blog-index">
<article>
- <header><h2>Community<h2></header>
+ <header><h2><!--#echo var="TITLE" --><h2></header>
<div class="entry-content">
<p>
OpenSSL is a a collaborative effort of a worldwide community of
diff --git a/community/mailinglists.html b/community/mailinglists.html
index 7da8086..61f18fb 100644
--- a/community/mailinglists.html
+++ b/community/mailinglists.html
@@ -1,3 +1,4 @@
+<!--#set var="TITLE" value="Mailing Lists" -->
<!DOCTYPE html>
<html lang="en">
<!--#include virtual="/inc/head.shtml" -->
@@ -9,7 +10,7 @@
<div id="content">
<div class="blog-index">
<article>
- <header><h2>Mailing Lists<h2></header>
+ <header><h2><!--#echo var="TITLE" --><h2></header>
<div class="entry-content">
<p>
Here are the
diff --git a/community/team.html b/community/team.html
index adde487..c2a2761 100644
--- a/community/team.html
+++ b/community/team.html
@@ -1,3 +1,4 @@
+<!--#set var="TITLE" value="Team" -->
<!DOCTYPE html>
<html lang="en">
<!--#include virtual="/inc/head.shtml" -->
@@ -9,7 +10,7 @@
<div id="content">
<div class="blog-index">
<article>
- <header><h2>Team</h2></header>
+ <header><h2><!--#echo var="TITLE" --></h2></header>
<div class="entry-content">
<p>
The OpenSSL development team consists of people who have commit
diff --git a/community/thanks.html b/community/thanks.html
index 9a7e52c..75a45c0 100644
--- a/community/thanks.html
+++ b/community/thanks.html
@@ -1,3 +1,4 @@
+<!--#set var="TITLE" value="Thanks!" -->
<!DOCTYPE html>
<html lang="en">
<!--#include virtual="/inc/head.shtml" -->
@@ -9,7 +10,7 @@
<div id="content">
<div class="blog-index">
<article>
- <header><h2>Thanks!</h2></header>
+ <header><h2><!--#echo var="TITLE" --></h2></header>
<div class="entry-content">
<p>
We'd like to thank the following individuals and organizations
diff --git a/docs/faq.html b/docs/faq.html
index a988032..c5b1dd8 100644
--- a/docs/faq.html
+++ b/docs/faq.html
@@ -1,3 +1,4 @@
+<!--#set var="TITLE" value="Frequently Asked Questions" -->
<!DOCTYPE html>
<html lang="en">
<!--#include virtual="/inc/head.shtml" -->
@@ -9,7 +10,7 @@
<div id="content">
<div class="blog-index">
<article>
- <header><h2>Frequently Asked Questions</h2></header>
+ <header><h2><!--#echo var="TITLE" --></h2></header>
<div class="entry-content">
<!--#include virtual="faq.inc" -->
</div>
diff --git a/docs/fips.html b/docs/fips.html
index 7983e97..87a058b 100644
--- a/docs/fips.html
+++ b/docs/fips.html
@@ -1,3 +1,4 @@
+<!--#set var="TITLE" value="FIPS-140" -->
<!DOCTYPE html>
<html lang="en">
<!--#include virtual="/inc/head.shtml" -->
@@ -7,7 +8,7 @@
<div id="content">
<div class="blog-index">
<article>
- <header><h2>FIPS-140</h2></header>
+ <header><h2><!--#echo var="TITLE" --></h2></header>
<div class="entry-content">
<p>The OpenSSL project has collaborated with the <a
diff --git a/docs/fips/privatelabel.html b/docs/fips/privatelabel.html
index 5262215..b4381d6 100644
--- a/docs/fips/privatelabel.html
+++ b/docs/fips/privatelabel.html
@@ -1,3 +1,4 @@
+<!--#set var="TITLE" value="OpenSSL FIPS 140-2 Private Label Validations" -->
<!DOCTYPE html>
<!-- THIS FILE IS OUTDATED. THE INFORMATION HERE IS IN THE FIPS.HTML
FILE. THIS FILE EXISTS SO OLD LINKS STILL WORK. -->
@@ -9,7 +10,7 @@
<div id="content">
<div class="blog-index">
<article>
- <header><h2>OpenSSL FIPS 140-2 Private Label Validations</h2></header>
+ <header><h2><!--#echo var="TITLE" --></h2></header>
<div class="entry-content">
<p> If you haven't already, please read our <a
href="/docs/fipsnotes.html">FIPS 140-2 Notes</a> page.</p>
diff --git a/docs/fipsnotes.html b/docs/fipsnotes.html
index dfc50e3..d720122 100644
--- a/docs/fipsnotes.html
+++ b/docs/fipsnotes.html
@@ -1,3 +1,4 @@
+<!--#set var="TITLE" value="Important Notes about OpenSSL and FIPS 140" -->
<!DOCTYPE html>
<html lang="en">
<!--#include virtual="/inc/head.shtml" -->
@@ -7,7 +8,7 @@
<div id="content">
<div class="blog-index">
<article>
- <header><h2>Important Notes about OpenSSL and FIPS 140</h2></header>
+ <header><h2><!--#echo var="TITLE" --></h2></header>
<div class="entry-content">
<p>Please please read the <a href="fips/UserGuide.pdf">User Guide</a>.
Nothing will make sense otherwise (it still may not afterwards,
diff --git a/docs/fipsvalidation.html b/docs/fipsvalidation.html
index 4b36886..e6480da 100644
--- a/docs/fipsvalidation.html
+++ b/docs/fipsvalidation.html
@@ -1,3 +1,4 @@
+<!--#set var="TITLE" value="OpenSSL and FIPS 140-2" -->
<!DOCTYPE html>
<html lang="en">
<!--#include virtual="/inc/head.shtml" -->
@@ -7,8 +8,7 @@
<div id="content">
<div class="blog-index">
<article>
- <header><h2>OpenSSL and FIPS 140-2</h2></header>
-
+ <header><h2><!--#echo var="TITLE" --></h2></header>
<div class="entry-content">
<p>The most recent open source based validation of a cryptographic
module (Module) compatible with the OpenSSL libraries is v2.0.9,
diff --git a/docs/index.html b/docs/index.html
index f3f1b66..3b7efb1 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -1,3 +1,4 @@
+<!--#set var="TITLE" value="Documentation" -->
<!DOCTYPE html>
<html lang="en">
<!--#include virtual="/inc/head.shtml" -->
@@ -9,7 +10,7 @@
<div id="content">
<div class="blog-index">
<article>
- <header><h2>Documentation<h2></header>
+ <header><h2><!--#echo var="TITLE" --><h2></header>
<div class="entry-content">
<p>The
<a href="faq.html">frequently-asked questions (FAQ)</a>
diff --git a/docs/man1.0.1/apps/index.html b/docs/man1.0.1/apps/index.html
index 28c3059..fb82828 100644
--- a/docs/man1.0.1/apps/index.html
+++ b/docs/man1.0.1/apps/index.html
@@ -1,3 +1,4 @@
+<!--#set var="TITLE" value="commands" -->
<!DOCTYPE html>
<html lang="en">
<!--#include virtual="/inc/head.shtml" -->
@@ -7,7 +8,7 @@
<div id="content">
<div class="blog-index">
<article>
- <header><h2>commands</h2></header>
+ <header><h2><!--#echo var="TITLE" --></h2></header>
<div class="entry-content">
<p>
The <a href="openssl.html">openssl</a> manpage provides a
diff --git a/docs/man1.0.1/crypto/index.html b/docs/man1.0.1/crypto/index.html
index d7c0478..f809646 100644
--- a/docs/man1.0.1/crypto/index.html
+++ b/docs/man1.0.1/crypto/index.html
@@ -1,3 +1,4 @@
+<!--#set var="TITLE" value="crypto library" -->
<!DOCTYPE html>
<html lang="en">
<!--#include virtual="/inc/head.shtml" -->
@@ -7,7 +8,7 @@
<div id="content">
<div class="blog-index">
<article>
- <header><h2>crypto library</h2></header>
+ <header><h2><!--#echo var="TITLE" --></h2></header>
<div class="entry-content">
<p>
The <a href="crypto.html">crypto</a> manpage provides a
diff --git a/docs/man1.0.1/index.html b/docs/man1.0.1/index.html
index 4d250a7..c6f0b07 100644
--- a/docs/man1.0.1/index.html
+++ b/docs/man1.0.1/index.html
@@ -1,3 +1,4 @@
+<!--#set var="TITLE" value="Manpages for 1.0.1" -->
<!DOCTYPE html>
<html lang="en">
<!--#include virtual="/inc/head.shtml" -->
@@ -7,7 +8,7 @@
<div id="content">
<div class="blog-index">
<article>
- <header><h2>Manpages for 1.0.1</h2></header>
+ <header><h2><!--#echo var="TITLE" --></h2></header>
<div class="entry-content">
<p>
The manual pages for the 1.0.1 branch are
@@ -36,4 +37,3 @@
<!--#include virtual="/inc/footer.shtml" -->
</body>
</html>
-
diff --git a/docs/man1.0.1/ssl/index.html b/docs/man1.0.1/ssl/index.html
index bbb559c..a9fa770 100644
--- a/docs/man1.0.1/ssl/index.html
+++ b/docs/man1.0.1/ssl/index.html
@@ -1,3 +1,4 @@
+<!--#set var="TITLE" value="ssl library" -->
<!DOCTYPE html>
<html lang="en">
<!--#include virtual="/inc/head.shtml" -->
@@ -7,7 +8,7 @@
<div id="content">
<div class="blog-index">
<article>
- <header><h2>ssl library</h2></header>
+ <header><h2><!--#echo var="TITLE" --></h2></header>
<div class="entry-content">
<p>
The <a href="ssl.html">ssl</a> manpage provides a
@@ -42,4 +43,3 @@
<!--#include virtual="/inc/footer.shtml" -->
</body>
</html>
-
diff --git a/docs/man1.0.2/apps/index.html b/docs/man1.0.2/apps/index.html
index 5ce458a..4652070 100644
--- a/docs/man1.0.2/apps/index.html
+++ b/docs/man1.0.2/apps/index.html
@@ -1,3 +1,4 @@
+<!--#set var="TITLE" value="commands" -->
<!DOCTYPE html>
<html lang="en">
<!--#include virtual="/inc/head.shtml" -->
@@ -7,7 +8,7 @@
<div id="content">
<div class="blog-index">
<article>
- <header><h2>commands</h2></header>
+ <header><h2><!--#echo var="TITLE" --></h2></header>
<div class="entry-content">
<p>
The <a href="openssl.html">openssl</a> manpage provides a
@@ -42,4 +43,3 @@
<!--#include virtual="/inc/footer.shtml" -->
</body>
</html>
-
diff --git a/docs/man1.0.2/crypto/index.html b/docs/man1.0.2/crypto/index.html
index dd79aa9..7fa7a2c 100644
--- a/docs/man1.0.2/crypto/index.html
+++ b/docs/man1.0.2/crypto/index.html
@@ -1,3 +1,4 @@
+<!--#set var="TITLE" value="crypto library" -->
<!DOCTYPE html>
<html lang="en">
<!--#include virtual="/inc/head.shtml" -->
@@ -7,7 +8,7 @@
<div id="content">
<div class="blog-index">
<article>
- <header><h2>crypto library</h2></header>
+ <header><h2><!--#echo var="TITLE" --></h2></header>
<div class="entry-content">
<p>
The <a href="crypto.html">crypto</a> manpage provides a
diff --git a/docs/man1.0.2/index.html b/docs/man1.0.2/index.html
index c789469..1cd8989 100644
--- a/docs/man1.0.2/index.html
+++ b/docs/man1.0.2/index.html
@@ -1,3 +1,4 @@
+<!--#set var="TITLE" value="Manpages for 1.0.2" -->
<!DOCTYPE html>
<html lang="en">
<!--#include virtual="/inc/head.shtml" -->
@@ -7,7 +8,7 @@
<div id="content">
<div class="blog-index">
<article>
- <header><h2>Manpages for 1.0.2</h2></header>
+ <header><h2><!--#echo var="TITLE" --></h2></header>
<div class="entry-content">
<p>
The manual pages for the 1.0.2 branch are
@@ -36,4 +37,3 @@
<!--#include virtual="/inc/footer.shtml" -->
</body>
</html>
-
diff --git a/docs/man1.0.2/ssl/index.html b/docs/man1.0.2/ssl/index.html
index 71cd650..ac8bc50 100644
--- a/docs/man1.0.2/ssl/index.html
+++ b/docs/man1.0.2/ssl/index.html
@@ -1,3 +1,4 @@
+<!--#set var="TITLE" value="ssl library" -->
<!DOCTYPE html>
<html lang="en">
<!--#include virtual="/inc/head.shtml" -->
@@ -7,7 +8,7 @@
<div id="content">
<div class="blog-index">
<article>
- <header><h2>ssl library</h2></header>
+ <header><h2><!--#echo var="TITLE" --></h2></header>
<div class="entry-content">
<p>
The <a href="ssl.html">ssl</a> manpage provides a
@@ -42,4 +43,3 @@
<!--#include virtual="/inc/footer.shtml" -->
</body>
</html>
-
diff --git a/docs/man1.1.0/apps/index.html b/docs/man1.1.0/apps/index.html
index 1e80193..83b856a 100644
--- a/docs/man1.1.0/apps/index.html
+++ b/docs/man1.1.0/apps/index.html
@@ -1,3 +1,4 @@
+<!--#set var="TITLE" value="commands" -->
<!DOCTYPE html>
<html lang="en">
<!--#include virtual="/inc/head.shtml" -->
@@ -7,7 +8,7 @@
<div id="content">
<div class="blog-index">
<article>
- <header><h2>commands</h2></header>
+ <header><h2><!--#echo var="TITLE" --></h2></header>
<div class="entry-content">
<p>
The <a href="openssl.html">openssl</a> manpage provides a
@@ -42,4 +43,3 @@
<!--#include virtual="/inc/footer.shtml" -->
</body>
</html>
-
diff --git a/docs/man1.1.0/crypto/index.html b/docs/man1.1.0/crypto/index.html
index 1538615..ae9bf25 100644
--- a/docs/man1.1.0/crypto/index.html
+++ b/docs/man1.1.0/crypto/index.html
@@ -1,3 +1,4 @@
+<!--#set var="TITLE" value="crypto library" -->
<!DOCTYPE html>
<html lang="en">
<!--#include virtual="/inc/head.shtml" -->
@@ -7,7 +8,7 @@
<div id="content">
<div class="blog-index">
<article>
- <header><h2>crypto library</h2></header>
+ <header><h2><!--#echo var="TITLE" --></h2></header>
<div class="entry-content">
<p>
The <a href="crypto.html">crypto</a> manpage provides a
diff --git a/docs/man1.1.0/index.html b/docs/man1.1.0/index.html
index 3d41a80..10ef417 100644
--- a/docs/man1.1.0/index.html
+++ b/docs/man1.1.0/index.html
@@ -1,3 +1,4 @@
+<!--#set var="TITLE" value="Manpages for 1.1.0" -->
<!DOCTYPE html>
<html lang="en">
<!--#include virtual="/inc/head.shtml" -->
@@ -7,7 +8,7 @@
<div id="content">
<div class="blog-index">
<article>
- <header><h2>Manpages for 1.1.0</h2></header>
+ <header><h2><!--#echo var="TITLE" --></h2></header>
<div class="entry-content">
<p>
The manual pages for the 1.1.0 branch are
@@ -36,4 +37,3 @@
<!--#include virtual="/inc/footer.shtml" -->
</body>
</html>
-
diff --git a/docs/man1.1.0/ssl/index.html b/docs/man1.1.0/ssl/index.html
index dd24494..0d9b9ef 100644
--- a/docs/man1.1.0/ssl/index.html
+++ b/docs/man1.1.0/ssl/index.html
@@ -1,3 +1,4 @@
+<!--#set var="TITLE" value="ssl library" -->
<!DOCTYPE html>
<html lang="en">
<!--#include virtual="/inc/head.shtml" -->
@@ -7,7 +8,7 @@
<div id="content">
<div class="blog-index">
<article>
- <header><h2>ssl library</h2></header>
+ <header><h2><!--#echo var="TITLE" --></h2></header>
<div class="entry-content">
<p>
The <a href="ssl.html">ssl</a> manpage provides a
@@ -42,4 +43,3 @@
<!--#include virtual="/inc/footer.shtml" -->
</body>
</html>
-
diff --git a/docs/manmaster/apps/index.html b/docs/manmaster/apps/index.html
index 0fe45d3..1d13212 100644
--- a/docs/manmaster/apps/index.html
+++ b/docs/manmaster/apps/index.html
@@ -1,3 +1,4 @@
+<!--#set var="TITLE" value="commands" -->
<!DOCTYPE html>
<html lang="en">
<!--#include virtual="/inc/head.shtml" -->
@@ -7,7 +8,7 @@
<div id="content">
<div class="blog-index">
<article>
- <header><h2>commands</h2></header>
+ <header><h2><!--#echo var="TITLE" --></h2></header>
<div class="entry-content">
<p>
The <a href="openssl.html">openssl</a> manpage provides a
@@ -42,4 +43,3 @@
<!--#include virtual="/inc/footer.shtml" -->
</body>
</html>
-
diff --git a/docs/manmaster/crypto/index.html b/docs/manmaster/crypto/index.html
index 6b87a86..dc699b2 100644
--- a/docs/manmaster/crypto/index.html
+++ b/docs/manmaster/crypto/index.html
@@ -1,3 +1,4 @@
+<!--#set var="TITLE" value="crypto library" -->
<!DOCTYPE html>
<html lang="en">
<!--#include virtual="/inc/head.shtml" -->
@@ -7,7 +8,7 @@
<div id="content">
<div class="blog-index">
<article>
- <header><h2>crypto library</h2></header>
+ <header><h2><!--#echo var="TITLE" --></h2></header>
<div class="entry-content">
<p>
The <a href="crypto.html">crypto</a> manpage provides a
diff --git a/docs/manmaster/index.html b/docs/manmaster/index.html
index beac148..f7a312b 100644
--- a/docs/manmaster/index.html
+++ b/docs/manmaster/index.html
@@ -1,3 +1,4 @@
+<!--#set var="TITLE" value="Manpages for master" -->
<!DOCTYPE html>
<html lang="en">
<!--#include virtual="/inc/head.shtml" -->
@@ -7,7 +8,7 @@
<div id="content">
<div class="blog-index">
<article>
- <header><h2>Manpages for master</h2></header>
+ <header><h2><!--#echo var="TITLE" --></h2></header>
<div class="entry-content">
<p>
The manual pages for the master branch are
@@ -36,4 +37,3 @@
<!--#include virtual="/inc/footer.shtml" -->
</body>
</html>
-
diff --git a/docs/manmaster/ssl/index.html b/docs/manmaster/ssl/index.html
index 5d3213a..aed0321 100644
--- a/docs/manmaster/ssl/index.html
+++ b/docs/manmaster/ssl/index.html
@@ -1,3 +1,4 @@
+<!--#set var="TITLE" value="ssl library" -->
<!DOCTYPE html>
<html lang="en">
<!--#include virtual="/inc/head.shtml" -->
@@ -7,7 +8,7 @@
<div id="content">
<div class="blog-index">
<article>
- <header><h2>ssl library</h2></header>
+ <header><h2><!--#echo var="TITLE" --></h2></header>
<div class="entry-content">
<p>
The <a href="ssl.html">ssl</a> manpage provides a
@@ -42,4 +43,3 @@
<!--#include virtual="/inc/footer.shtml" -->
</body>
</html>
-
diff --git a/docs/manpages.html b/docs/manpages.html
index dfe2242..31f2b36 100644
--- a/docs/manpages.html
+++ b/docs/manpages.html
@@ -1,3 +1,4 @@
+<!--#set var="TITLE" value="Manpages" -->
<!DOCTYPE html>
<html lang="en">
<!--#include virtual="/inc/head.shtml" -->
@@ -7,7 +8,7 @@
<div id="content">
<div class="blog-index">
<article>
- <header><h2>Manpages</h2></header>
+ <header><h2><!--#echo var="TITLE" --></h2></header>
<div class="entry-content">
<p>
The manual pages for all releases are available online:
@@ -33,4 +34,3 @@
<!--#include virtual="/inc/footer.shtml" -->
</body>
</html>
-
diff --git a/docs/standards.html b/docs/standards.html
index fca0e39..31116a6 100644
--- a/docs/standards.html
+++ b/docs/standards.html
@@ -1,3 +1,4 @@
+<!--#set var="TITLE" value="Standards" -->
<!DOCTYPE html>
<html lang="en">
<!--#include virtual="/inc/head.shtml" -->
@@ -7,7 +8,7 @@
<div id="content">
<div class="blog-index">
<article>
- <header><h2>Standards<h2></header>
+ <header><h2><!--#echo var="TITLE" --><h2></header>
<div class="entry-content">
<p>This page is an incomplete list of the things that
are implemented — in whole, or at least mostly — in
@@ -207,4 +208,3 @@
<!--#include virtual="/inc/footer.shtml" -->
</body>
</html>
-
diff --git a/err404.html b/err404.html
index 5035194..b5bb46e 100644
--- a/err404.html
+++ b/err404.html
@@ -1,7 +1,7 @@
+<!--#set var="TITLE" value=" Page Not Found" -->
<!DOCTYPE html>
<html lang="en">
<!--#include virtual="/inc/head.shtml" -->
-
<body>
<!--#include virtual="/inc/banner.shtml" -->
@@ -9,7 +9,7 @@
<div id="content">
<div class="blog-index">
<article>
- <header><h2>Page Not Found</h2></header>
+ <header><h2><!--#echo var="TITLE" --></h2></header>
<div class="entry-content">
<p>
Sorry, but the link you gave does not exist.
@@ -37,6 +37,4 @@
<!--#include virtual="/inc/footer.shtml" -->
</body>
-
</html>
-
diff --git a/inc/head.shtml b/inc/head.shtml
index 244afed..efba6cd 100644
--- a/inc/head.shtml
+++ b/inc/head.shtml
@@ -1,6 +1,7 @@
<!-- head.inc -->
<title>
- <!--#echo var="DOCUMENT_URI" -->
+ OpenSSL —
+ <!--#echo var="TITLE" -->
</title>
<meta charset="utf-8">
<meta name="author" content="OpenSSL Foundation, Inc.">
diff --git a/index.html b/index.html
index 1aa74e2..68e7329 100644
--- a/index.html
+++ b/index.html
@@ -1,3 +1,4 @@
+<!--#set var="TITLE" value="Welcome to OpenSSL!" -->
<!DOCTYPE html>
<html lang="en">
<!--#include virtual="/inc/head.shtml" -->
@@ -9,7 +10,7 @@
<div id="content">
<div class="blog-index">
<article>
- <header><h2>Welcome to OpenSSL!</h2></header>
+ <header><h2><!--#echo var="TITLE" --></h2></header>
<div class="entry-content">
<p>
OpenSSL is an open source project that provides a
@@ -53,5 +54,4 @@
<!--#include virtual="/inc/footer.shtml" -->
</body>
-
</html>
diff --git a/news/changelog.html b/news/changelog.html
index 643c214..1222bd1 100644
--- a/news/changelog.html
+++ b/news/changelog.html
@@ -1,7 +1,7 @@
+<!--#set var="TITLE" value="Changelog" -->
<!DOCTYPE html>
<html lang="en">
<!--#include virtual="/inc/head.shtml" -->
-
<body>
<!--#include virtual="/inc/banner.shtml" -->
@@ -9,7 +9,7 @@
<div id="content">
<div class="blog-index">
<article>
- <header><h2>Changelog</h2></header>
+ <header><h2><!--#echo var="TITLE" --></h2></header>
<div class="entry-content">
<p>
When a release is created, that branch is forked off, and its
@@ -49,6 +49,4 @@
<!--#include virtual="/inc/footer.shtml" -->
</body>
-
</html>
-
diff --git a/news/index.html b/news/index.html
index d01858a..7b2119a 100644
--- a/news/index.html
+++ b/news/index.html
@@ -1,7 +1,7 @@
+<!--#set var="TITLE" value="News" -->
<!DOCTYPE html>
<html lang="en">
<!--#include virtual="/inc/head.shtml" -->
-
<body>
<!--#include virtual="/inc/banner.shtml" -->
@@ -9,7 +9,7 @@
<div id="content">
<div class="blog-index">
<article>
- <header><h2>News<h2></header>
+ <header><h2><!--#echo var="TITLE" --><h2></header>
<div class="entry-content">
<p>
To get the latest source, see the
@@ -42,5 +42,4 @@
<!--#include virtual="/inc/footer.shtml" -->
</body>
-
</html>
diff --git a/news/newslog.html b/news/newslog.html
index 07c6b54..dac41de 100644
--- a/news/newslog.html
+++ b/news/newslog.html
@@ -1,3 +1,4 @@
+<!--#set var="TITLE" value="Newslog" -->
<!DOCTYPE html>
<html lang="en">
<!--#include virtual="/inc/head.shtml" -->
@@ -7,7 +8,7 @@
<div id="content">
<div class="blog-index">
<article>
- <header><h2>Newslog</h2></header>
+ <header><h2><!--#echo var="TITLE" --></h2></header>
<div class="entry-content">
<p>
Here is a terse log of all OpenSSL announcements.
diff --git a/news/openssl-notes.html.in b/news/openssl-notes.html.in
index ce5c9c5..9a13da5 100644
--- a/news/openssl-notes.html.in
+++ b/news/openssl-notes.html.in
@@ -1,7 +1,7 @@
+<!--#set var="TITLE" value="OpenSSL @VERSION@ Series Release Notes" -->
<!DOCTYPE html>
<html lang="en">
<!--#include virtual="/inc/head.shtml" -->
-
<body>
<!--#include virtual="/inc/banner.shtml" -->
@@ -9,7 +9,7 @@
<div id="content">
<div class="blog-index">
<article>
- <header><h2>OpenSSL @VERSION@ Series Release Notes<h2></header>
+ <header><h2><!--#echo var="TITLE" --><h2></header>
<div class="entry-content">
<p>
The major changes and known issues for the @VERSION@ branch
@@ -37,5 +37,4 @@
<!--#include virtual="/inc/footer.shtml" -->
</body>
-
</html>
diff --git a/news/pgpkey.html b/news/pgpkey.html
index 492a80d..7cb4740 100644
--- a/news/pgpkey.html
+++ b/news/pgpkey.html
@@ -1,3 +1,4 @@
+<!--#set var="TITLE" value="PGP Key" -->
<!DOCTYPE html>
<html lang="en">
<!--#include virtual="/inc/head.shtml" -->
@@ -7,7 +8,7 @@
<div id="content">
<div class="blog-index">
<article>
- <header><h2>PGP Key</h2></header>
+ <header><h2><!--#echo var="TITLE" --></h2></header>
<div class="entry-content">
<p>
Mail sent to
diff --git a/news/vulnerabilities.html b/news/vulnerabilities.html
index 8760693..9e2ec7b 100644
--- a/news/vulnerabilities.html
+++ b/news/vulnerabilities.html
@@ -1,7 +1,7 @@
+<!--#set var="TITLE" value="Vulnerabilities" -->
<!DOCTYPE html>
<html lang="en">
<!--#include virtual="/inc/head.shtml" -->
-
<body>
<!--#include virtual="/inc/banner.shtml" -->
@@ -9,7 +9,7 @@
<div id="content">
<div class="blog-index">
<article>
- <header><h2>Vulnerabilities<h2></header>
+ <header><h2><!--#echo var="TITLE" --><h2></header>
<div class="entry-content">
<p>
If you think you have found a security bug in OpenSSL,
@@ -41,6 +41,4 @@
<!--#include virtual="/inc/footer.shtml" -->
</body>
-
</html>
-
diff --git a/policies/cla.html b/policies/cla.html
index 1e6e297..cc41123 100644
--- a/policies/cla.html
+++ b/policies/cla.html
@@ -1,7 +1,7 @@
+<!--#set var="TITLE" value="Contributor Agreements" -->
<!DOCTYPE html>
<html lang="en">
<!--#include virtual="/inc/head.shtml" -->
-
<body>
<!--#include virtual="/inc/banner.shtml" -->
@@ -9,7 +9,7 @@
<div id="content">
<div class="blog-index">
<article>
- <header><h2>Contributor Agreements</h2></header>
+ <header><h2><!--#echo var="TITLE" --></h2></header>
<div class="entry-content">
<p>
As we described in
@@ -74,7 +74,4 @@
<!--#include virtual="/inc/footer.shtml" -->
</body>
-
</html>
-
-
diff --git a/policies/codingstyle.html b/policies/codingstyle.html
index 78f5e66..8723148 100644
--- a/policies/codingstyle.html
+++ b/policies/codingstyle.html
@@ -1,7 +1,7 @@
+<!--#set var="TITLE" value="Coding Style" -->
<!DOCTYPE html>
<html lang="en">
<!--#include virtual="/inc/head.shtml" -->
-
<body>
<!--#include virtual="/inc/banner.shtml" -->
@@ -9,7 +9,7 @@
<div id="content">
<div class="blog-index">
<article>
- <header><h2>Coding Style</h2></header>
+ <header><h2><!--#echo var="TITLE" --></h2></header>
<div class="entry-content">
<p>
The plain-text document version of this document is available
@@ -35,6 +35,4 @@
<!--#include virtual="/inc/footer.shtml" -->
</body>
-
</html>
-
diff --git a/policies/index.html b/policies/index.html
index d63090d..56e2e74 100644
--- a/policies/index.html
+++ b/policies/index.html
@@ -1,7 +1,7 @@
+<!--#set var="TITLE" value="Policies" -->
<!DOCTYPE html>
<html lang="en">
<!--#include virtual="/inc/head.shtml" -->
-
<body>
<!--#include virtual="/inc/banner.shtml" -->
@@ -9,7 +9,7 @@
<div id="content">
<div class="blog-index">
<article>
- <header><h2>Policies</h2></header>
+ <header><h2><!--#echo var="TITLE" --></h2></header>
<div class="entry-content">
<p>
In this section we try to document as many of our
@@ -68,6 +68,4 @@
<!--#include virtual="/inc/footer.shtml" -->
</body>
-
</html>
-
diff --git a/policies/releasestrat.html b/policies/releasestrat.html
index acbaedf..a241092 100644
--- a/policies/releasestrat.html
+++ b/policies/releasestrat.html
@@ -1,7 +1,7 @@
+<!--#set var="TITLE" value="Release Strategy" -->
<!DOCTYPE html>
<html lang="en">
<!--#include virtual="/inc/head.shtml" -->
-
<body>
<!--#include virtual="/inc/banner.shtml" -->
@@ -10,7 +10,7 @@
<div class="blog-index">
<article>
<header>
- <h2>Release Strategy</h2>
+ <h2><!--#echo var="TITLE" --></h2>
<h5>
First issued 23rd December 2014<br/>
Last modified 2nd August 2016
@@ -122,6 +122,4 @@
<!--#include virtual="/inc/footer.shtml" -->
</body>
-
</html>
-
diff --git a/policies/roadmap.html b/policies/roadmap.html
index 133584a..fe0ba30 100644
--- a/policies/roadmap.html
+++ b/policies/roadmap.html
@@ -1,7 +1,7 @@
+<!--#set var="TITLE" value="Project Roadmap" -->
<!DOCTYPE html>
<html lang="en">
<!--#include virtual="/inc/head.shtml" -->
-
<body>
<!--#include virtual="/inc/banner.shtml" -->
@@ -10,7 +10,7 @@
<div class="blog-index">
<article>
<header>
- <h2>Project Roadmap</h2>
+ <h2><!--#echo var="TITLE" --></h2>
<h5>
First issued 30th June 2014<br/>
Last modified 8th August 2015
@@ -416,6 +416,4 @@
<!--#include virtual="/inc/footer.shtml" -->
</body>
-
</html>
-
diff --git a/policies/secpolicy.html b/policies/secpolicy.html
index 5dbd624..5a71a59 100644
--- a/policies/secpolicy.html
+++ b/policies/secpolicy.html
@@ -1,7 +1,7 @@
+<!--#set var="TITLE" value="Security Policy" -->
<!DOCTYPE html>
<html lang="en">
<!--#include virtual="/inc/head.shtml" -->
-
<body>
<!--#include virtual="/inc/banner.shtml" -->
@@ -10,14 +10,14 @@
<div class="blog-index">
<article>
<header>
- <h2>Security Policy</h2>
+ <h2><!--#echo var="TITLE" --></h2>
<h5>
Last modified 28th September 2015
</h5>
</header>
<div class="entry-content">
- <h2>Introduction</h2>
+ <h3>Introduction</h3>
<p>Recent flaws have captured the attention of the media
and highlighted how much of the internet infrastructure is
@@ -25,7 +25,7 @@
we internally handle security issues; that process being
based on experience and has evolved over the years.</p>
- <h2>Reporting security issues</h2>
+ <h3>Reporting security issues</h3>
<p>
We have an email address which can be used to notify
@@ -42,7 +42,7 @@
members, as well as others we have worked with before.
</p>
- <h2>Background</h2>
+ <h3>Background</h3>
<p>
Everyone would like to get advance notice of security issues
@@ -96,7 +96,7 @@
public.</li>
</ul>
- <h2>Internal handling of security issues</h2>
+ <h3>Internal handling of security issues</h3>
<p>This leads us to our policy for security issues notified
to us or found by our team which are not yet public.</p>
@@ -163,7 +163,7 @@
individuals can do with the information and will review the need
on a case by case basis.</p>
- <h2>Prenotification policy</h2>
+ <h3>Prenotification policy</h3>
<p>Where we are planning an update that fixes security issues
we will notify the openssl-announce list and update the home
@@ -208,7 +208,6 @@
<!--#include virtual="sidebar.shtml" -->
</div>
</div>
- <!--#include virtual="/inc/footer.shtml" -->
- </body>
- </html>
-
+<!--#include virtual="/inc/footer.shtml" -->
+</body>
+</html>
diff --git a/source/gitrepo.html b/source/gitrepo.html
index 2b9b603..378069c 100644
--- a/source/gitrepo.html
+++ b/source/gitrepo.html
@@ -1,7 +1,7 @@
+<!--#set var="TITLE" value="Git Repository" -->
<!DOCTYPE html>
<html lang="en">
<!--#include virtual="/inc/head.shtml" -->
-
<body>
<!--#include virtual="/inc/banner.shtml" -->
@@ -9,7 +9,7 @@
<div id="content">
<div class="blog-index">
<article>
- <header><h2>Git Repository</h2></header>
+ <header><h2><!--#echo var="TITLE" --></h2></header>
<div class="entry-content">
<p>The OpenSSL software is developed using a Git repository.
@@ -72,5 +72,4 @@ $ git checkout .
<!--#include virtual="/inc/footer.shtml" -->
</body>
-
</html>
diff --git a/source/index.html b/source/index.html
index c88e451..ff67557 100644
--- a/source/index.html
+++ b/source/index.html
@@ -1,7 +1,7 @@
+<!--#set var="TITLE" value="Downloads" -->
<!DOCTYPE html>
<html lang="en">
<!--#include virtual="/inc/head.shtml" -->
-
<body>
<!--#include virtual="/inc/banner.shtml" -->
@@ -9,7 +9,7 @@
<div id="content">
<div class="blog-index">
<article>
- <header><h2>Downloads</h2></header>
+ <header><h2><!--#echo var="TITLE" --></h2></header>
<div class="entry-content">
<p>Our development is maintained in a
<a href="gitrepo.html">git repository</a>, which is
@@ -77,5 +77,4 @@
<!--#include virtual="/inc/footer.shtml" -->
</body>
-
</html>
diff --git a/source/license.html b/source/license.html
index 851b39e..c8fcd19 100644
--- a/source/license.html
+++ b/source/license.html
@@ -1,7 +1,7 @@
+<!--#set var="TITLE" value="License" -->
<!DOCTYPE html>
<html lang="en">
<!--#include virtual="/inc/head.shtml" -->
-
<body>
<!--#include virtual="/inc/banner.shtml" -->
@@ -9,7 +9,7 @@
<div id="content">
<div class="blog-index">
<article>
- <header><h2>License</h2></header>
+ <header><h2><!--#echo var="TITLE" --></h2></header>
<div class="entry-content">
<p>
This is a copy of the current LICENSE file from
@@ -36,3 +36,4 @@
<!--#include virtual="/inc/footer.shtml" -->
</body>
+</html>
diff --git a/source/mirror.html b/source/mirror.html
index ecfa1c0..63896d7 100644
--- a/source/mirror.html
+++ b/source/mirror.html
@@ -1,7 +1,7 @@
+<!--#set var="TITLE" value="Mirrors" -->
<!DOCTYPE html>
<html lang="en">
<!--#include virtual="/inc/head.shtml" -->
-
<body>
<!--#include virtual="/inc/banner.shtml" -->
@@ -9,7 +9,7 @@
<div id="content">
<div class="blog-index">
<article>
- <header><h2>Mirrors</h2></header>
+ <header><h2><!--#echo var="TITLE" --></h2></header>
<div class="entry-content">
<p>You can download the latest distribution files from the
following FTP areas:</p>
@@ -59,5 +59,4 @@
<!--#include virtual="/inc/footer.shtml" -->
</body>
-
</html>
diff --git a/source/old/0.9.x/index.html b/source/old/0.9.x/index.html
index 7a9a2b6..34af47c 100644
--- a/source/old/0.9.x/index.html
+++ b/source/old/0.9.x/index.html
@@ -1,3 +1,4 @@
+<!--#set var="TITLE" value="Old 0.9.x Releases" -->
<!DOCTYPE html>
<html lang="en">
<!--#include virtual="/inc/head.shtml" -->
@@ -7,7 +8,7 @@
<div id="content">
<div class="blog-index">
<article>
- <header><h2>Old 0.9.x Releases</h2></header>
+ <header><h2><!--#echo var="TITLE" --></h2></header>
<div class="entry-content">
<p>Here are the old 0.9.x releases.</p>
<table>
diff --git a/source/old/1.0.0/index.html b/source/old/1.0.0/index.html
index f289fe1..b12f4e1 100644
--- a/source/old/1.0.0/index.html
+++ b/source/old/1.0.0/index.html
@@ -1,3 +1,4 @@
+<!--#set var="TITLE" value="Old 1.0.0 Releases" -->
<!DOCTYPE html>
<html lang="en">
<!--#include virtual="/inc/head.shtml" -->
@@ -7,7 +8,7 @@
<div id="content">
<div class="blog-index">
<article>
- <header><h2>Old 1.0.0 Releases</h2></header>
+ <header><h2><!--#echo var="TITLE" --></h2></header>
<div class="entry-content">
<p>Here are the old 1.0.0 releases.</p>
<table>
diff --git a/source/old/1.0.1/index.html b/source/old/1.0.1/index.html
index e201ac5..0089873 100644
--- a/source/old/1.0.1/index.html
+++ b/source/old/1.0.1/index.html
@@ -1,3 +1,4 @@
+<!--#set var="TITLE" value="Old 1.0.1 Releases" -->
<!DOCTYPE html>
<html lang="en">
<!--#include virtual="/inc/head.shtml" -->
@@ -7,7 +8,7 @@
<div id="content">
<div class="blog-index">
<article>
- <header><h2>Old 1.0.1 Releases</h2></header>
+ <header><h2><!--#echo var="TITLE" --></h2></header>
<div class="entry-content">
<p>Here are the old 1.0.1 releases.</p>
<table>
diff --git a/source/old/1.0.2/index.html b/source/old/1.0.2/index.html
index da5007c..087e067 100644
--- a/source/old/1.0.2/index.html
+++ b/source/old/1.0.2/index.html
@@ -1,3 +1,4 @@
+<!--#set var="TITLE" value="Old 1.0.2 Releases" -->
<!DOCTYPE html>
<html lang="en">
<!--#include virtual="/inc/head.shtml" -->
@@ -7,7 +8,7 @@
<div id="content">
<div class="blog-index">
<article>
- <header><h2>Old 1.0.2 Releases</h2></header>
+ <header><h2><!--#echo var="TITLE" --></h2></header>
<div class="entry-content">
<p>Here are the old 1.0.2 releases.</p>
<table>
diff --git a/source/old/1.1.0/index.html b/source/old/1.1.0/index.html
index e9b4c7a..4f4598f 100644
--- a/source/old/1.1.0/index.html
+++ b/source/old/1.1.0/index.html
@@ -1,3 +1,4 @@
+<!--#set var="TITLE" value="Old 1.1.0 Releases" -->
<!DOCTYPE html>
<html lang="en">
<!--#include virtual="/inc/head.shtml" -->
@@ -7,7 +8,7 @@
<div id="content">
<div class="blog-index">
<article>
- <header><h2>Old 1.1.0 Releases</h2></header>
+ <header><h2><!--#echo var="TITLE" --></h2></header>
<div class="entry-content">
<p>Here are the old 1.1.0 releases.</p>
<table>
diff --git a/source/old/fips/index.html b/source/old/fips/index.html
index c483b81..b65cd4f 100644
--- a/source/old/fips/index.html
+++ b/source/old/fips/index.html
@@ -1,3 +1,4 @@
+<!--#set var="TITLE" value="Old FIPS Releases" -->
<!DOCTYPE html>
<html lang="en">
<!--#include virtual="/inc/head.shtml" -->
@@ -7,7 +8,7 @@
<div id="content">
<div class="blog-index">
<article>
- <header><h2>Old FIPS Releases</h2></header>
+ <header><h2><!--#echo var="TITLE" --></h2></header>
<div class="entry-content">
<p>Here are the old FIPS releases.</p>
<table>
@@ -29,8 +30,6 @@
<br/><a href="/sitemap.txt">Sitemap</a>
</footer>
</article>
-
-
</div>
<!--#include virtual="../../sidebar.shtml" -->
</div>
diff --git a/source/old/index.html b/source/old/index.html
index a5fe85d..b95c3ba 100644
--- a/source/old/index.html
+++ b/source/old/index.html
@@ -1,3 +1,4 @@
+<!--#set var="TITLE" value="Old Releases" -->
<!DOCTYPE html>
<html lang="en">
<!--#include virtual="/inc/head.shtml" -->
@@ -7,7 +8,7 @@
<div id="content">
<div class="blog-index">
<article>
- <header><h2>Old Releases</h2></header>
+ <header><h2><!--#echo var="TITLE" --></h2></header>
<div class="entry-content">
<p>Here are the old releases.</p>
<ul>
@@ -27,12 +28,9 @@
<br/><a href="/sitemap.txt">Sitemap</a>
</footer>
</article>
-
-
</div>
<!--#include virtual="../sidebar.shtml" -->
</div>
-
</div>
<!--#include virtual="/inc/footer.shtml" -->
</body>
diff --git a/support/acks.html b/support/acks.html
index 47d0d4d..5bb0b35 100644
--- a/support/acks.html
+++ b/support/acks.html
@@ -1,3 +1,4 @@
+<!--#set var="TITLE" value="Sponsor Acknowledgements" -->
<!DOCTYPE html>
<html lang="en">
<!--#include virtual="/inc/head.shtml" -->
@@ -7,7 +8,7 @@
<div id="content">
<div class="blog-index">
<article>
- <header><h2>Sponsor Acknowledgements</h2></header>
+ <header><h2><!--#echo var="TITLE" --></h2></header>
<div class="entry-content">
<p>The OpenSSL project depends on volunteer efforts and financial
support from the end user community. That support comes
diff --git a/support/contracts.html b/support/contracts.html
index 0651184..6933825 100644
--- a/support/contracts.html
+++ b/support/contracts.html
@@ -1,7 +1,7 @@
+<!--#set var="TITLE" value="Support Contracts" -->
<!DOCTYPE html>
<html lang="en">
<!--#include virtual="/inc/head.shtml" -->
-
<body>
<!--#include virtual="/inc/banner.shtml" -->
@@ -9,7 +9,7 @@
<div id="content">
<div class="blog-index">
<article>
- <header><h2>Support Contracts</h2></header>
+ <header><h2><!--#echo var="TITLE" --></h2></header>
<div class="entry-content">
<p>In addition to <a href="/community">community</a> support,
<a href="/community/contacts.html">OpenSSL Software Services</a>
@@ -164,5 +164,4 @@
<!--#include virtual="/inc/footer.shtml" -->
</body>
-
</html>
diff --git a/support/donations.html b/support/donations.html
index 9a1715f..243db7a 100644
--- a/support/donations.html
+++ b/support/donations.html
@@ -1,3 +1,4 @@
+<!--#set var="TITLE" value="Donations" -->
<!DOCTYPE html>
<html lang="en">
<!--#include virtual="/inc/head.shtml" -->
@@ -7,7 +8,7 @@
<div id="content">
<div class="blog-index">
<article>
- <header><h2>Donations</h2></header>
+ <header><h2><!--#echo var="TITLE" --></h2></header>
<div class="entry-content">
<p>Your donation to the OpenSSL team will support the ongoing
development activities of the team members.</p>
diff --git a/support/index.html b/support/index.html
index c618aaf..f180886 100644
--- a/support/index.html
+++ b/support/index.html
@@ -1,3 +1,4 @@
+<!--#set var="TITLE" value="Commercial Support" -->
<!DOCTYPE html>
<html lang="en">
<!--#include virtual="/inc/head.shtml" -->
@@ -7,7 +8,7 @@
<div id="content">
<div class="blog-index">
<article>
- <header><h2>Commercial Support</h2></header>
+ <header><h2><!--#echo var="TITLE" --></h2></header>
<div class="entry-content">
<p>OpenSSL is a a collaborative effort of a worldwide
<a href="/community">community</a> of volunteers. We are always
diff --git a/template-file.html b/template-file.html
index a7483d5..f7f0875 100644
--- a/template-file.html
+++ b/template-file.html
@@ -1,3 +1,4 @@
+<!--#set var="TITLE" value="XXX name" -->
<!DOCTYPE html>
<html lang="en">
<!--#include virtual="/inc/head.shtml" -->
@@ -7,7 +8,7 @@
<div id="content">
<div class="blog-index">
<article>
- <header><h2>XXX name</h2></header>
+ <header><h2><!--#echo var="TITLE" --></h2></header>
<div class="entry-content">
<p>
--
openssl-dev mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev