forked from GitHub/gf-rgl
Fix some invalid HTML in synopsis
This commit is contained in:
@@ -58,7 +58,7 @@ categories.png: categories.dot
|
|||||||
|
|
||||||
categories-imagemap.html: categories.dot
|
categories-imagemap.html: categories.dot
|
||||||
rm -f $@
|
rm -f $@
|
||||||
echo '<img src="categories.png" usemap="#categories">' > $@
|
echo '<img src="categories.png" usemap="#categoriesmap" alt="RGL categories">' > $@
|
||||||
dot -Tcmapx $^ >> $@
|
dot -Tcmapx $^ >> $@
|
||||||
|
|
||||||
api-examples.gfs: api-examples.txt MkExx.hs
|
api-examples.gfs: api-examples.txt MkExx.hs
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
digraph categories {
|
digraph categoriesmap {
|
||||||
|
|
||||||
size = "11,11" ;
|
size = "11,11" ;
|
||||||
node [href="#\N"];
|
node [href="#\N"];
|
||||||
|
|||||||
@@ -43,7 +43,7 @@ $endfor$
|
|||||||
$if(title)$
|
$if(title)$
|
||||||
<header id="title-block-header">
|
<header id="title-block-header">
|
||||||
<a href="$rel-root$" title="Home">
|
<a href="$rel-root$" title="Home">
|
||||||
<img src="$rel-root$/doc/Logos/gf1.svg" height="200px" class="float-md-right ml-3 mb-3 bg-white" alt="GF Logo">
|
<img src="$rel-root$/doc/Logos/gf1.svg" height="200" class="float-md-right ml-3 mb-3 bg-white" alt="GF Logo">
|
||||||
</a>
|
</a>
|
||||||
<h1 class="title">$title$</h1>
|
<h1 class="title">$title$</h1>
|
||||||
$if(subtitle)$
|
$if(subtitle)$
|
||||||
@@ -113,8 +113,7 @@ $endif$
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="col-6 col-sm-3">
|
<div class="col-6 col-sm-3">
|
||||||
<h6 class="text-muted">Contribute</i>
|
<h6 class="text-muted">Contribute</h6>
|
||||||
</h6>
|
|
||||||
<ul class="list-unstyled">
|
<ul class="list-unstyled">
|
||||||
<li><a href="http://groups.google.com/group/gf-dev">Mailing List</a></li>
|
<li><a href="http://groups.google.com/group/gf-dev">Mailing List</a></li>
|
||||||
<li><a href="https://github.com/GrammaticalFramework/gf-core/issues">Issue Tracker</a></li>
|
<li><a href="https://github.com/GrammaticalFramework/gf-core/issues">Issue Tracker</a></li>
|
||||||
@@ -129,8 +128,8 @@ $endif$
|
|||||||
<a href="https://github.com/GrammaticalFramework/gf-rgl">RGL</a> ·
|
<a href="https://github.com/GrammaticalFramework/gf-rgl">RGL</a> ·
|
||||||
<a href="https://github.com/GrammaticalFramework/gf-contrib">Contributions</a>
|
<a href="https://github.com/GrammaticalFramework/gf-contrib">Contributions</a>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
</div>
|
||||||
<div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
$for(include-after)$
|
$for(include-after)$
|
||||||
$include-after$
|
$include-after$
|
||||||
|
|||||||
Reference in New Issue
Block a user