PageRenderTime 45ms CodeModel.GetById 12ms RepoModel.GetById 0ms app.codeStats 0ms

/api/openlibrary/core/schema.html

https://github.com/strogo/openlibrary.github.com
HTML | 138 lines | 128 code | 10 blank | 0 comment | 0 complexity | b4227b9cb3d40df005c77b106298836c MD5 | raw file
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <head>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  6. <title>schema &mdash; openlibrary v2.0 documentation</title>
  7. <link rel="stylesheet" href="../../../_static/default.css" type="text/css" />
  8. <link rel="stylesheet" href="../../../_static/pygments.css" type="text/css" />
  9. <script type="text/javascript">
  10. var DOCUMENTATION_OPTIONS = {
  11. URL_ROOT: '../../../',
  12. VERSION: '2.0',
  13. COLLAPSE_INDEX: false,
  14. FILE_SUFFIX: '.html',
  15. HAS_SOURCE: true
  16. };
  17. </script>
  18. <script type="text/javascript" src="../../../_static/jquery.js"></script>
  19. <script type="text/javascript" src="../../../_static/underscore.js"></script>
  20. <script type="text/javascript" src="../../../_static/doctools.js"></script>
  21. <link rel="top" title="openlibrary v2.0 documentation" href="../../../index.html" />
  22. <link rel="up" title="core" href="index.html" />
  23. <link rel="next" title="seq" href="seq.html" />
  24. <link rel="prev" title="readableurls" href="processors/readableurls.html" />
  25. </head>
  26. <body>
  27. <div class="related">
  28. <h3>Navigation</h3>
  29. <ul>
  30. <li class="right" style="margin-right: 10px">
  31. <a href="../../../genindex.html" title="General Index"
  32. accesskey="I">index</a></li>
  33. <li class="right" >
  34. <a href="../../../py-modindex.html" title="Python Module Index"
  35. >modules</a> |</li>
  36. <li class="right" >
  37. <a href="seq.html" title="seq"
  38. accesskey="N">next</a> |</li>
  39. <li class="right" >
  40. <a href="processors/readableurls.html" title="readableurls"
  41. accesskey="P">previous</a> |</li>
  42. <li><a href="../../../index.html">openlibrary v2.0 documentation</a> &raquo;</li>
  43. <li><a href="../../index.html" >API Documentation</a> &raquo;</li>
  44. <li><a href="../index.html" >openlibrary</a> &raquo;</li>
  45. <li><a href="index.html" accesskey="U">core</a> &raquo;</li>
  46. </ul>
  47. </div>
  48. <div class="document">
  49. <div class="documentwrapper">
  50. <div class="bodywrapper">
  51. <div class="body">
  52. <div class="section" id="module-openlibrary.core.schema">
  53. <span id="schema"></span><h1>schema<a class="headerlink" href="#module-openlibrary.core.schema" title="Permalink to this headline"></a></h1>
  54. <p>Infobase schema for Open Library</p>
  55. <dl class="function">
  56. <dt id="openlibrary.core.schema.get_schema">
  57. <tt class="descclassname">openlibrary.core.schema.</tt><tt class="descname">get_schema</tt><big>(</big><big>)</big><a class="headerlink" href="#openlibrary.core.schema.get_schema" title="Permalink to this definition"></a></dt>
  58. <dd></dd></dl>
  59. <dl class="function">
  60. <dt id="openlibrary.core.schema.register_schema">
  61. <tt class="descclassname">openlibrary.core.schema.</tt><tt class="descname">register_schema</tt><big>(</big><big>)</big><a class="headerlink" href="#openlibrary.core.schema.register_schema" title="Permalink to this definition"></a></dt>
  62. <dd><p>Register the schema definied in this module as the default schema.</p>
  63. </dd></dl>
  64. </div>
  65. </div>
  66. </div>
  67. </div>
  68. <div class="sphinxsidebar">
  69. <div class="sphinxsidebarwrapper">
  70. <p class="logo"><a href="../../../index.html">
  71. <img class="logo" src="../../../_static/logo_OL-lg.png" alt="Logo"/>
  72. </a></p>
  73. <h4>Previous topic</h4>
  74. <p class="topless"><a href="processors/readableurls.html"
  75. title="previous chapter">readableurls</a></p>
  76. <h4>Next topic</h4>
  77. <p class="topless"><a href="seq.html"
  78. title="next chapter">seq</a></p>
  79. <h3>This Page</h3>
  80. <ul class="this-page-menu">
  81. <li><a href="../../../_sources/api/openlibrary/core/schema.txt"
  82. rel="nofollow">Show Source</a></li>
  83. </ul>
  84. <div id="searchbox" style="display: none">
  85. <h3>Quick search</h3>
  86. <form class="search" action="../../../search.html" method="get">
  87. <input type="text" name="q" size="18" />
  88. <input type="submit" value="Go" />
  89. <input type="hidden" name="check_keywords" value="yes" />
  90. <input type="hidden" name="area" value="default" />
  91. </form>
  92. <p class="searchtip" style="font-size: 90%">
  93. Enter search terms or a module, class or function name.
  94. </p>
  95. </div>
  96. <script type="text/javascript">$('#searchbox').show(0);</script>
  97. </div>
  98. </div>
  99. <div class="clearer"></div>
  100. </div>
  101. <div class="related">
  102. <h3>Navigation</h3>
  103. <ul>
  104. <li class="right" style="margin-right: 10px">
  105. <a href="../../../genindex.html" title="General Index"
  106. >index</a></li>
  107. <li class="right" >
  108. <a href="../../../py-modindex.html" title="Python Module Index"
  109. >modules</a> |</li>
  110. <li class="right" >
  111. <a href="seq.html" title="seq"
  112. >next</a> |</li>
  113. <li class="right" >
  114. <a href="processors/readableurls.html" title="readableurls"
  115. >previous</a> |</li>
  116. <li><a href="../../../index.html">openlibrary v2.0 documentation</a> &raquo;</li>
  117. <li><a href="../../index.html" >API Documentation</a> &raquo;</li>
  118. <li><a href="../index.html" >openlibrary</a> &raquo;</li>
  119. <li><a href="index.html" >core</a> &raquo;</li>
  120. </ul>
  121. </div>
  122. <div class="footer">
  123. &copy; Copyright 2006-2011, Internet Archive.
  124. Last updated on Feb 27, 2011.
  125. Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.7.
  126. </div>
  127. </body>
  128. </html>