PageRenderTime 71ms CodeModel.GetById 25ms RepoModel.GetById 1ms app.codeStats 0ms

/cc-about.en.html

https://github.com/wakaba/webhacc
HTML | 137 lines | 102 code | 30 blank | 5 comment | 0 complexity | 9def282a370aa4e2c06c64924a6afb4f MD5 | raw file
  1. <!DOCTYPE HTML>
  2. <html lang=en>
  3. <head>
  4. <title>About WebHACC</title>
  5. <link rel=stylesheet href="cc-style">
  6. <link rel=index href="cc/">
  7. <link rel=license href="#license">
  8. <link rel=author href="#author">
  9. </head>
  10. <body>
  11. <h1><a href="cc/"><abbr title="Web Hypertext Application Conformance Checker"><img src="icons/title" alt="WebHACC"></abbr></a></h1>
  12. <div class=section id=about>
  13. <h2>About
  14. <abbr title="Web Hypertext Application Conformance Checker">WebHACC</abbr>...</h2>
  15. <p class=important>This checker is <strong>OBSOLETE</strong>. See
  16. <a href=https://manakai.github.io/>manakai project Web site</a> for
  17. new versions of checkers.
  18. <p><a href="cc/"><abbr title="Web Hypertext Application Conformance Checker">WebHACC</abbr></a>
  19. is a <em>conformance checker</em> (or validator) for Web documents,
  20. supporting <a href="standards">latest Web standards</a> including
  21. <a href="http://whatwg.org/html5"><abbr title="Hypertext Markup Language">HTML</abbr>5</a>,
  22. <a href="urn:ietf:rfc:4287">Atom 1.0</a>,
  23. <a href="http://www.w3.org/Style/CSS/current-work"><abbr title="Cascading Style Sheets">CSS</abbr>3</a>.
  24. <div class=section id=tools>
  25. <h3>WebHACC tools</h3>
  26. <ul>
  27. <li><a href="cc/">Check your document now!</a>
  28. <li><a href="langtag/">Inspect language tags</a>
  29. </ul>
  30. </div>
  31. <div class=section id=documents>
  32. <h3>Documentations</h3>
  33. <ul>
  34. <li><a href="error-description">Description of errors</a>
  35. (<a href=error-description.en>English</a> / <a href=error-description.ja>Japanese</a>)
  36. <li><a href="standards">Supported standard</a>
  37. </ul>
  38. </div>
  39. <div class=section id=bookmarklet>
  40. <h3>Bookmarklet</h3>
  41. <p><a href="javascript:%0A%20%20location.href%20%3D%20%27https%3A%2F%2Fwebhacc-old.herokuapp.com%2Fcc%2F%3Furi%3D%27%0A%20%20%20%20%20%20%2B%20encodeURIComponent%20%28location.href%29%3B%0A%20%20void%20%280%29%3B%0A"><i>Check
  42. by
  43. <abbr title="Web Hypertext Application Conformance Checker">WebHACC</abbr></i>
  44. bookmarklet</a>
  45. </div>
  46. <div class=section id=poweredby>
  47. <h3>Powered by ...</h3>
  48. <ul>
  49. <li><a href="http://suika.fam.cx/www/manakai-core/doc/web/">manakai</a>,
  50. a Perl library for <abbr title="Document Object Model">DOM</abbr>.
  51. <li><a href="http://suika.fam.cx/www/markup/html/whatpm/readme">Whatpm</a>,
  52. a subproject of manakai that supports
  53. <abbr title="Hypertext Markup Language">HTML</abbr>,
  54. <abbr title="Extensible Markup Language">XML</abbr>,
  55. <abbr title="Cascading Style Sheets">CSS</abbr>,
  56. and other Web languages.
  57. <li><a
  58. href="http://search.cpan.org/dist/Regexp-Parser/"><code>Regexp::Parser</code></a>
  59. and <a href="http://suika.fam.cx/regexp/doc/readme">its extensions for
  60. JavaScript regular expressions</a>.
  61. </ul>
  62. </div>
  63. <div class=section id=sourcecode>
  64. <h3>Source code</h3>
  65. <p><abbr title="Web Hypertext Application Conformance
  66. Checker">WebHACC</abbr> is written in pure Perl, using <a
  67. href="#poweredby">aforementioned modules</a>.
  68. <p>You can clone the Git repository (<a
  69. href="https://github.com/wakaba/webhacc/">GitHub</a> / <a
  70. href="http://suika.fam.cx/gate/git/wi/webhacc.git/">Suika</a>) of the
  71. project by the following command:
  72. <pre>
  73. <!--$ <kbd>git clone http://suika.fam.cx/gate/git/bare/perl/regexp.git/</kbd>
  74. -->$ <kbd>git clone https://github.com/wakaba/webhacc.git</kbd>
  75. $ <kbd>git submodule update --init</kbd>
  76. </pre>
  77. <!-- Its source code is <a
  78. href="http://suika.fam.cx/gate/cvs/webroot/gate/2007/html/">available
  79. from the <abbr title="Concurrent Versions System">CVS</abbr>
  80. repository</a>. -->
  81. </div>
  82. <div class=section id=author>
  83. <h3>Author</h3>
  84. <p><a href="http://suika.fam.cx/~wakaba/who?" rel=author>Wakaba</a>.</p>
  85. </div>
  86. <div class=section id=license>
  87. <h3>License</h3>
  88. <p>&copy; Copyright 2007-2011 <a
  89. href="http://suika.fam.cx/~wakaba/who?" rel=author
  90. lang=ja>Wakaba</a>.
  91. <p>This program and accompanying documents are free software;
  92. you can redistribute them and/or modify them under the same terms as
  93. Perl itself.
  94. <p class=note>Note that some icons are distributed under
  95. <a href="LICENSE">different free software licenses</a>.
  96. </div>
  97. </div>
  98. <script>
  99. (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
  100. (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
  101. m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
  102. })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
  103. ga('create', 'UA-39820773-4', 'manakai.github.io');
  104. ga('send', 'pageview');
  105. </script>
  106. </body>
  107. </html>