Repository with sources and generator of https://larlet.fr/david/ https://larlet.fr/david/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

index.html 4.6KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. <!doctype html>
  2. <html lang=fr>
  3. <head>
  4. <!-- Always define the charset before the title -->
  5. <meta charset=utf-8>
  6. <title>RDF store et Django — Biologeek — David Larlet</title>
  7. <!-- Define a viewport to mobile devices to use - telling the browser to assume that the page is as wide as the device (width=device-width) and setting the initial page zoom level to be 1 (initial-scale=1.0) -->
  8. <meta name="viewport" content="width=device-width, initial-scale=1"/>
  9. <!-- Fake favicon, to avoid extra request to the server -->
  10. <link rel="icon" href="data:;base64,iVBORw0KGgo=">
  11. <link type="application/atom+xml" rel="alternate" title="Feed" href="/david/log/" />
  12. <link rel="manifest" href="/manifest.json">
  13. <link rel="stylesheet" href="/static/david/css/larlet-david-_J6Rv.css" data-instant-track />
  14. <noscript>
  15. <style type="text/css">
  16. /* Otherwise fonts are loaded by JS for faster initial rendering. See scripts at the bottom. */
  17. body {
  18. font-family: 'EquityTextB', serif;
  19. }
  20. h1, h2, h3, h4, h5, h6, time, nav a, nav a:link, nav a:visited {
  21. font-family: 'EquityCapsB', sans-serif;
  22. font-variant: normal;
  23. }
  24. </style>
  25. </noscript>
  26. <!-- Canonical URL for SEO purposes -->
  27. <link rel="canonical" href="https://larlet.fr/david/biologeek/archives/20080425-rdf-store-et-django">
  28. </head>
  29. <body>
  30. <div>
  31. <header>
  32. <nav>
  33. <p>
  34. <small>
  35. Je suis <a href="/david/" title="Profil public">David Larlet</a>, <a href="/david/pro/" title="Activité professionnelle">artisan</a> du web qui vous <a href="/david/pro/accompagnement/" title="Activité d’accompagnement">accompagne</a><span class="more-infos"> dans l’acquisition de savoirs pour concevoir des <a href="/david/pro/produits-essentiels/" title="Qu’est-ce qu’un produit essentiel ?">produits essentiels</a></span>. <span class="more-more-infos">Discutons ensemble d’une <a href="/david/pro/devis/" title="En savoir plus">non-demande de devis</a>.</span> Je partage ici mes <a href="/david/blog/" title="Expériences bienveillantes">réflexions</a> et <a href="/david/correspondances/2017/" title="Lettres hebdomadaires">correspondances</a>.
  36. </small>
  37. </p>
  38. </nav>
  39. </header>
  40. <section>
  41. <h1 property="schema:name">RDF store et Django</h1>
  42. <article typeof="schema:BlogPosting">
  43. <div property="schema:articleBody">
  44. <blockquote>
  45. <p>Mostly, QuerySet does not poke at the internals of Query: it uses “public” methods only. This is deliberate. It means that writing something like a Query class for a different sort of backend (RDF store, or LDAP or whatever) might very well be possible.</p>
  46. </blockquote>
  47. <p>D'après <a href="http://42topics.com/blog/2008/04/an-interview-with-malcolm-tredinnick/">Malcolm</a>, enfin une bonne raison de tester la branche <a href="http://code.djangoproject.com/wiki/QuerysetRefactorBranch">queryset-refactor</a>.</p>
  48. </div>
  49. </article>
  50. <footer>
  51. <h6 property="schema:datePublished">— 25/04/2008</h6>
  52. </footer>
  53. </section>
  54. <section>
  55. <div>
  56. <h3>Articles peut-être en rapport</h3>
  57. <ul>
  58. <li><a href="/david/biologeek/archives/20080422-ec2-pour-les-bioinformaticiens/" title="Accès à EC2 pour les bioinformaticiens">EC2 pour les bioinformaticiens</a></li>
  59. <li><a href="/david/biologeek/archives/20080420-gtd-avec-mailapp-et-ical-sous-osx-leopard/" title="Accès à GTD avec Mail.app et iCal sous OSX leopard">GTD avec Mail.app et iCal sous OSX leopard</a></li>
  60. <li><a href="/david/biologeek/archives/20080414-un-provider-openid-sur-votre-propre-domaine/" title="Accès à Un provider OpenID sur votre propre domaine">Un provider OpenID sur votre propre domaine</a></li>
  61. </ul>
  62. </div>
  63. </section>
  64. <section>
  65. <div id="comments">
  66. <h3>Commentaires</h3>
  67. </div>
  68. </section>
  69. <footer>
  70. <nav>
  71. <p>
  72. <small>
  73. Je réponds quasiment toujours aux <a href="m&#x61;ilto:d&#x61;vid%40l&#x61;rlet&#46;fr" title="Envoyer un email">emails</a> (<a href="/david/signature/" title="Ma signature actuelle avec possibilité de chiffrement">signés</a>) et vous pouvez me rencontrer à Montréal. <span class="more-infos">N’hésitez pas à <a href="/david/log/" title="Être tenu informé des mises à jour">vous abonner</a> pour être tenu informé des publications récentes.</span>
  74. </small>
  75. </p>
  76. </nav>
  77. </footer>
  78. </div>
  79. <script src="/static/david/js/larlet-david-3ee43f.js" data-no-instant></script>
  80. <script data-no-instant>InstantClick.init()</script>
  81. </body>
  82. </html>