freedoom-layout.conf 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. # Freedoom website layout
  2. [macros]
  3. (?u)^(?P<name>youtube)::(?P<target>\S*?)(\[(?P<attrlist>.*?)\])$=#
  4. [youtube-blockmacro]
  5. <iframe width="{width=592}" height="{height=333}"
  6. src="https://www.youtube.com/embed/{target}?html5=1" allowfullscreen="allowfullscreen"
  7. style="border:0;margin:13px;{style}">
  8. </iframe>
  9. [header]
  10. <!-- See COPYING.adoc for license terms of this file. -->
  11. <!DOCTYPE html>
  12. <html lang="{lang=en}">
  13. <head>
  14. <title>Freedoom — {doctitle}</title>
  15. <meta http-equiv="Content-Type" content="text/html; charset={encoding}" />
  16. <meta name="generator" content="AsciiDoc {asciidoc-version}" />
  17. <meta itemprop="name" content="Freedoom" />
  18. <meta property="og:title" content="Freedoom" />
  19. <meta itemprop="description" content="Freedoom's website" />
  20. <meta name="description" content="Freedoom's website" />
  21. <meta property="og:description" content="Freedoom's website" />
  22. <meta name="keywords" content="freedoom, doom, fps, open-source, open source, free, vanilla, 1990s, 90s, 1993, 1994" />
  23. <meta property="og:site_name" content="Free content game using the Doom engine" />
  24. <meta property="og:type" content="website" />
  25. <meta property="og:image" content="https://freedoom.github.io/mugshot.png" />
  26. <link rel="icon" href="favicon.ico" />
  27. <link rel="stylesheet" href="{theme=asciidoc}.css" type="text/css" />
  28. </head>
  29. <body>
  30. <!-- Automatically generated, do not hand-hack!
  31. This web page uses AsciiDoc to generate its contents,
  32. edit the *.txt sources in order to change it.
  33. -->
  34. <div id="header">
  35. <h1 id="site">Freedoom</h1>
  36. <h2 id="page">{doctitle}</h2>
  37. <a href="https://github.com/freedoom/freedoom"><img id="forkme" src="forkme.png" alt="Fork me on GitHub" /></a>
  38. </div>
  39. <div id="navigation">
  40. <div id="contents" class="nav">
  41. <h3>Contents</h3>
  42. <ul>
  43. <li><a href="index.html">Home Page</a></li>
  44. <li><a href="about.html">What is Freedoom?</a></li>
  45. <li><a href="screenshots.html">Screenshots</a></li>
  46. <li><a href="download.html">Download</a></li>
  47. <li><a href="help.html">Help Freedoom!</a></li>
  48. <li><hr /></li>
  49. <li><a href="https://github.com/freedoom/freedoom/issues">Report Issues</a></li>
  50. <li><a href="https://www.doomworld.com/forum/17-freedoom/">Discuss on the Forum</a></li>
  51. <li><a href="https://discord.gg/cGsSCXq">Talk on Discord</a></li>
  52. <li><hr /></li>
  53. <li><a href="using.html">Other Projects</a></li>
  54. <li style="text-align: center;">
  55. <a href="https://github.com/freedoom/freedoom"><img src="img/social/github.png" alt="GitHub" /></a>
  56. <a href="https://www.youtube.com/FreedoomGame"><img src="img/social/youtube.png" alt="YouTube" /></a>
  57. </li>
  58. </ul>
  59. </div>
  60. </div>
  61. <div id="main">
  62. [footer]
  63. <p></p>
  64. <hr />
  65. <p>
  66. Copyright 2001 - <script type="text/javascript">
  67. var today = new Date()
  68. var year = today.getFullYear()
  69. document.write(year)
  70. </script> by contributors of the Freedoom project. Freedoom and this website is <a href="https://github.com/freedoom/freedoom/blob/master/COPYING.adoc">licensed under an open-license</a>. We have an <a href="feed.xml">RSS feed that you can follow</a>.</p>
  71. </div>
  72. </body>
  73. </html>