menumaker.html 1.3 KB

1234567891011121314151617181920212223242526
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  3. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  4. <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
  5. <head>
  6. <!-- 2019-11-25 lun 16:12 -->
  7. <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
  8. <meta name="viewport" content="width=device-width, initial-scale=1" />
  9. <title>&lrm;</title>
  10. <meta name="generator" content="Org mode" />
  11. </head>
  12. <body>
  13. <nil id="nil">
  14. <div class="org-src-container">
  15. <pre class="src src-sh" id="orgc50bd6b">sed -n <span style="color: #2d9574;">'/&lt;nil id="nil"&gt;/,/&lt;\/nil&gt;/p'</span> sitemap.html &gt; menu.html
  16. sed -i <span style="color: #2d9574;">'/index\.html/d'</span> menu.html
  17. sed -i -e <span style="color: #2d9574;">'s/href="/href="..\//g'</span> menu.html
  18. sed -i -r <span style="color: #2d9574;">'s/&lt;li&gt;([0-9]-)(.*)/&lt;li&gt;&lt;a href="\.\.\/\1\2\/index.html"&gt;\2&lt;\/a&gt;/g'</span> menu.html
  19. sed -i -e <span style="color: #2d9574;">'s/&lt;nil id="nil"&gt;/&lt;nav class="navbar"&gt;\n&lt;h2 class="titlenav"&gt;indice&lt;\/h2&gt;/g'</span> menu.html
  20. sed -i -e <span style="color: #2d9574;">'s/\/nil/\/nav/g'</span> menu.html
  21. sed <span style="color: #2d9574;">'s/\.\.\//.\/storie\//g'</span> menu.html &gt; menu-lev0.html
  22. </pre>
  23. </div>
  24. </nil>
  25. </body>
  26. </html>