index-template.html.svn-base
上传用户:market2
上传日期:2018-11-18
资源大小:18786k
文件大小:3k
源码类别:

外挂编程

开发平台:

Windows_Unix

  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  5. <title>Index : OpenKore source code documentation</title>
  6. <link rel="stylesheet" type="text/css" href="openkore.css">
  7. <style type="text/css">
  8. <!--
  9. ul a {
  10. text-decoration: none;
  11. }
  12. ul a:hover {
  13. text-decoration: underline;
  14. }
  15. -->
  16. </style>
  17. <!-- Fix broken PNG transparency for IE/Win5-6+ -->
  18. <!--[if gte IE 5.5000]>
  19. <script type="text/javascript" src="pngfix.js"></script>
  20. <![endif]-->
  21. </head>
  22. <body>
  23. <div id="title">OpenKore source code documentation</div>
  24. <div id="navigation">
  25. <ul>
  26. <li><a href="http://www.openkore.com/">Main website</a></li>
  27. <li><b>Table of contents</b></li>
  28. </ul>
  29. </div>
  30. <div id="main">
  31. <h1>Table of contents</h1>
  32. <h3>This is work in progress!</h3>
  33. <h2>Introduction</h2>
  34. <img src="development.png" style="float: left; margin-right: 0.25cm;">
  35. This is the source code documentation page for OpenKore.<br>
  36. If you're new to OpenKore development, please read the <a href="http://www.openkore.com/wiki/index.php/Developers_Introduction_Guide">OpenKore Development Introduction Guide</a>.
  37. <div style="clear: left;"></div>
  38. <h2>Quick source code overview (not finished)</h2>
  39. <ul>
  40. <li><a href="init.html">Initialization &amp; main loop</a></li>
  41. <li><a href="http://www.openkore.com/wiki/index.php/Network_subsystem">Network subsystem overview</a></li>
  42. <li><a href="artificial-intelligence.html">AI ("Artificial Intelligence")</a></li>
  43. <li>Important global variables</li>
  44. </ul>
  45. <h2>Special guides</h2>
  46. <ul>
  47. <li><a href="plugin-tut.html">Plugin Writing Tutorial</a></li>
  48. </ul>
  49. <h2>Modules (not everything is documented)</h2>
  50. <table id="moduleIndex">
  51. @MODULES@
  52. </table>
  53. <h2>Independent utility modules</h2>
  54. These utility modules are generic can be used independently from OpenKore.
  55. <table id="moduleIndex">
  56. @UTILS_MODULES@
  57. </table>
  58. <h2>The Wx interface</h2>
  59. OpenKore has a graphical user interface written with WxWidgets.
  60. In short, it's called the Wx interface. It uses many custom controls.
  61. Here's a list of some of the documented custom controls.
  62. <table id="moduleIndex">
  63. @WXMODULES@
  64. </table>
  65. <p><hr><p>
  66. <div id="footer">
  67. <ul>
  68. <li><a href="http://validator.w3.org/check?uri=referer" title="Valid HTML 4.01!"><img src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!" height="31" width="88"></a></li>
  69. <li><a href="http://www.mozilla.com/" title="Get Firefox - Take Back the Web"><img width="104" height="32" src="http://www.mozilla.org/products/firefox/buttons/getfirefox_small.png" alt="Get Firefox - Take Back the Web"></a></li>
  70. <li><a href="http://www.mozilla.com/" title="If you were looking at this page in any browser but Microsoft Internet Explorer, it would look and run better and faster"><img width="45" height="45" src="http://linuxart.com/img/noIE-small.png" alt="If you were looking at this page in any browser but Microsoft Internet Explorer, it would look and run better and faster"></a></li>
  71. </ul>
  72. Last modified: @MODIFIED@
  73. </div>
  74. </div>
  75. </body>
  76. </html>