26 lines
1.3 KiB
HTML
26 lines
1.3 KiB
HTML
<?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" lang="en" xml:lang="en">
|
|
<head>
|
|
<!-- 2019-11-25 lun 16:12 -->
|
|
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<title>‎</title>
|
|
<meta name="generator" content="Org mode" />
|
|
</head>
|
|
<body>
|
|
<nil id="nil">
|
|
<div class="org-src-container">
|
|
<pre class="src src-sh" id="orgc50bd6b">sed -n <span style="color: #2d9574;">'/<nil id="nil">/,/<\/nil>/p'</span> sitemap.html > menu.html
|
|
sed -i <span style="color: #2d9574;">'/index\.html/d'</span> menu.html
|
|
sed -i -e <span style="color: #2d9574;">'s/href="/href="..\//g'</span> menu.html
|
|
sed -i -r <span style="color: #2d9574;">'s/<li>([0-9]-)(.*)/<li><a href="\.\.\/\1\2\/index.html">\2<\/a>/g'</span> menu.html
|
|
sed -i -e <span style="color: #2d9574;">'s/<nil id="nil">/<nav class="navbar">\n<h2 class="titlenav">indice<\/h2>/g'</span> menu.html
|
|
sed -i -e <span style="color: #2d9574;">'s/\/nil/\/nav/g'</span> menu.html
|
|
sed <span style="color: #2d9574;">'s/\.\.\//.\/storie\//g'</span> menu.html > menu-lev0.html
|
|
</pre>
|
|
</div>
|
|
</nil>
|
|
</body>
|
|
</html>
|