/deps/webmachine/www/diagram.html
https://code.google.com/p/zotonic/ · HTML · 57 lines · 51 code · 6 blank · 0 comment · 0 complexity · 1fb4fafcb1456e13f85160fab82a9087 MD5 · raw file
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta name="author" content="Basho Technologies" />
- <meta name="description" content="Webmachine decision flow" />
- <meta name="keywords" content="webmachine http rest web" />
- <meta http-equiv="content-type" content="text/html;charset=utf-8" />
- <link rel="stylesheet" href="css/style-1c.css" type="text/css" />
- <title>Webmachine decision flow</title>
- </head>
- <body>
- <div id="content">
- <h1><span class="hr"></span><a href="/">webmachine</a></h1>
- <ul id="top">
- <li><a href="/">Home</a></li>
- <li><a href="http://bitbucket.org/justin/webmachine/">Source Code</a></li>
- <li><a href="contact.html">Contact</a></li>
- </ul>
- <div id="left">
- <h3>Webmachine decision flow</h3>
- <p>
- This diagram is illustrative of the flow of processing that a
- <a href="resources.html">webmachine resource</a> goes through
- from inception to response.
- </p>
- <p>
- Version 1 of this diagram, from Alan Dean, was the inspiration for
- webmachine_decision_core. Versions 2 and 3 were created in
- collaboration between Alan Dean and Justin Sheehy.
- </p>
- <p>
- A copy of v3 is found in the webmachine source tree for convenience.
- </p>
- <p>
- <img src="images/http-headers-status-v3.png" alt="http diagram v3" title="http diagram v3" />
- </p>
- </div>
- <div id="footer">
- </div>
- </div>
- <script type="text/javascript">
- var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
- document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
- </script>
- <script type="text/javascript">
- try {
- var pageTracker = _gat._getTracker("UA-4979965-5");
- pageTracker._trackPageview();
- } catch(err) {}</script>
- </body>
- </html>