/deps/webmachine/www/docs.html

https://code.google.com/p/zotonic/ · HTML · 58 lines · 51 code · 7 blank · 0 comment · 0 complexity · cbdd29bf535710c546f0554af77d6cc2 MD5 · raw file

  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta name="author" content="Basho Technologies" />
  5. <meta name="description" content="Webmachine documentation" />
  6. <meta name="keywords" content="webmachine http rest web" />
  7. <meta http-equiv="content-type" content="text/html;charset=utf-8" />
  8. <link rel="stylesheet" href="css/style-1c.css" type="text/css" />
  9. <title>Webmachine documentation</title>
  10. </head>
  11. <body>
  12. <div id="content">
  13. <h1><span class="hr"></span><a href="/">webmachine</a></h1>
  14. <ul id="top">
  15. <li><a href="/">Home</a></li>
  16. <li><a href="http://bitbucket.org/justin/webmachine/">Source Code</a></li>
  17. <li><a href="contact.html">Contact</a></li>
  18. </ul>
  19. <div id="left">
  20. <h3>documentation</h3>
  21. <p>
  22. There are a lot of places you can choose to start reading about
  23. Webmachine. A few of your options are:
  24. </p>
  25. <ul>
  26. <li><a href="quickstart.html">get started right away</a></li>
  27. <li><a href="example_resources.html">read some examples</a></li>
  28. <li><a href="mechanics.html">understand Webmachine's execution model</a></li>
  29. <li><a href="dispatcher.html">configure your URL dispatching</a></li>
  30. <li><a href="resources.html">learn about the functions that can make up a resource</a></li>
  31. <li><a href="reqdata.html">see how your resource can access the HTTP Request</a></li>
  32. <li><a href="http://blog.therestfulway.com/2009/05/video-slideshow-introducing-webmachine.html">watch a video</a></li>
  33. <li><a href="http://lists.therestfulway.com/mailman/listinfo/webmachine_lists.therestfulway.com">join the mailing list</a></li>
  34. <li><a href="debugging.html">debug your application </a></li>
  35. <li><a href="blogs.html">check out some blogs </a></li>
  36. </ul>
  37. </div>
  38. <div id="footer">
  39. </div>
  40. </div>
  41. <script type="text/javascript">
  42. var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
  43. document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
  44. </script>
  45. <script type="text/javascript">
  46. try {
  47. var pageTracker = _gat._getTracker("UA-4979965-5");
  48. pageTracker._trackPageview();
  49. } catch(err) {}</script>
  50. </body>
  51. </html>