index.html 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151
  1. <!DOCTYPE html>
  2. <html class="writer-html4" lang="en" >
  3. <head>
  4. <meta charset="utf-8" />
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  6. <title>Reference &mdash; Crown Manual 0.48.0 documentation</title><link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
  7. <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
  8. <!--[if lt IE 9]>
  9. <script src="../_static/js/html5shiv.min.js"></script>
  10. <![endif]-->
  11. <script>
  12. var DOCUMENTATION_OPTIONS = {
  13. URL_ROOT:'../',
  14. VERSION:'0.48.0',
  15. LANGUAGE:'en',
  16. COLLAPSE_INDEX:false,
  17. FILE_SUFFIX:'.html',
  18. HAS_SOURCE: true,
  19. SOURCELINK_SUFFIX: '.txt'
  20. };
  21. </script>
  22. <script src="../_static/jquery.js"></script>
  23. <script src="../_static/underscore.js"></script>
  24. <script src="../_static/doctools.js"></script>
  25. <script src="../_static/js/theme.js"></script>
  26. <link rel="index" title="Index" href="../genindex.html" />
  27. <link rel="search" title="Search" href="../search.html" />
  28. <link rel="copyright" title="Copyright" href="../copyright.html" />
  29. <link rel="next" title="boot.config reference" href="boot_config.html" />
  30. <link rel="prev" title="Basic concepts" href="../basics.html" />
  31. </head>
  32. <body class="wy-body-for-nav">
  33. <div class="wy-grid-for-nav">
  34. <nav data-toggle="wy-nav-shift" class="wy-nav-side">
  35. <div class="wy-side-scroll">
  36. <div class="wy-side-nav-search" >
  37. <a href="../index.html"><img src="../_static/crown-logo-white.svg" class="logo" alt="Logo"/>
  38. </a>
  39. <div class="version">
  40. 0.48.0
  41. </div>
  42. <div role="search">
  43. <form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
  44. <input type="text" name="q" placeholder="Search docs" />
  45. <input type="hidden" name="check_keywords" value="yes" />
  46. <input type="hidden" name="area" value="default" />
  47. </form>
  48. </div>
  49. </div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
  50. <ul class="current">
  51. <li class="toctree-l1"><a class="reference internal" href="../changelog.html">Changelog</a></li>
  52. <li class="toctree-l1"><a class="reference internal" href="../introduction.html">Introduction</a></li>
  53. <li class="toctree-l1"><a class="reference internal" href="../basics.html">Basic concepts</a></li>
  54. <li class="toctree-l1 current"><a class="current reference internal" href="#">Reference</a><ul>
  55. <li class="toctree-l2"><a class="reference internal" href="boot_config.html">boot.config reference</a></li>
  56. <li class="toctree-l2"><a class="reference internal" href="command_line.html">Command line reference</a></li>
  57. </ul>
  58. </li>
  59. <li class="toctree-l1"><a class="reference internal" href="../lua_api.html">Lua API reference</a></li>
  60. <li class="toctree-l1"><a class="reference internal" href="../glossary.html">Glossary</a></li>
  61. <li class="toctree-l1"><a class="reference internal" href="../copyright.html">License</a></li>
  62. <li class="toctree-l1"><a class="reference internal" href="../hackers/index.html">Hackers</a></li>
  63. </ul>
  64. </div>
  65. </div>
  66. </nav>
  67. <section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"><nav class="wy-nav-top" aria-label="Mobile navigation menu" >
  68. <i data-toggle="wy-nav-top" class="fa fa-bars"></i>
  69. <a href="../index.html">Crown Manual</a>
  70. </nav>
  71. <div class="wy-nav-content">
  72. <div class="rst-content">
  73. <div role="navigation" aria-label="Page navigation">
  74. <ul class="wy-breadcrumbs">
  75. <li><a href="../index.html" class="icon icon-home"></a> &raquo;</li>
  76. <li>Reference</li>
  77. <li class="wy-breadcrumbs-aside">
  78. <a href="../_sources/reference/index.rst.txt" rel="nofollow"> View page source</a>
  79. </li>
  80. </ul>
  81. <hr/>
  82. </div>
  83. <div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
  84. <div itemprop="articleBody">
  85. <div class="section" id="reference">
  86. <h1>Reference<a class="headerlink" href="#reference" title="Permalink to this headline">¶</a></h1>
  87. <div class="toctree-wrapper compound">
  88. <ul>
  89. <li class="toctree-l1"><a class="reference internal" href="boot_config.html">boot.config reference</a><ul>
  90. <li class="toctree-l2"><a class="reference internal" href="boot_config.html#generic-configurations">Generic configurations</a></li>
  91. <li class="toctree-l2"><a class="reference internal" href="boot_config.html#platform-specific-configurations">Platform-specific configurations</a></li>
  92. </ul>
  93. </li>
  94. <li class="toctree-l1"><a class="reference internal" href="command_line.html">Command line reference</a><ul>
  95. <li class="toctree-l2"><a class="reference internal" href="command_line.html#examples">Examples</a></li>
  96. <li class="toctree-l2"><a class="reference internal" href="command_line.html#options">Options</a></li>
  97. </ul>
  98. </li>
  99. </ul>
  100. </div>
  101. </div>
  102. </div>
  103. </div>
  104. <footer><div class="rst-footer-buttons" role="navigation" aria-label="Footer">
  105. <a href="../basics.html" class="btn btn-neutral float-left" title="Basic concepts" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Previous</a>
  106. <a href="boot_config.html" class="btn btn-neutral float-right" title="boot.config reference" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a>
  107. </div>
  108. <hr/>
  109. <div role="contentinfo">
  110. <p>&#169; <a href="../copyright.html">Copyright</a> Except where otherwise noted, content on this page is licensed under a CC-BY-SA 4.0 Int. License.</p>
  111. </div>
  112. Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
  113. <a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
  114. provided by <a href="https://readthedocs.org">Read the Docs</a>.
  115. </footer>
  116. </div>
  117. </div>
  118. </section>
  119. </div>
  120. <script>
  121. jQuery(function () {
  122. SphinxRtdTheme.Navigation.enable(true);
  123. });
  124. </script>
  125. <!-- Theme Analytics -->
  126. <script async src="https://www.googletagmanager.com/gtag/js?id=G-XNVGCMNDZH"></script>
  127. <script>
  128. window.dataLayer = window.dataLayer || [];
  129. function gtag(){dataLayer.push(arguments);}
  130. gtag('js', new Date());
  131. gtag('config', 'G-XNVGCMNDZH', {
  132. 'anonymize_ip': true,
  133. });
  134. </script>
  135. </body>
  136. </html>