view release on metacpan or search on metacpan
lib/App/DocKnot/Spin/Text.pm view on Meta::CPAN
'<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">',
"\n",
'<head>', "\n",
q{ }, title($self->{title} // $header_ref->{title} // q{}), "\n",
);
if ($self->{style}) {
$self->_output(q{ }, style($self->{style}), "\n");
}
$self->_output(
q{ },
'<meta http-equiv="content-type" content="text/html; charset=utf-8"',
" />\n",
);
if ($self->{sitemap}) {
if (defined($self->{output}) && defined($self->{out_path})) {
my $page = $self->{out_path}->relative($self->{output});
$self->_output($self->{sitemap}->links($page));
}
}
$self->_output("</head>\n\n");
if ($header_ref->{id}) {
lib/App/DocKnot/Spin/Thread.pm view on Meta::CPAN
# Build the page header.
my $output = qq{<?xml version="1.0" encoding="utf-8"?>\n};
$output .= qq{<!DOCTYPE html\n};
$output .= qq{ PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"\n};
$output .= qq{ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">\n};
$output .= qq{\n<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"};
$output .= qq{ lang="en">\n};
$output .= qq{<head>\n <title>$title</title>\n};
$output .= q{ <meta http-equiv="Content-Type"};
$output .= qq{ content="text/html; charset=utf-8" />\n};
# Add style sheet.
if ($style) {
$style .= '.css';
if ($self->{style_url}) {
$style = $self->{style_url} . $style;
}
$output .= qq{ <link rel="stylesheet" href="$style"};
$output .= qq{ type="text/css" />\n};
}
share/templates/html.tmpl view on Meta::CPAN
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>[% title %]</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />[% IF style %]
<link rel="stylesheet" href="[% style %]" type="text/css" />[% END %]
[% IF links %][% links %][% END %]</head>
<body>
[% IF navbar %][% navbar %]
[% END %][% html %][% IF navbar %]
[% navbar %][% END %]
<address>[% IF modified == now %]
Last modified and
<a href="[% docknot_url %]">spun</a> [% modified %][% ELSE %]
t/data/spin/markdown/output/other.html view on Meta::CPAN
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Other test Markdown</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="previous" href="foo.html" title="Some document" />
<link rel="next" href="test.html" title="Test Markdown" />
<link rel="up" href="./" title="Test Root" />
<link rel="top" href="./" />
</head>
<body>
<table class="navbar"><tr>
<td class="navleft">< <a href="foo.html">Some document</a></td>
<td>
t/data/spin/markdown/output/test.html view on Meta::CPAN
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Test Markdown</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" href="/~eagle/styles/markdown.css" type="text/css" />
<link rel="previous" href="other.html" title="Other test Markdown" />
<link rel="up" href="./" title="Test Root" />
<link rel="top" href="./" />
</head>
<body>
<table class="navbar"><tr>
<td class="navleft">< <a href="other.html">Other test Markdown</a></td>
<td>
t/data/spin/output/changes.html view on Meta::CPAN
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Recent Changes</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" href="/~eagle/styles/indent.css" type="text/css" />
<link rel="alternate" type="application/rss+xml" href="changes.rss"
title="Changes to Russ Allbery's Web Pages" />
</head>
<!-- Spun from changes.th by DocKnot %VERSION% on %DATE% -->
<body>
<h1>Recent Changes</h1>
t/data/spin/output/index.html view on Meta::CPAN
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Russ Allbery (Eagle)</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" href="/~eagle/styles/basic.css" type="text/css" />
<link rel="alternate" type="application/rss+xml" href="changes.rss"
title="Changes to Russ Allbery's Web Pages" />
</head>
<!-- Spun from index.th by DocKnot %VERSION% on %DATE% -->
<body>
<h1 class="shadowed"><img src="names.png" alt="Eagle" width="414" height="89" /></h1>
t/data/spin/output/journal/2011-08/006.html view on Meta::CPAN
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Eagle's Path: NPR Top 100 SFF meme (2011-08-12)</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" href="/~eagle/styles/journal.css" type="text/css" />
</head>
<!-- Spun from 006.th by DocKnot %VERSION% on %DATE% -->
<body>
<h1>NPR Top 100 SFF meme</h1>
<p>
t/data/spin/output/journal/index.html view on Meta::CPAN
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Eagle's Path</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" href="/~eagle/styles/journal-set.css" type="text/css" />
<link rel="alternate" type="application/rss+xml" href="index.rss"
title="Eagle's Path" />
<link rel="alternate" type="application/rss+xml" href="debian.rss"
title="Eagle's Path (Debian focused)" />
<link rel="alternate" type="application/rss+xml" href="reviews.rss"
title="Eagle's Path (reviews only)" />
</head>
<!-- Spun from index.th by DocKnot %VERSION% on %DATE% -->
t/data/spin/output/random.html view on Meta::CPAN
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Test some random stuff</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
</head>
<!-- Spun from random.th by DocKnot %VERSION% on %DATE% -->
<body>
<p>
<span class="foo">This should not</span> be lifted to surround the paragraph even
though <span class="foo">it starts and ends the paragraph.</span>
</p>
t/data/spin/output/reviews/books/0-385-49362-2.html view on Meta::CPAN
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Review: Fermat's Enigma by Simon Singh</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" href="/~eagle/styles/review.css" type="text/css" />
</head>
<!-- Spun from 0-385-49362-2.th by DocKnot %VERSION% on %DATE% -->
<body>
<h1><cite>Fermat's Enigma</cite></h1>
<p class="author">by Simon Singh</p>
<div>
t/data/spin/output/software/docknot/api/app-docknot.html view on Meta::CPAN
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>App::DocKnot</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" href="/~eagle/styles/pod.css" type="text/css" />
<link rel="next" href="app-docknot-command.html"
title="App::DocKnot::Command" />
<link rel="up" href="../" title="DocKnot" />
<link rel="top" href="../../../" />
</head>
<!-- Spun from DocKnot.pm by DocKnot %VERSION% on %DATE% -->
<body>
t/data/spin/output/software/docknot/changes.html view on Meta::CPAN
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>DocKnot Changes</title>
<link rel="stylesheet" href="/~eagle/styles/faq-short.css" type="text/css" />
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<link rel="up" href="./" title="DocKnot" />
<link rel="top" href="../../" />
</head>
<!-- Converted by DocKnot %VERSION% on %DATE% -->
<body>
<table class="navbar"><tr>
<td class="navleft"></td>
t/data/spin/output/software/docknot/index.html view on Meta::CPAN
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>DocKnot</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" href="/~eagle/styles/software.css" type="text/css" />
<link rel="previous" href="../cvslog/" title=""cvslog"" />
<link rel="next" href="../rra-c-util/" title="rra-c-util>" />
<link rel="up" href="../" title="Software" />
<link rel="top" href="../../" />
</head>
<!-- Spun from index.th by DocKnot %VERSION% on %DATE% -->
<body>
t/data/spin/output/software/docknot/readme.html view on Meta::CPAN
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>DocKnot %VERSION%</title>
<link rel="stylesheet" href="/~eagle/styles/faq.css" type="text/css" />
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<link rel="up" href="./" title="DocKnot" />
<link rel="top" href="../../" />
</head>
<!-- Converted by DocKnot %VERSION% on %DATE% -->
<body>
<table class="navbar"><tr>
<td class="navleft"></td>
t/data/spin/output/software/index.html view on Meta::CPAN
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Russ's Software</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" href="/~eagle/styles/indent.css" type="text/css" />
<link rel="alternate" type="application/rss+xml" href="../journal/software.rss"
title="Releases of Russ Allbery's Software" />
<link rel="next" href="../faqs/" title="FAQs and Documentation" />
<link rel="up" href="../" title="Russ Allbery" />
<link rel="top" href="../" />
</head>
<!-- Spun from index.th by DocKnot %VERSION% on %DATE% -->
t/data/spin/output/usefor/index.html view on Meta::CPAN
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>The Usenet Article Format and Protocols</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" href="/~eagle/styles/indent.css" type="text/css" />
<link rel="previous" href="../photos/" title="Photos" />
<link rel="next" href="../nntp/" title="NNTP" />
<link rel="up" href="../" title="Russ Allbery" />
<link rel="top" href="../" />
</head>
<!-- Spun from index.th by DocKnot %VERSION% on %DATE% -->
<body>
t/data/spin/text/output/big-eight.html view on Meta::CPAN
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Guidelines for Big Eight Newsgroup Creation</title>
<link rel="stylesheet" href="/~eagle/styles/faq.css" type="text/css" />
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
</head>
<!-- $Id: big-eight,v 1.16 2020/12/06 00:43:12 eagle Exp $ -->
<!-- Converted by DocKnot %VERSION% on %DATE% -->
<body>
<h1>THE BIG EIGHT NEWSGROUP CREATION PROCESS</h1>
<p class="subheading">
news.announce.newgroups Moderation Team <newgroups-request@isc.org><br />
t/data/spin/text/output/docknot-changes.html view on Meta::CPAN
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Revision history for DocKnot</title>
<link rel="stylesheet" href="/~eagle/styles/news.css" type="text/css" />
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
</head>
<!-- Converted by DocKnot %VERSION% on %DATE% -->
<body>
<h1>Revision history for DocKnot</h1>
<h2>v8.0.0 - %DATE%</h2>
<ul>
t/data/spin/text/output/mjqmail.html view on Meta::CPAN
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Using Majordomo with qmail FAQ</title>
<link rel="stylesheet" href="/~eagle/styles/faq.css" type="text/css" />
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
</head>
<!-- Converted by DocKnot %VERSION% on %DATE% -->
<body>
<h1>Using Majordomo with qmail</h1>
<p class="subheading">
Maintained by Russ Allbery <eagle@eyrie.org><br />
Last modified %DATE%
t/data/spin/text/output/rgra.html view on Meta::CPAN
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>rec.games.roguelike.announce Posting Guidelines</title>
<link rel="stylesheet" href="/~eagle/styles/faq-short.css" type="text/css" />
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
</head>
<!-- Converted by DocKnot %VERSION% on %DATE% -->
<body>
<h1>rec.games.roguelike.announce Posting Guidelines</h1>
<p class="subheading">
Russ Allbery <eagle@eyrie.org><br />
Last modified %DATE%