/deps/webmachine/www/intros.html

http://github.com/zotonic/zotonic · HTML · 62 lines · 52 code · 10 blank · 0 comment · 0 complexity · 677874fe6012e6d841d5fe0dab9b010f 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 introductions" />
  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>introductions to Webmachine</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>How do I get started?</h3>
  21. <p>
  22. If you want to jump in and start coding right away, the
  23. <a href="quickstart.html">quickstart</a> is the way to go.
  24. </p>
  25. <p>
  26. If you would prefer to watch a narrated slideshow introduction, this is roughly similar to the presentation that was given at
  27. <a href="http://www.erlang-factory.com/conference/SFBayAreaErlangFactory2009">Bay Area Erlang Factory 2009</a>:
  28. </p>
  29. <object width="512" height="322"><param name="movie" value="http://d.yimg.com/static.video.yahoo.com/yep/YV_YEP.swf?ver=2.2.40" /><param name="allowFullScreen" value="true" /><param name="AllowScriptAccess" VALUE="always" /><param name="bgcolor" value="#000000" /><param name="flashVars" value="id=13693397&vid=5178506&lang=en-us&intl=us&thumbUrl=http%3A//l.yimg.com/a/p/i/bcst/videosearch/9129/86376656.jpeg&embed=1" /><embed src="http://d.yimg.com/static.video.yahoo.com/yep/YV_YEP.swf?ver=2.2.40" type="application/x-shockwave-flash" width="512" height="322" allowFullScreen="true" AllowScriptAccess="always" bgcolor="#000000" flashVars="id=13693397&vid=5178506&lang=en-us&intl=us&thumbUrl=http%3A//l.yimg.com/a/p/i/bcst/videosearch/9129/86376656.jpeg&embed=1" ></embed></object>
  30. <p>
  31. Some <a href="blogs.html">blogs</a> also have posts that can serve as
  32. useful introductions to Webmachine, if you prefer to start that way.
  33. </p>
  34. <p>
  35. No matter how you get started, you'll probably want to come back and
  36. read <a href="docs.html">more documentation</a> once you get up and running.
  37. <p>
  38. </div>
  39. <div id="footer">
  40. </div>
  41. </div>
  42. <script type="text/javascript">
  43. var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
  44. document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
  45. </script>
  46. <script type="text/javascript">
  47. try {
  48. var pageTracker = _gat._getTracker("UA-4979965-5");
  49. pageTracker._trackPageview();
  50. } catch(err) {}</script>
  51. </body>
  52. </html>