index.html 2.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  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"media="screen">
  8. @import url("index.css");
  9. </style>
  10. <script type="text/javascript">
  11. var _gaq = _gaq || [];
  12. _gaq.push(['_setAccount', 'UA-22057036-1']);
  13. _gaq.push(['_trackPageview']);
  14. (function() {
  15. var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
  16. ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
  17. var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  18. })();
  19. </script>
  20. </head>
  21. <body>
  22. <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>
  23. <div id="container">
  24. <h1><a href="http://github.com/godzil/InsideJob">Inside Job - SMP</a></h1>
  25. <div class="description">
  26. Inside Job is a Minecraft inventory editor for Mac OS X 10.6 written by <a href="http://adampreble.net/">Adam Preble</a>.
  27. </div>
  28. <div class="description">
  29. Management of SMP world added by <a href="http://www.godzil.net">Manoel Trapier</a>.
  30. </div>
  31. <img src="InsideJob.png" />
  32. <p>
  33. 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>.
  34. </p>
  35. <h2>Download Inside Job</h2>
  36. <div class="download">
  37. <table border="0" cellspacing="10">
  38. <tr>
  39. <td align="center">
  40. <a href="https://github.com/downloads/Godzil/InsideJob/Inside%20Job.zip">
  41. <img border="0" width="90" src="http://github.com/images/modules/download/zip.png"><br/>v1.0.2-SMP</a>
  42. </td>
  43. </tr>
  44. </table>
  45. </div>
  46. <h2>Source Code</h2>
  47. <p>
  48. The source code to Inside Job is made available under the MIT License.
  49. You can download this project in either
  50. <a href="http://github.com/godzil/InsideJob/zipball/master">zip</a> or
  51. <a href="http://github.com/godzil/InsideJob/tarball/master">tar</a> formats.
  52. </p>
  53. <p>You can also clone the project with <a href="http://git-scm.com">Git</a> by running:
  54. <pre>$ git clone git://github.com/godzil/InsideJob</pre>
  55. </p>
  56. <h2>Support</h2>
  57. <p>
  58. Please report issues with Inside Job by <a href="http://github.com/godzil/InsideJob/issues">creating an issue on GitHub</a>.
  59. </p>
  60. <div class="footer">
  61. get the source code on GitHub : <a href="http://github.com/godzil/InsideJob">godzil/InsideJob</a>
  62. </div>
  63. </div>
  64. </body>
  65. </html>