index.html 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  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>godzil/InsideJob @ GitHub</title>
  7. <style type="text/css">
  8. body {
  9. margin-top: 1.0em;
  10. background-color: #fff;
  11. font-family: Lucida Grande,FreeSans,sans-serif;
  12. color: #333;
  13. }
  14. #container {
  15. margin: 0 auto;
  16. width: 700px;
  17. }
  18. h1 { font-size: 2.5em; color: #000; margin-bottom: 3px; }
  19. h1 .small { font-size: 0.4em; }
  20. h1 a { text-decoration: none }
  21. h2 { font-size: 1.5em; color: #000; }
  22. h3 { text-align: center; color: #000; }
  23. a { color: #444; }
  24. .download a { text-decoration: none; }
  25. .description { font-size: 1.0em; margin-bottom: 30px; margin-top: 15px; font-style: italic;}
  26. pre { background: #000; color: #ccc; 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. <!-- <script type="text/javascript">
  31. var _gaq = _gaq || [];
  32. _gaq.push(['_setAccount', 'UA-601091-8']);
  33. _gaq.push(['_trackPageview']);
  34. (function() {
  35. var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
  36. ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
  37. var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  38. })();
  39. </script>-->
  40. </head>
  41. <body>
  42. <a href="http://github.com/godzil/InsideJob"><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>
  43. <div id="container">
  44. <h1><a href="http://github.com/godzil/InsideJob">Inside Job</a></h1>
  45. <div class="description">
  46. Inside Job is a Minecraft inventory editor for Mac OS X 10.6 written by <a href="http://adampreble.net/">Adam Preble</a>.
  47. </div>
  48. <div class="description">
  49. Management of SMP world added by <a href="http://www.godzil.net">Manoel Trapier</a>.
  50. </div>
  51. <img src="InsideJob.png" />
  52. <p>
  53. Instructions, release notes, and the full license text (MIT License) are available <a href="http://github.com/godzil/InsideJob/blob/master/README.markdown">here</a>.
  54. </p>
  55. <h2>Download Inside Job</h2>
  56. <div class="download">
  57. <table border="0" cellspacing="10">
  58. <tr>
  59. <td align="center">
  60. <a href="https://github.com/downloads/Godzil/InsideJob/Inside%20Job.zip">
  61. <img border="0" width="90" src="http://github.com/images/modules/download/zip.png"><br/>v1.0.2-SMP</a>
  62. </td>
  63. </tr>
  64. </table>
  65. </div>
  66. <h2>Source Code</h2>
  67. <p>
  68. The source code to Inside Job is made available under the MIT License.
  69. You can download this project in either
  70. <a href="http://github.com/godzil/InsideJob/zipball/master">zip</a> or
  71. <a href="http://github.com/godzil/InsideJob/tarball/master">tar</a> formats.
  72. </p>
  73. <p>You can also clone the project with <a href="http://git-scm.com">Git</a> by running:
  74. <pre>$ git clone git://github.com/godzil/InsideJob</pre>
  75. </p>
  76. <h2>Support</h2>
  77. <p>
  78. Please report issues with Inside Job by <a href="http://github.com/godzil/InsideJob/issues">creating an issue on GitHub</a>.
  79. </p>
  80. <div class="footer">
  81. get the source code on GitHub : <a href="http://github.com/godzil/InsideJob">godzil/InsideJob</a>
  82. </div>
  83. </div>
  84. </body>
  85. </html>