github.com/web-platform-tests/wpt.fyi@v0.0.0-20240530210107-70cf978996f1/webapp/templates/about.html (about)

     1  <!DOCTYPE html>
     2  <html lang="en">
     3  <head>
     4  {{ template "_head_common.html" . }}
     5  <style>
     6    .version {
     7      color: #777;
     8    }
     9  </style>
    10  </head>
    11  <body>
    12  <div id="content">
    13    <wpt-header {{if .User}}user="{{.User.GitHubHandle}}"{{end}}></wpt-header>
    14    <article>
    15      <h1>About</h1>
    16      <p>The WPT Dashboard, <a href="http://wpt.fyi/">wpt.fyi</a>, displays results for the <a href="https://github.com/web-platform-tests/wpt">web-platform-tests</a>, or WPT, which are a group of test suites for many web platform specifications.</p>
    17      <p>If the web platform as a whole were an engineering project, it'd be crazy not to have a test suite that's run regularly. The goal of the WPT Dashboard is to promote viewing the web platform as one entity and to make identifying and fixing interoperability issues as easy as possible.</p>
    18      <p>The WPT Dashboard project is comprised of two parts:</p>
    19      <ul>
    20        <li>
    21          <b>Running:</b> currently the goal is to run WPT in Chrome, Edge, Firefox, and Safari daily.
    22        </li>
    23        <li>
    24          <b>Serving:</b> this site, <a href="http://wpt.fyi/">wpt.fyi</a>, displaying test results.
    25        </li>
    26      </ul>
    27      <h2>Source and Documentation</h2>
    28      <p>The source code for both running and serving test results is on GitHub:</p>
    29      <ul>
    30        <li>
    31          <b>Running:</b> <a href="https://github.com/web-platform-tests/wpt">web-platform-tests/wpt</a>
    32        </li>
    33        <li>
    34          <b>Serving:</b> <a href="https://github.com/web-platform-tests/wpt.fyi">web-platform-tests/wpt.fyi</a>
    35        </li>
    36      </ul>
    37      <h2>Contact</h2>
    38      <p>Please file a <a href="https://github.com/web-platform-tests/wpt.fyi/issues/new">GitHub issue</a>. For other discussion, most people who contribute to the WPT Dashboard monitor the <a href="http://lists.w3.org/Archives/Public/public-test-infra/">public-test-infra@w3.org</a> mailing list.</p>
    39    </article>
    40    <article>
    41      {{ if .Data.Version }}
    42      <i class="version">wpt.fyi version {{ .Data.Version }}</i>
    43      {{ end }}
    44    </article>
    45  </div>
    46  </body>
    47  </html>