PageRenderTime 27ms CodeModel.GetById 45ms RepoModel.GetById 1ms app.codeStats 0ms

/docs/html/tools/index.html

https://github.com/YuhangGe/kissyteam.github.com
HTML | 193 lines | 154 code | 20 blank | 19 comment | 0 complexity | f4f8dd87c3d976d566dc27557147a67a MD5 | raw file
  1. <!doctype html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8"/>
  5. <title>前端常用工具 &mdash; KISSY Docs valpha documentation</title>
  6. <link rel="stylesheet" href="../static/reset.css"/>
  7. <link rel="stylesheet" href="../static/kissy.css"/>
  8. <link rel="stylesheet" href="../static/pygments.css"/>
  9. <link rel="shortcut icon" href="../static/favicon.ico"/>
  10. <link href='http://fonts.googleapis.com/css?family=Philosopher' rel='stylesheet' type='text/css'>
  11. <script>
  12. var DOCUMENTATION_OPTIONS = {
  13. URL_ROOT: '../',
  14. VERSION: 'alpha',
  15. COLLAPSE_INDEX: false,
  16. FILE_SUFFIX: '.html',
  17. HAS_SOURCE: true
  18. };
  19. if(window.location.href.indexOf("localhost/kissy_git/")!=-1){
  20. document.write('<script src="http://localhost/kissy_git/kissy/build/kissy.js"'+'><'+'/script>');
  21. } else{
  22. document.write('<script src="http://yiminghe.github.com/kissy/build/kissy.js"'+'>'+'<'+'/script>');
  23. }
  24. </script>
  25. <script type="text/javascript" src="../static/jquery.js"></script>
  26. <script type="text/javascript" src="../static/underscore.js"></script>
  27. <script type="text/javascript" src="../static/doctools.js"></script>
  28. </head>
  29. <body><div id="header">
  30. <h1 class="logo"><a alt="KISSY" href="http://docs.kissyui.com"><img src="../static/logo.png"/></a></h1>
  31. <p class="desc">小巧灵活简洁实用愉悦编码快乐开发</p>
  32. <ul class="navigation">
  33. <li><a href="../../html/quickstart/index.html">快速上手</a></li>
  34. <li><a href="../../html/api/index.html">API</a></li>
  35. <li><a href="../../html/demo/index.html">DEMO</a></li>
  36. <li><a href="http://blog.kissyui.com/">博客</a></li>
  37. <!--<li><a href="mailto:all@kissyui.com">论坛</a></li>-->
  38. <li><a href="http://www.github.com/kissyteam">源码</a></li>
  39. </ul>
  40. <div id="searchbox" style="display: none" class="searchbox">
  41. <form class="search" action="../search.html" method="get">
  42. <input type="text" name="q" size="28" class="ipt"/>
  43. <input type="submit" value="Go" class="btn"/>
  44. <input type="hidden" name="check_keywords" value="yes" />
  45. <input type="hidden" name="area" value="default" />
  46. </form>
  47. </div>
  48. <script type="text/javascript">$('#searchbox').show(0);</script>
  49. </div>
  50. <div id="content">
  51. <div class="layout grid-s6m0">
  52. <div class="col-main">
  53. <div class="main-wrap">
  54. <div class='related'>
  55. <h3>Navigation</h3>
  56. <ul>
  57. <li class="right" style="margin-right: 10px">
  58. <a href="../genindex.html" title="General Index"
  59. accesskey="I">index</a></li>
  60. <li class="right" >
  61. <a href="../py-modindex.html" title="Python Module Index"
  62. >modules</a> | </li>
  63. <li class="right" >
  64. <a href="module-compiler/index.html" title="KISSY Module Compiler"
  65. accesskey="N">next</a> | </li>
  66. <li class="right" >
  67. <a href="../styleguide/js-style-rules.html" title="JavaScript 编码风格"
  68. accesskey="P">previous</a> | </li>
  69. <li><a href="../index.html">KISSY Docs</a> &#187; </li>
  70. </ul>
  71. </div>
  72. <div class="section" id="tools">
  73. <span id="id1"></span><h1>前端常用工具<a class="headerlink" href="#tools" title="Permalink to this headline"></a></h1>
  74. <div class="toctree-wrapper compound">
  75. <ul>
  76. <li class="toctree-l1"><a class="reference internal" href="module-compiler/index.html">KISSY Module Compiler</a><ul>
  77. <li class="toctree-l2"><a class="reference internal" href="module-compiler/intro.html">简介</a></li>
  78. <li class="toctree-l2"><a class="reference internal" href="module-compiler/intro.html#id2">举例</a></li>
  79. <li class="toctree-l2"><a class="reference internal" href="module-compiler/usage.html">使用说明</a></li>
  80. </ul>
  81. </li>
  82. <li class="toctree-l1"><a class="reference internal" href="use-sphinx.html">Sphinx 使用介绍</a><ul>
  83. <li class="toctree-l2"><a class="reference internal" href="use-sphinx.html#sphinx-install">安装及使用 Sphinx</a></li>
  84. <li class="toctree-l2"><a class="reference internal" href="use-sphinx.html#rest">reST 入门</a></li>
  85. </ul>
  86. </li>
  87. </ul>
  88. </div>
  89. </div>
  90. <div>
  91. <label>
  92. 评论
  93. <select id='openComment'>
  94. <option value='1'>打开</option>
  95. <option value='0'>关闭</option>
  96. </select>
  97. </label>
  98. <script>
  99. if(!window.localStorage){
  100. KISSY.one("#openComment").attr("disabled",true);
  101. }else{
  102. KISSY.one("#openComment").val(window.localStorage.getItem("kissy-commment")||"1");
  103. KISSY.one("#openComment").on("change",function(){
  104. window.localStorage.setItem("kissy-commment",KISSY.one("#openComment").val());
  105. window.location.reload();
  106. });
  107. }
  108. </script>
  109. </div>
  110. <div id="disqus_thread"></div>
  111. <script>
  112. if((window.location.hostname.indexOf("kissyui.com")!=-1 )&& window.localStorage.getItem("kissy-commment")!="0"){
  113. /* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
  114. var disqus_shortname = 'kissy-docs'; // required: replace example with your forum shortname
  115. // The following are highly recommended additional parameters. Remove the slashes in front to use.
  116. //var disqus_identifier = '/anim';
  117. //var disqus_url = window.location;
  118. /* * * DON'T EDIT BELOW THIS LINE * * */
  119. (function() {
  120. var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
  121. dsq.src = 'http://' + disqus_shortname + '.disqus.com/embed.js';
  122. (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
  123. })();
  124. }
  125. </script>
  126. <noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
  127. <a href="http://disqus.com" class="dsq-brlink">blog comments powered by <span class="logo-disqus">Disqus</span></a>
  128. <!--<div id="google-search-box">
  129. <div id="cse" style="width: 100%;">Loading</div>
  130. <script>
  131. if(window.location.hostname.indexOf("kissyui.com")!=-1){
  132. document.write('<script src="http://www.google.com/jsapi" type="text/javascript"><'+'/script>');
  133. }
  134. </script>
  135. <script>
  136. if(window.location.hostname.indexOf("kissyui.com")!=-1){
  137. google.load('search', '1', {language : 'zh-CN', style : google.loader.themes.MINIMALIST});
  138. google.setOnLoadCallback(function() {
  139. var customSearchControl = new google.search.CustomSearchControl('012347804910294994683:n4uzb24gqdm');
  140. customSearchControl.setResultSetSize(google.search.Search.FILTERED_CSE_RESULTSET);
  141. customSearchControl.draw('cse');
  142. }, true);
  143. }
  144. </script>
  145. </div>-->
  146. </div>
  147. </div>
  148. <div class="col-sub">
  149. <div class="s-box">
  150. <div class="s-box-bd">
  151. <ul class="current">
  152. <li class="toctree-l1"><a class="reference internal" href="../quickstart/index.html">快速上手</a></li>
  153. <li class="toctree-l1"><a class="reference internal" href="../api/index.html">API文档</a></li>
  154. <li class="toctree-l1"><a class="reference internal" href="../demo/index.html">All Demos</a></li>
  155. <li class="toctree-l1"><a class="reference internal" href="../relatedproj/index.html">子项目集</a></li>
  156. <li class="toctree-l1"><a class="reference internal" href="../styleguide/index.html">最佳编码实践</a></li>
  157. <li class="toctree-l1 current"><a class="current reference internal" href="">前端常用工具</a><ul>
  158. <li class="toctree-l2"><a class="reference internal" href="module-compiler/index.html">KISSY Module Compiler</a></li>
  159. <li class="toctree-l2"><a class="reference internal" href="use-sphinx.html">Sphinx 使用介绍</a></li>
  160. </ul>
  161. </li>
  162. <li class="toctree-l1"><a class="reference internal" href="../workflow/index.html">组件开发指南</a></li>
  163. </ul>
  164. </div>
  165. </div>
  166. </div>
  167. </div>
  168. </div>
  169. <div id="footer">
  170. &copy; Copyright 2010~2011, KISSY Team. Created using <a href="http://sphinx.pocoo.org/">Sphinx</a>
  171. </div>
  172. </body>
  173. </html>