A C++ DAL / ORM code generation framework
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.

77 lines
2.4 KiB

  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset='utf-8'>
  5. <title>erikwinn/worm @ GitHub</title>
  6. <style type="text/css">
  7. body {
  8. margin-top: 1.0em;
  9. background-color: #103f86;
  10. font-family: Helvetica, Arial, FreeSans, san-serif;
  11. color: #ffffff;
  12. }
  13. #container {
  14. margin: 0 auto;
  15. width: 700px;
  16. }
  17. h1 { font-size: 3.8em; color: #efc079; margin-bottom: 3px; }
  18. h1 .small { font-size: 0.4em; }
  19. h1 a { text-decoration: none }
  20. h2 { font-size: 1.5em; color: #efc079; }
  21. h3 { text-align: center; color: #efc079; }
  22. a { color: #efc079; }
  23. .description { font-size: 1.2em; margin-bottom: 30px; margin-top: 30px; font-style: italic;}
  24. .download { float: right; }
  25. pre { background: #000; color: #fff; padding: 15px;}
  26. hr { border: 0; width: 80%; border-bottom: 1px solid #aaa}
  27. .footer { text-align:center; padding-top:30px; font-style: italic; }
  28. </style>
  29. </head>
  30. <body>
  31. <a href="http://github.com/erikwinn/worm"><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>
  32. <div id="container">
  33. <div class="download">
  34. <a href="http://github.com/erikwinn/worm/zipball/master">
  35. <img border="0" width="90" src="http://github.com/images/modules/download/zip.png"></a>
  36. <a href="http://github.com/erikwinn/worm/tarball/master">
  37. <img border="0" width="90" src="http://github.com/images/modules/download/tar.png"></a>
  38. </div>
  39. <h1><a href="http://github.com/erikwinn/worm">worm</a>
  40. <span class="small">by <a href="http://github.com/erikwinn">erikwinn</a></span></h1>
  41. <div class="description">
  42. A C++ DAL / ORM code generation framework
  43. </div>
  44. <h2>Authors</h2>
  45. <p>Erik Winn (erikwinnmail@yahoo.com) <br/> </p>
  46. <h2>Contact</h2>
  47. <p>Erik Winn (erikwinnmail@yahoo.com) <br/> </p>
  48. <h2>Download</h2>
  49. <p>
  50. You can download this project in either
  51. <a href="http://github.com/erikwinn/worm/zipball/master">zip</a> or
  52. <a href="http://github.com/erikwinn/worm/tarball/master">tar</a> formats.
  53. </p>
  54. <p>You can also clone the project with <a href="http://git-scm.com">Git</a>
  55. by running:
  56. <pre>$ git clone git://github.com/erikwinn/worm</pre>
  57. </p>
  58. <div class="footer">
  59. get the source code on GitHub : <a href="http://github.com/erikwinn/worm">erikwinn/worm</a>
  60. </div>
  61. </div>
  62. </body>
  63. </html>