IkiWiki-Plugin-syntax

 view release on metacpan or  search on metacpan

examples/example.html  view on Meta::CPAN


    
        <TABLE>
<TR>
    <TD>Source fragment.html using Simple engine</TD>
</TR>
<TR>
    <TD><PRE>
    URL from  to examples/sources/fragment.html
<span class="syntax"><span class="synLineNumber">    1</span>  &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
<span class="synLineNumber">    2</span>  &lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Strict//EN&quot;
<span class="synLineNumber">    3</span>   &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&quot;&gt;
<span class="synLineNumber">    4</span>  &lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; xml:lang=&quot;es&quot; lang=&quot;es&quot;&gt;
<span class="synLineNumber">    5</span>  
<span class="synLineNumber">    6</span>  &lt;head&gt;
<span class="synLineNumber">    7</span>  	&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=utf-8&quot; /&gt;
<span class="synLineNumber">    8</span>      &lt;!-- &lt;base href=&quot;&quot; /&gt; --&gt;
<span class="synLineNumber">    9</span>  	&lt;title&gt;P&amp;#xE1;gina principal&lt;/title&gt;
<span class="synLineNumber">   10</span>  	&lt;link rel=&quot;stylesheet&quot; href=&quot;style.css&quot; type=&quot;text/css&quot;
<span class="synLineNumber">   11</span>          media=&quot;screen&quot; /&gt;
<span class="synLineNumber">   12</span>  	&lt;link rel=&quot;stylesheet&quot; href=&quot;print.css&quot; type=&quot;text/css&quot;

examples/example.html  view on Meta::CPAN

        </BR>
    
        <TABLE>
<TR>
    <TD>Source fragment.html using Vim engine</TD>
</TR>
<TR>
    <TD><PRE>
    URL from  to examples/sources/fragment.html
<span class="syntax"><span class="synLineNumber">    1</span>  <span class="synIdentifier">&lt;?xml </span><span class="synType">version</span><span class="synIdentifier">=</span><span class="synConstant">&quot;1.0&quot;</span><span class="synIdentif...
<span class="synLineNumber">    2</span>  <span class="synComment">&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Strict//EN&quot;</span>
<span class="synLineNumber">    3</span>  <span class="synComment"> &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&quot;&gt;</span>
<span class="synLineNumber">    4</span>  <span class="synIdentifier">&lt;</span><span class="synStatement">html</span><span class="synIdentifier"> xmlns=</span><span class="synConstant">&quot;http://www.w3.org/1999/xhtml&quot;</span><span class="syn...
<span class="synLineNumber">    5</span>  
<span class="synLineNumber">    6</span>  <span class="synIdentifier">&lt;</span><span class="synStatement">head</span><span class="synIdentifier">&gt;</span>
<span class="synLineNumber">    7</span>  <span class="synPreProc">	</span><span class="synIdentifier">&lt;</span><span class="synStatement">meta</span><span class="synIdentifier"> </span><span class="synType">http-equiv</span><span class="synIdentif...
<span class="synLineNumber">    8</span>  <span class="synPreProc">    </span><span class="synComment">&lt;!-- &lt;base href=&quot;&quot; /&gt; --&gt;</span>
<span class="synLineNumber">    9</span>  <span class="synPreProc">	</span><span class="synIdentifier">&lt;</span><span class="synStatement">title</span><span class="synIdentifier">&gt;</span>P<span class="synSpecial">&amp;#xE1;</span>gina principal<...
<span class="synLineNumber">   10</span>  <span class="synPreProc">	</span><span class="synIdentifier">&lt;</span><span class="synStatement">link</span><span class="synIdentifier"> </span><span class="synType">rel</span><span class="synIdentifier">=<...
<span class="synLineNumber">   11</span>  <span class="synIdentifier">        </span><span class="synType">media</span><span class="synIdentifier">=</span><span class="synConstant">&quot;screen&quot;</span><span class="synIdentifier"> /&gt;</span>
<span class="synLineNumber">   12</span>  <span class="synPreProc">	</span><span class="synIdentifier">&lt;</span><span class="synStatement">link</span><span class="synIdentifier"> </span><span class="synType">rel</span><span class="synIdentifier">=<...

examples/plugin-info.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> 
<HEAD>
    <TITLE>Information about the backends</TITLE>
    <STYLE type="text/css">
        table {
            border:     solid 1px green;
            margin:     1em;
            }
        thead {

examples/sources/fragment.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="es" lang="es">

<head>
	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <!-- <base href="" /> -->
	<title>P&#xE1;gina principal</title>
	<link rel="stylesheet" href="style.css" type="text/css"
        media="screen" />
	<link rel="stylesheet" href="print.css" type="text/css"

t/06.info.t  view on Meta::CPAN

if (not ResultsFile($file)) {
    plan( skip_all => "Could not write to the ${file} file" );
}
else {
    plan( tests => (scalar @engines + 1));
}

use_ok("IkiWiki::Plugin::syntax");

my $info_header = <<EOF;
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<HTML> 
<HEAD>
    <TITLE>Information about the backends</TITLE>
    <STYLE type="text/css">
        table {
            border:     solid 1px green;
            margin:     1em;
            }
        thead {



( run in 0.579 second using v1.01-cache-2.11-cpan-49f99fa48dc )