A fork of hyde, the static site generation. Some patches will be pushed upstream.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

81 lines
2.6 KiB

  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4. <head>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
  6. <title>hydepy/hyde @ GitHub</title>
  7. <style type="text/css">
  8. body {
  9. margin-top: 1.0em;
  10. background-color: #4e661f;
  11. font-family: "Helvetica,Arial,FreeSans";
  12. color: #ffffff;
  13. }
  14. #container {
  15. margin: 0 auto;
  16. width: 700px;
  17. }
  18. h1 { font-size: 3.8em; color: #b199e0; margin-bottom: 3px; }
  19. h1 .small { font-size: 0.4em; }
  20. h1 a { text-decoration: none }
  21. h2 { font-size: 1.5em; color: #b199e0; }
  22. h3 { text-align: center; color: #b199e0; }
  23. a { color: #b199e0; }
  24. .description { font-size: 1.2em; margin-bottom: 30px; margin-top: 30px; font-style: italic;}
  25. .download { float: right; }
  26. pre { background: #000; color: #fff; padding: 15px;}
  27. hr { border: 0; width: 80%; border-bottom: 1px solid #aaa}
  28. .footer { text-align:center; padding-top:30px; font-style: italic; }
  29. </style>
  30. </head>
  31. <body>
  32. <a href="http://github.com/hydepy/hyde"><img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub" /></a>
  33. <div id="container">
  34. <div class="download">
  35. <a href="http://github.com/hydepy/hyde/zipball/master">
  36. <img border="0" width="90" src="http://github.com/images/modules/download/zip.png"></a>
  37. <a href="http://github.com/hydepy/hyde/tarball/master">
  38. <img border="0" width="90" src="http://github.com/images/modules/download/tar.png"></a>
  39. </div>
  40. <h1><a href="http://github.com/hydepy/hyde">hyde</a>
  41. <span class="small">by <a href="http://github.com/hydepy">hydepy</a></span></h1>
  42. <div class="description">
  43. A Python Static Website Generator
  44. </div>
  45. <h2>Authors</h2>
  46. <p>Lakshmi Vyasarajan (lakshmi.vyas@gmail.com) <br/> <br/> </p>
  47. <h2>Contact</h2>
  48. <p>Hyde - Static Website Generator (hyde@ringce.com) <br/> </p>
  49. <h2>Download</h2>
  50. <p>
  51. You can download this project in either
  52. <a href="http://github.com/hydepy/hyde/zipball/master">zip</a> or
  53. <a href="http://github.com/hydepy/hyde/tarball/master">tar</a> formats.
  54. </p>
  55. <p>You can also clone the project with <a href="http://git-scm.com">Git</a>
  56. by running:
  57. <pre>$ git clone git://github.com/hydepy/hyde</pre>
  58. </p>
  59. <div class="footer">
  60. get the source code on GitHub : <a href="http://github.com/hydepy/hyde">hydepy/hyde</a>
  61. </div>
  62. </div>
  63. </body>
  64. </html>